@charset "utf-8";

/*-------------------------------------------------------------
	base
-------------------------------------------------------------*/
table.price-table {
    border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.price-table td {
    background:#FFFFFF;
	padding:3px 3px 3px 8px;
	border:1px solid #ccc;
	}

table.price-table th {
	border:1px solid #ccc;
	text-align:center;
	}
	
table.price-table th span{
	display:block;
	border:1px solid #fff;
	padding:3px;
	}

th.bg-green { background-color:#f2ffe0;}
th.bg-green02 { background-color:#e0ffea;}
th.bg-blue { background-color:#e0fff7;}
th.bg-blue02 { background-color:#e0e8ff;}
th.bg-pink { background-color:#ffe0f9;}
th.bg-red { background-color:#ffd7db;}




td.yen{
text-align:right;
}
td.cen{
text-align: center;
}

/*-------------------------------------------------------------
	main
-------------------------------------------------------------*/
h2 {
	background: url(../img/common/h2_class.jpg) no-repeat 0 0;
	height: 80px;
    }
h3{
	margin-bottom: 10px;
	}
h4{
	font-weight:bold;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
	font-size: 14px;
	border-left: 4px solid #666666;
padding-left: 10px;
padding-bottom: 5px;
    }
h5{
font-weight:bold;
    }

h6{
	font-weight:bold;
    padding-left:15px;
	background:url(../img/health_minister/icon.jpg) no-repeat 0 5px;
    }

.m-r20 { margin-right:20px; }
.m-b10 { margin-bottom:10px; }
.m-b20 { margin-bottom:20px; }
.m-b40 { margin-bottom:40px; }

strong { color:#df1a28;}
h3 span { font-size:12px; }

p { margin-bottom:10px;}

.wide-txt {
	line-height:200%;
	}

.text-right {
    text-align:right;
	}
	
div.gray-box {
    width:480px;
	padding:2px;
	margin-bottom:15px;
	border:1px solid #fec5c9;
	}
	
div.gray-box div {
	padding:10px 10px 10px 20px;
	border:1px solid #ffefef;
	background:#f7f7f7;
	}
	
div.gray-box2 {
    width:330px;
	padding:2px;
	margin-bottom:15px;
	border:1px solid #fec5c9;
	}
	
div.gray-box2 div {
	padding:10px 10px 10px 20px;
	border:1px solid #ffefef;
	background:#f7f7f7;
	}
	
div.gray-box p.font-color-red {
    padding:0;
	margin:0;
	color:#e01e2c;
	font-weight:bold;
	}

div.link-box {
    padding:5px 10px;
	}
	
div.link-box dl {
    margin-bottom:20px;
	}

div.link-box dl dt {
    font-size:14px;
	font-weight:bold;
	color:#e01e2c;
	margin-bottom:10px;
	}

div.link-box dl dt a {
	color:#e01e2c;
	}
	
div.link-box dl dd {
    padding-left:30px;
	}

	
