@charset "Shift_JIS";

/*base.css すべてのページに適用*/

/*------------------------------------------------------------要素初期化*/
p , ul , ol , li , dl , dt , dd , address , strong , em ,
h1 , h2 , h3 , h4 , h5 , h6 , 
table , caption , th , td {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5;
	margin:0;
	padding:0;
}
li { list-style-type: none;}
strong { font-weight:bold;}
em { font-style:italic;}
img { border:none;}
hr { display:none;}
td,th{ vertical-align:top; text-align:left;}

/*------------------------------------------------------------CSSハック*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*------------------------------------------------------------リンクスタイル*/
a {}
a:link{
	color:#8F0000;
	text-decoration:underline;
}
a:visited{
	color:#8F0000;
	text-decoration:underline;
}
a:hover,a:active{
	color:#8F0000;
	text-decoration:none;
}

/*不透明度を変える*/
a:hover img {
    filter: alpha(opacity=80);
     -moz-opacity:0.80;
     opacity:0.80;
}

/*------------------------------------------------------------汎用セレクタ*/
/*クリア*/
.clear {
	clear:both;
	margin:0px;
	padding:0px;
	line-height:0;
	font-size:0;
	height:0;
}
/*文字揃え*/
.textright {text-align:right;}
.textleft {text-align:left;}
.textcenter {text-align:center;}

/*スペース
使用方法：<div class="space10"><hr></div>
*/
.space1 { height:1px;}
.space2 { height:2px;}
.space3 { height:3px;}
.space4 { height:4px;}
.space5 { height:5px;}
.space10 { height:10px;}
.space15 { height:15px;}
.space20 { height:20px;}
.space25 { height:25px;}
.space30 { height:30px;}

/*------------------------------------------------------------ボディ*/
body {
	margin:0;
	padding:0;
	text-align:center;
	color:#604029;
	background:#FCF3DB;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,"ＭＳ Ｐゴシック","Osaka−等幅",sans-serif;
}

/*------------------------------------------------------------w868px メインコンテナ*/
#container{
	width:868px;
	margin:0 auto;
	text-align:left;
	font-size:13px;
	background:#FCF3DB;
}

/*----------w865px ヘッダー*/
#header{
	width:865px;
	margin:0 0 10px 1px;
	background:#8F0000;
}
/*ヘッダーテキスト*/
#head_text{
	color:#F2DDDD;
	font-size:12px;
	letter-spacing:1px;
	padding:5px 10px 3px 10px;
	text-align:right;
}
/*メニュー*/
#header ul{
	background:#8F0000 url(../img/bg_header.gif) no-repeat center top;
	height:70px;
}
#header ul li{
	display:inline;
}
#logo_main{
	margin:0 30px 0 30px;
}

/*----------セカンドページタイトル*/
.second_title{
	background:url(../img/icon_title.gif) no-repeat 0 0;
	height:70px;
	margin:0 0 5px 15px;
}
.second_title img{
	margin:20px 0 0 55px;
}

/*----------フッター*/
#footer{
	background:url(../img/bg_footer02.gif) no-repeat;
	width:866px;
	height:101px;
	margin:20px 0 0 1px;
	text-align:center;
	clear:both;
}
#footer .back{
	height:70px;
}
#footer .back img{
	margin:30px 0 0 0;
}
/*フッターメニュー*/
#footer ul{
	text-align:right;
	margin:0 15px 17px 0;
}
#footer li{
	display:inline;
	border-right:1px solid #fff;
	margin-right:5px;
	padding-right:10px;
}
#footer li.none{
	border-right:none;
}
#footer li a{
}
#footer a:link { color:#fff; text-decoration:none;}
#footer a:visited { color:#fff; text-decoration:none;}
#footer a:hover , #footer a:active { color:#fff; text-decoration:underline;}

/*コピー*/
#copyright {
	text-align:right;
}
#copyright  img{
	margin: 5px 10px 5px 0;
}

