@charset "Shift_JIS";

*{
	font-family:'Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3',Osaka,'MS PƒSƒVƒbƒN','‚l‚r ƒSƒVƒbƒN',Verdana,Arial,Monaco,sans-serif;
}
/* bg */
body{
	margin:0px;
	padding:0px;
	background-color:#033358;
	background-image:url("../img/bg_bar.gif");
	background-repeat:repeat-x;
}

/* content */
#content_area{
	width:610px;
	height:auto;
	margin:0px auto;
	text-align:center;
	font-size:15px;
	color:white;
}
#content_left_area{
	width:300px;
	height:300px;
	float:left;
}
#content_right_area{
	width:300px;
	height:300px;
	float:right;
	margin-top:300px;
}
#logo{
	float:left;
	margin-top:10px;
	margin-left:auto;
}


/* info */
#info{
	font-family:Arial Black,Verdana
	font-size:15px;
	/*font-weight:bold;*/
	color:#ffffff;
	text-align:left;
	vertical-align:bottom;
}


/* link */
a:link{
	text-decoration: underline;
	color: #ffffff;
}

a:visited{
	text-decoration: underline;
	color: #ffffff;
}

a:hover{
	text-decoration: underline;
	color: #ffffff;
}

a:active{
	text-decoration: underline;
	color: #ffffff;
}
