@charset "shift_jis";
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.8;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #eeeeee;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
p {
	padding-bottom: 10px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}


/*HPを囲む枠。両サイドの影を入れている。
------------------------------------------------------------------*/
#wrapper {
	background: #FFFFFF url(images/bg.gif) repeat-y center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


/*HP本体の枠。ここは基本的に変更しないように。
------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}


/*ヘッダー。メイン画像が入っている所。
------------------------------------------------------------------*/
#header {
background-color:#ffffff;
background-image:url(images/hawaii_2.jpg);
background-repeat:no-repeat;
font:メイリオ;
font-size:26px;
font-style:normal;
text-align:left;
margin-top:5px;
padding-top:12px;
padding-left:0px;
width:900px;
height:250px
}


/*ヘッダー内のh1タグの設定。
------------------------------------------------------------------*/
#header h1 {
color:#d3d3d3;
font-size:10px;
width:800px;
position:absolute;
top:5px;
left:10px
}
#header h2 {
color:#8fbc8f;
font-family:メイリオ;
font-size:20px;
width:800px;
position:absolute;
top:35px;
left:20px
}
#header h3 {
color:#ff69b4;
font-family:メイリオ;
font-size:14px;
width:800px;
position:absolute;
top:65px;
left:20px
}
/*メインメニューの設定。
------------------------------------------------------------------*/
#menu_box{
text-align:left;
margin-top:2px;
margin-bottom:2px;
padding:0px 0px 0px 0px;
border-top:1px solid #666666;
border-bottom:1px solid #666666;
width:900px;
}

#menu {
background-color:#ffffff;
width:850px;
height:26px
}

#menu li {
background-color:#ffffff;
/*background-image:url(images/pb2.gif);
background-repeat:no-repeat;
*/
text-align:right;
padding-left:5px;
display:inline
}


/*コンテンツ。文章が入る２列部分の背景をここで設定。
------------------------------------------------------------------*/

#contents {
	/*background: url(images/contents_bg.gif) repeat-y left;*/
	padding-top: 0px;
}
#contents_top {
background-image:url(images/contents_top.gif);
background-repeat:no-repeat;
padding-top:0px;
	height: 6px;
}


/*メインコンテンツ。（左側）
------------------------------------------------------------------*/
#main {
	float: left;
	width: 620px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	border-right:1px double #cccccc;
}
#bar {
background-image:url(images/bar-1.gif);
background-repeat:no-repeat;
font:メイリオ;
font-size:16px;
text-align:left;
padding-top:7px;
padding-left:20px;
padding-right:5px;
width:570px;
height:40px
}

#main p {
	padding-right: 5px;
	padding-left: 5px;
}
#main h3 {
background:#eeeeee;
font-size:100%;
text-align:left;
margin-top:5px;
margin-right:10px;
margin-bottom:5px;
padding-left: 10px;

border:3px double #cccccc
}

/*サブコンテンツ。（右側）
------------------------------------------------------------------*/
#left_sidebar{
background-color:#fafad2;
font-family:メイリオ;
font-size:12;
text-align:left;
text-indent:12px;
margin:0px;
padding:10px 10px 10px 10px;
width:180px;
height:auto;
float:left;
clear:both
}

#sub h3 {
background:#ccff99;
font-size:100%;
text-align:center;
margin-top:10px;
margin-bottom:5px;
border:3px double #8fbc00;
}
#sub h4 {
background:#ffcccc;
font-size:100%;
text-align:center;
margin-top:10px;
margin-bottom:5px;
border:3px double #ff66ff;
}

/*TOPICS部分。
------------------------------------------------------------------*/
ul#topics {
	padding: 0px 12px 20px 8px;
}
#topics li {
	border-bottom: 1px dotted #CCCCCC;
	text-indent: -1em;
	padding-left: 1em;
}


/*フッター。コピーライトや著作部分。
------------------------------------------------------------------*/
#footer {
color:#708090;
background:#eeeeee;
font-size:12px;
text-align:center;
padding:10px 10px 10px 10px;
border-bottom-style:solid;
width:auto;
height:auto;
border-top:1px solid #666666;
border-bottom:1px solid #666666;
clear:both
}


/*clearfix（※ここは変更しない）
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */

