@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;/*Firefoxでのセンタリングずれを防ぐ為のスクロールバーを強制表示*/
	background-image: url(../image/common/slash.gif);/*背景が切れるのを回避*/
	background-repeat: repeat;
	}


body {
	color: #333333;
	background-image: url(../image/common/slash.gif);
	background-repeat: repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}



#wrapper {
	background-image: url(../image/common/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}


#container {
	width: 900px;
/*	margin-right: auto;*/
	margin-left: auto;
	text-align: left; /*IE6でセンタリングによる中身のセンタリング回避*/
	background-image: url(../image/common/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header {
	height: 80px;
	width: 900px;
	background-repeat: repeat-x;
	background-image: url(../image/common/line.gif);
	background-position: top;
}
#header #gotop {
	float: right;
	height: 24px;
	width: 130px;
	padding-top: 14px;
	padding-right: 20px;
}

#header #logo {
	position: relative;
	float: left;
	left: 15px;
	top: 10px;
	text-decoration: none;
}
#header #header_navi {
	float: right;
	position: relative;
	top: 2px;
}
#header #header_navi ul {

}
#header #header_navi li {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	text-align: center;
	height: 36px;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
#main {
	height: auto;
	width: 900px;
	clear: both;
}

#main #sidebar {
	width: 250px;
	float: left;
	line-height: 140%;
	text-align: center;
}

#main #sidebar #main_navi {

	
	margin-top: 20px;
	margin-bottom: 20px;
}





#main #sidebar #info {
	text-align: left;
	background-color: #F7F5ED;
	margin-right: 8px;
	margin-left: 8px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C5C0B4;
	border-bottom-color: #C5C0B4;
	border-left-color: #C5C0B4;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-top: 8px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C5C0B4;

}

#main #sidebar #info #time {

}


#main #sidebar #banner {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main #sidebar #info #time table {
	margin-left: 5px; /*IE6用*/
	width: 200px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main #sidebar #info #time td {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C0B4;
	padding-top: 1px;
	padding-left: 1px;
}

#main #sidebar #info #time strong {
	color: #ED0078;
}

#main #sidebar #info #mobile {
	background-image: url(../image/common/info_line.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 10px;
}
/*#main #sidebar #info #mobile img {
	float: left;
	padding-right: 10px;
}*/

#main #sidebar #info #data {
	background-image: url(../image/common/info_line.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#main #contents {
	float: right;
	width: 640px;
	font-size: 14px;
	line-height: 150%;
}
#main #contents #topic_path {
	text-indent: 50px;
	height: 30px;
	line-height: 30px; /*テキスト縦センタリング*/
}
#main #contents .entry {
	margin-top: 20px;
	margin-right: auto;
	margin-left: 45px;
	margin-bottom: 20px;
	width: 560px;
}
#main #contents #entry_image {
	margin-top: 20px;
	margin-bottom: 10px;
}
#main #contents .entry .entry_title {
	background-image: url(../image/common/entry_title.gif);
	height: 32px;
	width: 560px;
	line-height: 34px;
	text-indent: 30px;
	font-weight: bold;
	color: #018AC3;
	margin-bottom: 20px;
	font-size: 16px;
}

#main #contents .entry .entry_topic {
	background-image: url(../image/common/entry_topic.gif);
	background-repeat: no-repeat;
	text-indent: 30px;
	background-position: 10px;
	clear: both;
}
.floatclear {
	clear: both;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CC00;
	margin-top: 1em;
	margin-bottom: 1em;
}


#main #contents .tableborder td {
	padding: 0.5em;
	border: 1px solid #CCCCCC;
}


/*----------------------------------------------------
	↓↓↓↓↓各ページのみ用css↓↓↓↓↓↓↓
----------------------------------------------------*/

#main #contents .entry .text {
	width: 520px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#main #contents #about td {
	padding: 0.5em;
	border: 1px solid #CCCCCC;
}


#main #contents #faq .qes {
	background-image: url(../image/faq_q.gif);
	background-repeat: no-repeat;
	padding-left: 48px;
	margin-top: 20px;
	margin-bottom: 15px;
	height: 32px;
	padding-top: 4px;
	color: #FF6600;
}
#main #contents #faq .ans {
	background-image: url(../image/faq_a.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-left: 48px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-top: 4px;
	min-height:36px;
height: auto !important; /*IE6用*/
height:36px;
}


#main #contents #about .width100 {
	width:100px;
}


#main #contents #link dl {
	width:auto;
}

#main #contents #link dt {
	float:left;
	width:auto;
	padding:5px 0 5px 10px;
	clear:both;
}
#main #contents #link dd {
	width:auto;
	margin-left:200px;
	padding:5px 5px 20px 10px;
}



#main #contents #accessmap .mapinfo {
	line-height: 140%;
	width: 300px;
	height: 6em;
}
#main #contents #accessmap #map img {
	float: left;
	border: 1px solid #666666;
	margin-right: 1em;
}

/*----------------------------------------------------
	↑↑↑↑↑ここまで↑↑↑↑↑
----------------------------------------------------*/

#footer {
	clear: both;
	width: 900px;
	line-height: 30px;
	text-align: left;
	height: 30px;
	font-size: x-small;
	text-indent: 20px;
}


h5 {
	background-repeat: no-repeat;
	text-indent: 16px;
	color: #88AB0A;
	font-weight: bold;
	background-position: 0px 4px;
	clear: both;
	line-height: 40px;
	border-left: 5px solid #84A40E;
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 10px;
}
.text1 {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.floatR {
	float:right;
	clear: both;
}

.floatL {
	float:left;
	clear: both;
	height: auto;
	width: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}
#main #contents #TabbedPanels .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible p  {
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 26px;
}

.imgR {
	float:right;
	border: 1px solid #C5C0B4;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
}
.imgC {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: center;
　/*IE6以下用*/
; 	clear: both;

}
.imgL {
	float:left;
	border: 1px solid #C5C0B4;
	clear: both;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0;
}
.detail {
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.line {
	border-bottom: 1px dotted #84A40E;
}


.imgFrame {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #C5C0B4;
	text-align: center;
　
; 	clear: both;
}

.tables td {
	background-color: #FFFFFF;
	border: 1px solid #C5C0B4;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}


/*	Base Link Color Setting

----------------------------------------------------*/



a:link {
	color: #e888a3;
	text-decoration: underline;
}

a:visited {
	color: #e888a3;
	text-decoration: underline;
}

a:hover {
	color: #CC6699;
	text-decoration: underline;

}

a:active {
}

h1 {
	float: left;
	color: #FFFFFF;
	display: none;
}
#main #contents .fm_name {
	margin-top: 20px;
	text-align: right;
}
#wrapper #container #main #contents #cosmos #TabbedPanels .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible .text .bigtex {
	font-size: 18px;
}

/* 2014.06.05 追加*/
h6.topic{
	font-size: 22px;
	color: #DDB405;
























	font-style:	font-weight: bold;
	line-height: 50px;
	text-align: center;
	border: 1px solid #DDB405;
	margin-bottom: 20px;
}
.fl {
float: left;
}

.fr {
float: right;
}


    /*    html, body, div { padding: 0; margin: 0; font-size: 100%; }*/
        
        /* Start of "Micro clearfix" */
        
.cf { zoom: 1; }
.cnt {
	text-align: center;
}

        .cf:before,
        .cf:after { content: ""; display: table; }
        .cf:after { clear: both; }
