/* CSS Document */


body{
	margin:0;
	background:url(../img/back.jpg) repeat-x;
	}


p{
	font-size:13px; font-weight:normal;
	color:#666666; line-height:160%;
	padding:5px; margin:0;
	}

.text1{
	font-size:10px; font-weight:normal;
	color:#666666; line-height:150%;
	padding: 10px 0 0 10px;
	margin: 0 0 0 0;
	}

.text2{
	font-size:10px; font-weight:normal;
	color:#666666; line-height:150%;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	}



#wrapper{
	width:900px;
	margin: 0 auto;
	}

#ue{
	width:900px;
	height:100px;
	}

#menu{
	width:900px;
	height:30px;
	}


#contl{
	width:180px;
	float:left;
	padding: 0 10px 0 0;
	margin: 0 0 0 0;
	}

#main{
	width:710px;
	float:right;
	height:250px;
	}

#contr{
	width:690px;
	float:right;
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	}

#footer{
	width:900px;
	clear:both;
	text-align:center;
	}


.waku{
	display:table; width:900px; margin:0 auto;
	}

.bottan1{
	background:url(../img/menu5.jpg) no-repeat;
	height:30px; line-height:34px;
	font-size:13px; font-weight:normal;
	color:#666666;
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
	}

h1{
	background:url(../img/b115.jpg) no-repeat;
	font-size:18px; font-weight:bold;
	color:#666666;
	padding: 0 0 15px 25px;
	margin: 10px 0 0 0;
	}

h2{
	border-left: solid 5px #CC99FF;
	border-bottom: dashed 1px #CC99CC;
	font-size:18px; font-weight:normal;
	color:#666666;
	padding: 0 0 3px 5px;
	margin: 10px 0 15px 0;
	}

h3{
	border-left: solid 5px #CC99CC;
	font-size:14px; font-weight:normal;
	color:#666666;
	padding: 0 0 0 5px;
	margin: 5px 0 5px 0;
	}

h4{
	background:url(../img/b110.jpg) no-repeat;
	border-bottom:#CC99CC double 3px;
	font-size:13px; font-weight:normal;
	color:#666666;
	padding: 0 0 3px 15px;
	margin: 10px 0 10px 0 ;
	}

#contl a:link{ color:#666666; text-decoration:none;}

#contl a:visited{	color:#666666; text-decoration:none;}

#contl a:hover{ color:#CCCCCC; text-decoration:none;}


/*新着コンテンツ追加*/

.new_content{
	width:400px;
	padding:5px 5px 10px 5px;
	line-height:130%;
	font-size:13px;
	border:3px solid #9999FF;
	margin:10px 0 20px 0;
	}
	
/*挿絵*/

.sasie{
	margin:10px;
	}
	
.content_dl dt{
	font-size:15px;
	font-weight:bold;
	color:#CC3399;
	margin:0 0 10px 10px;
	}

.content_dl dd{
	font-size:14px;
	line-height:130%;
	margin:0 0 20px 10px;
	padding:5px;
	color:#666666;
	}
	
.content_div{
	font-size:13px;
	padding:4px;
	color:#666666;
	line-height:130%;
	margin:15px 0 5px 0;
	border:2px dashed #CC9999;
	}
	
.content_ul{
	margin:10px 0 15px 20px;
	}
	
.content_ul li{
	font-size:14px;
	font-weight:bold;
	color:#009966;
	padding:3px 0 3px 0;
	margin:0 0 10px 0;
	line-height:130%;
	border-bottom:1px dashed #CCCCCC;
	}

ul {
	padding:0;
	margin:0;
}
ul li {
	list-style-type: none;
}