@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	color: #009933;
	font-size: 14px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../images/bg_base.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#all {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 102px;
	position: relative;
	background-image: url(../images/fumyoukai_headerbase.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 {
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	height: 25px;
	width: 150px;
	color: #39b54a;
	position: absolute;
	top: 10px;
	right: 10px;
}
.logo {
	height: 50px;
	width: 403px;
	position: absolute;
	left: 35px;
	top: 25px;
}

#main_navigation {
	height: 30px;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.nav1 {
	list-style:none;
	width:900px;
	font-size:13px;
	font-weight:bold;
	background-color: #FFF;
}
ul.nav1 li {
	position:relative;
	display:block;
	height:30px;
	overflow:hidden;
	background-image: url(../images/navi_bar_off.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 180px;
	background-color: #FFF;
}
ul.nav1 li a {
	position: relative;
	color: #8cc63f;
	text-decoration: none;
	display: block;
	height: 23px;
	z-index: 100;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	text-align: center;
}
ul.nav1 li a:hover {
	color:#fbb03b
}

#main_image {
	height: 330px;
	width: 900px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	position: relative;
}
#main {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 20px;
	position: relative;
	clip: rect(auto,auto,auto,auto);
}

#left_content {
	height: auto;
	width: 201px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	position: relative;
}
#side_navi {
	height: 70px;
	width: 201px;
	margin-right: auto;
	margin-left: auto;
}

ul.nav2 {
	list-style:none;
	width:200px;
	font-size:12px;
	font-weight:bold;
}
ul.nav2 li {
	position:relative;
	display:block;
	height:30px;
	overflow:hidden;
	background-image: url(../images/navi_bar_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 200px;
	margin-bottom: 5px;
	text-align: center;
}
ul.nav2 li a {
	position: relative;
	color: #8cc63f;
	text-decoration: none;
	display: block;
	height: 23px;
	z-index: 100;
	text-transform: uppercase;
	text-align: center;
	width: 200px;
	padding-top: 7px;
}
ul.nav2 li a:hover {
	color:#fbb03b
}
ul.nav3 {
	list-style:none;
	width:200px;
	font-size:12px;
	font-weight:normal;
}
ul.nav3 li {
	position:relative;
	display:block;
	height:30px;
	overflow:hidden;
	background-image: url(../images/navi_bar_03_off.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 200px;
	margin-bottom: 10px;
	text-align: center;
}
ul.nav3 li a {
	position:relative;
	color:#09C;
	text-decoration:none;
	display:block;
	height:23px;
	z-index:100;
	text-transform:uppercase;
	text-align: center;
	width: 200px;
	padding-top: 7px;
}
ul.nav3 li a:hover {
	color:#fbb03b;
	background-image: url(../images/navi_bar_03_on.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.honbuphoto {
	margin-bottom: 10px;
	margin-top: 5px;
}
#main #right_content .sidephoto {
	margin-bottom: 10px;
}




#main_content {
	width: auto;
	float: left;
	height: auto;
}
#main_content .saiji h2 {
	color: #FFF;
	font-size: 18px;
	margin-bottom: 10px;
	background-color: #090;
	padding-left: 10px;
	height: 1.8em;
}
#main_content .saiji dl {
	margin-bottom: 15px;
}



#main_content .saiji dl dt {
	font-size: 15px;
	font-weight: bold;
	color: #090;
}
#main_content .saiji dl dd   {
	margin-bottom: 1em;
	height: auto;
	width: 500px;
	font-size: 14px;
}
#main_content .saiji p {
	font-size: 15px;
	font-weight: bold;
}






#right_content {
	height: auto;
	width: 201px;
	margin-right: auto;
	margin-left: auto;
	float: right;
	padding-top: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#footer {
	height: 68px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 1.5em;
	background-image: url(../images/footer_bar.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	padding-top: 5px;
	color: #8cc63f;
	clear: both;
}
#footer p a {
	color: #8cc63f;
}

.photo {
	margin-bottom: 10px;
	height: auto;
}
.position {
	color: #999;
}
.oshiezu {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 569px;
	width: 511px;
	margin-top: 10px;
}
.nenga {
	margin-right: auto;
	margin-left: auto;
}



#main_content .about .simpleTabs .simpleTabsContent p{
	text-indent: 1em;
}
#main_content .about .simpleTabs .simpleTabsContent .about_photo1 img {
	margin-top: 20px;
	margin-left: 10px;
}
#all #main #main_content .bekkisadao .simpleTabs .simpleTabsContent strong {
	color: #39b54a;
}

.tablet{ 
　text-align : center;
    margin: 0 auto;
    font-size:14px;
    color:#E23000;
}

.tabletvideo{
	margin: 0 auto;
}