@charset "Shift_JIS";
*{
	padding: 0;
	margin: 0;
	font-style: normal;
}

body{
	width: 100%;
	line-height:1.2;
	font-family: sans-serif,osaka,"MS PƒSƒVƒbƒN";
	font-size: 14px;
	background-image: url(../images/back1.gif);
}
a{
	text-decoration: none;
	color:#214E85;
}
a:hover{
	text-decoration: underline;
	color:#3C7DCE;
}
.all{
	width:750px;
	margin:0px auto;
	border:solid 2px #008080;
}
#header{
	padding:10px 20px;
	background-color:#008080;
	color:#fff;
}
.main{
	line-height:1.7;
	background-color: #B8E6C3;
	color:#333;
}
.left{
	float:left;
	width: 300px;
	background-color: #B8E6C3;
}
#menu{
	margin:2px 1px 2px 2px;
	padding: 15px 5px;
	border:solid 1px #008080;
	height:21em;
	background-color: #eeeeee;
}
#menu ul{
}
#menu li{
	list-style-type: none;
}
#menu li a{
	display: block;
	height:1.7em;
	background-image: url(../images/lm-off.gif);
	background-repeat: no-repeat;
	padding-left:14px;
}
#menu li a:hover{
	background-image: url(../images/lm-on.gif);
	background-repeat: no-repeat;
}
.right{
	background-color: #B8E6C3;
	float:right;
	width: 450px;
}
#info{
	margin:2px 2px 2px 1px;
	padding:15px;
	border:solid 1px #008080;
	height:21em;
}
#free{
	clear: both;
	border-top:solid 1px #008080;	
	padding:2px;
	background-color: #C1DBCD;
	text-align: center;
	vertical-align: bottom;
}
#free img{
	vertical-align: bottom;
}
#link{
	font-size:85%;
}
#footer{
	clear: both;
	font-size: 80%;
	text-align:center;
	background-color:#008080;
	color:#fff;
	padding:7px;
}
#footer a{
	color:#fff;
}
li{
	margin-left:1.2em;
}
h2{
	padding-top:3px;
	border-top-style: dotted;
	border-width:2px;
	font-size: medium;
	font-weight:bold;
}