@charset "shift_jis";

a{ text-decoration: none }
a:link   { color:#333333 }
a:visited{ color:#333333 }
a:active { color:#666666 }
a:hover  { color:#666666; background-color:#dddddd;}


/*------  メイン  ------*/
body{ 
	color:#000000;
	font-family:"Verdana","Arial","ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	background-color:#FFFFFF;
	text-align:left;
	font-size:14px;
	margin-left:20px;
	line-height:20px;
	background-attachment: fixed;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

table{
	background-color:#eeeeee;
	text-align:center;
	font-size:14px;
	line-height:16px;
}

.head{
	background-color:#dddddd;
	width:700px;
}

.menu{
	float:left;
	width:200px;
	background-color:#cccccc;
}

.main{
	float:left;
	width:500px;
	background-color:#eeeeee;
}

.clears{
	clear:both;
}

.foot{
	clear:left;
	background-color:#999999;
	width:700px;
	height:20px;
}


h2{
	font-size:16px;
	font-weight:normal;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color:#333399;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#333399;
	padding-left: 15px;
	margin:10px 0 10px 0;
}

h3{
	font-size:16px;
	font-weight:normal;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color:#5555BB;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#5555BB;
	padding-left: 15px;
	margin:10px 0 10px 0;
}

h3.plus{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color:#ff5588;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#ff5588;
}

h3.mix{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color:#ff9900;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#cc9900;
}

h3.sp{
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color:#cccc00;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:#cc9900;
}