@charset "shift_jis";
/* CSS Document */


/*==========　ページ共通　=============*/

*html{
	margin:0;
	padding:0;
}

body{
	background-color:#968766;
	color:#FFF;
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	line-height:20px;
	*font-size:small;
	*font:x-small;
	text-align:center;
}

body {
  font-size: 62.5%; /* IE */
}
html>/**/body {
  font-size: 11px; /* Except IE */
}

/*==========　基本設定　=============*/

img{
	border:none;
	margin:0;
}

ul{
	list-style-type:none;
}

li{
	list-style-position:inside;
	list-style-type:none;
}

strong{ 
}

table{
	border:0;
	margin:15px 0;
	line-height:20px;
	font-size:100%;
}

table th{
	text-align:left;
}

h1{
	display:inline;
	margin:0;
	padding:0;
}

h2{
	font-size:18px;
}

div#otherpage h2,div#bg1 h2,div#bg2 h2{
	display:block;
	margin:5px 0;
	font-size:14px;
}

div#otherpage h3,div#bg1 h3,div#bg2 h3{
	display:block;
	margin:5px 0;
	font-size:14px;
	
}

div#otherpage h4,div#bg1 h4,div#bg2 h4{
	display:block;
	font-size:13px;
	
}

table p{
	margin:10px;
	line-height:20px;
}


p{
	margin:10px;
	line-height:20px;
}

hr{
	clear:both;
	margin:0;
}

input{
	display:inline;
}

.small{
	font-size:11px;
	font-weight:normal;
	color:#CCC;
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.clear{clear:both;}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.center{
	text-align:center;
}

/*==========　文字色　=============*/

a:link{
	color:#968766;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	color:#F4F4F4;
}

a:visited{
	text-decoration:none;
	color:#968766;
}

/*==========　ヘッダー　=============*/

#language{
	background-color:#000; width:918px; margin:0 auto; text-align:right; padding-right:10px;
}


td#header{
	height:124px;
	table-layout:fixed;
	text-align:center;
}

table#head{
	width:100%;
	height:92px;
	border-bottom:1px solid #FFF;
	table-layout:fixed;
	margin:0 0 10px 0;
}

/*==========　フッター　=============*/

#footer{
	height:25px;
	line-height:25px;
	text-align:center;
	background-color:#000;
	table-layout:fixed;
}

#footermenu{
	clear:both;
	text-align:center;
	height:15px;
	table-layout:fixed;
}

#footermenu ul{
	margin:auto;
	padding:0;
}
	

#footermenu ul li{
	display:inline;
	margin:0 5px;
}



/*==========　検索フォーム　=============*/


#searchbox {
	margin-right:50px;
	float:right;
	width:220px;
	height:20px;
}   

#keyword {   
    width: 120px;   
    height: 20px;
	line-height:20px;
	background-color:#FFF;
	float:left;
	display:inline;
	color:#222;
}   

#searchbtn {
	float:right;
	display:inline;
}  

/*==========　ナビゲーション　=============*/

ul#navi{
	padding:0;
	margin:0;
}

ul#navi li{
	float:left;
	padding:0;
	margin:0;
	list-style-position:inside;
	list-style:none;
}

.subnavi {
	clear:both;
  visibility: hidden;
  position: absolute;
  z-index: 3;
  padding:30px 0 0 0;
  margin:0;
  background-color:#160A05;
}

.subnavi a {
	color:#FFF;
  display: block;
  text-align: left;
  text-decoration: none;
}

.subnavi a:hover{
	color:#968766;
}

.mr10{margin-right:10px;}

.mr20{margin-right:20px;}

.ml10{margin-left:10px;}

.mr30{margin-right:30px;}

.mt10{margin-top:10px;}

.mt20{margin-top:20px;}

.mt40{margin-top:40px;}

.mb10{margin-bottom:10px;}

.mb20{margin-bottom:20px;}

.fs13{font-size:13px;}

.fs16{font-size:16px;}

.red{color:#C00;}

