@charset "utf-8";




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
 reset
++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: url("../images/bg_body.jpg") left top;
	text-align: center;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 0.75em;
	color: #333333;
	line-height: 1.7;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,div,table,th,td {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address,caption,em,strong,th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

a:link,
a:active,
a:visited {
	color: #fe9e30;
	text-decoration: underline;
}
a:hover {
	color: #41d3c0;
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: top;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
 汎用スタイル
++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* clearfix
------------------------------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* textalign
------------------------------------------------------ */
.textright {text-align: right;}
.textleft {text-align: left;}
.textcenter {text-align: center;}


/* vertical align
------------------------------------------------------ */
.verticalmiddle {vertical-align: middle;}
.verticalbottom {vertical-align: bottom;}
.verticalbaseline {vertical-align: baseline;}


/* margin
------------------------------------------------------ */
.margin_t5 {margin-top: 5px;}
.margin_r5 {margin-right: 5px;}
.margin_b5 {margin-bottom: 5px;}
.margin_l5 {margin-left: 5px;}
.margin_t10 {margin-top: 10px;}
.margin_r10 {margin-right: 10px;}
.margin_b10 {margin-bottom: 10px;}
.margin_l10 {margin-left: 10px;}
.margin_t15 {margin-top: 15px;}
.margin_r15 {margin-right: 15px;}
.margin_b15 {margin-bottom: 15px;}
.margin_l15 {margin-left: 15px;}
.margin_t20 {margin-top: 20px;}
.margin_r20 {margin-right: 20px;}
.margin_b20 {margin-bottom: 20px;}
.margin_l20 {margin-left: 20px;}
.margin_t25 {margin-top: 25px;}
.margin_r25 {margin-right: 25px;}
.margin_b25 {margin-bottom: 25px;}
.margin_l25 {margin-left: 25px;}
.margin_t30 {margin-top: 30px;}
.margin_r30 {margin-right: 30px;}
.margin_b30 {margin-bottom: 30px;}
.margin_l30 {margin-left: 30px;}
.margin_t35 {margin-top: 35px;}
.margin_r35 {margin-right: 35px;}
.margin_b35 {margin-bottom: 35px;}
.margin_l35 {margin-left: 35px;}
.margin_t40 {margin-top: 40px;}
.margin_r40 {margin-right: 40px;}
.margin_b40 {margin-bottom: 40px;}
.margin_l40 {margin-left: 40px;}
.margin_t45 {margin-top: 45px;}
.margin_r45 {margin-right: 45px;}
.margin_b45 {margin-bottom: 45px;}
.margin_l45 {margin-left: 45px;}
.margin_t50 {margin-top: 50px;}
.margin_r50 {margin-right: 50px;}
.margin_b50 {margin-bottom: 50px;}
.margin_l50 {margin-left: 50px;}


/* padding
------------------------------------------------------ */
.padding_t5 {padding-top: 5px;}
.padding_r5 {padding-right: 5px;}
.padding_b5 {padding-bottom: 5px;}
.padding_l5 {padding-left: 5px;}
.padding_t10 {padding-top: 10px;}
.padding_r10 {padding-right: 10px;}
.padding_b10 {padding-bottom: 10px;}
.padding_l10 {padding-left: 10px;}
.padding_t15 {padding-top: 15px;}
.padding_r15 {padding-right: 15px;}
.padding_b15 {padding-bottom: 15px;}
.padding_l15 {padding-left: 15px;}
.padding_t20 {padding-top: 20px;}
.padding_r20 {padding-right: 20px;}
.padding_b20 {padding-bottom: 20px;}
.padding_l20 {padding-left: 20px;}
.padding_t25 {padding-top: 25px;}
.padding_r25 {padding-right: 25px;}
.padding_b25 {padding-bottom: 25px;}
.padding_l25 {padding-left: 25px;}
.padding_t30 {padding-top: 30px;}
.padding_r30 {padding-right: 30px;}
.padding_b30 {padding-bottom: 30px;}
.padding_l30 {padding-left: 30px;}
.padding_t35 {padding-top: 35px;}
.padding_r35 {padding-right: 35px;}
.padding_b35 {padding-bottom: 35px;}
.padding_l35 {padding-left: 35px;}
.padding_t40 {padding-top: 40px;}
.padding_r40 {padding-right: 40px;}
.padding_b40 {padding-bottom: 40px;}
.padding_l40 {padding-left: 40px;}
.padding_t45 {padding-top: 45px;}
.padding_r45 {padding-right: 45px;}
.padding_b45 {padding-bottom: 45px;}
.padding_l45 {padding-left: 45px;}
.padding_t50 {padding-top: 50px;}
.padding_r50 {padding-right: 50px;}
.padding_b50 {padding-bottom: 50px;}
.padding_l50 {padding-left: 50px;}


em, strong {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.no_bg {
	background: none !important;
}

.no_border {
	border: none !important;
}

.no_margin {
	margin: 0 !important;
}

.no_margin_l {
	margin-left: 0 !important;
}

.no_margin_r {
	margin-right: 0 !important;
}

.no_margin_t {
	margin-top: 0 !important;
}

.no_wrap {
	white-space: nowrap;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.paging {
	padding:6px;
	border-top:3px solid #33ccff;
	border-bottom:3px solid #ffcc33;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	margin-right:20px;
}

.paging img {
	vertical-align:middle;
}

.lastChild {
	margin-right: 0px !important;
	border-right: none !important;
	border-bottom: none !important;
}

.fc_red {
	color: #ff0000;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
 レイアウト
++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 全体
------------------------------------------------------ */
#container {
	width: 1014px;
	margin: 0 auto;
	text-align: left;
}

/* ------------------------------------------------------
 ヘッダー
------------------------------------------------------ */
#header {
	height: 113px;
	background: url("../images/bg_header.jpg") left top no-repeat;
}

/* ------------------------------------------------------
 コンテンツ
------------------------------------------------------ */
#contents {
	background: url("../images/bg_contents.jpg") right 16px repeat-y;
}

#contents_inner {
	background: url("../images/bg_contents_bottom.jpg") right bottom no-repeat;
}

/* ------------------------------------------------------
 左カラム
------------------------------------------------------ */
#left_col {
	float: left;
	width: 215px;
}

/* ------------------------------------------------------
 右カラム
------------------------------------------------------ */
#right_col {
	float: left;
	width: 783px;
	padding-top: 14px;
	padding-left: 16px;
	background: url("../images/bg_rightcol.jpg") left top repeat-y;
}

/* ------------------------------------------------------
 フッター
------------------------------------------------------ */
#footer {
	height: 111px;
	background: url("../images/bg_footer.jpg") right top no-repeat;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
 共通モジュール
++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h1 {
	display: inline;
	float: left;
	margin-left: 188px;
	margin-top: 17px;
}

#tel {
	display: inline;
	float: right;
	margin-right: 32px;
	margin-top: 53px;
}

#pagetop {
	display: inline;
	clear: both;
	float: right;
	margin-right: 4px;
	margin-top: 48px;
}

#f_navi {
	padding-top: 26px;
	margin-left: 232px;
}

#f_navi li {
	float: left;
	font-size: 80%;
	color: #fff;
}

#f_navi li a {
	color: #fff;
	text-decoration: none;
}

#f_navi li a:hover {
	text-decoration: underline;
}

address {
	margin-top: 14px;
	margin-left: 231px;
}

address {
	/margin-top: 6px;
}

address img {
	/vertical-align: bottom;
}

#copyright {
	margin-top: 4px;
	margin-left: 231px;
}

#pagetitle {
	margin-bottom: 20px;
}

/* boxstyle */
.block {
	margin-bottom: 40px;
}

.block h3 {
	font-weight: bold;
}

.block h4 {
	font-weight: bold;
}

.block h5 {
	font-weight: bold;
}

.b1 ul.bb1 {
	width: 760px;
	margin-bottom: 20px;
}

.b1 .bb1 li {
	float: left;
	height: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #ff8dbe;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
}

.b1 .bb1 li a {
	display: block;
	height: 30px;
	padding-left: 9px;
	padding-right: 9px;
	background: #ff8dbe;
	color: #fff !important;
	text-decoration: none !important;
}

.b1 .bb1 li a:hover {
	background: #fff;
	color: #ff8dbe !important;
	text-decoration: none !important;
}

*html .b1 .bb1 li a {
	display: inline;
}

.b1 .box1 {
	float: left;
	width: 240px;
	padding-right: 20px;
	padding-bottom: 60px;
	text-align: center;
}

.b1 .box1 h3 {
	min-height: 30px;
	_height:30px;
	margin-bottom: 10px;
	padding-left: 30px;
	background: url("../images/photo/bg_box_title.gif") left bottom no-repeat;
	font-size: 130%;
	text-align: left;
}

.b1 .box1 .t {
	margin-bottom: 20px;
	padding-top: 65px;
	background: url("../images/photo/bg_box_top.jpg") left top no-repeat;
}

.b1 .box1 .b {
	padding-bottom: 31px;
	background: url("../images/photo/bg_box_bottom.jpg") left bottom no-repeat;
}

.b1 .box1 .photo {
	padding-bottom: 10px;
	background: url("../images/photo/bg_box.jpg") left top repeat-y;
}

.b1 .box2 {
	margin-bottom: 20px;
}

.b1 .box2 h3 {
	height: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background: url("../images/photo/bg_box_title_l.gif") left top no-repeat;
	font-size: 130%;
	text-align: left;
}

.b1 .box2 .t {
	float: left;
	width: 240px;
	margin-bottom: 20px;
	padding-top: 65px;
	padding-right: 20px;
	background: url("../images/photo/bg_box_top.jpg") left top no-repeat;
	text-align: center;
}

.b1 .box2 .b {
	padding-bottom: 31px;
	background: url("../images/photo/bg_box_bottom.jpg") left bottom no-repeat;
}

.b1 .box2 .photo {
	padding-bottom: 10px;
	background: url("../images/photo/bg_box.jpg") left top repeat-y;
}

.b1 .box3 {
	width: 740px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #efdaa7;
	background: url("../images/photo/bg_box3.jpg") left top repeat-y;
}

.b1 #btn_back {
	margin-top: 20px;
	margin-right: 20px;
	text-align: right;
}

.b2 {
	width: 760px;
}

.b2 .box1 {
	float: left;
	width: 240px;
	margin-right: 20px;
}

.b2 .box1 .box2 {
	width: 219px;
	height: 130px;
	margin-top: 20px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	overflow: auto;
}

.b2 .box1 .c1 {
	border: 3px solid #fdc2c2;
	background: #fff5f6;
}

.b2 .box1 .c2 {
	border: 3px solid #c5e5c5;
	background: #f3fff2;
}

.b2 .box1 .c3 {
	border: 3px solid #f4d2aa;
	background: #fffaf2;
}

.b2 .box1 .box2 ul {
	float: left;
	margin-right: 20px;
}

.b2 .box1 .box2 ul.r {
	margin-right: 0;
}

.b3 {
	width: 760px;
}

.b3 h3 {
	height: 30px;
	margin-bottom: 20px;
	padding-left: 30px;
	background: url("../images/photo/bg_box_title_l.gif") left top no-repeat;
	font-size: 130%;
	text-align: left;
}

.b4 {
	width: 760px;
	background: url("../images/shoukai/bg_enkaku.jpg") left top repeat-y;
}

.b4 div {
	padding-bottom: 10px;
	background: url("../images/shoukai/bg_enkaku_bottom.jpg") left bottom no-repeat;
}

.b4 p {
	width: 640px;
	margin: 0 auto;
	margin-top: 15px;
	padding-bottom: 40px;
}

.b5 {
	width: 760px;
	margin-bottom: 30px;
	padding-bottom: 50px;
	border-bottom: 4px dotted #ffccdd;
}

.b5 .box1 {
	float: left;
	width: 500px;
}

.b5 .image {
	float: right;
}

.b5 h3 {
	height: 30px;
	margin-bottom: 20px;
	padding-left: 30px;
	background: url("../images/photo/bg_box_title_l.gif") left top no-repeat;
	font-size: 120%;
	text-align: left;
}

.b6 {
	width: 760px;
	margin-bottom: 30px;
	padding-bottom: 50px;
	border-bottom: 4px dotted #ffccdd;
}

.b6 .box1 {
	float: right;
	width: 500px;
}

.b6 .image {
	float: left;
}

.b6 h3 {
	height: 30px;
	margin-bottom: 20px;
	padding-left: 30px;
	background: url("../images/photo/bg_box_title_l.gif") left top no-repeat;
	font-size: 120%;
	text-align: left;
}

/* table */
.table1,
.table2,
.table3,
.table4 {
	border-collapse: collapse;
	border: 1px solid #d9d9d9;
}

.table1 th,
.table2 th,
.table3 th,
.table4 th {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #d9d9d9;
}

.table1 td,
.table2 td,
.table3 td,
.table4 td {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #d9d9d9;
}

.table1 {
	width: 760px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.table1 th {
	width: 100px;
	background: #ffe8f0;
	font-weight: bold;
}

.table2 {
	width: 760px;
	margin-bottom: 20px;
}

.table2 th {
	width: 170px;
	background: #ffe8f0;
	font-weight: bold;
}

/* form */
.form1 {
	
}

.form1 .item01 {
	width: 70px;
}

.form1 .item02 {
	width: 200px;
}

.form1 .item03 {
	width: 412px;
	margin-bottom: 5px;
}

.form1 .item04 {
	width: 412px;
	height: 100px;
}

.form1 .item05 {
	width: 50px;
}

#submit {
	width: 150px;
	margin: 0 auto;
}

#submit input {
	width: 150px;
	height: 25px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
 各ページスタイル
++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* トップページ
------------------------------------------------------ */
#t_block {
	margin-top: 11px;
}

#t_block .box1 {
	float: left;
	width: 538px;
	margin-right: 12px;
}

#t_block .box1 .text {
	margin-top: 14px;
	margin-right: 5px;
	margin-left: 2px;
}

#t_block .box1 .text span {
	color: #ff7a75;
}

#t_block .btn {
	float: left;
	margin-top: 7px;
}

#news {
	width: 760px;
	margin-top: 15px;
}

#news ul {
	padding-top: 2px;
}

#news li {
	margin-top: 7px;
	padding-bottom: 7px;
	background: url("../images/line1.gif") left bottom repeat-x;
}

#news li .date {
	display: inline;
	float: left;
	width: 80px;
	margin-left: 10px;
}

#news li .cont {
	display: inline;
	float: right;
	margin-right: 5px;
	width: 660px;
}

#news li img {
	padding-top: 5px;
}

#getplayer {
	margin-top: 25px;
	margin-left: 3px;
}

#getplayer p {
	float: left;
}

#getplayer p.text {
	margin-top: 8px;
	margin-left: 10px;
	color: #b2adb1;
	font-size: 80%;
}

/* pankuzu */
#crumbs {
	border:1px solid #dedede;
	height:2.3em;
	margin-bottom:15px;
	margin-right:25px;
	}

#crumbs li {
float:left;
line-height:2.3em;
padding-left:.75em;
color:#777;
}

#crumbs li a {
display:block;
padding:0 15px 0 0;
background:url(../images/crumbs.gif) no-repeat right center;
}

#crumbs li a:link, #crumbs li a:visited {
text-decoration:none;
color:#777;
}

#crumbs li a:hover, #crumbs li a:focus {
color:#dd2c0d;
}


