@charset "utf-8";
/* css for 05 page */

@import "subpages.css";


/*----------------------------------------------------- layout */

div#main {
	width: 840px;
	margin: 20px auto;
}

h2 {
	margin-top: 100px;
	clear: both;
	text-indent: -9999px;
	width: 839px;
	height: 60px;
	background: url("../images/05/h2.gif") left bottom no-repeat;
}


/*----------------------------------------------------- ico_wrapper */

div#ico_wrapper {
	margin: 20px auto;
	overflow: hidden;
}

div#ico_wrapper ul li{
	float: left;
	padding-right: 40px;
}

div#ico_wrapper ul li.last{
	float: right;
	padding-right: 0;
}


/*----------------------------------------------------- common */

div#hoken ,
div#msg ,
div#hari {
	clear: both;
	overflow: hidden;
	margin: 0 0 40px 0;
}

div#hoken h3 ,
div#msg h3 ,
div#hari h3 {
	margin: 10px 0 0 0;
	text-indent: -9999px;
	width: 840px;
	height: 40px;
}

div#hoken dl ,
div#msg dl ,
div#hari dl {
	margin: 30px 0;
	line-height: 1.5em;
}

div#hoken dl dt ,
div#msg dl dt ,
div#hari dl dt {
	float: left;
	width: 170px;
}

div#hoken dl dd ,
div#msg dl dd ,
div#hari dl dd {
	font-size: 80%;
	float: left;
	width: 660px;
	margin-bottom: 20px;
}

div#msg table ,
div#hari table {
	border-top: #E6E6E6 1px solid;
	width: 100%;
	border-collapse: separate;
	border-spacing:  0 2px;
}

div#msg table th ,
div#hari table th {
	width: 30%;
	padding: 10px 0;
	text-align: center;
	background: url("../images/common/th_bk_blue.gif") left bottom repeat-x;
}

div#msg table td ,
div#hari table td {
	width: 70%;
	padding: 10px 0 10px 30px;
	text-align: left;
	border-bottom: #E6E6E6 1px solid;
}

/*----------------------------------------------------- hoken */

div#hoken h3 {
	background: url("../images/05/h3_01.gif") left bottom no-repeat;
}


/*----------------------------------------------------- msg */

div#msg h3 {
	background: url("../images/05/h3_02.gif") left bottom no-repeat;
}

div#msg table th {
	width: 30%;
}

div#msg table td {
	width: 70%;
}

div#msg p {
	text-align: right;
}



/*----------------------------------------------------- hari */
div#hari h3 {
	background: url("../images/05/h3_03.gif") left bottom no-repeat;
}

div#hari table th {
	width: 40%;
}
	
div#hari table td {
	width: 60%;
}

div#hari p {
	text-align: right;
}


