/* themes base color 
オレンジ #FF6A37
黒に近い紺 #001951  // #004444
濃い紺   #010080 //#298F35
青   #8395B9 //#72C777
クリーム色     #FFEA96 
白色     #FFFFFF  基本の背景色
黒色     #000000  基本文字色
*/

/*====================================================
	BG
====================================================*/

#bg{
	height: auto;
	text-align: center;
	background: #FFFFFF;
	padding: 0px;
	margin-right:0px;
}

.main_bg{
	height: auto;
	background: #FFFFFF;
	text-align: center;
}

/*====================================================
	CONTAINER
====================================================*/

#container{
	width: 90%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	text-align: center;
	line-height: 1.6em;
	color: #000000;
	background: #FFFFFF;
	/*border:blue; */		/* debug用 */
}

/*====================================================
	HEADER
====================================================*/

#header_area{
	width: 60%;
	height: 108px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background: #FFFFFF;
	color: #000000;
	/*border:black; */		/* debug用 */
}

.header_left {
	width: 240px;
	height: 90px;
	float:left;
}

.header_right {
	width: 500px;
	height: 55px;
	padding: 15px 15px 0px 0px;
	text-align: right;
	float:right;
	font-size: 15px;
}

.header_right h1 {
	font-size: 20px;
}


/*====================================================
	リクエストエリア(条件指定など) (ID="request_area")
====================================================*/
#request_area {
	text-align: center;
	color: #000000;
	/*border:red; */		/* debug用 */
}

#request_area .th_right {
	text-align: right;
	font-weight: bolder;
	padding-left: 15px;
	/* font-size: 14px; */
}

#request_area .th_center {
	text-align: center;
	font-weight: bolder;
	padding-left: 2px;
	padding-right: 2px;
	/* font-size: 14px; */
	/* background: #66eecc; */
}


/* 幅400の背景用 */
.panel400 {
	margin-left:auto;
	margin-right:auto;
	width: 400px;
	background: #eeeecc;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}


/*====================================================
	FREAM MENU
====================================================*/

#fr_menu{
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background: #FFFFFF;
	color: #000000;
}

#fr_menu h4 {
	font-size: 14px;
	font-weight: bold;
}

.fr_text {
	width: 170px;
	height: auto;
	margin-top: 15px;
	text-align: center;
}

.fr_menu_right {
	padding-right: 5px;
	text-align: right;
	font-size: 14px;
	border:#000000;
	/*background: #AAAAAA;*/		/* debug用 */
}

.fr_menu_title {
	width: 170px;
	height: auto;
	float:center;
	text-align: center;
	font-weight: bolder;
	font-size: 14px;
	background: #8395B9;
	color: #010080;
}

.fr_menu_text {
	width: 170px;
	height: auto;
	margin-top: 15px;
	float:center;
	text-align: left;
}


#fr_menu_list { 
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	/*background: #AAAAAA;*/		/* debug用 */
}

#fr_menu_list ul { 
	margin: 0; 
	padding :5px; 
	list-style-type : none; 
}
#fr_menu_list li { 
	padding :0; 
	/*background: #AA8888;*/		/* debug用 */
}
#fr_menu_list li a {
	background-image:url(../../img/menu_dot1.gif); 
	background-position:left center;
	vertical-align: middle;
	text-decoration:none;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight: bolder;
	color:#001951; 
	width:170px;
	margin:1px 0px;
	padding-left:10px; 
	height:1.5em;
	text-align: left;
}
#fr_menu_list li a:hover {
	background-image:url(../../img/menu_dot2.gif);
	text-decoration:none;
	background-repeat:no-repeat; 
	font-size:12px;
	font-weight: bolder;
	color:#8395B9;
	width:170px; 
	margin:1px 0px;
	padding-left:10px;
	height:1.5em;
	text-decoration: underline;
	text-align: left;
}

.waku_menu a {
	padding: 3px 15px 3px 15px;
	margin: 3px 15px 3px 15px;
	border-top:solid 1px #001951;
	border-bottom:solid 1px #001951;
	border-left:solid 3px #001951;
	border-right:solid 3px #001951;
	background-color:#CBE163;
	font-size:14px;
	font-weight: bolder;
	color:#001951; 
}

/*====================================================
	MAIN
====================================================*/

#main{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.bg02_top{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

