@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;
	background-color:#D4D4D4;
}
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{
	width:100%;
	margin:0px auto;
	padding:0px;
	background:url(img/body_bg.jpg) #D4D4D4 center top repeat-y;
}

/* ------------------------------------------------------------ */
/* ヘッダ */
/* ------------------------------------------------------------ */
#head{
	width:800px;
	height:68px;
	margin:0px auto;
	background:url(img/head_bg.jpg) left top repeat-x;
}
#head #utility{
	float:right;
	margin:7px 10px 0 0;
	font-size:12px;
	text-align:right;
}
	#head #utility li a{
		float:left;
		font-size:12px;
		margin-left:10px;
		padding-left:12px;
		background:url(img/point_link.gif) left center no-repeat;
		color:#FFF;
	}
#head #ci{
	float:left;
	margin-left:15px;
	_margin-left:8px;
}
#head #ci .logo,
#head #ci h1{
	margin-top:22px;
	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%;
	text-align:center;
	overflow: hidden;
	height:40px;
	margin:0;
}

.mainmenu_in{
	margin:0 auto;
	width:800px;
	background:url(img/mainmenu_bg.jpg) left top repeat-x;
}

#mainmenu ul{
	width:800px;
	text-align:center;
	margin:0; padding:0;
	height:40px;
}
#mainmenu li{
	list-style:none;
	float:left;
	text-align:center;
	height:32px;
	padding-top:8px;
	font-size:12px;
	text-decoration:none;
	background:url(img/mainmenu_li_bg.gif) left center no-repeat;
}
#mainmenu li a{
	display:block;
	width:157px;
	color:#EEE;
	height:32px;
	background:url(img/mainmenu_li_a_bg.gif) center 22px no-repeat;
}

.sub{
	padding:0 0 15px;
}

/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */
#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;
	margin:0px auto 15px auto;
}

.pass{
	position:absolute;
	}
	
#vi h2{
	font-size:18px;
	padding:75px 0 10px 40px;
	color:#fff;
}
#vi .bodycopy{
	width:390px;
	font-size:12px;
	padding:0 0 0 40px;
	color:#fff;
}

/* ------------------------------------------------------------ */
/* サイドバー */
/* ------------------------------------------------------------ */
#sidebar{
	float:right;
	width:165px;
	background-color:#DDD;
	padding:10px;
	margin:0 10px 0 0;
	_margin:0 5px 0 0;
}
#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:575px;
	margin:0 0 0 10px;
	_margin:0 0 0 5px;
}
#content h2{
	width:560px;
	background:url(img/content_h2_bg.jpg) left top repeat-x;
	height:55px;
	line-height:50px;
	color:#FFFFFF;
	font-size:16px;
	padding-left:15px;
	margin:0 0 15px 0;
}
#content h3{
	width:565px;
	font-size:14px;
	padding:5px 0 5px 10px;
	margin:0 0 15px 0;
	background-color:#DDD;
	border-left:solid #473929 5px;
	border-bottom:solid 1px #CCCCCC;
}
#content.home h3{
	width:560px;
	background:url(img/content_h3_bg.jpg) left top repeat-x;
	height:36px;
	line-height:34px;
	color:#FFFFFF;
	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 #473929 4px;
}
#content table{
	border-top:dotted 1px #CCC;
}
#content td{
	border-bottom:dotted 1px #CCC;
	padding:7px;
}
#content th{
	text-align:left;
	width:100px;
	background-color:#DDD;
	border-bottom:dotted 1px #CCC;
	padding:7px;
}
#content .section{
	margin:0 0 20px 0;
}

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

/* ------------------------------------------------------------ */
/* 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;
  /**/
}

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

.bread {
    letter-spacing: -0.4em;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.bread li {
	display: inline;
	letter-spacing: normal;
}

.bread li a {
	padding-left: 7px;
	margin-right: 7px;
}

.bread li:first-child a {
	padding: 0px;
}


.top_txt {
    font-size: 16px;
    text-align: center;
    font-family: times new roman;
}

.sidebar_address {
    margin: 10px 0;
    color: #696969;
	font-family: ｍｓ ｐゴシック;
}

.sidebar_address>dt {
    margin-bottom: 10px;
}

.sidebar_address dd {
    margin-left: 0;
}

.sidebar_address dl {
    margin: 15px 0;
}

