﻿/* ####各ページ共通部分#### */
@charset "utf-8";
body {
	font: ms ui gothic, osaka;
	font-size: 10pt;
	line-height: 1.6;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0; /* これにより、ie 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
a:link {
	color:#996633;
}
a:visited {
	color:#330000;
}
a:hover {
	color:#330000;
}
a:active {
	color:#CC0000;
}
h1.right1_title {
	font-size: 12px;
	color: #CC0000;
	padding-top:7px;
	padding-left:5px;
}
h1.right2_title {
	font-size: 12px;
	color: #CC0000;
	padding-top:20px;
	padding-left:10px;
	margin-bottom: -10px;
}
#wrapper {
	width: 850px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #999999; /* この設定は body エレメントの text-align: center より優先されます。 */
	vertical-align: middle;
	z-index:2;
	background-color: #FFFDEF;
}
#search {
	width:850px;
	height:100%;
	margin-top:20px;
	padding-left:650px;
	z-index:20;
	position: absolute;
}
#fla_content {
}
#fla_content2 {
	z-index:100;
	position: absolute;
}
#content_base {
	width: 850px;
	height: 740px;
	background-image: url(img/bg_content_left.png);
}
#content_base_for_content {
	width: 850px;
	height: auto;
	background-image: url(img/bg_content_left.png);
	padding-top: 232px;
}
#menubar {
	width: 850px;
	height: 44.4px;
	background-image: url(img/menu_bg.png);
	background-repeat: no-repeat;
}
#main_field {
	width:850px;
}
/* ####各ページ共通部分ここまで#### */

/* ####topページ用#### */
#main_top {
	width: 820px;
	overflow: hidden;
	margin: 0 auto;
	padding: 8px 0 0 0;
}
#wrapper > #main_top {
	padding: 15px 0 45px 0;
}
#main_left {
	float: left;
	width:504px;
	height: 322px;
	margin: 0;
	padding: 0;
	background: url(img/bg_index-pickup.gif) no-repeat;
}
#main_right {
	width: 298px;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
}

#pickup_inner {
	width:480px;
	height:300px;
	padding-left:10px;
	padding-right:10px;
}
.pickup_box1 {
	width:160px;
	height:85px;
	vertical-align: middle;
}
.img {
	float:left;
	width:85px;
	height:85px;
}
.text {
	float:none;
	width:85px;
	height:3em;
	text-align: center;
}
#upper_box2 {
	float:left;
	width:470px;
	height:35px;
	margin-top:0px;
	text-align: center;
}
#bottom_box {
	float:left;
	width:850px;
	margin-top:20px;
	text-align: center;
	margin: auto;
}
.text_box_left {
	float:left;
	height:30px;
	width:85px;
	margin-right: 54px;
	margin-left: 5px;
	text-align: center;
}
.text_box {
	float:left;
	height:30px;
	width:85px;
	margin-right: 0px;
	margin-left: 55px;
	text-align: center;
}
.pickup-box {
	float:left;
	width:85px;
	height:85px;
	margin: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pickup-box_lower_bottom {
	width:85px;
	height:85px;
	margin-top: 15px;
	margin-left: 55px;
}
.pickup-box_left_bottom {
	float:left;
	width:85px;
	height:85px;
	margin: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 10px;
}
#upper_box {
	float:left;
	width:460px;
	margin-top:10px;
	text-align: center;
	margin: auto;
}
.text_box_left {
	float:left;
	height:30px;
	width:85px;
	margin-right: 0px;
	margin-left: 57px;
	text-align: center;
}
.pickup-box {
	float:left;
	width:85px;
	height:85px;
	margin: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pickup-box_lower {
	float:left;
	width:85px;
	height:85px;
	margin-top: 15px;
	margin-left: 5px;
}
#lower_box {
	float:left;
	width:460px;
	margin-top:0px;
	text-align: center;
}
.pickup-box_lower {
	width:85px;
	height:85px;
	margin-top: 15px;
	margin-left: 55px;
}
.pickup-box_lower_left2 {
	float:left;
	width:85px;
	height:85px;
	margin-right: 0px;
	margin-top: 15px;
	margin-left: 57px;
}
.pickup-box_lower_right {
	float:left;
	width:85px;
	height:85px;
	margin-top: 15px;
	margin-left: 5px;
}
.pickup_text {
	width:420px;
	
	text-align: left;
	margin-top: 10px;
}
.pickup_text_title {
	width:420px;
	
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
.pickup_text_sentence {
	width:420px;
	float:left;
	font-size: 100%;
	white-space: normal;
	text-align: left;
}
#box1 {
	width: 298px;
	height:150px;
	background: url(img/bg_index-right1.png) no-repeat;
	font-size: 12px;
	color: #333333;
	text-align: left;
	position: relative;
}
.box1_inner {
	position: absolute;
	top: 35px;
	left: 10px;
	width: 275px;
	height:90px;
	overflow: auto;
	line-height: 160%;
}
.box1_inner p {
	margin: 0 0 7px 0;
	padding: 0;
}
.more {
	position: absolute;
	top: 126px;
	left: 255px;
}
#box2 {
	width: 298px;
	height:157px;
	margin-top:13px;
	background: url(img/bg_index-right2.png) no-repeat;
	font-size: 10px;
	text-align: left;
}
.box2_inner {
	width: 250px;
	height: auto;
	padding: 30px 0 0 23px;
}
.box2_inner img {
	border: none;
}
img.space {
	margin: 3px 0 0 10px;
}

#banner {
	width: 835px;
	height: 85px;
	margin: 0 auto;
	padding: 0;
}
/* ####topページ用　ここまで#### */

/* ####サブページ　左側部分用　ここまで#### */

#left_base {
	width: 497px;
	float: right;
	margin-right: 15px;
	background-color: #FFFDEF;
	height: auto;
}
.press-date {
	float:left;
	width:70px;
	text-align: right;
	padding-right: 20px;
}
.press-year {
	float:left;
	width:45px;
	text-align: left;
	padding-top: 3px;
	padding-left: 33px;
}
.release {
	width:400px;
	font-size: 11px;
	float: left;
	margin-bottom: 3px;
}
.dotline {
	color:#999999;
	text-align:center;
	margin-top: 10px;
	text-indent: 20px;
	letter-spacing: -1px;
	float: left;
	width: 497px;
}
.dotline2 {
	color:#999999;
	letter-spacing: -1px;
	float: left;
	width: 400px;
}
.left_title {
	padding-bottom:0px;
}
.pankuzu {
	padding-bottom:10px;
	color: #999999;
	font-size: 9px;
}
.pankuzu a:visited {
	color: #666666;
	font-size: 9px;
}
.left_content {
}
.left_content_p_L {
	float:left;
	width: 497px;
	font-family: "ＭＳ Ｐゴシック", Osaka,;
	color: #333333;
	font-size: 12px;
}
.left_content_p_R {
	float:right;
	width:300px;
}
.contactus {
	padding-left:30px;
}
.p1 {
	float:left;
	width:497px;
	margin-bottom:20px;
}
.p_img {
	float : right;
	margin-left: 10px;
}
.p_img_left {
	float : left;
	margin-right: 10px;
}
.left_submenu {
	height:100%;
}
.left_submenu2 {
	height:100%;
	paddingleft:150px;
}
#content_table {
	width:345px;
}
.table_wrap {
	width:450px;
	float:left;
}
.table_left {
	width:150px;
	height:45px;
	float:left;
	text-align: left;
	vertical-align: middle;
	padding-top: 16px;
	font-weight: bold;
	color: #333333;
}
/* ####サブページ　左側部分用　ここまで#### */

/* ####サブページ　右側部分用#### */
#right_base {
	width: 308px;
	float: right;
	padding-right:15px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFFDEF;
	height: auto;
	z-index: 2;
}
#right_1 {/* ####サブページ　右側部分　リンクボックス 10個用#### */
	height: 505px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_2 {/* ####サブページ　右側部分　リンクボックス 2個用#### */
	height: 100px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_3 {/* ####サブページ　右側部分　リンクボックス 3個用#### */
	height: 150px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_4 {/* ####サブページ　右側部分　リンクボックス 4個用#### */
	height: 200px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_5 {/* ####サブページ　右側部分　リンクボックス 5個用#### */
	height: 250px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_6 {/* ####サブページ　右側部分　リンクボックス 6個用#### */
	height: 300px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_7 {/* ####サブページ　右側部分　リンクボックス 7個用#### */
	height: 350px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
	color: #333333;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_8 {/* ####サブページ　右側部分　リンクボックス 8個用#### */
	height: 400px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_9 {/* ####サブページ　右側部分　リンクボックス 9個用#### */
	height: 450px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_10 {/* ####サブページ　右側部分　リンクボックス 10個用#### */
	height: 500px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_11 {/* ####サブページ　右側部分　リンクボックス 11個用#### */
	height: 550px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_12 {/* ####サブページ　右側部分　リンクボックス 12個用#### */
	height: 600px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_13 {/* ####サブページ　右側部分　リンクボックス 13個用#### */
	height: 650px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_14 {/* ####サブページ　右側部分　リンクボックス 14個用#### */
	height: 700px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_15 {/* ####サブページ　右側部分　リンクボックス 15個用#### */
	height: 750px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_16 {/* ####サブページ　右側部分　リンクボックス 16個用#### */
	height: 800px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_17 {/* ####サブページ　右側部分　リンクボックス 17個用#### */
	height: 850px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_18 {/* ####サブページ　右側部分　リンクボックス 18個用#### */
	height: 900px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_19 {/* ####サブページ　右側部分　リンクボックス 19個用#### */
	height: 950px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
#right_1_20 {/* ####サブページ　右側部分　リンクボックス 20個用#### */
	height: 950px;
	padding-top:10px;
	vertical-align: middle;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: -3px;
}
.right_1_table {
	float:left;
	height: 45px;
	margin-bottom: 5px;
	text-align: left;
}
.nav_box {
	float:left;
	width: 265px;
	height:45px;
	padding-bottom:-8px;
	border-bottom:#ffffff dotted 1px;
	margin-bottom:10px;
}
.btn_img {
	float:left;
	width:41px;
	height:41px;
}
.nav_text {
	float:left;
}
.nav_title {
	width: 180px;
	float:left;
}
.nav_exp {
	width: 200px;
	padding-top:3px;
	float:left;
}
/* ####サブページ　右側部分用　ここまで#### */
#right_2_top {
	padding-right:1px;
	margin-top: 15px;
	aloat:left;
	text-align: center;
}
#right_2_bottom {
	padding-right:1px;
	background-image: none;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #FFFDEF;
}
#PlagOpen1 {
	background-image: url(img/bg-content-right_2_middle.png);
	text-align: center;
	background-repeat: repeat-y;
}
#PlagClose1 {
	background-image: url(img/bg-content-right_2_middle.png);
	text-align: center;
	background-repeat: repeat-y;
}
.btn_box_other2 {
	float: left;
	padding-bottom:16px;
	padding-right:12px;
	padding-top:2px;
}
#right_2 {
	margin-top: 15px;
	background-repeat: no-repeat;
	text-align: center;
	background-image: url(img/bg-content-right_2_middle.png);
	background-position: 0 10px;
}
.right_2_1 {
}
.btn_box_other1 {
	padding-left:12px;
	padding-bottom:6px;
	padding-right:12px;
	padding-top:12px;
}
.btn_box_other2 {
	float: left;
	padding-bottom:16px;
	padding-right:12px;
	padding-top:2px;
}
.btn_box_other3 {
	padding-left:12px;
	padding-bottom:12px;
	padding-right:12px;
	padding-top:12px;
}
.btn_box_other4 {
	float: left;
	padding-left:12px;
	padding-bottom:12px;
	padding-right:12px;
	padding-top:6px;
	clear: left;
}
.btn_box_other5 {
	float: left;
	padding-left:12px;
	padding-bottom:12px;
	padding-right:12px;
	padding-top:12px;
}
.btn_box_other6 {
	float: left;
	padding-left:12px;
	padding-bottom:12px;
	padding-top:12px;
}
#right_3 {
	height: auto;
	margin-top: 15px;
	text-align: center;
	background-image: url(img/bg-content-right_2_middle.png);
	background-position: 0 10px;
	background-repeat: repeat-y;
}
#right_3_top {
	padding-right:1px;
	margin-top: 15px;
	aloat:left;
	text-align: center;
}
#right_3_middle {
	width:307px;
	float:left;
	padding-left:2px;
	text-align: center;
	background-image: url(img/bg-content-right_2_middle.png);
	background-repeat: repeat-y;
}
.btn_box_other2 {
	float: left;
	padding-bottom:0px;
	padding-right:6px;
	padding-top:15px;
	margin-left:2px;
}
.btn_box_other2_bottom_mid {
	float: left;
	padding-bottom:0px;
	padding-right:5px;
	padding-top:15px;
	margin-left:6px;
	margin-right: 5px;
}
.btn_box_other2_left {
	float: left;
	padding-bottom:0px;
	padding-right:5px;
	padding-top:15px;
	margin-left:30px;
}
.btn_box_other2_left_bottom {
	float: left;
	padding-bottom:0px;
	padding-right:30px;
	padding-top:15px;
	margin-left:80px;
}
#right_3_bottom {
	padding-right:1px;
	background-image: none;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #FFFDEF;
}
/* ####サブページ　右側部分用ここまで#### */

/* ####お問い合わせページ用#### */
#otoiawase {
	float:left;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333333;
}
.table_right {
	width:300px;
	padding-top:17px;
	float:left;
	font-size: 10px;
	color: #666666;
}
#anq {
	float:left;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333333;
}
#bro_table1 {
	font-size:11px;
	float:left;
	margin-bottom:20px;
}
.table_wrapper {
	float:left;
	width:182px;
	margin-right:20px;
}
.bro_table_img {
	float:left;
}
.bro_table_txt {
	float:left;
}
#bro_table2 {
	font-size:11px;
	float:left;
	margin-bottom:15px;
}
.table_wrapper2 {
	float:left;
	width:190px;
	margin-right:15px;
}
.table_wrapper3 {
	float:left;
	width:190px;
	margin-right:5px;
}
.bro_table_img {
	float:left;
	margin-right: 15px;
}
.bro_table_txt {
	float:left;
	width: 190px;
}
/* ####お問い合わせページ用ここまで#### */

/* ####各ページフッター用#### */
#footer_base {
	width:850px;
	margin-top: 20px;
	margin-bottom:5px;
}
.footer_left {
	font-size: 10px;
	font-color: #666666;
	padding-left: 10px;
	width:510px;
	color: #666666;
	text-align: left;
}
.footer_right {
	font-size: 10px;
	font-color: #666666;
	padding-right: 10px;
	width:300px;
	float: right;
	color: #666666;
	text-align: right;
	z-index:100;
}
/* ####各ページフッター用ここまで#### */

/* ####e-puzzle用#### */
#epuzzle {
	float:left;
	width:497px;
}
.puzzle_img {
	float:left;
	width:200px;
	text-align: center;
}
.puzzle_text {
	float:left;
	width:297px;
	font-size: 12px;
}
.puzzle_DL {
	float:left;
	width:497px;
	text-align:right;
}
#dreamturkey {
	text-align:right;
	float:left;
	width: 850px;
	margin-top: 5px;
}
/* ####e-puzzle用ここまで#### */
