@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,   sans-serif;
	text-align: center;
}
*{
	margin:0;
	padding:0;
}
a img {
	border:none;
}
a {
	color:#069;
}
a:hover{
	text-decoration:underline;
	color:#F90;
}

.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  
#header {
	height: 290px;
	background-image:url(../showa/images/head_back.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
#header .container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}
#header .container h1 {
	position: absolute;
	left: 0px;
	top: 40px;
	z-index: 10;
}
#header .container .photo {
	position: absolute;
	left:370px;
	top: 40px;
	z-index: 10;
}

#main {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../showa/images/main_back_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 100px;
	
}
#main h2 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	width:471px;
}
#section1, #section2 {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	
}
#section1{
margin-bottom: 50px;
}
#section1 .text {
	width: 470px;
	float: left;
}
#section1 .image {
	width: 200px;
	margin-left: 30px;
	float: left;
}
.text p {
	font-size: 90%;
	line-height: 180%;
	margin-bottom: 1em;
}
.image .waku {
	margin-bottom: 20px;
	text-align: center;
	font-size: 75%;
}
.image .waku img {
	margin-bottom: 7px;
}
#section2 .img_large {
	margin-bottom: 50px;
}
#main_bottom {
	background-image: url(../showa/images/main_back_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;
}
#section2 .image {
	width: 200px;
	float: left;
	margin-right: 30px;
}
#section2 .text {
	width: 470px;
	float: left;
}
#to_blog {
	width:690px;
	margin:40px auto;
}
#to_blog a:hover
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
#footer {
	clear: both;
	background-image:url(../showa/images/footer_back.gif);
	background-repeat:repeat-x;
	background-size:contain;
	background-position:top left;
color:#fff;
padding:40px 0;
}
#footer h2 {
	margin-bottom: 20px;
}
#footer ul {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#footer ul li {
	float: left;
	width: 220px;
	list-style: none;
}
#footer  a:hover {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";}