@charset "utf-8";
/* CSS Document */

/*------- [ 初期設定 ]
 ---------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-style:normal;}


body {
    background:url(image/bg.jpg) #0B539B repeat-x left top;
	color: #333333;
	line-height:1.4;
	font-size:75%;
	font-family:Sans-Serif;
	text-align: center;}


#wrapper{
width:905px;
margin:0 auto;
padding:0 auto;
text-align:left;}

img {
	border: 0;
	vertical-align:bottom;
}




/*------- [ ヘッダー設定 ]
 ---------------------------------------------------------------------*/
#header{
	background: url(image/header.jpg) no-repeat left top ;
	margin-top:4px;
	height:83px;
	padding:38px 0 0 312px;}

*html #header{
	padding:38px 0 18px 312px;}


/*------- [ フッター設定 ]
 ---------------------------------------------------------------------*/
#footer{
background:url(image/fotter.jpg) no-repeat left top;
text-align:center;
padding:30px  0 0 0;
color:#FFFFFF;
width:905px;
height:140px;}


/*------- ----------------------------------------*/
.info{
padding:9px 0 10px 10px;}



