/*resetedit*/
h1,h2,h3,h4,h5,h6 {
	color:#333;
	font-size:21px;
	font-weight:bold;
}
p.ttl {
	font-size:12px;
	color:#999;
}

/*body*/
#wrap {
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}

#header {
	width:100%;
	height:80px;
	background-color:#0C3;
}

#line_a {
	height:10px;
	background-color:#090;
}

#line_b {
	width:580px;
	border-bottom:1px dotted #000;
}
#line_c {
	padding-top:20px;
	border-bottom:1px dotted #000;
}

#title {
	width:377px;
	height:70px;
	margin:0 auto;
}
.ttl {
	height:20px;
	padding:25px 0 20px 0;
}

p.site-title {
	color:#fff;
	font-size:28px;
	font-weight:bold;
	padding:21px 0 21px 0;
	text-align:center;
}
.photo {
	padding:20px 0 20px 0;
}

#glink {
	width:960px;
	margin:10px auto 30px auto;
	text-align:center;
}
.glink_bt {
	width:191px;
	border-left:solid 1px;
	padding-right:1px;
	text-align:center;
	float:left;
}
.glink_end {
	width:185px;
	border-left:solid 1px;
	border-right:solid 1px;
	padding-right:1px;
	text-align:center;
	float:left;

}

#pankuz {
	padding:10px 10px 0 28px;
	border-left:solid 1px;
}

/*content*/
#wrap_content {
	width: 960px;
	margin:0 auto;	
}
#content {
	width:650px;
	margin:30px 0 0 0;
	float:left
}
#main_content {
	width:580px;
	margin-top:30px;
}
.text_wrap {
	width:580px;
	padding:0 0 0 28px;
}


/*side_content*/
#side_content {
	width:310px;
	float:left;
}
.side_menu {
	width:280px;
	margin-top:90px;
}
.side_menu_b {
	width:280px;
	margin-top:50px;
	float:right;
}
#tweetwind {
	font-size:9px;
	text-align:right;
	width:255px
}

/*link&share*/
.share {
	margin:30px 0 0 30px;
	text-align:center;
}
.banner {
	padding-top:30px;
}

/*foot*/
#foot {
	width:100%;
	height:50px;
	margin-top:80px;
    position:absolute;
	background-color:#0C3;
	border-top:dotted 1px;
	border-color:#000;
}
.copyright {
	width:100%;
	margin:0 auto;
	padding-top:10px;
	text-align:center;
	text-decoration:text-decoration:none;color:#333;
}
a.copyright:hover {
	text-decoration:text-decoration:none;color:#333;
}
