@charset "utf-8";
/*----------------------------------------------------

	import設定
	
----------------------------------------------------*/
/* Webブラウザのデフォルトスタイルのリセット */
@import url("reset.css");

/*----------------------------------------------------

	サイト全体の共通設定

----------------------------------------------------*/
html,body {
	margin: 0;
	height: 100%;
	background-color: #ffffff;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
html {
	overflow: scroll;
}
* html #main { /* for IE6 */  
     height: 200px;  
}  
#area_cover {
	width: 100%;
	float:left;
	background-color:#FDFDFA;
	background-image: url(../img/hedder_bg.jpg);
	background-repeat: repeat-x;
	padding-bottom:50px;
}

#area {
	width: 700px;
	margin: 20px auto;
	padding-top:10px;
	border: 1px solid #B1C3D9;
}
h1 {
    font-size: 12px;
}
.red {
	color: #FF0000;
	font-size: 12px;
}
.text_bold {
	font-weight: bold;
}
.text_blue_bold {
	font-weight: bold;
	font-size:16px;
	color:#003399;
}
.text_blue {
	color:#003399;
}
.text_20{
	font-weight: bold;
	font-size:20px;
	color:#0066CC;
	line-height: 16px;
}

/*----------------------------------------------------

	テキストリンクの基本設定

----------------------------------------------------*/
a:link { /* 通常時のリンク */
	text-decoration: none;
}
a:visited { /* 訪問済みのリンク */
	text-decoration: none;
}
a:hover { /* 選択時のリンク */
	text-decoration: underline;
}
a:active { /* アクティブリンク */
	text-decoration: none;
}
/*----------------------------------------------------

	ヘッダー

----------------------------------------------------*/
#hedder {
	clear: left;
	height:75px;
}
#rogo {
    float: left;
}
#rogo_right {
	float: left;
	width: 540px;
	background-color: #F7DE73;
}

/*----------------------------------------------------

	メインコンテンツ部分

----------------------------------------------------*/
#main {
	clear:left;
	margin:20px;
	padding-top:5px;
	padding-right: 10px;
	padding-left: 10px;
}
#main table{
	background-color: #000099;
	margin-bottom:10px;
}
#main td{
	background-color: #000099;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding:6px;
}
.text_center {
	clear:left;
	margin:0px;
	text-align:center;
}

#copyright {
    clear:left;
	margin:20px;
	text-align:center;
}
#copyright a{
	color: #993366;
	font-size:12px;
}

