a:link   {
	color: #af2c17;
	text-decoration: underline;
	font-size:12px;
}
a:visited  {
	color: #af2c17;
	text-decoration:underline;
	font-size:12px;
}
a:active  {
	color: #af2c17;
	text-decoration:underline;
	font-size:12px;
}
a:hover  {
	color: #666666;
	text-decoration:underline;
	font-size:12px;
}

.menu a:link   {
	color: #666666;
	text-decoration: underline;
	font-size:10px;
	font-weight:normal;
}
.menu a:visited  {
	color: #666666;
	text-decoration:underline;
	font-size:10px;
	font-weight:normal;
}
.menu a:active  {
	color: #666666;
	text-decoration:underline;
	font-size:10px;
	font-weight:normal;
}
.menu a:hover  {
	color: #af2c17;
	text-decoration:underline;
	font-size:10px;
	font-weight:normal;
}



#footer a:link   {
	color: #666;
	text-decoration:none;
	font-size:10px;
}
#footer a:visited  {
	color: #666;
	text-decoration:none;
	font-size:10px;
}
#footer a:active  {
	color: #666;
	text-decoration:none;
	font-size:10px;
}
#footer a:hover  {
	color: #666;
	text-decoration:underline;
	font-size:10px;
}

.pt10{padding-top:10px;}
.pt5{padding-top:5px;}
.pb10 {padding-bottom:10px;}
.pb5 {padding-bottom:5px;}

td{font-size:12px; line-height: 18px}
th{font-size:12px; line-height: 18px}
.fs8 {font-size:8px;}
.fs16{font-size:16px; line-height: 18px}
.fs14{font-size:14px; line-height: 16px}
.fs12{font-size:12px; line-height: 15px}
.fs122{font-size:12px; line-height: 18px}
.fs120{font-size:12px; line-height: 14px}
.fs11{font-size:11px; line-height: 15px}
.fs10{font-size:10px; line-height: 14px}
.fs9{font-size:9px; line-height: 13px}
.form_td{font-size:12px; line-height:15px; color:#333333; background-color:#FFFFFF}
.red {color:#af2c17; font-size:12px;}
.green {color:#006600; font-size:12px;}
.midashi {
	font-size:16px;
	color:#af2c17;
	border-bottom:#af2c17 1px solid;
	font-weight:bold;
	padding-left:1em;
}

.td1 {
	width:53px;
	padding-left:1em;
	border-bottom:#666666 1px dashed;
	padding:6px 0 4px 1em;
}

.td2 {
	padding-left:1em;
	border-bottom:#666666 1px dashed;
	padding:6px 0 4px 1em;
}

.td3 {
	font-size:14px;
	font-weight:bold;
	color:#af2c17;
	padding-left:0.5em;
	padding-bottom:5px;
	border-left:#af2c17 1px dotted;
	border-bottom:#af2c17 1px dotted;
}

.td4 {
	font-size:12px;
	color:#af2c17;
	padding-left:0.5em;
	padding-bottom:5px;
	border-right:#af2c17 1px dotted;
	border-bottom:#af2c17 1px dotted;
}

.td5 {
	font-size:12px;
	color:#af2c17;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:#af2c17 1px dotted;
}
.line {border-bottom:#006600 1px dotted;}
.line_red{border-bottom:#af2c17 1px dotted;}

/*--------------------------------------------------*/

body {
	margin:0; 
	color: #454545; 
	line-height:18px;
	font-size:12px;
}

p {font-size:12px;
	line-height:18px;
	margin:0;
}

#all {
	width:750px;
	background-image:url(../img/top/back.gif);
	background-repeat:repeat-y;
	margin: auto;
	padding-right: 10px;
	padding-left: 10px;
	position:relative;
}

h1 {
	width:740px;
	height:20px;
	font-size:10px;
	color:#666666;
	font-weight:normal;
	background-repeat:no-repeat;
	text-align: right;
	margin:0;
	padding-top: 2px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 0px;
}

/*-------------【インデックス】メニュー-------------------*/

h2 {
	margin:0;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}

#menu {
	width:168px;
	float:left;
	margin-left:7px;
	margin-top: 27px;
}

#menu_top {
	width:168px;
	background-image: url(../img/menu/bor_top.gif);
	background-repeat: no-repeat;
	height: 37px;
	padding-top: 10px;
}
#menu_txt {
	width:168px;
	background-color: #f7f7f7;
	position: relative;
}

#menu_txt ul {
	list-style:none; /*行頭文字を非表示にする*/
	margin:0;
	padding:0;
}

#menu_txt li {
	margin:0 14px 0 8px;
	padding:0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b8b8b8;
}

#menu_txt a {
	background:url(../img/menu/bor_arrow.gif) left center no-repeat;
	padding:10px 0 10px 18px;/*リンクテキストの位置調整*/
	display:block;/*ブロックレベル要素として表示されるように指定*/
	width:134px !important;
	/*IE対策のためボックスの幅を指定。通常は親要素のボックス領域に対して可能な限り幅いっぱいに広がる*/
	text-decoration:none;
	color:#af2c17;
}

#menu_txt a:hover {
	text-decoration:underline;
	color::#af2c17;
}

#menu_btm {
	width:168px;
	background-image:url(../img/menu/r_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top:10px;
	height: 11px;
	background-color: #f7f7f7;
}

.new1 {
	width:30px;
	position:absolute;
	left: 126px;
	top: 326px;
	height: 10px;
}

.new2 {
	width:30px;
	position:absolute;
	left: 120px;
	top: 355px;
}


/*-------------【その他】メニュー-------------------*/
#other {
	width:152px;
	margin-top:25px;
	margin-right: 14px;
	margin-left: 14px;
}


#other ul {
	list-style:none; /*行頭文字を非表示にする*/
	margin:0;
	padding:0;
}

#other li {
	margin:0;
	padding:0;
}

.index {
	width:152px;
	font-size:12px;
	color: #929292;
	margin-bottom:5px;
	padding-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b8b8b8;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b8b8b8;
}


#other a {
	background:url(../img/menu/bor_arrow2.gif) left center no-repeat;
	padding:5px 0 5px 18px;/*リンクテキストの位置調整*/
	display:block;/*ブロックレベル要素として表示されるように指定*/
	width:134px !important;
	/*IE対策のためボックスの幅を指定。通常は親要素のボックス領域に対して可能な限り幅いっぱいに広がる*/
	text-decoration:none;
	color:#af2c17;
}

#other a:hover {
	text-decoration:underline;
	color::#af2c17;
}

/*-------------字下げメニュー対応-------------------*/

#menu_txt .tour a {
	background: url(../img/menu/bor_arrow3.gif) left center no-repeat;
	padding:10px 0 10px 20px;/*リンクテキストの位置調整*/
	display:block;/*ブロックレベル要素として表示されるように指定*/
	width:132px !important;
	/*IE対策のためボックスの幅を指定。通常は親要素のボックス領域に対して可能な限り幅いっぱいに広がる*/
	text-decoration:none;
	color:#af2c17;
}

#menu_txt .tour a:hover {
	text-decoration:underline;
	color::#af2c17;
}




/*-------------【home】メニュー-------------------*/
#home {
	width:152px;
	margin-top:25px;
	margin-right: 14px;
	margin-left: 14px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b8b8b8;
}


#home a {
	background:url(../img/menu/bor_arrow2.gif) left center no-repeat;
	padding:5px 0 5px 18px;/*リンクテキストの位置調整*/
	display:block;/*ブロックレベル要素として表示されるように指定*/
	width:134px !important;
	/*IE対策のためボックスの幅を指定。通常は親要素のボックス領域に対して可能な限り幅いっぱいに広がる*/
	text-decoration:none;
	color:#af2c17;
}

#home a:hover {
	text-decoration:underline;
	color::#af2c17;
}


/*--------------------------------------------------*/
#main {
	width:520px;
	float:right;
	margin-right:15px;
	margin-top: 27px;
}


#footer {
	width:750px;
	background-color:#f0f0f0;
	font-size:10px;
	line-height:18px;
	color:#666666;
	text-align:center;
	clear: both;
	float: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

#grvl_menu {
	width:259px;
	position:absolute;
	left: 488px;
	top: 2px;
	font-size: 10px;
	text-align: right;
	color:#0066CC;
}
