@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

img {
	border: none;
}
/* ここまでデフォルトスタイルの統一 */
html {
	scrollbar-base-color: #000000;
	scrollbar-face-color: #262626;
	scrollbar-arrow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #262626;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #262626;
	scrollbar-track-color: #262626;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif, "メイリオ";
	text-align: center;

	background-color: #000000;
	scrollbar-base-color: #000000;
	scrollbar-face-color: #262626;
	scrollbar-arrow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #262626;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #262626;
	scrollbar-track-color: #262626;
}

#wrapper {
	width: 800px;
	margin: 20px auto; /* 自動マージン（幅と連動）により、ページが中央揃え*/
	text-align: left; /* body エレメントの text-align: center より優先 */
	line-height:150%;
}

#header {
	float:left;
	width:365px;
	height: 425px;
	background-image: url(../2009/images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#header2 {
	float:left;
	width:365px;
	height: 425px;
	background-image: url(../2009/images/header2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#menubox {
	float:left;
	width:435px;
	height:425px;
}

.menubox a:link { color:#e1b611; text-decoration: none;}
.menubox a:visited { color:#e1b611; text-decoration: none;}
.menubox a:active { color:#e1b611; text-decoration: none;}
.menubox a:hover { color: #000000; text-decoration:none;}

.menu {
	float:right;
	width:200px;
	height:30px;
	font-size:14px;
	padding-left:40px;
	padding-top:8px;
	background-image: url(../2009/images/menu.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

.box_top {
	clear:both;
	width:420px;
	background-position:right bottom;
	background-image:url(../2009/images/box.jpg);
	background-repeat: no-repeat;
	color:#666666;
	font-size:12px;
	padding-right: 0px;
	height: 230px;
}

.box_top2 {
	clear:both;
	float:right;
	width:420px;
	color:#666666;
	font-size:12px;
	padding-right: 0px;
}


/* ここからメインコンテンツ */
#maincontents {
	clear:both;
	width:100%;
	margin:0 auto;
	
	font-size:12px;
	line-height:150%;
	text-align:left;
}
.section_left {
	float:left;
	width:320px;
	margin:30px 0px;
}

.box {
	width:auto;
	height:20px;
}
.box2 {
	width:auto;
	height:30px;
	border-bottom: #333333 1px dotted;
	margin-bottom:20px;
}

.box1 {
	width:30px;
	float:left;
	background-image: url(../2009/images/line_disco.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.foto_box {
	width:220px;
	float:left;
	
	border:#333333 1px solid;
	margin:0px 0px 10px 40px;
	padding:10px;
	text-align:left;
	color:#666666;
	font-size:10px;
}

.foto {
	float:left;
	width:75px;
	height:75px;
	margin:0px 10px 10px 0px;
	padding:3px;
	text-align:center;
	border:#CCCCCC 1px dotted;
}
.text_box {
	float:left;
	border:#333333 1px solid;
	margin:0px 20px 10px 0px;
	padding:10px;
	text-align:left;
	color:#666666;
	font-size:11px;
}

.text_box p{
	padding-bottom:10px;
	text-align:justify;
}

.jp {
	text-justify: inter-ideograph;
}

.en {
	text-justify: auto;
}

.banner2 {
margin-bottom: 20px;
width:220px;
border-bottom: #666666 1px dotted;
padding:10px;
text-align:center;
}
.section_left a:link, a:visited, a:active { color:#666666; text-decoration: none;}
.section_left a:hover { color: #c5e622; text-decoration:underline;}

.title2 {
	color:#FFCC00;
	font-size:10px;
	font-weight:bold;
}
.title3 {
	color:#FFCC00;
	font-size:12px;
	font-weight:bold;
}

.section_right {
	float:left;
	width:480px;
	margin-bottom:30px;
	
	color:#666666;
	font-size:12px;
}

.section_right p{
	padding-bottom:10px;
	text-align:justify;
}

.jp {
	text-justify: inter-ideograph;
}

.en {
	text-justify: auto;
}

.section_right dd{
	padding-left:15px;
}

.section_right a:link, a:visited, a:active { color:#666666; text-decoration: none;}
.section_right a:hover { color: #c5e622; text-decoration:underline;}


.title {
	color:#A62302;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0.1em;
	padding-bottom:10px;
}
#credit{
clear: both;
margin:0 auto;
width:100%;
text-align:center
}
.banner {
float:left;
margin:0px 13px;
}

#footer {
	clear: both;
	width:100%;
	border-top:#333333 4px solid;
	margin: 20px 0px;
	padding-top:10px;
	font-size:10px;
	text-align:center;
	color:#666666;
} 

.cleaner {
	clear:both;
	height: 0px;
}
