/*----------------------------------------------------
base css for f-ritz


----------------------------------------------------*/

/* element -----------------------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #D80010 url("../common/bg.gif") repeat-y;
	font-size: x-small;
	line-height: 160%;
	font-family: verdana, helvetica, arial, 'Hiragino Maru Gothic Pro', 'ヒラギノ丸ゴ Pro W4', 'Osaka','ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'MS UI Gothic';
}

th, td {
	vertical-align: top;
	color: #333333;
	font-size: x-small;
	line-height: 160%;
}

img, a img {
	border: 0;
}

sup, sub {
	font-size: 60%;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin: 0;
	padding: 0;
	font-size: x-small;
	font-weight: normal;
}

a:link { color: #FF6600; text-decoration: none; }
a:visited { color: #FF6600; text-decoration: none; }
a:hover { color: #FF6600; text-decoration: underline; }
a:active { color: #FF6600; text-decoration: underline; }

li img {
	vertical-align: bottom;
}


/* font --------------------------------------------*/

.txt1 {
	font-size: x-small;
	line-height: 160%;
}

.txt1-lh {
	font-size: x-small;
	line-height: 200%;
}

.txt2 {
	font-size: small;
	line-height: 160%;
}

.txt2-lh {
	font-size: small;
	line-height: 200%;
}

.txt3 {
	font-size: medium;
	line-height: 130%;
}

table.txt1-t th, table.txt1-t td {
	font-size: x-small;
	line-height: 150%;
}


/* link --------------------------------------------*/

a.normal:link { color: #333333; }
a.normal:visited { color: #333333; }
a.normal:hover { color: #FF6600; }
a.normal:active { color: #FF6600; }

a.awhite:link { color: #FFFFFF; }
a.awhite:visited { color: #FFFFFF; }
a.awhite:hover { color: #FF6600; }
a.awhite:active { color: #FF6600; }


/* basic -------------------------------------------*/

.floatbox {
	overflow: hidden;
}

.floatbox:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*\*/
* html .floatbox {
	height: 1em;
	overflow: visible;
}
/**/

.hide {
	display: none;
}


/* class -------------------------------------------*/

.ind {
	padding-left: 1em;
	text-indent: -1em;
}

.white {
	color: #FFFFFF;
}

.red {
	color: #CC0000;
}

