@charset "utf-8";

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
	font-size:62.5%;
}

body{
	height:100%;
	text-align:center;
	font-size:1.2em;
}

p{
	line-height:170%;
	margin-bottom:10px;
	color:#2e394b;
}

a{
	color:#336699;
}

.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	min-height:1px;
}

* html .clearfix{
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

.noscreen{
	display:none;
}

.hidden{
	position:absolute;
	top:-10000px;
	left:0;
	width:1px;
	height:1px;
	overflow:hidden;
}

#wrapper{
	border-top:#fff solid 2px;
	width:100%;
	background:#ccc;
	min-height:100%;
	height:100%;
}

#header{
	height:70px;
	background:url("../img/demo/demo_bg_header.png") repeat-x;
}

#header-in{
	width:780px;
	height:70px;
	background:url("../img/demo/demo_bg_headimg.png") no-repeat right top;
	margin:0 auto;
	vertical-align:bottom;
	position:relative;
}

h1{
	font-size:85%;
	text-align:left;
	color:#fff;
	vertical-align:bottom;
	position:absolute;
	left:60px;
	top:15px;
}

#logo{
	position:absolute;
	left:7px;
	top:7px;
	width:186px;
	height:62px;
}

#headnavi{
	height:42px;
	background:#00bbee;
}

#headnavi-in{
	width:780px;
	height:42px;
	margin:0 auto;
	text-indent:-10000px;
	background:url("../img/demo/demo_menuall.png") no-repeat;
}

#content{
	background:#00bbee;
}

#content-box{
	overflow:auto;
	width:780px;
	margin:0 auto;
	background:url("../img/demo/demo_bg_contentsbox.png") repeat-y #00bbee;
	text-align:left;
	min-height:600px;
}

#content-box-main{
	width:630px;
	float:left;
}

#content-box-main-in{
	margin:1.8em 0 1.8em 0.6em;
}

#title_main00{
	text-indent:-10000px;
	background:url("../img/demo/demo_title_main01.png") no-repeat left center;
	margin-bottom:10px;
	margin-left:5px;
	height:70px;
	width:500px;
}

#title_main01{
	text-indent:-10000px;
	background:url("../img/demo/demo_title_news.png") no-repeat left center;
	margin-bottom:0px;
	margin-left:5px;
	height:20px;
	width:615px;
}

#title_main02{
	font-size:9px;
	color:#ccc;
	font-weight:normal;
	vertical-align:bottom;
	line-height:30px;
	text-indent:360px;
	background:url("../img/demo/demo_title_main02.png") no-repeat left center;
	margin-bottom:0;
	margin-left:5px;
	height:35px;
	width:600px;
}

#title_main03{
	font-size:9px;
	color:#ccc;
	font-weight:normal;
	vertical-align:bottom;
	line-height:30px;
	text-indent:200px;
	background:url("../img/demo/demo_title_main03.png") no-repeat left center;
	margin-bottom:0;
	margin-left:5px;
	height:35px;
	width:600px;
}

#headlinebox{
	width:615px;
	height:100px;
	border-bottom:#ccc thin solid;
	margin-bottom:20px;
	margin-left:5px;
}

#articlebox01{
	width:620px;
	height:210px;
	border:none;
	margin-bottom:35px;
}

#articlebox02{
	width:620px;
	height:240px;
	border:none;
	margin-bottom:35px;
}

#content-box-sub{
	width:150px;
	float:right;
}

#content-box-sub-in{
	margin:1em 0.2em 3em 0.6em;
}

#content-box-sub h4{
	border:0;
	color:#333;
	padding:20px 0 0 3px;
	font-size:0.6em;
}

#title_area{
	text-indent:-10000px;
	background:url("../img/demo/demo_title_area.png") no-repeat left center;
}

#title_article{
	text-indent:-10000px;
	background:url("../img/demo/demo_title_article.png") no-repeat left center;
}

#content-box-sub-in dl{
	margin:0 0 40px 2px;
}

#content-box-sub-in dt{
	margin-bottom:3px;
	font-weight:bold;
	color:#002c4e;
	line-height:140%;
	padding:1px 0 1px 3px;
}

#content-box-sub-in dd{
	margin:0 5px 6px 2px;
	line-height:140%;
}

ul.white{
	margin:5px 0 10px 3px;
	list-style:none;
}

ul.white li{
	padding:2px 0 0 13px;
	background:url("../img/demo/demo_allow_white.gif") 0 50% no-repeat;
	margin-bottom:3px;
	font-size:90%;
}

#content-box-sub-in p{
	line-height:140%;
	margin-bottom:10px;
	color:#2e394b;
	font-size:90%;
	margin:0 6px;
}

.whiteline{
	border:none;
	border-bottom:#fff solid 2px;
	margin:10px 0;
}

#footer{
	width:100%;
	height:40px;
	background:#2e394b;
}

#footer-in{
	width:780px;
	margin:0 auto;
	padding-top:10px;
	font-size:90%;
	color:#fff;
}

address{
	font-style:normal;
	line-height:180%;
	margin-left:7px;
}