@charset "utf-8";
/* CSS Document */

body{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-color: #f59334;
}


/*---------------------------------------------
					共通部分
-----------------------------------------------*/

#layouts-body{
	width: 1030px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFF;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
}

/*---------  header  ----------*/

#frame_area{
	width: 1030px;
	height: 290px;
	margin: 0 auto 20px;
	padding: 0px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
h1{
	width: auto;
	height: 250px;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	line-height: 250px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: left;
	text-indent: 30px;
}
h1 a {
	text-decoration: none;
	color: #000;
}
h1 a:hover {
	text-decoration: underline;
	color: #000;
}

/*---------  main  ----------*/

#mainColumn{
	width: 1030px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 250px;
	overflow: hidden;
}
#main_frame{
	width: 760px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}

/*---------  center  ----------*/

#content-center{
	width: 510px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
#box_center{
	width: 510px;
	height: auto;
	margin: 0 0 30px;
	padding: 0 0 40px;
}
#dates {
	width: 510px;
	height: 15px;
	margin: 0 auto;
	padding: 0px;
	line-height: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: right;
}
h2{
	width: 510px;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
	line-height: 40px;
	font-size: 17px;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	text-indent: 25px;
	background-image: url(../images/h2.png);
	background-repeat: no-repeat;
	background-color: #f59334;
}
h2 a {
	text-decoration: none;
	color: #FFF;
}
h2 a:hover {
	text-decoration: none;
	color: #666;
}
#frame_contents{
	width: 510px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#center_cont{
	width: 505px;
	height: auto;
	margin: 0 0 0 5px;
	padding: 20px 0 20px;
	background-image: url(../images/content_boder.png);
	background-repeat: repeat-y;
	border-bottom: 1px solid #e4e4e4;
}
.pic{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	padding: 0px;
}
#center_cont p {
	width: 465px;
	height: auto;
	margin: 0 auto 15px;
	padding: 0px;
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#center_cont p a {
	color: #333;
	text-decoration: underline;
}
#center_cont p a:hover {
	color: #999;
	text-decoration: underline;
}

/*--　SNSbtn　--*/

.snsbtn {
	overflow: hidden;
	margin: 0 20px 10px 0;
	list-style: none;
}
.snsbtn li {
	float: right;
	margin: 0 5px 0 0;
}
#twitter {
	width: 90px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#hatebu {
	width: 105px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*---------  left  ----------*/

#left-column{
	width: 230px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
#clm_left{
	width: 230px;
	height: auto;
	margin: 0 0 15px;
	padding: 0px;
	background-image: url(../images/submenu_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
h3{
	width: 230px;
	height: 40px;
	margin: 0 auto 10px;
	padding: 0px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	text-indent: 25px;
	background-image: url(../images/h3.png);
	background-repeat: no-repeat;
	background-color: #f59334;
	display: block;
}
#clm_left ul{
	width: 230px;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#side{
	width: 210px;
	height: auto;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}
#side a {
	color: #000;
	text-decoration: none;
}
#side a:hover {
	color: #999;
	text-decoration: underline;
}
#left-col{
	width: 230px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#fields-text{
	width: 230px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
}

/*---------  right  ----------*/

#right-contents{
	width: 230px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
#bx-right{
	width: 230px;
	height: auto;
	margin: 0 0 15px;
	padding: 0 0 40px;
}
#bx-right ul{
	width: 230px;
	height: auto;
	margin: 0px;
	padding: 0 0 15px;
	list-style: none;
}
#right_columns{
	width: 230px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
dl {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	overflow: auto;
	display: block;
	border-bottom: 1px solid #CCC;
}
dt {
	width: auto;
	height: auto;
	margin: 5px;
	padding: 0px;
	float: left;
}
dd {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 20px 5px 0px 75px; 
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
dd a {
	text-decoration:none;
	color: #333;
}
dd a:hover {
	text-decoration: underline;
	color: #999;
}
dl #side {
	width: 210px;
	height: auto;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	word-break: break-all;
	border-style: none;
}
dl #side a {
	color: #333;
	text-decoration: none;
}
dl #side a:hover {
	color: #999;
	text-decoration: underline;
}
#sitemenu {
	width: 210px;
	height: auto;
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	line-height: 25px;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #CCC;
}
#sitemenu a {
	color: #333;
	text-decoration: none;
}
#sitemenu a:hover {
	color: #999;
	text-decoration: underline;
}
#fields-text p {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*----------　FOOTER　----------*/

#footer {
	width: 1040px;
	height: 150px;
	margin: 0 auto;
	padding: 0px;
	line-height: 150px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: center;
	background-color: #f59334;;
}
#footer p {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #FFF;
	line-height: 150px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}

/*---------------------------------------------
					profile
-----------------------------------------------*/

.profile {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}

/*-------------------------------------------
					form
-------------------------------------------*/

table {
	margin: 0 auto;
	border: 1px solid #cecece;
	border-collapse:collapse;
	font-size:14px;
}
td,tr {
	border: 1px solid #cecece;
	border-collapse:collapse;
	font-size:14px;
}
th {
	font-size: 14px;
	font-weight: normal;
	background-color: #E7E7E7;
}

#schedule {
	margin:20px 0px 20px 5px;

}
#schedule table{
	background-color:#fff !important;

}
#schedule td {
	text-align:center;
	padding:8px;

}
.calendar .sun {
	color: #f44;

}
.calendar .sat {
	color: #44f;

}
#text-link {
 font-size: 13px;
 padding: 0px 20px 0px;
 height: auto;
 width: auto;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 10px;
 margin-left: auto;
 display: block;
 line-height: 25px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #cccccc;
}
#text-link a {
 text-decoration: none;
}
#text-link a:hover {
 text-decoration: underline;
}
ul {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}