@charset "utf-8";
/* CSS Document */
/*======================　ボタン押下設定　======================*/

/*======================　背景画像　======================*/
body{
	background: url(../img/common/bodybg_top3.jpg) repeat-x top;
}
/*======================　各ページスタイル　======================*/
#main_contents h1 {
	background: url(../img/common/headline_bg1.jpg) no-repeat 0px 0px;
	height: 28px;
	width: 490px;
	padding-left: 55px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}

#main_contents table tr th a{
	font-size: 14px;
	font-weight: bold;
	background: url(../img/common/mark_6.gif) no-repeat 0px 0px;
	height: 24px;
	width: 222px;
	padding-left: 18px;
	padding-top: 4px;
	display: block;
	color: #333;
	text-decoration: none;
	margin-left: 30px;
	margin-top: 30px;
}
#main_contents table {
	/* [disabled]margin-left: 10px; */
}
#main_contents table tr td {
	width: 280px;
	padding-top: 15px;
}
#main_contents table tr td ul li a {
	color: #333;
	text-decoration: none;
	margin-left: 45px;
	line-height: 1.8;
}
#main_contents table tr td ul li {

}
#main_contents table tr td ul .list_sub {
	margin-left: 10px;
}
