@charset "utf-8";
/* CSS Document */

/*グローバルナビゲーション*/
.topnavi_02 img{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

/*コンテンツ*/
#main{
	width:690px;
	height: 100%;
	padding:10px 20px 20px 20px;
	border: 1px solid #d8d7c2;
	background-color:#ffffff;
	overflow: hidden;
}
#main h3{
	/*border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #c1cd95;
	padding-bottom:5px;
	height:30px;
	background-image:url(img/ttl_bg.jpg);
	background-repeat: no-repeat;
	padding-left:10px;*/
	margin-top:10px;
}

#main ul{
	list-style:none;
	padding-top:10px;
}
#main ul li ul li{
	float:left;
}

#main .img{
	width:350px;
	float:left;
}
#main ul li .img_s{
	clear:both;
}

#main ul li .img_s li{
	float:left;
}


#main ul li .img_s img{
	width:210px;
	padding:5px;
	border: 2px solid #dddddd;
	margin:5px 9px 5px 0;
	float:left;
}

#main .text{
	width:307px;
	margin-left:10px;
	padding:10px;
	letter-spacing:0.1em;
	line-height: 1.5em;
	border: 1px dotted #848484;
	float:right;
}
#main .textwide{
	width:668px;
	padding:10px;
	letter-spacing:0.1em;
	line-height: 1.5em;
	border: 1px dotted #848484;
}
#main .text p{
	margin:5px 0;
}

#main .img_s .right img{
	margin:5px 0px 5px 0px;
}

