@charset "utf-8";
/* CSS Document */

/*=============================共通設定=============================*/

body{
	/*text-align				:center;	IE6対策*/
	font-family					:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size					:12px;
	line-height					:160%;
	color						:#000;
}

*{
	margin:0;
	padding:0;
}

img{
	border						:0;
	margin:0;
	padding:0;
	vertical-align:top;
}

li{
	list-style-type				:none;
	margin:0;
	padding:0;
}

a:link{
	color						:#000099;
	text-decoration				:none;
}

a:visited{
	color						:#7F92AB;
	text-decoration				:underline;
}

a:hover{
	color						:#000099;
	text-decoration				:underline;
}

a:active{
	color						:#000099;
	text-decoration				:underline;
}

.clearfix { display: inline-block; }
.clearfix:after {
	 clear						:both;
	 content					:" ";
	 display					:block;
	 font-size					:0;
	 height						:0;
	 visibility					:hidden;
}
.clear{
	clear:both;
}
/* start commented backslash hack \*/
* html .clearfix {
	height						:1%;
}
.clearfix { display: block; }
/* close commented backslash hack */

/*=============================レイアウト設定=============================*/
#demo{
	margin						:0 auto;
	width						:1000px;
}

#container{
	margin						:0 auto;
	width						:740px;
}
#header{
	width						:100%;
	background:url(../image/common/header.jpg) left top;
	height						:54px;
}
#header #left{
	width:85px;
	float:left;
}
#header #left a{
	display:block;
	width:85px;
	height:54px;
}
#header #right{
	width:655px;
	float:left;

	height						:24px;
	text-align:right;
	padding:30px 0 0 0;
	font-size:11px;
}
#main{
	background:url(../image/common/bg_line.gif) top left;
}


#navi img{
	float: left;
}
#contents{
	width:508px;
	float:left;
}
#side_navi{
	padding:20px 0;
	width:232px;
	float:left;
}
#side_navi ul{
	margin:0 0 0 14px;
}
#side_navi #s3{
	background:url(../image/common/side3.jpg) top left no-repeat;
	height:82px;
	line-height:140%;
	font-size:10px;
	text-align:center;
}
#side_navi #s3 a{
	display:block;
	height:40px;
	padding:42px 0 0 0;
}
#side_navi #s4{
	background:url(../image/common/side4.jpg) top left no-repeat;
	height:85px;
	line-height:140%;
	font-size:10px;
	text-align:center;
}
#side_navi #s4 a{
	display:block;
	height:40px;
	padding:45px 0 0 0;
}
#side_navi a:link{
	color:#000000;
	text-decoration:none;
}
#side_navi a:visited{
	color:#000000;
	text-decoration:none;
}
#side_navi a:hover{
	color:#000000;
	text-decoration:none;
}
#side_navi a:active{
	color:#000000;
	text-decoration:none;
}
#footer{
	border-top:#CCC solid 1px;
	padding:10px 0 0 0;
}
#footer img{
	float:left;
}
#footer_link{
	color:#000099;
	margin:25px 0 0 0;
	text-align:center;
	font-size:11px;
	border-bottom:#0A428D solid 16px;
}
#copyright{
	text-align:center;
	color:#666;
	font-size:10px;
}
#pan{
	margin:15px 0 15px 10px;
}

#pan h1{
	margin:0;
	font-size:12px;
	font-weight:normal;
	display:inline;
}

.kotira{
	padding:0 10px 20px 10px;
	font-weight:bold;
}
.btn_btn{
	text-align:center;
	margin:25px 0 20px 0;
}


