@charset "utf-8";

/* CSS Document */

.fbox {
    zoom: 100%;
}
.fbox:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

img{
  vertical-align:bottom !important;
}

body{
	background-color:#B54509;
}

*{padding:0px; margin:0px; border:none;}

ul,li{
	list-style:none;
	padding:0px; margin:0px;
}

#container{
	width:940px;
	margin:0px auto;
}
#header{
	padding:8px;
}
	#header a{
		color:#FFF;
		text-decoration:none;
	}
	#header h1{
		font-size:18px;
		}
	#header p{
		font-size:10px;
		color:#FF6
	}

#wrap{
	background:url(img/top.png) no-repeat;
	padding-top:20px;
	clear:both;
	width:940px;
	margin:0px auto;
}
#wrapbody{
	background:url(img/body.png) repeat-y;
}
#contents{
	padding:8px 20px 8px 8px;
	width:648px;
	float:right;
}
	#contents a{
		color:#424A60;
		text-decoration:underline;
	}
	#contents h2{
		font-size:16px;
	}
	#contents h3{
		font-size:14px;
	}
	#contents p{
		font-size:14px;
		line-height:160%;
		padding:4px 4px 10px 4px;
	}
	#contents ul{
		padding:5px;
	}
	#contents li{
		font-size:13px;
		list-style:circle;
		margin:5px 5px 5px 25px;
	}
#sidebar{
	padding:10px 10px 20px 30px;
	float:left;
	width:219px;
	font-size:12px;
}
	#sidebar h3{
		padding:10px;
	}
	#sidebar ul{
		background-color:#B54509;
		color:#FFF;
	}
	#sidebar li{
		background:url(img/list.png) no-repeat bottom;
	}
	#sidebar a{
		color:#FF6;
		display:block;
		padding:10px;
		text-decoration:none;
	}
		#sidebar a:hover{
			background-color:#4D6F95;
			color:#FFF;
		}
#footer{
	clear:both;
	background:url(img/bottom.png) no-repeat bottom;
	padding:10px 20px 25px 25px;
	font-size:10px;
	color:#FFF;
}
	#footer a{
		color:#FF9;
	}
	
	#header,#contents h2,#contents h3,#sidebar,#footer{
		font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#contents h2,#contents h3{
		clear:both;
	}

.table_about{
	width:500px;
	margin:10px auto;
	font-size:12px;
	border-top:1px solid #999;
	border-left:1px solid #999;
}
	.table_about td{
		padding:8px;
		border-right:1px solid #999;
		border-bottom:1px solid #999;
	}
.img_l{
	float:left;
	padding:5px;
}
