@charset "UTF-8";

/*---------------------------------------------------------- Initialize -*/
body {
	font-size: 12px;
	color: #414141;
	line-height: 15px;
	padding: 0;
	margin: 0;

}

/*------------------------------------------------------------- Element -*/
a {
	color: #0063a4;
	text-decoration: none;
	background: inherit;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
	background: inherit;
}

/*----------------------------------------------------------- Container -*/
#container { 
	margin: 0 auto;
	width: 768px;
	padding: 10px;
}
#background { 
	background: url(/image/bg.jpg) no-repeat;
	width: 768px;
	height: 102px;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

/*-------------------------------------------------------------- Header -*/
#header {
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 316px;
	margin: 0;
}
#header h1 {
	font-family: sans-serif,'ＭＳ Ｐゴシック';
	font-size: 42px;
	color: #ffffff;
	margin: 93px 0 0 450px;
}
#header h2 {
	font-size: 14px;
	color: #ffffff;
	padding: 0 0 0 450px;
}

/*------------------------------------------------------------ Contents -*/
#contents {
	float: left;
	width: 470px;
	margin: 8px 0 5px 10px;
	padding: 8px 0 5px 10px;
}
#contents h3 {
	color: #c40026;
	font-size: 14px;
	text-indent: 5px;
	padding: 1px;
	margin: 1px;
	font-weight: bold;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #c40026;
	border-left: solid 10px #c40026;
}

/*----------------------------------------------------------------- Sub -*/
#sidemenu {
	float: right;
	width: 208px;
	padding: 0 30px 5px 0;
}
.menubox {
	border:1px solid #eaeaea;
	background:#ffffff;
	padding:15px 2px 15px 7px;
	margin: 5px 0 20px 0;
	clear: both;
}
#sidemenu .menubox h3 {
	margin: 0 0 10px 0;
	color: #c40026;
	font-size: 14px;
	border-bottom: 1px solid #c40026;
	width: 97%;
}
#sidemenu .menubox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidemenu .menubox ul li {
	text-decoration: none;
	padding: 0 5px 10px 0;
}
#sidemenu .menubox ul li a {
	text-decoration: none;
	font-size: 13px;
	background: url(/image/arrow_m.gif) no-repeat;
	padding: 0 5px 10px 20px;
}
#sidemenu .menubox ul li a:hover {
	text-decoration: underline;
	background: url(/image/arrow_hover.gif) no-repeat;
	color: #0063a4;
}

/*-------------------------------------------------------------- Footer -*/
#footer {
	text-align: center;
	padding: 10px 0;
	margin: 0;
	border-top: 1px solid #cccccc;
	clear: both;
}

/*-------------------------------------------------------------- Company -*/
#company {
	margin: 10px 10px 10px 0;
	border-bottom: 1px solid #eeeeee;
}
#company dt {
	color: #333333;
	margin: 0;
	padding: 10px 0;
	width: 110px;
	float: left;
	font-size: 13px;
	text-indent: 2px;
	border-top: 1px solid #eeeeee;
}
#company dd {
	color: #666666;
	font-size: 12px;
	margin: 0 0 0 110px;
	padding: 10px 5px 10px 5px;
	border-top: 1px solid #eeeeee;
}

/*-------------------------------------------------------------- TopNews -*/
#topnews {
	width: 100%;
	font-size: 12px;
	border: solid 1px #eeeeee;
	padding: 1px;
}
#topnews dt{
	color: #c40026;
	background: #eeeeee;
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 3px 0.5em 2px 0.5em;
}
#topnews dd{
	padding: 5px 0 5px 5px;
	margin: 0;
	color: #666666;
	text-indent: 5px;
}