

@import "css/header.css";
@import "css/side.css";
@import "css/content.css";
@import "css/footer.css";
@import "css/search.css";

p{
	margin:0px;
}

body{
	margin:0px;
	padding:0px;
	background-image: url(/image/bg.jpg);
	background-repeat: repeat-x;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";	
}

img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#page{
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	width:800px;
	font-size:12px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	line-height: 120%;
}


.maru{
	color:#F89633;
	margin-right:5px;
}





/* ---------------------------
	コンテンツ部分
--------------------------- */
#main{
	clear:both;
	background-color:#FFFFFF;
}











