@charset "utf-8";
/* 初期設定 */

html, body, div, p, pre, th, td,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, object, img, a, embed  
{ margin: 0;
  padding: 0; }

img { border: none; 
      vertical-align:bottom;}

a { border: none;
    text-decoration: none; }
	
p { margin:0;
    padding: 0;}


h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;}
	
	
ol, ul, li, dl, dt, dd {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;}
	

	

/* 基本設定 */




html,body { text-align:center;
	   font-size: 12px;
	   color: #333;
	   margin: 0;  
       padding: 0;  
	   background:#555;
	   line-height: 1.4;
	   height: 100%;
	   font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	   }	
		   
div#contener{
	height: 100%;
	min-height:100%;
	color: #333;
	}

div.contener{
	height: auto;
	width: 100%;
	margin: 0;

	position:relative;
	background:url("../images/common/img_bg.jpg") repeat;}
	

a { color: #333;}

a:hover{ color: #666;}

a:visited{ color: #333;}



	

/* ヘッダー */


div#header{ background: #b29599;
            width: 100%;
			text-align:center;}
	  
	  
div#header .navi { width: 800px;
                   margin: 0 auto;
				   padding-top: 5px;
				   padding-bottom: 5px;}
				   
				   
.navi h1{ margin-left: 4px;}

.navi ul{ margin-right: 20px;}

.navi li{ float:left;
            margin-right: 15px;}
			
			
/* コンテンツ */

div#wrapper{ width: 820px;
             background: url("../images/common/img_kage.png") no-repeat bottom;
			 margin: 0 auto 50px;
			 height:100%;
			 padding-bottom: 10px;}
			 
			 
* html div#wrapper{ /* for WinIE4 ～ IE6 and MacIE4 ～ IE5 */
	         width: 820px;
             background: url("../images/common/img_kage.jpg") no-repeat bottom;
			 margin: 0 auto 50px;
			 height:100%;
			 padding-bottom: 10px;}

			
			
div#wrapper .wrapper{ width: 800px;
                      background: #FFF;
					  margin: 0 10px;
					  height:100%;}
					  
div#contens{ margin: 0 auto;
             width: 750px;
             text-align:left;
             padding: 25px 0 15px;}
			 
			 
/* メニュー */


div#side {
	width: 155px;}
	
div#side li {
	background: url("../images/common/img_06.jpg") bottom no-repeat;
	text-align:center;
	padding: 10px 0;}
	
	
	
/* メイン */


div#main {
	width: 580px;}
			 
			 
			 
/* フッターナビ */

div#subnavi{
	padding-bottom:30px;}

div#subnavi li{
	background:url("../images/common/img_05.jpg") no-repeat;
	width: 100px;
	margin-right: 5px;
	padding: 4px 0;}
			 
div#subnavi li a{
	color:#FFF;
	margin-left: 20px;
	font-weight: bold;}
			 
div#subnavi li a:hover{
	text-decoration:underline;}
	
div#subnavi li a:visited{
	color:#FFF;}
	
/* フッター */

					  
div#footer {
	width: 100%;
	background:#555;
	height: 20px;
	padding: 5px 0;
	text-align:center;
	bottom: 0;
	left:0;
}
	
div#footer address{
	color:#FFF;
	margin-top: 6px;
	font-style:normal;}
	
