@charset "UTF-8";
/* CSS Document */

#index{
	width: 100%;
	background: url("../img/index/bg.jpg") no-repeat top center;
	background-size: 100% auto;
	padding-top: 110px;
}
#index h2{
	text-align: left;
	color: #cc0000;
	font-size: 24px;
	margin-top: 20px;
	font-weight: 700;
}
#index h2 span{
	font-size: 15px;
}
#index h3,
#index h4{
	font-family: serif;
	text-align: left;
	color: #1d1d1d;
	font-weight: 700;
	font-size: 17px;
}
#index h5{
	text-align: left;
	color: #174581;
	font-weight: 700;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#index table.outline{
	width: 100%;
	text-align: left;
	font-size: 100%;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	border-collapse: collapse;
}
#index table.outline th{
	white-space: nowrap;
	padding:10px 16px 10px 0;
	vertical-align: middle;
	font-size: 90%;
	font-weight: 400;
	border-bottom: 1px dotted #666;
}
#index table.outline td{
	vertical-align: middle;
	padding: 10px 0;
	font-size: 110%;
	border-bottom: 1px dotted #666;
}
#index table.outline td h3{
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	margin:0 0 4px 0;
	color: #174581;
	padding: 0;
	font-family:sans-serif;
}
#index .topix{
padding:8px 16px;
text-align: center;
background-color:#fff0e3;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
border:1px solid #bf5900;
	line-height: 1.6;
}

#index .topix h4{
	color: #990000;
	text-align: left;
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 5px;
}