/*全体制御*/

body {
	background-position: left top;
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 12px;
	margin : 0px 0px 0px 0px;
	font-style: normal;
	background-color: #666666;
	background-image: url(../common/bgimg.gif);
}

/*文字色制御*/

.white {color: #FFFFFF}

.red {color: #FF0000}

em {
	font-weight: bold;
	font-style: normal;
}

strong{
	border-bottom: 1px solid #FF6600;
	padding: 2px 5px 2px 5px;
	color: #660000;
}
hr{
	border: thin dashed #666666;
	height: 1px;
}

/*コンテナ制御*/

#container {
	width: 720px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	border: 1px solid black;
	text-align:left;
}

/*ヘッダー制御*/

#banner {
	background-image: url(../common/banner_back.gif);
	margin-top: 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid black;
}

/*カテゴリーブロック制御*/

#category {
	background-color:#999999;
	height:20px;
	border-bottom: 1px solid white;
}
#category .main{
	background-color:#FF9900;
}
#category .main a{
	color: black;
	width: 142px;
	display: block;
	text-decoration: none;
	float: left;
	background-image:url(../common/menu_main_bg.gif);
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	font-size:12px;
	padding: 4px 0 4px 0;
	text-align: center;
	margin:0 0 0 0;
}
#category .main a:hover{
	background-color:#FF9999;
	background-image:url(../common/menu_main_bg_act.gif);
}
#category .sub{
	background-color: #999999;
}
#category .sub a{
	color: #660000;
	width: 118px;
	display: block;
	text-decoration: none;
	float: left;
	background-image:url(../common/menu_sub_bg.gif);
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	font-size:12px;
	padding: 4px 0 4px 0;
	text-align: center;
}
#category .sub a:hover{
	background-image:url(../common/menu_sub_bg_act.gif);
}
#category .main .act,
#category .sub .act {
	background-image:url(../common/menu_act.gif);
}

/*中央ブロック制御*/

#content {
	width: 660px;
	padding: 10px 30px 10px 30px;
}
#content h1{
	color: #BF4D00;
	font-size:18px;
	border-bottom: 2px solid #FF8833;
	border-right: 1px solid #ffefc8;
	background-image:url(contents_h1.gif);
	margin: 20px 0px 5px 0px;
	padding: 5px 0px 5px 20px;
}
#content h2{
	color: #BF4D00;
	font-size:16px;
	background-image:url(contents_h2.gif);
	margin: 10px 0px 5px 0px;
	padding: 3px 0px 3px 32px;
}
#content p{
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right:5px;
}
#content .indent10{
	margin-left:10px;
}
#content .indent30{
	margin-left:30px;
}
#content .indent60{
	margin-left:60px;
}

#footer {
	clear: both;
	text-align: center;
	line-height: 14px;
}
#footer p{
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0 0 0 0;
}
#footer p.line{
	background-color:#990000;
	color: #FFFFFF;
}

