@charset "euc-jp";

*{
	margin: 0px;
	padding: 0px;
}

.clear{
	clear: both;
}

body{
	background-color: #ffc;
	font-size: 10pt;
	line-height: 14pt;
	text-align: left;
	/*behavior:url("csshover.htc");*/
}

img{
	border-style: none;
}

option{
	padding-left: 5px;
	padding-right: 5px;
}

#main{
	background-color: #fff;
	margin: 0 auto;
	width: 800px;
}

/* ▼ヘッダー▼ */
#header{
	background-color: #e6e6ff;
	clear: both;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header h1{
	color: #03c;
	float: left;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 10px;
}

#header h2{
	color: #03c;
	float: left;
	font-size: 12pt;
	font-weight: normal;
	padding-left: 10px;
}
/* ▲ヘッダー▲ */


/* ▼ナビ▼ */
#navi{
	background-color: #eed;
	color: #03c;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align: right;
}

#navi ul{
	list-style: none;
}

#navi li{
	display: inline;
	list-style-type: none;
}

#navi a{
	color: #03c;
	font-size: 10pt;
}

#navi a:hover{
	color: #f00;
	font-size: 10pt;
}
/* ▲ナビ▲ */


/* ▼メニュー▼ */
#menu{
	background-color: #fff;
	float: left;
	padding: 10px 5px;
	width: 200px;
}

#menu fieldset{
	border: 1px dotted #03c;
	margin-bottom: 10px;
	padding: 5px;
}

#menu legend{
	background-color: #fff;
	font-weight: bold;
}

#menu p{
	padding-bottom: 5px;
}

#menu ul{
	list-style-type: none;
}

#menu ul li{
	margin-left:3px;
}

#menu ul.cond li{
	margin-left:20px;
	margin-bottom:2px;
}
/*
#menu li{
	background: url(../img/arr.png) no-repeat 14px 2px;
	list-style-type: none;
	padding-left: 30px;
}
*/

#menu input.w175{
	width: 175px;
}

#menu div.btn{
	padding-right: 10px;
	text-align: right;
}

#menu a{
	color: #03c;
	font-size: 10pt;
}

#menu a:hover{
	color: #f00;
	font-size: 10pt;
}

#menu .new_msg{
	color:#FF0000;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
}

/* 見えないサブミットボタン */
#menu input.hidden{
	display:none;
}

/* 仮のボタン */
#menu button.hidden{
	background:	transparent;
	border:none;
	width:70px;	
	color:#0000FF;
	text-decoration:underline;
	cursor:pointer;/* ポインタカーソルへ */
}

/* ▼運営会社▼ */
#company{
	margin-top:20px;
}

#company h3{
	border-bottom: 1px dotted #03c;
	font-size: 12pt;
}

#company ul{
	list-style: none;
	margin-top: 5px;
}

#company li{
	list-style-type: none;
	padding-bottom: 5px;
	padding-left: 5px;
}
/* ▲運営会社▲ */
/* ▲メニュー▲ */

/* ▼コンテンツ▼ */
#contents{
	background-color: #fff;
	float: right;
	padding: 10px 5px;
	width: 570px;
}

#contents p{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#contents h3{
	background-color: #cdf;
	border-left: 3px solid #03c;
	color: #03c;
	display: block;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	width: 550px;
}

#contents ul{
	list-style: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#contents ul li{
	list-style-type: none;
}

#contents ul li.icon{
	background: url("../img/check.gif") no-repeat 0px 0px;
	padding-left: 20px;
}

#contents ol{
	list-style-type: decimal;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 5px;
}
/* ▲コンテンツ▲ */



/* ▼フッター▼ */
#footer{
	background-color: #eed;
	border-top: 1px dotted #03c;
	padding: 5px 5px;
	text-align: center;
}

#footer ul{
	list-style: none;
}

#footer li{
	display: inline;
	list-style-type: none;
}

#footer a{
	color: #03c;
	font-size: 10pt;
}

#footer a:hover{
	color: #f00;
	font-size: 10pt;
}
/* ▲フッター▲ */
