@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",  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:13px;
}

div#otherpage h3,div#bg1 h3,div#bg2 h3{
	display:block;
	margin:5px 0;
	font-size:13px;
	
}

div#otherpage h4,div#bg1 h4,div#bg2 h4{
	display:block;
	font-size:12px;
	
}

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;
}


/*==========　文字色　=============*/

a:link{
	color:#968766;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	color:#968766;
}

a:visited{
	text-decoration:none;
	color:#968766;
}

/*==========　ヘッダー　=============*/


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{
	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;
}


ul#navi li a.navi{
  display: block;
  text-decoration: none;
  margin:0;
  padding:0;
}

.subnavi {
  visibility: hidden;
  position: absolute;
  z-index: 3;
  padding:0;
  margin:0;
  background-color:#160A05;
}

.subnavi a {
  display: block;
  text-align: left;
  text-decoration: none;
}


