@charset "UTF-8";
body {
    font-family: 'Arial Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', verdana, Arial, 'trebuchet ms', sans-serif, 'ＭＳ Ｐゴシック';
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	background-color: #FFFFCC;
	background-image:url(../img/all/back-header.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-position:top;
}

img {
border-top-width:0;
border-left-width:0;
border-right-width:0;
border-bottom-width:0;
}

p {
margin:0 ;
padding:0 ;
}

a:link      { color : #111111;}
a:active    { color : #111111;}
a:visited   { color : #111111;}
a:hover     { color : #444444;}


.clear {
clear:left;
}

#container {
	width: 950px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 0px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}

#header {
	position:relative;
	width:950px;
	height:83px;
	margin:0 auto;
	padding: 0 0 0 0;
	background-image:url(../img/all/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-color:#FFFFFF;
	}
	
	
#header h1{
float:left;
display: inline;
color:#EEEEEE;
margin: 4px 0 0 8px ;
font-size:10px;
}

.header-navi{
	float:right;
	display: inline;
	padding: 30px 0px 0px 0;
	width:160px;
	height:40px;
}

.header-navi img{
margin:2px;
}

#wrap {
background-color:#FFFFFF;
width:756px;
height:1185px;
float:left;
}

#contents1 {
	width:187px;
	height:980px;
	background-color:#FFFFFF;
	float:left;
}

#contents1 h2 {
	font-size:11px;
	color:#333333;
	margin:0;
	padding:5px;
	}

#contents1 img {
padding: 0 0 0 4px;
	margin-top:3px;
	display:inline;
}

.staffthumb {
float:left;
margin-top:5px;
margin-right:10px;
display:inline;
}

#contents2 {
	width:559px;
	height:1100px;
	background-color:#FFFFFF;
	float:right;
}

#contents2 img {
	margin-top:3px;
	display:inline;
}

.whatsnew {
margin-top:5px;
width:559px;
height:130px;
background-color:#F9F9F9;
}

.top-whatsnew {
margin:0;
padding:0;
}

.top-whatsnew h3 {
margin:0;
padding-left:8px;
font-size:12px;
color:#333333;
}

.osusume-hirodai {
margin:0;
padding:5px;
width:559px;
height:340px;
background-color:#FFFFFF;
}

.top-osusume-hirodai1 {
float:left;
width:127px;
height:160px;
margin:4px;
background-color:#EFEFEF;
border:thin #999999 solid;
display:inline;
}

.top-osusume-hirodai1 img {
margin:0px;
padding:0;
}

.top-osusume-hirodai1 h3 {
margin:0;
padding-top:5px;
padding-left:10px;
font-size:12px;
color:#333333;
}

.top-osusume-hirodai2 {
float:left;
width:127px;
height:160px;
margin:4px;
background-color:#EFEFEF;
border:thin #999999 solid;
display:inline;
}

.top-osusume-hirodai2 img {
margin:0px;
padding:0;
}

.top-osusume-hirodai2 h3 {
margin:0;
padding-top:5px;
padding-left:10px;
font-size:12px;
color:#333333;
}

.osusume {
margin-top:5px;
width:559px;
height:340px;
background-color:#FFFFFF;
}


.top-osusume1 {
float:left;
width:127px;
height:160px;
margin:4px;
background-color:#EFEFEF;
border:thin #999999 solid;
display:inline;
}

.top-osusume1 img {
margin:0px;
padding:0;
}

.top-osusume1 h3 {
margin:0;
padding-top:5px;
padding-left:10px;
font-size:12px;
color:#333333;
}

.top-osusume2 {
float:left;
width:127px;
height:160px;
margin:4px;
background-color:#EFEFEF;
border:thin #999999 solid;
display:inline;
}

.top-osusume2 img {
margin:0px;
padding:0;
}

.top-osusume2 h3 {
margin:0;
padding-top:5px;
padding-left:10px;
font-size:12px;
color:#333333;
}



#contents3 {
	width:187px;
	/*height:830px;*/
 	background-color:#FFFFFF;
	float:right;
	display:inline;
}

#contents3 img {
padding: 0 0 0 0px;
	margin-top:3px;
}


#contents2-wide {
	width:752px;
	height:960px;
	background-color:#FFFFFF;
	float: left;
}

#contents2-wide img {
	margin-top:3px;
}

.p-map {
margin-left:5px;
}

#footer1 {
	position:relative;
	background-image:url(../img/all/footer.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:100%;
	height:120px;
	margin:0 auto;
	clear: left;
	}
	
#footer1 h5 {
	padding: 50px 0 0 100px;
	font-size:11px;
	color:#FFFFFF;
	}

#footer2 {
	border: 0px solid #FFFFCC;
	background-image:url(../img/all/footer2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	width:950px;
	height:150px;
	margin:0 auto;
	background-color:#FF0068;
	}
	
#footer2 h5 {
margin:0;
	padding: 10px 0 0 20px;
	font-size:10px;
	color:#FFCCCC;
	line-height:120%;
	}

.block0 {
width:82px;
height:70px;
float:left;
}

.block1 {
width:185px;
height:70px;
float:left;
}

.block2 {
width:220px;
height:70px;
float:left;
}

.block3 {
width:150px;
height:70px;
float:left;
}

.block4 {
width:280px;
height:70px;
float:left;
}

.block05 {
width:82px;
height:70px;
float:left;
}

.block5 {
width:850px;
height:70px;
float:left;
}



#footer2 a:link      { color : #FFCCCC;
text-decoration:none;}
#footer2 a:active    { color : #FFCCCC;
text-decoration:none;}
#footer2 a:visited   { color : #FFCCCC;
text-decoration:none;}
#footer2 a:hover     { color : #FFFFBB;
background-color:#FF3366;}
