@charset "utf-8";
/* CSS Document */

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#clear {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}
/* <br id="clear" /> */
ul{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/*-------------------------------------------------------
						top
-------------------------------------------------------*/
#all-wrap {
	width: 100%;
	height: 100%;
	height: auto !important;
	margin: 0px;
	padding: 0px;
	position: relative;
	min-height: 100%;
}
#healine {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/*----------	main	----------*/

#frame{
	width: 1110px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 250px;
}

/*----------	main	----------*/

#main{
	width: 840px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
#mainimg{
	width: 810px;
	height: 230px;
	margin: 0 0 20px;
	padding: 10px 15px;
	background-image: url(../images/mainimg.png);
	background-position: center center;
	background-repeat: no-repeat;
}
h1{
	width: auto;
	height: 40px;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 40px;
	color: #52800D;
}
h1 a {
	text-decoration: none;
	color:  #52800D;
}
h1 a:hover {
	text-decoration: underline;
	color:  #CCC;
}

/*----------	center	----------*/

#contents-frame{
	width: 575px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
#box_contents{
	width: 575px;
	height: auto;
	margin: 0px;
	padding: 20px 0 0;
	background-image: url(../images/content_bg.png);
	background-position: center center;
	background-repeat: repeat-y;
}
#dates{
	width: 575px;
	height: 25px;
	margin: 0px;
	padding: 0 0 5px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 15px;
	text-align: left;
	line-height: 25px;
	color: #FFF;
	background-image: url(../images/content_top.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#center-box{
	width: 540px;
	height: auto;
	margin: 0px;
	padding: 0 15px 30px 20px;
	overflow: hidden;
}
h2{
	width: 540px;
	height: 40px;
	margin: 0 0 20px;
	padding: 0px;
	background-image: url(../images/h2.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 17px;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
	line-height: 40px;
	color: #444;
	border-bottom: 2px solid #dbdbdb;
}
h2 a {
	text-decoration:none;
	color:#444;
}
h2 a:hover {
	text-decoration:underline;
	color:#CCC;
}
.thumbnail{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#center-box p {
	width: 540px;
	height: auto;
	margin: 0 auto 15px;
	padding: 0px;
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
	color: #444;
	text-decoration: none;
}
.btn{
	width: 100px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-color: #116616;
	float: right;
}
/*----------  snsbtn  ----------*/

.snsbtn {
	overflow: hidden;
	margin: 0 0 10px;
	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{
	width: 250px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
#leftcolumns{
	width: 230px;
	height: auto;
	margin: 0 0 30px;
	padding: 10px;
	background-image: url(../images/sub_bg.png);
	background-position: center center;
	background-repeat: repeat-y;
}
h3{
	width: 230px;
	height: 30px;
	margin: 0 0 10px;
	padding: 0px;
	font-size: 15px;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
	border-bottom: 1px solid #666;
	color: #666;
}
#sidebar{
	width: 230px;
	height: auto;
	margin: 0px;
	padding: 10px 0;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
	color: #666;
	border-bottom: 1px dashed #CCC;
}
#sidebar a {
	color: #666;
	text-decoration: none;
}
#sidebar a:hover {
	color: #CCC;
	text-decoration: underline;
}

/*----------	RIGHT	----------*/

#right{
	width: 250px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
#right-block{
	width: 230px;
	height: auto;
	margin: 0 0 15px;
	padding: 10px;
	background-image: url(../images/sub_bg.png);
	background-position: center center;
	background-repeat: repeat-y;
}
dl {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	overflow: auto;
	display: block;
	border-bottom: 1px dashed #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: #666;
}
dd a:hover {
	text-decoration: underline;
	color: #999;
}
dl #sidebar {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 20px;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	word-break: break-all;
	border-style: none;
}
dl #sidebar a {
	color: #666;
	text-decoration: none;
}
dl #sidebar a:hover {
	color: #CCC;
	text-decoration: underline;
}
#sub {
	width: 230px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-align: left;
	border-bottom: 1px dashed #CCC;
}
#sub a {
	color: #666;
	text-decoration: none;
}
#sub a:hover {
	color: #CCC;
	text-decoration: underline;
}
#right p img {
	width: auto;
	height: auto;
	margin: 0 10px 10px 0;
	display: block;
	float:left;
}
#right p {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	word-break: break-all;
	display: block;
}
#right p a{
	text-decoration: none;
	color: #666;
}
#right p a:hover{
	color: #CCC;
	text-decoration: underline;
}

/*----------	footer	----------*/

#footerArea {
	width: 100%;
	height: 265px;
	background-image: url(../images/footer_img.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0;
}
#foot_area{
	width: 1110px;
	height: 35px;
	margin: 0 auto;
	padding: 230px 0 0;
}
#foot_area p {
	width: auto;
	height: 35px;
	margin: 0 0 auto;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	color: #666;
}
#foot_area a {
	color: #666;
	text-decoration: none;
}
#Cfoot_area 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;
	background-color: #FFF;
}
th {
	font-size: 14px;
	font-weight: normal;
	background-color: #F0F0F0;
}

