@charset "utf-8";
/*----   全体   ----*/
html{
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}
body {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat;
}
#main {
	width: 1074px;
	min-height: 100%;
	margin: 0px auto 0px auto;
	background-image: url(../img/bg_side.png);
	background-repeat: repeat-y;
	_height: 100%;	/* IE用背景高さ100% */
	_behavior: url(system/iepngfix.htc);	/* IE6以下の透過pngの適用 */
}
#contents {
	width: 798px;
	margin: 0px auto 0px auto;

}
img,p {
	border: none;
	margin: 0px;
	padding: 0px;
}
.float_l {float: left;}
.float_r {float: right;}
.clear {
	clear: both;
	margin: 0px;
}
a{
	color: #CCCCCC;
	text-decoration: none;
}
a:hover{
	color: #725069;
	text-decoration: underline;
}
/* マージン */
.center {text-align: center;}
.ma0 {margin: 0px;}
.pa1 {padding: 1px 0px 0px 0px;}
.ma5 {margin: 5px 0px 0px 0px;}
.ma10 {margin: 10px 0px 0px 0px;}
.ma20 {margin: 20px 0px 0px 0px;}
.ma30 {margin: 30px 0px 0px 0px;}
.ma40 {margin: 40px 0px 0px 0px;}
.ma50 {margin: 50px 0px 0px 0px;}
.ma300 {margin: 300px 0px 0px 0px;}
.pa20 {padding: 10px 20px 10px 20px;}
/*----   ヘッダーメニュー   ----*/
#menu {
	margin: 20px auto 10px auto;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#menu li{
	list-style: none;
	border-left: 2px solid #725069;
	padding: 5px 25px 5px 10px;
	display: inline;
}
#menu li a{
	color: #CCCCCC;
	text-decoration: none;
}
#menu li,
#menu li a:hover{
	color: #725069;
	text-decoration: none;
}

#head {
	height: 318px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/img_top_pro.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
h4 {
	margin: 0px;
	padding: 6px;
	background-image: url(../img/bg_pro_title.png);
	background-repeat: repeat-x;
	font-size: 110%;
	font-weight: bold;
	color: #CCC7BF;
	height: 18px;
	_behavior: url(system/iepngfix.htc);	/* IE6以下の透過pngの適用 */
}
#pro {
	margin: 5px 0px 0px 30px;
	width: 298px;
	height: 128px;
	border: 1px solid #666666;
	background-image: url(../img/bg_pro.png);
	_behavior: url(system/iepngfix.htc);	/* IE6以下の透過pngの適用 */
}
#pro p{
	margin: 0px;
	padding: 10px;
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
}
.red {
	color: #FF0000;
}
/*----   フッターメニュー   ----*/
#foot_menu {
	margin: 10px auto 10px auto;
	padding: 0px;
	font-size: small;
	text-align: center;
}
#foot_menu li{
	list-style: none;
	padding: 0px 5px 0px 5px;
	display: inline;
}
#foot_menu li a{
	color: #CCCCCC;
	text-decoration: none;
}
#foot_menu li,
#foot_menu li a:hover{
	color: #725069;
	text-decoration: none;
}
.foot_menu_line {
	border-left: 1px solid #CCCCCC;
}
/*----   フッター   ----*/
.warning {
	padding: 3px;
	font-size: small;
	text-align: center;
	color: #5C4F5A;
}
#copy {
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 3px;
	border-top: 1px solid #2D0B2A;
	font-size: small;
	text-align: center;
	color: #5C4F5A;
}




