@charset "Shift_JIS";


/*強弱系
---------------------------------------------------*/
strong {
	font-weight: normal;
	color: #A33030;
}

strong.strong-red {
	color: #FF1A15;
	font-weight: bold;
}

/*見出し
---------------------------------------------------*/
#main h2{
	font-size: 85%;
	margin-bottom: 15px;
	color: #333333;
	letter-spacing: 1px;
	background: url(img/bg_h2.gif) repeat center;
	line-height: 30px;
	height: 30px;
	padding-left: 20px;
}
#main h2.h2-img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	background-image: none;
	vertical-align: top;
	margin: 0px 0px 15px;
	width: auto;
}

#main h3{
	font-size: 80%;
	margin-bottom: 15px;
	color: #333333;
	background: url(img/bg_h3.gif) no-repeat;
	
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	margin-left: 20px;
}

#main td h3 {
	font-size: 100%;
	font-weight: bold;
	color: #003399;
}
#main h3 a {
	text-decoration: underline;
}

#main h4 {
	font-size: 80%;
	border-bottom: 1px solid #3399CC;
	border-left: 3px solid #3399CC;
	margin: 10px 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666666;
	padding-top: 5px;
	border-top: 1px solid #3399CC;
	border-right: 1px solid #3399CC;
	background: #FFFFFF;
	width: 440px;
}

/*段落・リスト
---------------------------------------------------*/
#main p{
	font-size: 80%;
	line-height: 150%;
	margin-left: 25px;
	margin-bottom: 15px;
}
#main ul{
	margin-left: 40px;
	margin-bottom: 15px;
	
	line-height: 150%;
	font-size: 80%;
	color: #333333;
}

#main li{
	margin-bottom: 10px;
	padding-bottom: 2px;

	list-style-image: url(img/li.gif);
	list-style-type: square;

}

#main li.attn{
	color:#FF0000;
}

#main li strong{
	font-weight:bold;
	color:#000000;
}


/*テーブル　基本
---------------------------------------------------*/
#main table {
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 5px;
}
#main caption {
	font-weight: bold;
	color: #717287;
	padding: 5px;
	text-align: left;
}

#main td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px dashed #CCCCCC;
}

#main td.cent {
	vertical-align: middle;
}
/*テーブル　データテーブル
---------------------------------------------------*/
#main .table-data table {
	font-size: 80%;
	line-height: 150%;
	border: 1px solid #CCCCCC;
}
#main .table-data th {
	text-align: center;
	padding: 5px;
	background-color: #F1F4F9;
	border: 1px solid #EEF3F9;
}
#main .table-data td {
	border: 1px solid #F1F4F9;
}
/*補足・コラム
---------------------------------------------------*/
.hosoku {
	border: 1px solid #C6DBEE;
	width:690px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	background: #F4F8FB;
}
#main .hosoku h3 {
	background: #E7F0F8 url(img/bg_slash.gif);
	padding: 10px 10px 10px 15px;

	font-size: large;
	color: #3399CC;
	font-weight: bold;
	border-bottom: 2px solid #C6DBEE;

	height: auto;
	width: auto;
	margin-left: 0px;	
	line-height: normal;	

}
#main .hosoku p{
	padding: 10px 15px;
	margin:0px;
}
/*ページトップへ
---------------------------------------------------*/
.to-top {
	width: 720px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 80%;
}
