@charset "utf-8";
@import "filter.css";
@import "header.css";
@import "top.css";
@import "side.css";
@import "footer.css";
@import "contents.css";
/* CSS Document */
/*common------------------------------------------------------------*/
/*************************************************************

reset

**************************************************************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
}

/*************************************************************

共通style

**************************************************************/
body{
	color:#333333;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	background:url(../img/common/bg.gif) repeat;
	line-height:1.5em;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
}
/*---link color---*/
a {	text-decoration:none;}
a:link,
a:active,
a:visited {color: #FF6600;}
a:hover {
	color:#FF9900;
}
/*---p---*/
p {
	text-indent:1em;
	text-align:justify;
	letter-spacing:1.5px;
}
/*---clear---*/
.clear{
	clear:both;
	margin:0;
	padding:0;
	width:100%;
}

/*************************************************************

layout

**************************************************************/

#container{
	width:810px;
	margin:0 auto;
	text-align:center;
	background:#fff url(../img/common/border.gif) repeat-y;
	clear:both;
	padding:0;
}
#header{
	width:800px;
	height:1%;
	margin:auto;
	text-align:left;
	clear:both;
}
#wrapper{
	width:800px;
	height:1%;
	margin:30px auto 10px auto;
	text-align:left;
	background:#fff;
	clear:both;
	overflow:hidden;
}
	
	#wrapper #top_area,#contents_area{
		width:520px;
		float:left;
		margin:5px 5px 5px 20px;
	}
	#wrapper #top_side_area{
		width:230px;
		margin:5px auto 5px 5px;
		float:right;
	}
	#wrapper #contents_area{
		width:570px;
		float:right;
		margin:75px 5px 5px 5px;
		border-left:1px solid #CCC;
		padding-left:15px;
	}
	#wrapper #side_area{
		width:190px;
		margin:5px 0 5px 0;
		float:left;
		padding:0;
	}
#footer{
	width:800px;
	height:3em;
	text-align:left;
	clear:both;
	margin:0 auto;
	padding:0;
	background:#fff;

}
#container_btm{
	width:810px;
	margin:0 auto 10px auto;
	text-align:center;
	background:url(../img/common/border_btm.gif) no-repeat left top;
	clear:both;
	height:18px;
	padding:0;
}
