@charset "utf-8";
/* CSS Document */

/* --- リストエリア --- */
ol.flow {
width: 470px; /* リストエリアの幅 */
margin: 0;
padding: 0;
list-style-type: none;
font-size: 80%;
}

/* --- リスト項目 --- */
ol.flow li {
	margin-bottom: 12px; /* リスト項目の下マージン */
	padding-bottom: 28px; /* リスト項目の背景 */
	background-image: url(../items/images/sankaku.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* --- 最後のリスト項目 --- */
ol.flow li.last {
margin-bottom: 0;
padding-bottom: 0;
background-image: none;
}

/* --- ボックス --- */
ol.flow dl {
margin: 0;
}

/* --- タイトルエリア --- */
ol.flow dt {
	font-weight: bold;
	color: #3333CC;
	background-color: #ffffff;
	background-image: url(../items/images/maru_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 45px;
}

ol.flow dt.n1 {
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(../items/images/maru1.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
}


ol.flow dt.n2 {
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(../items/images/maru2.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
}


ol.flow dt.n3 {
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(../items/images/maru3.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
}


ol.flow dt.n4 {
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(../items/images/maru4.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
}


ol.flow dt.n5 {
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(../items/images/maru5.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
}


ol.flow dt.n6 {
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(../items/images/maru6.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
}


ol.flow dt.n7 {
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(../items/images/maru7.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
}


ol.flow dt.n8 {
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(../items/images/maru8.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
}


ol.flow dt.n9 {
	font-weight: bold;
	background-color: #ffffff;
	background-image: url(../items/images/maru9.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 35px;
}
/* --- タイトル --- */
ol.flow dt strong {
margin-left: 3px;
color: #2b2b2b;
}

/* --- 本文エリア --- */
ol.flow dd {
	margin: 0;
	line-height: 130%;
	background-color: #ffffff;
	background-image: url(../items/images/maru_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 35px;
}
