@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-family: Arial;
	font-size: 136%;
	font-weight: bold;
	background-image: url(../images/backgraund/bg_h1single.gif);
	background-repeat: no-repeat;
	line-height: 1.2;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 30px;
	margin-bottom: 20px;
	color: #5B5B5B;
}

#main_single h2 {
	font-family: Arial;
	font-size: 122%;
	font-weight: bold;
	line-height: 1.4;
	background-image: url(../images/backgraund/bg_h2single.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-bottom: 12px;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #5B5B5B;
}
/*--------------------------------------
	#main_single 2カラム
---------------------------------------*/

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

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

/*--------------------------------------
	#main_single 4カラム
---------------------------------------*/

.c4box01_single {
	float: left;
	width: 180px;
}

.c4box02_single {
	float: left;
	width: 180px;
	}
	
.c4box03_single {
	float: left;
	width: 180px;
}

.c4box04_single {
	float: left;
	width: 180px;
}

#single_4col_list ul {
	padding-bottom: 20px;
	clear: both;
}


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

#main_single ul {
	margin-top: 0.4em;
	margin-bottom: 0.9em;
}

#main_single ul li {
	font-size: 100%;
	line-height: 1.6;
	background-image: url(../images/icon/arrow_yewllow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;/*リストマーク位置縦・横指定*/
	padding-left: 12px;
	width: 170px;
	padding-bottom: 0.2em;
	text-align: left;
	display: inline;
}

#main_single dt {
	font-size: 100%;
	line-height: 1.4;
	font-weight: bold;
	background-image: url(../images/icon/h3_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0em;/*リストマーク位置縦・横指定*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-left: 12px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	margin-top: 0px;
}

#main_single dd {
	font-size: 100%;
	line-height: 1.6;
	background-image: url(../images/icon/arrow_yewllow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.8em;/*リストマーク位置縦・横指定*/
	padding-left: 12px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

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

/*--------------------------------------
	#single_4col_list
---------------------------------------*/

#single_4col_list ul {
	padding-bottom: 20px;
	clear: both;
}
