/*reset_css*/
h1,h2,h3,h4,h5,h6 {
	color:#333;
	font-size:21px;
	font-weight:bold;
}
strong,b {
	color:#333;
	font-style:normal;
}
/*main_ph*/
#main_ph {
	width:100%;
	min-width: 10%;
	min-height: 30%;
	background:url(../img/main.jpg) repeat center;
    background-size:cover;

}
#main_ph_wrap {
	height:50px;
	padding:50px 0 50px 0;
}

/*body*/
#header {
	height:150px;
	background-color:#000;
	border-bottom:solid 5px;
	border-color:#0CF;
}
#head {
	width:900px;
	margin:0 auto;
	text-align:left;
}

#line {
	width:580px;
	border-bottom:1px solid #000;
}

#line_cont {
	border-bottom:2px solid #000;
}
.ttl {
	height:20px;
	padding:40px 0 20px 0;
	clear:both;

}
p.ttl {
	font-size:12px;
	color:#999;
}
.site_ttl_s {
	color:#FFF;
}
#site_ttl_ph {
	width:100px;
	height:100px;
	margin:25px 30px 25px 0;
	float:left;
	background-image:url(../img/thumb.jpg)
}
p.site_ttl {
	color:#fff;
	font-size:28px;
	font-weight:bold;
	padding-top:20px;
}

/*navi*/
#navi {
	width:960px;
	margin:10px auto 30px auto;
	text-align:center;
}
.navi_bt {
	width:191px;
	float:left;
	padding-right:1px;
	text-align:center;
	color:#fff;
	border-left:solid 1px #fff;
}

.navi_end {
	width:185px;
	float:left;
	padding-right:1px;
	text-align:center;
	color:#fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
}

a.navi_bt,a.navi_end {color:#FFF;}
a:hover.navi_bt,a:hover.navi_end { text-decoration: underline;color:#FFF; }

/*content*/
#wrap {
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}

.content {
	width:900px;
	height:100%;
	margin:0 auto;	
}

#topic {
	width:900px;
	height:1500px;
	margin:30px 0 50px 0;
}

.topic_ph {
	width:100px;
	margin:0 20px 0 0;
	float:left;
}

.topic_cont {
	width:900px;
	padding-top:50px;
	clear:both;
}

.topic_txt {
	width:780px;
	margin-right:0px;
	float:right;
}

.ph_float {
	float:right;
}

p.ph_copyright {
	font-size:11px;
	color:#999;
	line-height: 1.7em;
}
.pagetop {
	text-align:right;
}


/*foot*/
#foot {
	width:100%;
	height:80px;
    position:absolute;
	background-color:#000;
	border-top:solid 10px;
	border-color:#09F;
}
.copyright {
	width:100%;
	margin:0 auto;
	padding-top:25px;
	text-align:center;
	text-decoration:text-decoration:none;color:#fff;
}
a.copyright:hover {
	text-decoration:text-decoration:none;color:#fff;
}
