@charset "Shift_JIS";



/* リンク集
------------------------------------------------------------------------------------- */
#link{}
#link h4{
	background-image: url(../img/bg_grey01.jpg);
	line-height: 1.6em;
	color: #666666;
	font-weight: normal;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 6px solid #5F9B93;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 5px;
	font-size: small;
}
#link dl{
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
}
#link dt{
	font-weight: normal;
	margin-bottom: 5px;
	color: #619E96;
	background-image: url(../link/img/linkmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#link dt a{
	color: #CE5D3F;
	font-weight: bold;
	padding-left: 10px;
}
#link dt a:hover{}
#link dd{
	line-height: 1.6em;
	padding-left: 30px;
	margin-bottom: 10px;
}


#link ul{
	padding-left: 30px;
	border: 1px dashed #CCCCCC;
	line-height: 1.8em;
	width: 200px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#link li{}





/* サイドナビ
------------------------------------------------------------------------------------- */
#side_navi {width:250px;float: right;margin-top:50px;margin-left: 50px;}
#side_navi ul{
	border: 1px solid #CCCCCC;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
#side_navi li{
	list-style: none;
}
#side_navi li a{
	border-bottom: 1px solid #CCCCCC;
	height: 40px;
	display: block;
	padding-left: 30px;
	line-height: 3.0;
	background-image: url(../img/bk_05.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#side_navi li a:hover{
	background-image: url(../img/bk_04.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

