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

/*======================================

	#main_single contents

=======================================*/

#main_single_design {
	margin-right: 20px;
	margin-left: 20px;
}

/*======================================

	1-4.Text Module

=======================================*/

#main_single h1 {
	font-size: 100%;
	font-weight: bolder;
	background-image: url(../images/backgraund/bg_h1single.gif);
	background-repeat: no-repeat;
	margin: 0px;
	line-height: 5.5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 30px;
	color: #666666;
	font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#main_single h2 {
	font-size: 100%;
	font-weight: bolder;
	line-height: 3;
	color: #666666;
	padding-left: 27px;
	background-image: url(../images/backgraund/bg_h2single.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
	margin-top: 10px;
}

.c2box01_single {
	float: left;
	width: 340px;
}

.c2box02_single {
	float: right;
	width: 340px;
}

/*--------------------------------------
	コンテンツノーマルメニュー
---------------------------------------*/

#main_single ul {
	padding-bottom: 5px;
}

#main_single ul li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	line-height: 1.8;
	background-image: url(../images/icon/arrow_yewllow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.7em;/*リストマーク位置縦・横指定*/
	padding-left: 12px;
}

#main_single dt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	line-height: 1.8;
	background-image: url(../images/icon/dt_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;/*リストマーク位置縦・横指定*/
	padding-left: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 1px;
	margin-top: 0px;
}

#main_single dd {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	line-height: 1.8;
	background-image: url(../images/icon/arrow_yewllow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.7em;/*リストマーク位置縦・横指定*/
	padding-left: 12px;
	margin-bottom: 0px;
}

#main_single dl {
	margin-bottom: 15px;
}

