/*--------------------------------
全体背景設定
--------------------------------*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin:0px;
	padding:0px;
}

p{
	margin: 0px;
	padding: 0px;
}

/* デフォルト値リセット 
html, body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}*/

/* aタグ */
a:link {
	color: #aa0000;
	text-decoration: none;
	font-weight:bold;
}

a:visited{
	color: #aa0000;
	text-decoration: none;
	font-weight:bold;
}

a:hover{
	color: #ff0000;
	text-decoration: underline;
	font-weight:bold;
}

a:active{
	color: #ff0000;
	text-decoration: underline;
	font-weight:bold;
}

/*--------------------------------
全体領域設定
--------------------------------*/
#container {
	width: 800px;
	font-size: 12px;
	line-height: 19px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#main_content{
	width: 578px;
	padding: 10px 5px 10px 5px;
	float: left;
	/*border: 1px solid #040b82;*/
}

#main_content .img{
padding: 0px;
margin: 10px 0px 3px 150px;

}


.sub_title{
	background-image:url(../gif_img/subtitlebag.gif);
	/*width: 548px;*/
	height: 25px;
	padding: 5px 0px 0px 15px;
	font-size: 15px;
	font-weight:bold;
	color: #fff;
}

#sub_content{
	width: 195px;
	padding: 10px 0px 10px 5px;
	float: right;
}

.sub_content_title{
	background-color: #005976;
	width: 130px;
	height: 25px;
	padding: 5px 0px 0px 60px;
	color: #fff;
	font-size: 15px;
	font-weight:bold;
}

.sub_content_text{
	width: 178px;
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px solid #005976;
	border-left: 1px solid #005976;
	border-right: 1px solid #005976;
	color: #ff0000;
}

.topics_text{
padding-left: 15px;
color: #000000;
}

/*--------------------------------
ヘッダ領域設定
--------------------------------*/
#header{
	background-image:url(../jpg_img/header.jpg);
/*	width:800px;
	height:150;
	font-size: 50px;
	font-weight:bold;
	line-height: 30px;*/
	padding: 90px 0px 20px 320px;
}

/*
#header_link{
padding: 80px 0px 0px 500px;
height: 150px;
}
*/

/*--------------------------------
フッタ領域設定
--------------------------------*/
#footer{
	margin:0px 0px 0px 0px;
	padding:3px 30px 3px 0px;
	text-align:right;
	font-size: 12px;
	line-height: 16px;
	width:770px;
	clear:both;
	color: #fff;
	background-color: #005976;
}

.footer_link{
	font-weight:bold;
	color: #acacac;
}

.footer_link a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

.footer_link a:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

.footer_link a:hover{
	color: #ffff00;
	text-decoration: underline;
	font-weight:bold;
}

.footer_link a:active{
	color: #ffff00;
	text-decoration: underline;
	font-weight:bold;
}



