@charset "utf-8";
/*text*/
/********** テキスト **********/
.text_s {
	font-size: 14px;
	line-height: 1.8em;
}
.text_m {
	font-size: 18px;
	line-height: 1.8em;
}
.text_l {
	font-size: 20px;
	line-height: 1.8em;
}
.text_color_blue{
	color: #009FEB;
	font-size: 18px;
	line-height: 1.7em;
}
.text_color_orange{
	color: #EC6E00;
	font-size: 18px;
	line-height: 1.7em;
}
.text_color_green{
	color: #009845;
	font-size: 18px;
	line-height: 1.7em;
}
h2{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 18px;
	color: #333;
	display: block;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #D6D6D6;
	border-left-color: #009946;
	padding-top: 8px;
	padding-left: 6px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 26px;
}

/*ニュース部分*/
.news_box ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.news_box li{
	background-image: url("../image/top＿moto/arrow_news.gif");
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	list-style-type: none;
	font-size: 15px;
}
/*トップ部分*/
.top_link ul{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.top_link li{
	font-size: 13px;
	background-image: url(../image/common/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	list-style-type: none;
	text-indent: 14px;
	padding-top: 2px;

/*ページ内ナビ部分*/
}
.page_navi ul{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.page_navi li{
	font-size: 13px;
	background-image: url(../image/common/home_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	list-style-type: none;
	padding-top: 3px;
	display: inline;
	padding-right: 10px;
	padding-left: 15px;

}	
.page_navi_under ul{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.page_navi_under li{
	font-size: 11px;
	background-image: url(../image/common/under_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	list-style-type: none;
	padding-top: 3px;
	display: inline;
	padding-right: 10px;
	padding-left: 15px;


/*button*/
}
ul#button li.text_m a {
	background: url(../image/common/button_m_off.gif) no-repeat left top;
	}

ul#button li.text_s a {
	background: url(../image/common/button_s_over.gif) no-repeat left top;
	}

.fee_text_s {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #009844;
	padding-left: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}