/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	line-height:150%;
	text-align:center;
	margin:0 auto;
}
img{
	border:0;
}
A:link{
	color:#666666;
}
A:visited{
	color:#666666;
}
A:active{
	color:#333333;
}
A{
	text-decoration:none;
	margin:0;
	padding:0;
}
A:hover{
	color:#333333;
	text-decoration:underline;
}

/* 共通CSS */
#header{
	width:800px;
	height:75px;
	margin:0 auto 10px auto;
	background-image:url(../img/head.jpg);
	background-repeat:no-repeat;
	padding:45px 0 0 0;
}
.banner{
	margin:5px 0;
}

/* ２段レイアウト //////////////*/
#wrap{
	width:800px;
	margin:0 auto;
}
#box_l{
	width:200px;
	float:left;
}
#wrap_r{
	width:590px;
	float:right;
}
#box_r{
	width:200px;
	float:right;
}
#box_c{
	width:380px;
	float:left;
}

/* Menu */
.menu{
	width:200px;
	margin:0 0 20px 0;
	text-align:left;
}
.mh{
	width:178px;
	height:25px;
	margin:0 0 5px 0;
	background-image:url(../img/menu_bg.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 22px;
	font-weight:bold;
}
.menu ol{
	list-style-type:none;
	margin:0;
	padding:0;
}
.menu li{
	margin:0 0 5px 0;
	background-image:url(../img/menu_li_bg.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 22px;
}

.error{
	width:360px;
	margin-top:10px;
	margin-bottom:10px;
	color:red;
}
.error{
	width:360px;
	margin-top:10px;
	margin-bottom:10px;
	color:red;
}

.ita{
	border:1px solid #999999;
	padding:3px;
	text-align:center;
	vertical-align:middle;
}
#ctitle{
	width:360px;
	height:25px;
	margin:0 0 10px 0;
	text-align:left;
	padding:0 0 0 20px;
	font-weight:bold;
	background-image:url(../img/title_bg.jpg);
	background-repeat:no-repeat;
}
#cmsg{
	width:360px;
	margin:0 auto 0 atuo;
	text-align:left;
	line-height:150%;
	font-size:14px;
}