@charset"Shift_css";

/*■初期設定*/

body{
	color:#000000;/*通常のテキストカラー*/
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 70%;	
	line-height: 2;
	text-align:center;
    background:#EDDDDC; 
}
a{
	color:#006699;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	}
.fla {
        width:651px;
	height: 329px;
	text-align: center;
	background: #FFFFFF;
	color: #333333;
}
/*■初期設定ここまで*/

*{ margin:0; padding:0;}

p,th,td,li{
	font-size:12px;
	}
* {
	border-color: #B1763A;
	color: #333333;
}
.ftw{font-size:13px;
     font-weight:bold;
     color:#300F0E;}
.ftc {color: #000000}
/* --- コンテナ 
------------------------------------------------------------------------------------------*/

#wrapper {
  width: 800px;
  margin: 0 auto;
  background-color:#310F0E;           /*中央位置*/
}

/* --- ヘッダ
------------------------------------------------------------------------------------------*/
#header {  
	background: url(index/top.jpg) no-repeat;
	height:79px;
	margin:0 0 10px 0;
        text-align:left;
	}
/* --- ナビ
------------------------------------------------------------------------------------------*/
#nav {
        position:relative; 
        top:14px; 
        left:280px
}
#nav ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#nav ul li {
	margin:0px;
	padding-right:24px;
        font-size:13px;
        letter-spacing: 0.1em;
        color:#FFFFFF;
        float: left;
}

#nav ul li a{
	color:#ffffff;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#FF9900;
	text-decoration:none;
}	
	
/* --- コンテナ 
------------------------------------------------------------------------------------------*/
#container{
	width: 800px;	
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFCCFF;	
}

	
/*サイド左フラッシュ画像部分
------------------------------------------------------------------------------------------*/
#left{
    float: center;
	width: 651px;
	height: 329px;
    margin:0 0 15px 0;
	background: #FFFFFF;
	position: relative;
}

/*右メニュー
------------------------------------------------------------------------------------------*/

#g_menu{
	float:right;
	padding: 0 23px 0 0;
	width:86px;
	}
#g_menu ul{
	list-style-type:none;
	margin:0 0 12px 0;
	}
#g_menu ul li{
	margin:0 0 12px 0;
	}
#g_menu ul li a{
	background:url(botn/menu1.jpg) no-repeat;
	width:86px;
	height:25px;
	line-height:24px;      /*行の高さ*/
	font-size:13px;
	background-color:#ffffff;
	color:#ffffff;
	display:block;
	text-decoration:none;
	}
#g_menu ul li a:hover{
	background:url(botn/menu1b.jpg) no-repeat;
	width:86px;
	height:25px;
	line-height:24px;      /*行の高さ*/
	font-size:13px;
	background-color:#ffffff;
	color:#FFCC33;
	display:block;
	text-decoration:none;
	}

  /*インフォ
------------------------------------------------------------------------------------------*/      
#top{
	clear: both;
	width:770px;
        background: #FFFFFF;
	}
#top h4{
	font-size:12px;
	margin:0 0 0 0;
	}
#top div#info{
	background:url(img/infom.jpg) no-repeat;
	width:770px;
	}
#top div#info div#main{
	background:url(img/info-nk.jpg) repeat-y;
	text-align:left;
	}
#top div#info div#main h5{
	padding:8px 10px 0 10px;
	font-size:80%;
	}
#top div#info div#main p{
	padding:2px 10px 10px 10px;
	}

#top div#info div#main #box{ 
    width: 700px;
	margin: 0 35px 0 35px;
}

.info ul {
	list-style:none;
	margin:0px 0px 0px 5px;
	padding:0px;
	
}
.info li {
	background:url(img/ya2.gif) no-repeat left top;
	margin:0px;
	padding-left:25px;
}

.info li a:link,.info li a:visited {
	color:#84524A;
	text-decoration:none;
}
.info li a:active,.info li a:hover {
	color:#84524A;
	text-decoration:underline;
}
	
.tr12 tr{ border-width: 0px; }
.tr12 tr{padding: 0px; }
.tr12 tr{ width: 700px;}	
.tbl12 td{ border-width: 0px; }
.tbl12 td{ padding: 0px; }
.td12{ width: 4px; height: 160px; background-color: #B18D7A; }	

/* --- フッタ 
------------------------------------------------------------------------------------------*/

#footer{
	width: 100%;
	text-align: center;
	font-size:12px;
	color:#CCCC99;
    background: #310F0E;
    padding: 20px 0 20px;
}

#footer p{
	padding: 5em 0 ;
}

#topnavi{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.5em 0;
}

#undernavi{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: right;
	margin-right: 2em;
	width: 100%;
	padding: 0.5em 0;
}
