@charset "UTF-8";
/*--------------------------------------------------------------------------------

Structure

--------------------------------------------------------------------------------*/
/*------------------------------------------------------------Header*/
header{
	height: auto;
	width: 100%;
	min-width: 1140px;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #d6c7a3;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+100,ffffff+100,ffffff+100&1+0,0.95+22 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 22%, rgba(255,255,255,0.95) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.95) 22%,rgba(255,255,255,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.95) 22%,rgba(255,255,255,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2ffffff',GradientType=0 ); /* IE6-9 */
	/* box-shadow */
	box-shadow: 0px 0px 6px 2px rgba(35,35,36,0.21);
	-moz-box-shadow: 0px 0px 6px 2px rgba(35,35,36,0.21);
	-webkit-box-shadow: 0px 0px 6px 2px rgba(35,35,36,0.21);
	position: relative;
}
#header{
	height: auto;
	width: 1140px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 15px;
}
/*header_tx*/
#header_tx {
	color: #d6c7a3;
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
/*Logo*/
#header_logo {
	float: left;
	padding-top: 20px;
}
/*HeaderContact*/
#header_contact {
	float: right;
	text-align: right;
}
#header_contact img{
	margin-left: 10px;
}
/*------------------------------------------------------------Navi*/
/*HeaderNavi*/
ul#headernavi {
	list-style-type: none;
}
ul#headernavi li {
	float: left;
}
/*MainNavi*/
nav#mainnavi {
	height: auto;
	width: 100%;
	background-image: url(../img/navi_img/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 495px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
nav#mainnavi ul{
	list-style-type: none;
}
nav#mainnavi ul li {
	float: left;
	list-style-type: none;
}
/*MainNavi*/
nav#mainnavi_inside {
	height: auto;
	width: 100%;
	background-image: url(../img/navi_img/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 278px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
nav#mainnavi_inside ul{
	list-style-type: none;
}
nav#mainnavi_inside ul li {
	float: left;
	list-style-type: none;
}
/*SubNavi*/
ul.subnavi {
	list-style-type: none;
	width: 230px;
	margin-bottom: 20px;
}
ul.subnavi li {
	text-align: left;
}
/*------------------------------------------------------------Contents*/
#content {
	height: auto;
	width: 1140px;
	margin: 0 auto 20px;
}
/*LeftBox*/
#content_left {
	width: 230px;
	float: left;
	text-align: left;
}
/*RightBox*/
#content_right {
	width: 690px;
	float: right;
	text-align: left;
}
/*box*/
.box {
	clear: both;
	margin-bottom: 20px;
}
/*------------------------------------------------------------Side*/
/*sidebanner*/
#sidebanner{
	margin-bottom: 20px;
}
#sidebanner div{
	margin-bottom: 10px;
}
#sidebanner div:last-child{
	margin-bottom: 0px;
}
/*sideinfo*/
#sideinfo {
	background:#ccc;
	padding: 10px;
	margin-bottom: 20px;
}
#sideinfo dl dt {
	font-size: 14px;
	font-weight: bold;
}
/*calendar*/
#calendar {
	padding: 10px 9px;
	margin: 0 0 10px;
	border: 1px solid #ccc;
	position: relative;
}
#calendar #cal_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#calendar #month {
	font-size: 11px;
	font-weight: bold;
	color: #389e7c;
	text-align: right;
	position: absolute;
	top: 12px;
	right: 10px;
	z-index: 999;
}
#calendar #month strong {
	font-size: 16px;
}
#calendar table {
	background: #ffffec;
	width: 100%;
	border-collapse: collapse;
}
#calendar table th, #calendar table td {
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
}
#calendar table th {
	color: #fff;
	background: #389e7c;
	font-weight: bold;
}
#calendar table td.holiday {
	color: #fff;
	font-weight: bold;
	background: url(../img/common_img/holiday.png) no-repeat center center;
}
#calendar table td.half {
	font-weight: bold;
	background: url(../img/common_img/half.png) no-repeat center center;
}
#calendar table td.monday {
	font-weight: bold;
	background: url(../img/common_img/monday.png) no-repeat center center;
}
ul.page_ctl {
	text-align: center;
	background: #ffffec;
	padding: 8px 10px;
	margin: 0 0 10px;
}
ul.page_ctl li {
	font-size: 12px;
	color: #389e7c;
}
ul.page_ctl li a {
	color: #389e7c;
	text-decoration: underline;
}
ul.page_ctl li a:hover {
	color: #999;
}
ul.page_ctl .ctl_left {
	float: left;
}
ul.page_ctl .ctl_right {
	float: right;
}
#tx_holiday {
	float: left;
	margin-right: 20px;
	padding: 0 0 0 15px;
	background: url(../img/common_img/holiday_s.png) no-repeat left center;
}
#tx_half {
	float: left;
	padding: 0 0 0 15px;
	background: url(../img/common_img/half_s.png) no-repeat left center;
}
#tx_monday {
	clear: both;
	padding: 0 0 0 15px;
	background: url(../img/common_img/monday_s.png) no-repeat left center;
}
/*------------------------------------------------------------Footer*/
footer {
	width: 100%;
	min-width: 1140px;
	text-align: center;
	
}
#footer {
	width: 1140px;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0;
}
/*FooterLink*/
#footer ul {
	text-align: center;
	
}
#footer ul li {
	font-size: 14px;
	display: inline-block;
	line-height: 110%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer ul li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#footer ul li a {
	text-decoration: none;
	color: #FFF;
}
#footer ul li a:hover {
	text-decoration: underline;
}
/*Copyright*/
address{line-height: 110%;
	font-size: 10px;
	font-style: normal;text-align: right;
}
/*------------------------------------------------------------Page Top*/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
/*------------------------------------------------------------splink*/
body {
	padding-top: 190px;
}
.splink {
	position: absolute;
	top: 0;
	z-index: 10000;
	text-align: center;
	width: 1140px;
	padding: 30px 0;
	background: #F2F2F2;
	box-shadow: 0 0 6px 0 #9B9B9B;
}
.splink a {
	position: relative;
	margin: 0 30px;
	background: #fff;
	color: #A5A5A5;
	text-decoration: none;
	font-weight: bold;
	font-size: 45px;
	padding: 20px 0;
	border-radius: 4px;
	border: 6px solid #A5A5A5;
	display: block;
}
/*--------------------------------------------------------------------------------

Main Content Decorations

--------------------------------------------------------------------------------*/
/*------------------------------------------------------------breadcrumbs*/
#pankuzu {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
#pankuzu ol {
	list-style: none;
}
#pankuzu ol li {
	float: left;
	font-size: 12px;
	padding: 0 7px 0 10px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li:first-child{
	padding: 0 7px 0 0;
	background:none;
}
/*------------------------------------------------------------Common_banner*/
.common_banner{
	border-top: 1px dotted #CCC;
	padding: 20px 0 0 0;
	text-align: center;
}
/*------------------------------------------------------------Title*/
/*Pagetitle*/
#pagetitle {
	margin: 0 auto 20px;
}
/*TitleBar*/
.titlebar {
	border:solid 1px #ddd;
	clear: both;
	padding: 8px;
	margin-bottom: 20px;
	background: #F2F2F2;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    -webkit-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
    -moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE10 */  
	background: linear-gradient(to bottom, #eee, #fff);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
	zoom: 1;
}
.titlebar span {
	border-left:5px solid #40ADE7;
	padding:3px 10px;
	font-size: 15px;
	font-weight: bold;
}
.titlebar a {
	color: #000;
}
/*OnePoint_img*/
 .icon_point01 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 35px;
	background: url(../img/common_img/point_01.gif) no-repeat 0 5px;
	/* CSS3 */
	text-shadow:1px 1px 1px #F2F2F2;
}
.icon_point01 span {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	padding-left: 5px;
}
/*OnePoint_border*/
.icon_point02 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px 0 0px 10px;
	border-left: 4px solid #666;
	text-shadow: 1px 1px 1px #F2F2F2;
}
.icon_point02 span {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
/*OnePoint_Arrow*/
.icon_arrow {
	padding: 3px 0 3px 10px;
	background: url(../img/common_img/arrow.gif) no-repeat 0 9px;
}
/*------------------------------------------------------------Text*/
/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*bold*/
.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/
.tx_red {
	color: #C33;
}
/*attention*/
.attention {
	font-size: 11px;
	line-height: 150%;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*ClearBoth*/
.clearboth {
	clear: both;
}
/*------------------------------------------------------------Photo positiopn*/
.ph_cent{
	text-align: center;
}
.ph_cent img{
	margin-bottom: 10px;
	margin: 0 auto;
}
.ph_left{
	float: left;
	margin-right: 10px;
}
.ph_right{
	float: right;
	margin-left: 10px;
}
.ph_left img, .ph_right img{
	display: block;
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*------------------------------------------------------------Line*/
hr.line_01 {
	height: 1px;
	clear: both;
	margin: 20px 0px;
	border-top: 1px dotted #CCC;
	border-right: 0 dotted #CCC;
	border-bottom: 0 dotted #CCC;
	border-left: 0 dotted #CCC;
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Image Effects*/
/*Hoverimg*/
a:hover img.hoverimg {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*Hoverimg_fade*/
a:hover img.hoverimg_fade {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	opacity: 0.6;
}
/*Hoverimg_dark*/
.hoverimg_dark {
	background: #000;
}
.hoverimg_dark img:hover {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	opacity: 0.5;
}
/*hoverimg_big*/
.hoverimg_big {
    overflow: hidden;
}
.hoverimg_big img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.hoverimg_big img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*hoverimg_small*/
.hoverimg_small {
    overflow: hidden;
}
.hoverimg_small img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.hoverimg_small img:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*hoverimg_smalldark*/
.hoverimg_smalldark {
	overflow: hidden;
	background: #000;
}
.hoverimg_smalldark img {
	/*����*/
	opacity: 1;
	/*�ό`�E�k��*/
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	/*transition���ʁi���ԓI�ω��j*/
	transition: transform 0.3s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.5s ease;
	-moz-transition: -moz-transform 0.3s ease, opacity 0.5s ease;
	-o-transition: -o-transform 0.3s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.3s ease, opacity 0.5s ease;
}
.hoverimg_smalldark img:hover {
	/*����*/
	opacity: 0.5;
	/*�ό`�E�k��*/
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
/*------------------------------------------------------------Table*/
/*table basic*/
table.table_basic {
	border-top: 1px solid #CCC;
	border-collapse: collapse;
	margin: 0 0 15px;
}
table.table_basic th {
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #CCC;
	background: #EEE;
	/* CSS3 */
	text-shadow:1px 1px 0 #FFF;
}
table.table_basic td {
	text-align: left;
}
table.table_basic th, table.table_basic td {
	border-bottom: 1px solid #CCC;
	padding: 8px 10px;
	vertical-align: middle;
}
table.table_basic .table_border {
	border-right: 1px solid #CCC;
}
table.table_basic td.price {
	text-align: right;
	font-weight: bold;
	color: #900;
	vertical-align: middle;
}
/*------------------------------------------------------------Txt Frame*/
/*txt_frame*/
.txt_frame {
	border:1px solid #CCC;
	padding: 15px;
	background: #f2f2f2;
	/* CSS3 */
	border-radius: 5px;
	/* Webkit */
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
    background: -webkit-gradient( linear, left top, left bottom, from(#F2F2F2), to(#fff) );
	/* Firefox */
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
    background: -moz-linear-gradient( top, #F2F2F2, #fff );
	/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#F2F2F2, endColorstr=#ffffffff);
	zoom: 1;
}
/*------------------------------------------------------------List*/
/*list basic*/
ul.list_basic li {
	padding: 0 0 0 10px;
	background: url(../img/common_img/arrow.gif) no-repeat 0 5px;
}
/*list dot*/
ul.list_dot li{
	padding: 0 0 0 9px;
	background: url(../img/common_img/icon_dot.gif) no-repeat left center;	
}
/*list following01*/
.list_following01 ul {
	list-style-type: none;
	border-left: 1px solid #CCC;
	margin-right: 15px;
	float: left;
}
.list_following01 ul li {
	text-align: left;
	padding: 0 0 0 25px;
	background: url(../img/common_img/arrow.gif) no-repeat 13px 5px;
}
/*list following02*/
ul.list_following02 {
	list-style-type: none;
}
ul.list_following02 li{
	width: 49%;
	float: left;
	background: url(../img/common_img/arrow.gif) no-repeat 0px 5px;	
}
ul.list_following02 li:nth-child(even){
	float: right;
}
ul.list_following02 li:nth-child(2n+1){
	clear: both;
}
ul.list_following02 a, ul.list_following02 span{
	display: block;
	padding: 0 0 0 12px;
}
/*list num*/
ol.list_num li{
	list-style: none;
	background: url(../img/common_img/icon_num01.png) no-repeat left 1px;
	padding-left: 25px;
}
ol.list_num li:nth-child(2){
	background: url(../img/common_img/icon_num02.png) no-repeat left 1px;
}
ol.list_num li:nth-child(3){
	background: url(../img/common_img/icon_num03.png) no-repeat left 1px;
}
ol.list_num li:nth-child(4){
	background: url(../img/common_img/icon_num04.png) no-repeat left 1px;
}
ol.list_num li:nth-child(5){
	background: url(../img/common_img/icon_num05.png) no-repeat left 1px;
}
/*list two Column*/
ul.list_2column{
	margin: 0 -10px -20px;
}
ul.list_2column li{
	margin-bottom: 20px;
	width: 50%;
	float: left;
}
ul.list_2column li:nth-child(2n+1){
	clear: both;
}
ul.list_2column li figure{
	display: block;
	text-align: center;
	margin: 0 10px 10px;
}
ul.list_2column li figure img{
	width: 100%;
	height: auto;
}
ul.list_2column li p{
	display: block;
	margin: 0 10px;
}
/*list three Column*/
ul.list_3column{
	margin: 0 -10px -10px;
}
ul.list_3column li{
	margin-bottom: 10px;
	width: 33.333%;
	float: left;
}
ul.list_3column li:nth-child(3n+1){
	clear: both;
}
ul.list_3column li figure{
	display: block;
	text-align: center;
	margin: 0 10px 10px;
}
ul.list_3column li figure img{
	width: 100%;
	height: auto;
}
ul.list_3column > li > p{
	display: block;
	margin: 0 10px;
}
/*------------------------------------------------------------Link related*/
#footer small {
	font-size: 9px;
	font-weight: normal;
	color: #ede5ce;
	text-align: center;
}
.footbox {
	background-image: url(../img/common_img/foot_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
	padding-bottom: 45px;
	color: #FFF;
}
.footbox #footer .rightbox {
	background-image: url(../img/common_img/foot_contact_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 206px;
	width: 558px;
	float: right;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.margin_b25 {
	margin-bottom: 25px;
}
.footinfo_rightbox {
	float: right;
}
.footlink {
	background-color: #5c4015;
	padding-top: 28px;
	padding-bottom: 28px;
}



.footbox #footer .leftbox {
	float: left;
}
#pagetitle01 {
	background-image: url(../img/class_img/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: absolute;
	height: 374px;
	z-index: -1;
	left: 0px;
	top: 0px;
	right: 0px;
}
#pagetitle02 {
	background-image: url(../img/news_img/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: absolute;
	height: 374px;
	z-index: -1;
	left: 0px;
	top: 0px;
	right: 0px;
}
#pagetitle03 {
	background-image: url(../img/event_img/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: absolute;
	height: 374px;
	z-index: -1;
	left: 0px;
	top: 0px;
	right: 0px;
}
#pagetitle04 {
	background-image: url(../img/contact_img/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: absolute;
	height: 374px;
	z-index: -1;
	left: 0px;
	top: 0px;
	right: 0px;
}
#pagetitle05 {
	background-image: url(../img/photo_img/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: absolute;
	height: 374px;
	z-index: -1;
	left: 0px;
	top: 0px;
	right: 0px;
}
#pagetitle06 {
	background-image: url(../img/about_img/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: absolute;
	height: 374px;
	z-index: -1;
	left: 0px;
	top: 0px;
	right: 0px;
}
#pagetitle07 {
	background-image: url(../img/access_img/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: absolute;
	height: 374px;
	z-index: -1;
	left: 0px;
	top: 0px;
	right: 0px;
}
#pagetitle08 {
	background-image: url(../img/admission_img/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: absolute;
	height: 374px;
	z-index: -1;
	left: 0px;
	top: 0px;
	right: 0px;
}
#pagetitle09 {
	background-image: url(../img/instructor_img/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: absolute;
	height: 374px;
	z-index: -1;
	left: 0px;
	top: 0px;
	right: 0px;
}
.pagetit_img {
	padding-top: 185px;
}
.box01 {
	margin-bottom: 30px;
}

.title01 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../img/common_img/title01.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.title02 {
	font-size: 18px;
	color: #855d19;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+33,eae7de+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,255,255) 33%, rgb(234,231,222) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(255,255,255) 33%,rgb(234,231,222) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(255,255,255) 33%,rgb(234,231,222) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae7de',GradientType=0 ); /* IE6-9 */
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #855d19;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	margin-bottom: 15px;
}
.title03 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC3;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #855d19;
}
.title03 span {
	color: #b71c1c;
}
.title04 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	color: #962626;
	font-weight: bold;
}
.title05 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	color: #b71c1c;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d59292;
	font-weight: bold;
}
.title05 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #962626;
	padding: 5px;
	border-top-left-radius: 3px; 
border-top-right-radius: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px; 
}






#content .title01 span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}
.tbl01 table {
	width: 100%;
}
.tbl01 table tr th, .tbl01 table tr td {
	padding: 5px;
}
.tbl01 table tr th {
	background-color: #d9c085;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
.tbl01 table tr th:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.tbl01 table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d9c085;
	border-bottom-color: #d9c085;
}
.tbl01 table tr:nth-child(2n+1) {
	background-color: #f3ebd7;	
}
.tbl01 table tr td:first-child {
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #d9c085;
	border-bottom-color: #d9c085;
	white-space: nowrap;
}
.cl01 {
	background-color: #f3ebd7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d9c085;
}

.tbl02 table {
	width: 100%;
}
.tbl02 table tr th, .tbl02 table tr td {
	padding: 5px;
}
.tbl02 table tr th {
	background-color: #d9c085;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
.tbl02 table tr th:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.tbl02 table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #d9c085;
	border-bottom-color: #d9c085;
}
.tbl02 table tr:nth-child(2n+1) {
	background-color: #f3ebd7;	
}
.tex01 {
	font-weight: bold;
	color: #9d1212;
}
.img_line {
	border: solid 1px #ccc;
	padding: 4px;
	background-color: #FFF;
}

.detail_btn02 a {
	line-height: 100%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #9d1212;
	text-align: center;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin-top: 20px;
	width: 270px;
	font-size: 15px;
	margin-right: auto;
	margin-left: auto;
}
.detail_btn02 a:hover {
opacity: 0.7;

}
