@charset "shift_jis";

/*----------------------------------------------------*/
/*                                                    */
/*          共通                                      */
/*                                                    */
/*----------------------------------------------------*/

body {
	margin: 0px;
	font-size: 80%;
	line-height: 140%;
}
img {
	margin: 0;
	border: 0;
}

a:link {color: #3e85d4;	text-decoration: none;}
a:visited {	color: #3e85d4;	text-decoration: none;}
a:hover { color: #F63; text-decoration: underline;}
a:active { color: #F63;	text-decoration: none;}

.clear {clear: both;float: none;}
.mgn_box {margin-bottom: 30px;}
.mgn_title {margin-bottom: 20px;}
.mgn_tag {margin-bottom: 10px;}
.mgn_showcase {margin-bottom: 8px;}

h3 {margin:0 0 20px 0;}
h3#hmgn {margin:0 0 10px 0;}
h4 {margin:0 0 10px 0;}

.dash_b {border-bottom: 1px dashed #CCC;}
.dash_r {border-right: 1px dashed #CCC;}

.rtn_top {text-align:right;}

.font_red {
	font-weight: bold;
	color: #C30;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.reft_image img {
	margin-right: 40px;
}
.font_atn {
	color: #C30;
	font-size: 90%;
}


/*-----------------------------------*/
/*    ページ全体                     */
/*-----------------------------------*/

/* header */
#header{
	display: none;
	width: 100%;
	margin-bottom: 4px;
	background-image: url(../images/common/hd_bg.jpg);
	background-position: center top;
	height: 217px;
	background-repeat: repeat-x;
}
#header h1 {
	float: left;
	height: 191px;
	width: 123px;
	margin: 0px;
	padding: 15px 0 0 20px;
}
#header #contents {
	float: left;
	width: 800px;
	height: 135px;
	margin: 65px 0 0 34px;
}
#header #box {
	height: 217px;
	width: 1010px;
	background-image: url(../images/common/hd_bg_box.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#header h2 {
	float: left;
	margin: 65px 0 0 34px;
	padding: 0;
}

/* menu */
#header ul{
	width:780px;
	float: left;
	height: 31px;
	margin: 51px 0 0 34px;
	padding: 0 0 0 17px;
	list-style: none;
}
#header ul li{
	margin: 0px;
	padding: 0px;
	float: left;
}

#page {
	width: 974px;
	margin-bottom: 30px;
	margin: 0 auto;
	text-align: center;
}

/* main */
#main {
	float: left;
	width: 702px;
}

#main p {
	text-align: left;
	_width:90%;
}

#main_center {
	width: 702px;
	margin: 0 auto;
	text-align:left
}

#topicpath {
	width: 704px;
	text-align: left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#liedtext {
	text-align: left;
	width: 670px;
	margin: 0 auto 20px;
	font-weight: bold;
}
.box .rtn_top {
	padding-top: 20px;
}

.box {
	width: 670px;
	margin: 0 auto 30px;
	text-align: left;
}
.box p {
	text-align: left;
	width: 650px;
	margin: 0 auto;
}

.box dl.list {
	padding: 0px;
	margin: 0 0 0 10px;
	width: 650px;
	text-align: left;
}
.box dl.list dt {
	float: left;
	width: 15px;
	margin:0 0 5px;
}
.box dl.list dd {
	float: left;
	width: 635px;
	margin:0 0 5px;
}


dl.list .list_btn {
	text-align: right;
	margin-bottom: 10px;
}

.box h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
}

#page_inq_box {
	background-color: #F5F5F5;
	text-align: center;
	width: 630px;
	margin: 0 auto;
	padding: 20px 10px 15px;
}

#page_inq_box h5 {
	margin: 0 0 10px 0;
}

#page_inq_box p {
	text-align: center;
	margin: 0px 0px 5px;
	padding: 0 20px 0;
}
#rtn_index {
	margin-bottom: 10px;
	padding: 0 10px;
	text-align: right;
}
.box h6 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}


/* side */
#side {
	display: none;
	float: right;
	width: 263px;
	background-image: url(../images/common/side_bg.gif);
	background-repeat: repeat-y;
}
#side #side_contents {
	width: 263px;
	background-image: url(../images/common/side_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#side_menu {
	width: 263px;
}

#side_menu h3 {
	margin:0 0 10px 0;
}
#side_menu h3#no_sub {
	padding-top:11px;
	_padding-top:8px;
	background-color:#FFF;
}

/* sub_menu */
#sub_menu {
	width: 263px;
	list-style: none;
	background-color:#FFF;
	text-align:center;
	padding: 23 0 10px 0;
}
#sub_menu ul {
	width: 254px;
	margin: 0 auto 0px;
	padding: 0 0 7px;
	list-style: none;
	background-image: url(../images/common/submenu_btm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sub_menu ul li {
	width: 254px;
	height: 48px;
	list-style-type:none;
	float:left;
	margin: 0px auto;
	padding: 0px;
}
#sub_menu ul li.title {
	height: 38px;
}


/* inq_box */
#inq_box {
	background-image: url(../images/common/inq_bg.gif);
	width: 239px;
	text-align: center;
	margin: 0 auto;
}

#inq_box h4 {
	width: 239px;
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	background-image: url(../images/common/inq_hd.gif);
	background-repeat: no-repeat;
}

#inq_box .contents {
	text-align: left;
	width: 219px;
	padding: 0 10px 10px;;
	background-image: url(../images/common/inq_btm.gif);
	background-repeat: no-repeat;
	background-position:bottom left;
}

#inq_box img {
	padding:5px 0;
}

#inq_box h4 img{
	margin:0 auto;
	padding: 0;
}

#inq_box p {
	margin: 0px;
	font-size: 80%;
}
#inq_box .dash_b {
	font-size: 0px;
	line-height:0px;
	height:0px;
	width: 219px;
	border-bottom: 1px dashed #CCC;
}

#side_menu p#inq_time {
	width: 220px;
	font-size: 80%;
	text-align: left;
	margin: 0 auto 10px;	
	border-bottom: 1px solid #990;
	padding: 0 5px 10px 5px;
}

/* faq_box */
#side_menu #faq_box {
	width: 243px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#faq_box ul {
	margin: 0px;
	padding-left: 5px;
	_padding-left: 6px;
	font-weight:bold;
	color:#ff7200;
	padding-bottom: 20px;
}
#faq_box li {
	margin: 0 0 5px 0;
	list-style-type:none;
	padding-left: 10px;
	background-image: url(../images/common/dotted.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
#faq_box a:link {	color: #ff7200;	text-decoration: none;}
#faq_box a:visited {	color: #ff7200;	text-decoration: none;}
#faq_box a:hover {	color: #F63;text-decoration: underline;}
#faq_box a:active {	color: #F63;text-decoration: none;}

/* footer */
#footer {
	display: none;
	padding: 30px 0 10px 0;
	line-height: 200%;
}

/*-----------------------------------*/
/*    TOP                            */
/*-----------------------------------*/
#showcase{
	width: 702px;
	padding-top: 11px;
}

/* usefull_box */
.usefull_box {
	background-image: url(../images/usefull_box_bg.gif);
	width: 218px;
	float:left;
	margin-left:12px;
	_margin-left:8px;
	background-repeat: repeat-y;
}
.usefull_box a:link {	color: #ff7200;	text-decoration: none;}
.usefull_box a:visited {	color: #ff7200;	text-decoration: none;}
.usefull_box a:hover {	color: #F63;text-decoration: underline;}
.usefull_box a:active {	color: #F63;text-decoration: none;}

.usefull_box h4 {
	width: 208px;
	padding: 10px 0 0 10px;
	text-align: left;
	background-image: url(../images/usefull_box_hd.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.usefull_box h4 img{
	margin: 0px;
}

.usefull_box .contents {
	text-align: right;
	width: 198px;
	padding: 0 10px 10px;
	background-image: url(../images/usefull_box_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.usefull_box img{
	margin-bottom: 10px;
}
.usefull_box p{
	margin: 0 0 10px 0;
	text-align:left;
}

.usefull_box a {
	height: 18px;
	font-weight: bold;
}

.usefull_box a img{
	margin: 0 5px -4px 0;
}


/* ex_box */
.ex_box {
	float:left;
	width: 338px;
	_width: 330px;
	text-align:right;
	margin-left:12px;
}
.ex_box a:link {	color: #ff7200;	text-decoration: none;}
.ex_box a:visited {	color: #ff7200;	text-decoration: none;}
.ex_box a:hover {	color: #F63;text-decoration: underline;}
.ex_box a:active {	color: #F63;text-decoration: none;}

.ex_box .contents {
	width: 320px;
	_width: 310px;
	margin-left: 5px;
}
.ex_box img {
	float: left;
	margin-left:5px;
}

.ex_box h4 {
	text-align: left;
}

.ex_box h4 img {
	float:none;
	margin-left:0px;
}

.ex_box p {
	margin: 0 10px 0 0;
	_margin: 0 5px 0 0;
	width: 185px;
	_width: 175px;
	text-align:left;
	float: right;
}
.ex_box a {
	height: 18px;
	font-weight: bold;
	float: right;
	margin-right:10px;
}

.ex_box a img{
	margin: 0 5px -4px 0;
}

/* info_box */
#info_box {
	width: 697px;
	margin: 0 auto;
	background-image: url(../images/info_bg.gif);
	background-repeat: repeat-y;
}
#info_box .contents {
	width: 697px;
	padding: 0 0 10px 0;
	background-image: url(../images/info_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}
#info_box table {
	margin-left: 10px;
	width: 670px;
}
#info_box a:link {color: #000;text-decoration: underline;}
#info_box a:visited {text-decoration: underline;color: #000;}
#info_box a:hover {text-decoration: none;color: #F63}
#info_box a:active {text-decoration: none;color: #F63}


/*-----------------------------------*/
/*    start                          */
/*-----------------------------------*/
#reform_image {
	background-color: #F3F2EE;
	width: 630px;
	text-align: center;
	padding: 5px 10px;
	margin: 0 auto;
}
#reform_image img {
	margin: 5px;
}


/*-----------------------------------*/
/*    point                          */
/*-----------------------------------*/
.point_box {
	margin-left:10px;
	background-image: url(../point/images/boxbg.gif);
	background-repeat: repeat-y;
	width: 317px;
	float:left;
}
.point_box img{
	margin: 0px;
	padding: 0px;
}
.point_box .point_contents {
	background-image: url(../point/images/boxbtm.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 10px 30px;
	width: 257px;
}
.point_contents .text {
	margin-bottom: 10px;
}

.point_box h4 {
	width: 317px;
	height: 41px;
	margin:0;
}


/*-----------------------------------*/
/*    flow                           */
/*-----------------------------------*/
.flow_text_box {
	background-image: url(../flow/images/flow_boxbg.gif);
	background-repeat: repeat-y;
	width: 502px;
	float: left;
	margin-left: 10px;
}
.flow_text_box .contents {
	background-image: url(../flow/images/flow_boxbtm.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.flow_text_box .contents .text {
	background-image: url(../flow/images/flow_boxhd.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
	width: 482px;
}
.flow_box img {
	float: left;
}
.flow_box {
	margin-left: 10px;
	margin-bottom: 10px;
}
.arrow {
	text-align: center;
	margin-bottom: 10px;
}


/*-----------------------------------*/
/*    about                          */
/*-----------------------------------*/
.point_window img {
	margin-left: 40px;
}
.photo_line_box {
	float: left;
	margin: 5px 0 5px 10px;
	text-align: center;
}
.photo_line_box_l {
	float: left;
	margin: 5px 0 5px 10px;
	text-align: left;
}
.photo_line_box img {
	margin-bottom: 5px;
}

/* kutai */
.kutai_box {
	background-image: url(../point/images/k_boxbg.gif);
	float: left;
	width: 319px;
	margin-left: 10px;
	background-repeat: repeat-y;
}
.kutai_box #contents_t {
	background-image: url(../point/images/k_boxbtm.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.kutai_box .contents {
	background-image: url(../point/images/k_boxbtm.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 30px 10px 30px;
}
.kutai_box .contents img {
	margin: 0 auto;
}
.kutai_box #contents_t .contents {
	padding: 0 20px 10px;
	background-image: none;
}
.kutai_box #contents_t .contents .text {
	padding: 0 10px;
}
#kutai_box_l {
	float: left;
	width: 329px;
}

/* event */
.item_box {
	width: 660px;
	text-align: left;
	margin: 0 auto 20px;
	padding: 0 10px 10px 0;
	border-bottom: dashed 1px #CCC;
}
.item_box img {
	float: left;
}
.item_box .item_contents {
	float: right;
	width: 560px;
}
.item_box .item_contents .button {
	float: right;
	padding-top: 10px;
}
.item_box .item_contents .button img{
	margin: 0px;
}
.item_box .item_contents h5 {
	margin: 0px;
	padding: 0 0 5px 0;
	font-size: 100%;
}
.item_box .item_contents img {
	margin-right: 30px;
}

#detail_title {
	width: 670px;
	margin: 0px auto 20px;
	text-align: left;
}
#detail_table th {
	background-color: #F0F0F0;
	text-align: left;
	font-weight: normal;
}
#detail_table td {
	background-color: #FAFAFA;
}
#detail_table dl.list_table {
	padding: 0px;
	margin: 5px 0 10px;
	width: 500px;
	text-align: left;
}
#detail_table dl.list_table dt {
	float: left;
	width: 20px;
	margin:0 0 3px;
}
#detail_table dl.list_table dd {
	float: left;
	width: 480px;
	margin:0 0 3px;
}

#detail_title h5 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}
#detail_title img {
	margin-bottom: 5px;
}

#detail_contents {
	text-align: left;
	width: 650px;
	margin: 0 auto 10px;
}

#detail_contents #detail_image_box {
	margin-bottom: 20px;
}
#detail_contents #detail_image_box img {
	margin-right: 20px;
}

.detail_rtn {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}


/*-----------------------------------*/
/*    qa                             */
/*-----------------------------------*/
#jump_box {
	background-color: #F9F8F7;
	padding: 10px;
	width: 650px;
	margin: 0px auto 20px;
}
#jump_box dl {
	padding: 0px;
	margin: 0px auto 20px;
	width: 610px;
	text-align: left;
	color:#3e85d4;
	font-weight:bold;
}
#jump_box dl dt {
	float: left;
	width: 30px;
	margin-bottom:5px;
}
#jump_box dl dd {
	width: 550px;
	margin-bottom:5px;
}
.qa_box {
	width: 670px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.qa_box dl {
	padding: 0px 5px 5px;
	margin: 0px auto 20px;
	width: 620px;
	text-align: left;
	border-bottom:solid 1px #CCC;
}
.qa_box dl dt {
	float: left;
	width: 31px;
	padding-top:3px;
	margin-bottom:5px;
	height:11px;
}

.qa_box dl dd {
	width: 580px;
	_width: 570px;
	margin-bottom:5px;
	vertical-align: text-top;
	display: table;
}
.qa_box dl dd.qestion {
	font-weight:bold;
 	color: #176597;
}


/*-----------------------------------*/
/*    privacy                        */
/*-----------------------------------*/
#addres_box {
	background-color: #F8F8F8;
	width: 500px;
	margin-left: 10px;
	padding: 10px 10px 10px 20px;
}


/*-----------------------------------*/
/*    inq                            */
/*-----------------------------------*/
#main_center table {
	margin:10px;
}
#main_center th {
	text-align: right;
	padding-right: 5px;
	background-image: url(../inq/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right: solid 4px #d1c0a5;
	border-bottom: solid 1px #CCC;
	color: #493C25;
}
#main_center td {
	border-bottom: 1px solid #CCC;
}



