@charset "utf-8";

/* CSS Document */



/* ------------------------------------------------------------ */

/* 基本指定 */

/* ------------------------------------------------------------ */



html{

	filter: expression(document.execCommand("BackgroundImageCache", false, true)); /* これで一瞬砂時計が出るのを回避（IE Only） */

}

ul,

li{

	list-style:none;

	margin:0;

	padding:0;

}

p{

	margin:0 0 1em 0;

	padding:0;

}

body{

	margin:0;

	padding:0;

	line-height:1.6;

	color:#333;

}

h1,h2,h3,h4,h5,h6{

	margin:0;

	padding:0;

}



/* ------------------------------------------------------------ */

/* リンク色指定 */

/* ------------------------------------------------------------ */

a{ color: #002C53; text-decoration: underline;}

a:visit{ color: #002C53; text-decoration: underline;}

a:hover{ color: #5783B9; text-decoration: underline;}

a:active{ color: #5783B9; text-decoration: underline;}



/* ------------------------------------------------------------ */

/* コンテナ */

/* ------------------------------------------------------------ */

#container{

	margin:0px auto;

	padding:0px;

}



/* ------------------------------------------------------------ */

/* ヘッダ */

/* ------------------------------------------------------------ */

#head{

	width:800px;

	height:68px;

	margin:0px auto;

}

#head #utility{

	float:right;

	margin-top:7px;

	font-size:12px;

	text-align:right;

}

	#head #utility li{

		float:left;

		font-size:12px;

		margin-left:10px;

		padding-left:12px;

		background:url(img/point_link.gif) #FFFFFF left center no-repeat;

	}

#head #ci{

	float:left;

}

#head #ci h1{
	margin-top:9px;
	font-size:27px;
	font-family:Geneva, Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration:none;
	color:#555;
}

#head a img{

	border:none;

}



/* ------------------------------------------------------------ */

/* メインメニュー */

/* ------------------------------------------------------------ */

#mainmenu{
	width:100%;
	height:44px;
	margin:0px auto 15px auto;
	background:url(img/mainmenu_bg.jpg) #FFFFFF left top repeat-x;
	display: block;
}

#mainmenu ul{

	width:800px;

	height:44px;

	margin:0 auto;

	border-left:solid 1px #E7E7E7;

}

#mainmenu li{

	float:left;

	text-align:center;

	font-size:12px;

}

#mainmenu li a{

	display:block;

	width:157px;

	height:32px;

	padding-top:12px;

	color:#333;

	text-decoration:none;

	border-right:solid 1px #E7E7E7;

}

#mainmenu li a:hover{

	color:#777;

	text-decoration:underline;

}



/* ------------------------------------------------------------ */

/* メイン */

/* ------------------------------------------------------------ */

#main{

	width:800px;

	margin:0px auto 40px auto;

	font-size:12px;

}

#main a img{

	border:none;

}

#main a:hover img{

	opacity		: 0.7;

	filter		: alpha(opacity=70);

}



/* ------------------------------------------------------------ */

/* VI */

/* ------------------------------------------------------------ */

#vi{

	width:800px;

	height:250px;

	background:url(img/vi.jpg) #EEE no-repeat;

	margin:0px auto 15px auto;

}

#vi h2{

	font-size:18px;

	padding:75px 0 10px 40px;

}

#vi .bodycopy{
	width:390px;
	font-size:12px;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 60px;
	margin: 0px;
}



/* ------------------------------------------------------------ */

/* サイドバー */

/* ------------------------------------------------------------ */

#sidebar{

	float:right;

	width:165px;

	background-color:#DDD;

	padding:10px;

}

#sidebar .no{

	text-align:center;

	font-size:18px;

	color:#990000;

	font-weight:bold;

	font-family: Arial, Helvetica, sans-serif,'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;

}

#sidebar p{

	margin:0 0 10px 0;

}



/* ------------------------------------------------------------ */

/* コンテンツ */

/* ------------------------------------------------------------ */

#content{

	float:left;

	width:600px;

}

#content h2{

	width:585px;

	background:url(img/content_h2_bg.jpg) #F6F6F6 left top no-repeat;

	height:55px;

	line-height:55px;

	color:#333;

	font-size:16px;

	padding-left:15px;

	margin:0 0 15px 0;

}

#content h3{

	width:585px;

	font-size:14px;

	padding:5px 0 5px 10px;

	margin:0 0 15px 0;

	background-color:#EEE;

	border-left:solid #336A2F 5px;

	border-bottom:solid 1px #CCCCCC;

}

#content.home h3{

	width:585px;

	background:url(img/content_h3_bg.jpg) #336A2F left top no-repeat;

	height:39px;

	line-height:42px;

	color:#333;

	font-size:12px;

	padding:0 0 0 15px;

	margin:0 0 10px 0;

	border:none;

}

#content h4{

	font-size:12px;

	padding:0 0 0 7px;

	margin:0 0 5px 0;

	border-left:solid #336A2F 4px;

}

#content table{

	border-top:dotted 1px #CCC;

}

#content td{

	border-bottom:dotted 1px #aaa;

	padding:7px;

}

#content th{

	text-align:left;

	width:100px;

	background-color:#EEE;

	border-bottom:dotted 1px #CCC;

	padding:7px;

}

#content .oneday th{

	text-align:left;

	width:150px;

	background-color:#EEE;

	border-bottom:dotted 1px #CCC;

	padding:7px;

}

#content .section{

	margin:0 0 20px 0;

}



/* ------------------------------------------------------------ */

/* フッター */

/* ------------------------------------------------------------ */

#footer{
	width:100%;
	height:51px;
	padding-top:7px;
	font-size:10px;
	text-align:center;
	color:#333;
	font-family: Arial, Helvetica, sans-serif,'Verdana',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #FFF;
	background-image: url(img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}



/* ------------------------------------------------------------ */

/* Clearfix */

/* ------------------------------------------------------------ */



.clearfix:after {

  content: ".";

  display: block;

  clear: both;

  height: 0;

  visibility: hidden;

}



.clearfix {

  min-height: 1px;

}



* html .clearfix {

  height: 1px;

  /*\*//*/

  height: 1%;

  display:block;

  overflow: hidden;

  /**/

}

