/*@charset "Shift_JIS";*/

/*******************************************/
/* Home.css                                */
/* Use with Shinji-Harada.com              */
/*******************************************/
@import url("tags.css");
@import url("global_layout.css");

/*************** Common Divs  *****************/

* {margin:0 ; padding:0;}

body{
	background: #D5EAEA url(../img/bg_main.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

#wrap{
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

*html body #wrap{
	padding-top: 120px;
}
*+html body #wrap{
	padding-top: 120px;
}

#mainBlock{
	width: 770px;
	background: url(../img/top_visual.jpg) no-repeat center center;
	height: 320px;
	margin: 5px auto 10px;
	position: relative;
}

#naviBlock{
	width: 750px;
	height: 12px;
	text-align: right;
	vertical-align: top;
	margin-top: 118px;
	margin-right: auto;
	margin-left: auto;
}



#topBanner{
	width: 500px;
	margin: 10px;
	padding-top: 250px;
	padding-left: 20px;
}
#topBanner img{
	margin-right: 5px;
}

#blockFoot{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	bottom: 50px;
	left: auto;
	right: auto;
}
#address{
	text-align: center;
	font-size: x-small;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}




#30thLogo{
	position:absolute;
	width:120px;
	height:120px;
	z-index:1;
	left: 41px;
	top: -120px;
}
