@charset "utf-8";
/* リセット ----------------------------------------------------- */
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;
	font-size: 100%;
}
html{
	height: 100%;
	margin-bottom: 1px;
}
li { list-style:none;}
img,
fieldset {
	border:0;/* __この指定で画像を縦に並べたときの隙間がなくなる--*/
	padding:0;
	vertical-align:top;/*IE用　画像の下の隙間（空白）を消去するため*/
}
/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*　テーブルリセット　*/
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
caption {
	text-align: left;
}
th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top;
}
/*　フォームリセット　*/
fieldset {
	border: 0;
}
input {
	_margin: -1px 0;
}
/*　テキストリセット　*/
sup,
sub {
	vertical-align: baseline;
	position: relative;
}
sup {
	top: -4px
}
sub {
	top: 4px
}
br.clear {
	clear: both;
	font: 0px/0px sans-serif;
}
/* リンクカラー */
a:link,
a:visited,
a:active{
	color:#666600;
	text-decoration: none;
}
a:hover{
	color:#993300;
}
a img:hover {
	opacity: 0.7;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
}
/* 全体 ----------------------------------------------------- */
body{
	color:#333333;
	font-size: 85%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.7em;
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center top;
}
/* レイアウト ----------------------------------------------------- */
#wrapper{
	width:990px;
	margin:0px auto;
	background-color: #131828;
}
* html body #wrapper{ text-align:center; } /*　IE6用　margin:0px auto;　のhack　*/
#header {
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height:150px;
	margin: 0;
	padding: 0;
}
#logo{
	float: left;
	width:550px;
	margin-top:18px;
}
#menu_area{
	clear:both;
	text-align:left;
	width:990px;
	background-color: #FFFFFF;
}
#submenu{
	float: left;
	width:230px;
	margin:0px 0px 0px 0px;
	padding-bottom: 70px;
	text-align: left;
	clear:left; /* IE hack　カラム落ち用 */
}
#content{
	float:right;
	width:740px;
	padding-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	background-color: #FFFFFF;
}
#content_l{
	float: left;
	width:423px;
	padding-right:10px;
}
#content_r{
	float: left;
	width:307px;
}
/* レイアウト-フッター */
#footer {
	clear:both;
	background-repeat: repeat-y;
	width:950px;
	height:90px;
	margin:0px auto;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	color: #FFFFFF;
	font-size: 90%;
	text-align: center;
	background-color: #131828;
}
#footer ul li{
	display: inline;
}
#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:active{
	color:#FFCC00;
	text-decoration: none;
}
#footer ul li a:hover{
	color:#FF6600;
}
#Copyright{
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}
/* スタイリング ----------------------------------------------------- */
/* 見出し */
h1{
	clear:both;
	height:150px;
}
h2{
	height:30px;
	margin:10px 0px;
	padding:6px 15px 0px 10px;
	background-image: url(images/bg_h2.jpg);
	background-repeat: no-repeat;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
}
h3{
	height:24px;
	margin:20px 0px 10px 5px;
	padding:0px 15px 0px 8px;
	font-size: 110%;
	color: #29003c;
	font-weight: bold;
	border-left-width: 3px;;
	border-left-style: solid;
	border-left-color: #29003c;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #29003c;
}
h4{
	margin:10px 0px 10px 10px;
	padding:0px 10px 0px 0px;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}
/* サブメニュー 箇条書き */
.submenu_title{
	background-color: #669999;
	padding:3px 10px 3px 10px;
	color: #FFFFFF;
}
#submenu ul{
	margin:0px 0px 10px 0px;
}
#submenu ul li{
	background-image: url(images/li_arrow2.jpg);
	background-repeat: no-repeat;
	margin-left:5px;
	margin-top:3px;
	padding-left:11px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
	background-position: left center;
	color: #FFFFFF;
}
#submenu ul li a:link,
#submenu ul li a:visited,
#submenu ul li a:active{
	color:#FFFFFF;
	text-decoration: none;
}
#submenu ul li a:hover{
	color:#FF6600;
	}
/* 文章段落 */
.text_area{
	padding-left:20px;
	padding-right:10px;
	padding-bottom:10px;
}
#content p{
	padding-left:10px;
	padding-right:10px;
}
#content img{
	padding:0px;
	margin:0px;
}
/* 文章メモ */
#content .memo{
	margin: 10px auto;
	padding:10px;
	background-color: #EEE0DF;
	color: #660033;
}
/* 文章　箇条書き */
#content ul,
#content ol{
	margin:0px 10px 10px 50px;
}
#content ul li{
	margin-left:5px;
	padding-left:1px;
	list-style-image: url(images/li_sq.jpg);
}
#content ol li{
	margin-left:5px;
	padding-left:1px;
	list-style-type: decimal;
}
.text_area ul{
	margin:0px 10px 10px 0px;
}
.text_area ul li{
	margin-left:5px;
	padding-left:1px;
	list-style-image: url(images/li_sq.jpg);
}

/* 文章　マーカー */
.Note
.notice{
	padding-right:10px;
	padding-left: 10px;
	background-color: #FFCC99;
}
/* 文章　リンクボタン */
.Btn{
	width: 400px;
	height:45px;
	margin:10px auto;
	padding-top:10px;
	background-image: url(images/btn_base.jpg);
	background-repeat: no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.Btn a:link,
.Btn a:visited,
.Btn a:active{
	color:#FFFFFF;
	text-decoration: none;
}
.Btn a:hover{
	color:#FF6600;
}
.Btn a img:hover {
	opacity: 0.7;
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
}
/*テーブル　*/
#content table{
	width: 95%;
	margin: 10px 5px 10px 25px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
#content table tr{
	border-bottom:1px solid #999999;
}
#content table th{
    padding: 3px 8px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
}
#content table td{
    padding: 3px 8px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

#content table td.text10{
	font-size:10px;
    line-height: 115%;
}

#content .non table  {
	border: none;
	margin:0px;
}
#content .non table tr{
	border: none;
}
#content .non table td{
	text-align:center;
	font-size:12px;
	vertical-align: top;
	border: none;
	padding:0px;
}

/* お問い合わせ欄 */
.ot_top{
	background-image: url(images/ot_top.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 740px;
	margin-top:15px;
}
.ot_mid{
	background-image: url(images/ot_mid.jpg);
	background-repeat: repeat-y;
	width: 700px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
}
.ot_bottom{
	background-image: url(images/ot_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 740px;
}
/* ページトップへ　*/
.pageTop{
	text-align: right;
	font-size: 95%;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
/* ●●一覧へ　*/
.pageLink{
	clear:both;
	text-align: right;
	font-size: 95%;
	padding-right: 10px;
}

/* 新着情報*/
ul.new{
	margin:0px 10px 10px 10px !important;
	padding: 0px;
}
ul.new li{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	list-style-image: url(images/li_arrow.jpg) !important;
	list-style-position: inside;
 	padding-left: 1em; 
  text-indent: -1em; 
  }
*html ul.new li{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	list-style-image: url(images/li_arrow.jpg) !important;
	list-style-position: outside;
	text-indent: 20px;
}
/* FAQ*/
ul.faqList{
	border:none;
	margin:0px !important;
	padding:0px 5px 5px;
}
.faqList li {
	padding:5px !important;
	font-weight:bold;
	background-color: #F0F0F0;
	list-style-image: none !important;
}
.faqpage{
	clear:both;
	margin:10px 0px;
	padding:15px;
	color: #333333;
	background-color: #F0F0F0;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-left-color: #6699CC;
}
.faqpage h2{
	height:auto;
	padding:5px;
	background-image: none;
	font-size: 120%;
	color: #0066CC;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6699cc;
}
.faq-q{
	padding-top:10px;
}
.faq-a{
	margin:10px 0px;
	padding:15px;
	color: #333333;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-left-color: #6699CC;
}
.qtext{
	font-size: 140%;
	font-weight: bold;
	color: #0066CC;
}
.atext{
	font-size: 140%;
	font-weight: bold;
	padding:5px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}

/* テキスト非表示　*/
.none,
.hidden{
  display: none;
}
/* 検索結果　*/
.search-results-header{
	background-image: none;
	height:auto;
	margin-bottom:10px;
	text-align: left;
	padding:10px;
	font-size: 120%;
	color: #333333;
	font-weight: bold;
}

/* 画像回り込み*/
.photo{
	float: right;
	width: 200px;
	height: 135px;
	margin-left:10px;
}
.photo2{
	float: right;
	width: 400px;
	height: 135px;
	margin-left:10px;
}
.photo3{
	float: right;
	width: 143px;
	height: 400px;
	margin-left:10px;
}
.photo4{
	float: left;
	width: 560px;
	height: 450px;
	margin-left:10px;
}
/* サイトマップページ　リスト　*/
dl.sitemap {
	width: 650px;
	overflow: hidden;
	margin-top:30px;
	margin-left:10px;
	padding-top:15px;
	padding-left:20px;
	padding-bottom:20px;
}   
dl.sitemap dt {
	padding: 5px 20px 5px 20px;
	text-align: left;
	border-bottom: 1px solid #999;
}   
dl.sitemap dd {
	padding: 5px 20px 5px 20px;
	border-bottom: 1px dotted #999;
	margin-left:50px;
}   
/* リンクページ　リスト　*/
dl.list {
	width: 500px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top:30px;
	margin-left:40px;
	padding-top:15px;
}   
dl.list dt {
	margin-top: 20px;
	margin-left: 10px;
	padding: 2px 10px;
	text-align: left;
	font-weight: bold;
	color: #666600;
}   
dl.list dd {   
    padding: 2px 10px 2px 50px;   
    border-bottom: 1px dotted #999;   
    margin-left:20px;   
} 
/* RSS ---------------------------------------------------------- */
.rss-box{
}
.rss-box dl dt {
	clear: left;
	float: left;
	width: 80px;
	padding-left: 15px;
	color: #666600;
}
.rss-box dl dd {
	margin-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
	


