@charset "euc-jp";

a {
	color: #666
	text-decoration: none;
}
a:link {
	color: #666; 
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}

body{
	font-family: "MS PGothic", Osaka, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	background-color: #f5f5f5;
}
img {
	border: 0;
}

#wrapper{
	width: 870px;
	height: auto;
	margin: auto;
	padding: 0;
	border-left: solid 1px #DCDCDC;
	/*border-right: solid 1px #CCCCCC;*/
	background: url("/image/870.gif");
	background-color: #fcfcfc;
}

#header{
	width: 862px;
	height: 4px;
	padding: 3px;
	/*background: url("/image/header_bk.gif");*/
	border-top: solid 4px #333333;
}

#middle{
	width: 862px;
	height: 150px;
	padding: 3px 0 0 7px;
	border-bottom: solid 1px #808080;
	text-align: center;
}

#midashi{
	width: 862px;
	height: 450px;
	margin: auto;
	padding: 10px 0 0 45px;
	/*border-bottom: solid 1px #666666;*/
}
.left{
	float: left;
	width: 62%;
	height: 350px;
}

.concept{
	width: 85%;
	margin: 10px 0px 0px 20px;
	padding: 2px 0 0 10px;
	height:20px;
	font-size: 12px;
	line-height: 16px; 
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-bottom: solid 3px #09F;
	background-color: #F5F5F5;
}

.concept_text{
	width: 85%;
	margin: 10px 0px 0 20px;
	padding: 2px 0 0 10px;
	/*height:20px;*/
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

.topics{
	width: 85%;
	height: 150px;
	margin: 10px 0px 0 20px;
	padding: 2px 0 0 10px;
	/*height:20px;*/
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	/*border-bottom: solid 1px #eee;*/
}

.topics div{
	padding: 4px 0;
	border-bottom: solid 1px #eee;
}
	
.about{
	width: 80%;
	margin: 10px 0px 0px 20px;
	padding: 2px 0 0 10px;
	height:20px;
	font-size: 12px;
	line-height: 16px; 
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-bottom: solid 3px #09F;
	background-color: #F5F5F5;
}
.about_text{
	width: 80%;
	margin: 10px 0px 0 20px;
	padding: 2px 0 0 10px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

h1{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	/*line-height: 16px;*/
}
h2{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	/*line-height: 16px;*/
	display:inline;
}

.st{
	color: blue;
}

.right{
	float: left;
	width: 28%;
	height:350px;
	font-size: small;
}

.under{
	float: left;
	width: 868px;
	height: 50px;
	margin: auto;
	text-align: center;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
.under img{
	vertical-align: -5px;
	padding: 10px 0 0 0;
}
.under span{
	padding: 20px 0 0 20px;
	line-height: 50px; 
}
.count{
	margin-left:20px;
	font-size: small;
	color: #f5f5f5; 
}