@charset "utf-8";

/*全体構造*/
* {
	font-style:normal;
	margin:0;
	padding:0; 
} 

body {
	background: #012a83;
	text-align: center;
	color:#FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", "Osaka";
	font-size: 12px;
}

#container	{
	width:970px;
	height:900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: url(../images/top_bg_image.jpg) no-repeat right top;
}
#nav ul{
	margin-top: 10px;
	list-style: none;
}


#header	{
	height: 110px;

}


#footer	{
	text-align:center;
	color:#FFFFFF;
	font-size: 12px;
	padding-bottom: 10px;
	text-decoration: none;
	clear: both;
	width: 888px;
	margin-right: 41px;
	margin-left: 41px;
}




/*footer内部*/

#footer nav {
	margin-bottom: 10px;
}

#footer a{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
}
#footer a:hover{
	font-weight:bold;
}	

#footer img {
	margin-bottom: 10px;
}


/*ロゴ*/
h1	{
}

/*タイトル*/
h2	{
	margin:20px 0px;
}

/*見出し*/
h3	{
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 30px;

}


img{
	border:0px;
}



/*本文*/	
p	{
	font-size:12px;
	line-height:1.8em;
	margin-bottom: 12px;
	color: #FFFFFF;
}
#whatsnew {
	width: 500px;
	margin-bottom: 10px;
}

#whatsnew ul {
	line-height: 1.8em;
	list-style: none;
	margin-bottom: 10px;
}


.line {
	margin-top: 2px;
	border-top: 1px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #left {
	float: left;
	margin-left:41px;
}
#blog {
	margin-top: 370px;
	margin-left: 50px;
	width: 200px;
	color: #333333;
	font-size: 12px;
}

#blog a{
	color:#830101;
	font-weight:bold;
	text-decoration: none;
}
#blog a:hover{
	font-weight:bold;
}

.blog {
	font-size: 12px;
	line-height: 1.6em;
	color: #333333;
}
#container #right {
	float: right;
	width: 420px;
}


a:link	{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}

a:hover	{
	color:#FFFFFF;
}

a:active	{
	color:#FFFFFF;
}

a:visited	{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}


.clear {
	clear: both;
	margin: 0px;
	padding: 0px;

