@charset "UTF-8";
/* CSS Document */
/*link_navi*/
@media screen and (min-width: 641px){
a.navi {
	color: #996600;
	text-decoration:none;
	font-weight:normal;
}
	
a.navi:hover {
	color: #CC9900;
	text-decoration:underline;
}

.main_link {
	font-size: 13px ;

	line-height:150%;
}

.headline1{
	padding:5px 0 5px 15px;
	border-left:#663300 8px solid;
	border-bottom:#663300 1px solid;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 2px;
}

.headline2{
	padding:2px 0 2px 10px;
	color:#333333;
	background-color:#CCCCCC;
	border:#999999 1px solid;
	font-weight: bold;
	font-size: 12px;
	margin: 10px 2px 10px 20px;
}

.link_honbun{

	font-size: 12px;
	margin: 5px auto 5px 20px;
	text-indent: 12px;
	color: #cccccc;
	line-height: 150%;
}

.link_name{

	font-size: 12px;
	margin: 5px auto 5px 25px;
	text-indent: 12px;
	color: #cccccc;
	line-height: 150%;
}

.link_info{
	font-size: 10px;
	margin: 5px auto 5px 35px;
	text-indent: 12px;
	color: #cccccc;
	line-height: 150%;
}
}