@charset "UTF-8";

/* CSS Document =================================
関連リンクレイアウト
============================================== */

/*ボディ ===================================== */
#bodywrap #link h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #FFF;
	background-image: url(../../images/h2_bg.gif);
	padding: 5px;
	clear: both;
}
#bodywrap #link h3 {
	color: #00A68A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00A68A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 4px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #00A68A;
	clear: both;
}
#bodywrap #link h4 {
	color: #065;
	background-color: #CCEDE8;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00A68A;
	clear: both;
}
#bodywrap #link p {
	line-height: 130%;
	margin-bottom: 0.5em;
	text-indent: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#bodywrap #link ul {
	list-style-image: url(../../images/link_bullett.gif);
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
}
#bodywrap #link li {
	margin-bottom: 10px;
}
/*クラス ===================================== */
.block_left {
	float: left;
	width: 440px;
}
.block_right {
	float: right;
	width: 440px;
}