/*　各サービス・トップページのCSS　------------------------------ */
/* ---top frame  banner（タイトルバナー設定）------------------- */
#topbanner_s {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	adding: 2px;
	height: 90px;
	background-color: #ECF9FF;
}
#topbanner_s01 {
	float:left;
	padding-left: 12px;
	padding-top: 6px;
}
#topbanner_s01 h1 {
	padding-top: 6px;
}
/*------------------------------------------------------------ */
/*main　タイトル部分（タイトル＆目次へのリンク） ------------------ */
#titleandlink {
	float: left;
	clear: both;
	margin-bottom: 20px;
	margin-left: 18px;
	margin-right: 0px;
	width: 840px;
}
#title {
	text-align: left;
	margin-left: 0px;
	width: 340px;
	float: left;
}
#title h2 {
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
}
#link_m {
	margin-bottom: 12px;
	text-align: right;
	margin-right: 0px;
	width: 100px;
	float: right;
}
/*------------------------------------------------------------ */
/*main　タイトル以下各コンテンツ紹介　--------------------------- */
/*二段設定　--------------------------- */
#doublelevel {
	background-color: #FFFFFF;
	margin-left: 35px;
	margin-bottom: 10px;
	float: left;
}
/*各フレーム　--------------------------- */
#frame {
	float:left;
	width:240px;
	border-bottom-color: #5CAD5C;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #99CC99;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #5CAD5C;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: #99CC99;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 6px;
	background-color: #FFFFD7;
	margin-left: 8px;
	margin-bottom: 15px;
}
#frame h3 {
	color: #333333;
	background-color: #A8E05F;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 105%;
}
#frame li{
	background-image: url(images/arrow_green_round.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	text-align: left;
	text-indent: 2em;
	line-height: 180%;
	background-position: 0.5em 0.5em;
	font-size: 95%;
}
/*------------------------------------------------------------ */
