/* CSS Document */

* { box-sizing : border-box}
* { -moz-box-sizing : border-box}
* { margin:0; padding:0; }

div{
margin:0px;
padding:0px;
}

#title_main{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:15px;

}

/**************************************
　　　　見出し
***************************************/

#title_main h1{
	height:35px;
	text-align:left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:10px;
}

#title_main h1 p{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	line-height: 37px;
	height: 37px;
	background-image: url(../img/title_icon.png);
	padding-left: 35px;
	background-repeat: no-repeat;
	letter-spacing: 0.2em;
	border-bottom-color: #666666;
}

#title1{
	width:530px;
}

#title2{
	width:850px;
}

#title_list{
	margin-left:15px;
	margin-top:10px;
	font-size: 14px;	
}

#title_list li{
	margin-bottom:0.4em;
	text-align: left;
	list-style-type: none;
	margin-left: 0px;
	padding-left:18px;
	width:850px;
	background-image: url(../img/yuuryou.png);
	background-repeat: no-repeat;	
}

#title_list .muryou{
	background-image: url(../img/free.png);
	background-repeat: no-repeat;

}

.thum_link{
width:180px;
float:left;
margin:15px;
min-height:150px;
}


#footer{
	margin:15px;
	color: #666666;
}
