@charset "UTF-8";

#outer{
	width:800px;
	margin: auto;
}
#inmenu{
	/*float: left;*/
	width:840px;
}
h1{
	background-image: url('../img/title.gif');
	background-repeat: no-repeat;
	height:50px;
	padding: 60px 0 0 560px;
	font-size: 22px;
	font-weight: 800;
	color: #cc66ff;
	/*border: 1px solid #000000;*/
}
.navi{
	background-color: #6ab7ff;
	margin: 0;
	padding: 2px 0;
	width: 66px;
	text-align: center;
}
.navi a{
	display: bolck;
	font-size: 12px;
	font-weight: 700;
	color: #ffffff;
}
.navi a:hover{
	color: #00ffff;
}
.container{
	clear: left;
}
#incontents{
	/*float: right;*/
	float: left;
	width: 250px;
}
#bbs{
	clear: left;
	float:right;
	width: 550px;
}
.c{
	clear: left;
}
ul,li{
	font-size: 12px;
	list-style: none;
	margin: 2px 4px;
}
li{float: left;}
.box{
	width:240px;
	margin: 2px;
	border: 1px #0000ff solid;
}
h3{ 
	margin: 0;
	padding: 4px 0 0 2em;
	font-size: 14px;
	background-image: url('../img/syamei.gif');
	background-repeat: repeat-x;
	height: 28px;
}

p{
	padding: 4px;
	font-size: 12px;
}
.box p{
	font-size: 12px;
}
.zero{
	margin: 0;
	padding: 0;
}
a{
	color: #000000;
}
h3 a{
	color:#ffffff;
	font-weight: 800;
}
strong{
	font-size:14px;
	font-weight: 800;
	
}
strong a{
	color:#000000;
}
.bbsp{
	margin: 1em;
	padding: 1em;
	border: dotted 1px #cccccc;
}
#index h3{
	background-image: url('../img/h3.gif');
	background-repeat: no-repeat;
	margin-top: 1em;
	padding: 4px 0 0 12px;
	font-size: 12px;
	height: 24px;
	color: #ffffff;
}
.cbox{
	border: solid 1px #ff9900;
	background-color: #ffe9c8;
	width: 212px;
	padding: 1em 10px;
	margin-bottom: 1em;
}
#bbs h2{
	background-image: url('../img/h2.gif');
	background-repeat: no-repeat;
	margin-top: 1em;
	padding: 4px 0 0 24px;
	font-size: 14px;
	height: 24px;
	color: #ffffff;

}
img{
	text-decoration: none;
}