@charset "shift_jis";

/*--------------------------------------------*/
/* CSS RESET                                  */
/*--------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset,img { 
	border: 0;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border: 0;
}

/*--------------------------------------------*/
/* clearfix                                   */
/*--------------------------------------------*/

.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	min-height: 1%;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear {
	clear: both;
}

/*--------------------------------------------*/
/* float                                      */
/*--------------------------------------------*/

.fltL {
	float: left;
}
.fltR {
	float: right;
}

/*--------------------------------------------*/
/* text-align                                 */
/*--------------------------------------------*/

.textL {
	text-align: left;
}

.textC {
	text-align: center;
}

.textR {
	text-align: right;
}

/*--------------------------------------------*/
/* vertical-align                                 */
/*--------------------------------------------*/

.vat {
	vertical-align:top;
}

.vam {
	vertical-align:middle;
}

.vab {
	vertical-align:bottom;
}

/*--------------------------------------------*/
/* margin                                     */
/*--------------------------------------------*/

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px;
}
.mt30 {
	margin-top: 30px;
}
.mt32 {
	margin-top: 32px;
}

.mt38 {
	margin-top: 38px;
}

.mt120 {
	margin-top: 120px;
}

.mb6 {
	margin-bottom: 6px;
}
.mb12 {
	margin-bottom: 12px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml8 {
    margin-left:8px;
}

.pt12 {
	padding-top:12px;
}

.prl12 {
	padding:0 12px;
}

.pr12 {
	padding-right:12px;
}

.pl12 {
	padding-left:12px;
}

/*--------------------------------------------*/
/* font                                       */
/*--------------------------------------------*/

/*相対文字サイズ*/
.small {
	font-size: 85%;
}

/*標準行間*/
.text_normal {
	line-height:160%;
	text-align:justify;
	text-justify:inter-ideograph;
}

.p_subtitle {
	margin-top: 18px;
	margin-bottom: 19px;
}

.p_text {
	padding-bottom:25px;
	line-height:160%;
	text-align:justify;
	text-justify:inter-ideograph;
}




/*共通テキストリンク*/
a:link {
	color: #dd3737;
	text-decoration: none;
}
a:visited {
	color: #dd3737;
	text-decoration: none;
}
a:hover {
	color: #df5604;
	text-decoration: underline;
}
a:active {
	color: #df5604;
	text-decoration: underline;
}

/*共通フッターメニューリンク*/
a.footer_a:link {
	color: #808080;
	text-decoration: none;
}

a.footer_a:visited {
	color: #808080;
	text-decoration: none;
}

a.footer_a:hover {
	color: #df5604;
	text-decoration: underline;
}

a.footer_a:active {
	color: #df5604;
	text-decoration: underline;
}

/*1字下げ*/
.caution {
	margin:0 0 0 1em;
	text-indent: -1em;
	line-height:130%;
}

/*2字下げ*/
.caution2 {
	margin:0 0 0 2em;
	text-indent: -0.7em;
	line-height:130%;
}
/*--------------------------------------------*/
/* form                                       */
/*--------------------------------------------*/

.taW {
	width:320px;
}

.iaL {
	width:250px;
}

.addW {
	width:257px;
}

/*--------------------------------------------*/
/* BASE                                       */
/*--------------------------------------------*/

body {
	font-size: 12px;
	font-family:	'メイリオ',	'Meiryo',	'Hiragino Kaku Gothic Pro',	'ヒラギノ角ゴ Pro W3',	'Osaka',	'ＭＳ Ｐゴシック',	sans-serif;
	color: #333333;
}

/*ie7*/
*:first-child+html body {
	font-size:75%;
}
	
/*ie5-6*/
* html body {
	font-size:75%;
}

/*--------------------------------------------*/
/* COMMON                                     */
/*--------------------------------------------*/


body {
	background:url(/common/img/bg_img.jpg) top repeat-x #e7f4d4;
	text-align: center;
}

#wrapper {
	width: 804px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 71px;
	margin-top: 55px;
	background: url(/common/img/header_bg.gif) top no-repeat;
	padding-left: 7px;
}

#contents_top {
	width:770px;
	background: url(/img/index/contents_top_bg.gif) top no-repeat;
	padding:0 17px;
}

#contents_top2 {
	width:770px;
	background: url(../img/contents_top2_bg.gif) top no-repeat;
	padding:0 17px;
}

#contents_middle {
	width:755px;
	_width:804px;
	background: url(/common/img/contents_middle_bg.gif) top repeat-y;
	padding: 30px 17px 0 32px;
}

#contents_box {
	width:755px;
}

#g_navi {
	width:770px;
	height:37px;
}

#g_navi ul li {
 display:inline;
 float:left;
}

#g_navi ul li img {
	vertical-align: top;
}

#category {
	margin-top: 29px;
	width: 770px;
}

#left_category {
	float:left;
	width:484px;
}

#right_category {
	float:right;
	width:234px;
	text-align:center;
	background-color:#e9e9e9;
}

.pagetop {
	text-align:right;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background: url(/common/img/footer_bg.gif) top no-repeat;
	height: 56px;
	width: 804px;
	margin-bottom: 45px;
}

#footer_menu {
	padding: 7px 0 0 32px;
	font-size: 85%;
	text-align:left;
}

.logo {
	padding: 9px 17px 0 0;
	_margin: 9px 17px 0 0;
	float:right;
}



/*--------------------------------------------*/
/* INDEXでの使用項目                          */
/*--------------------------------------------*/

#banner_godzilla {
 text-align:right;
}



.category_text {
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-top: 12px;
	margin-bottom: 2px;
	padding-bottom: 4px;
}

dl.category_text dt {
	float:left;
	width:6.5em;
	_width:6em;
	margin:0;
	padding:0;
	color: #009a49;
}

.category_text2 {
	margin-top: 12px;
	margin-bottom: 2px;
	padding-bottom: 4px;
}

dl.category_text2 dt {
	float:left;
	width:115px;
	margin:0;
	padding:0;
}

dl.category_text2 dd {
	padding:7px 0 0 0;
}



.subtitle {
	color:#ff6300;
	font-size:120%;
	font-weight:bold;
	margin:0 0 12px 0;
}

.positionA {
	margin: 0 5px 0 0;
}

.kuwasiku {
	text-align:right;
	margin-top: 18px;
	margin-right: 10px;
}

.kousin {
	text-align:left;
	padding:5px 0 0 15px;
}

/*--------------------------------------------*/
/* パンくずリスト                          */
/*--------------------------------------------*/
#pankuzu {
    margin-bottom:30px;
}

/*--------------------------------------------*/
/* 飾り                          */
/*--------------------------------------------*/
.red {
    color:#FF0000;
}

.allow {
	background-image: url(../img/arrow_circle.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 2px 4px;
}

.right_allow {
	float: right;
	margin-bottom: 32px;
}

.right_allow {
	float: right;
	margin-bottom: 32px;
}

.right_allow li {
	background-image: url(../img/arrow_circle.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	line-height: 160%;
	background-position: 1px 5px;
}

.contents_text {
	padding-bottom:25px;
	line-height:160%;
	text-align:justify;
	text-justify:inter-ideograph;
}

.contents_text2 {
	line-height:160%;
	text-align:justify;
	text-justify:inter-ideograph;
}

.contents_title {
	margin-bottom:12px;

}

.contents_title2 {
	margin-bottom: 18px;
}

.contents_subtitle {
	margin-bottom: 19px;
}

.pagetop2 {
	text-align:right;
	width: 484px;
	margin-top: 5px;
	margin-bottom: 12px;
}

.mid_gotop {
	padding:6px 0 0 0;
	margin: 32px 0 0 0;
	border-top:dotted 1px #e9e9e9;
	text-align:right;
}

/*--------------------------------------------*/
/* イベントお知らせ                           */
/*--------------------------------------------*/

.ev_contents1 {
	width:484px;
	background:#ebefd4;
	border-top:solid 1px #61c591;
	border-bottom:solid 1px #61c591;
	margin-bottom:12px;
	padding: 12px 0;
}

.ev_contents2 {
	width:484px;
	background:#f8fbe1;
	border-top:solid 1px #61c591;
	border-bottom:solid 1px #61c591;
	margin-bottom:12px;
	padding: 12px 0;
}

.h4_line {
	width:484px;
	border-bottom:dotted 1px #61c591;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	line-height:130%;
}

.date {
	padding:0 12px;
	color:#009a49;
	font-size:90%;
}

.catch {
	padding:0 12px;
	color:#ff6300;
	font-size:120%;
	font-weight:bold;
}
