@charset "utf-8";
/************************************************************/
* {
	margin:0;
	padding:0;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background-image:url(./images/jf_sky_01a.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrap {
	margin: 0 auto; 
	text-align: left; 
}
/************************************************************/
#head {
	height:20px;
	background-color:#EEEEEE;
	border-bottom:solid 2px #AAAAAA;
}
#head h2{
	font-size:13px;
	float:left;
	widows:300px;
	color:#333333;
}
#head .head_navi a {
text-decoration:underline;
}
#head .head_navi {
	font-size:13px;
	float:right;
	text-align:right;
	padding-right:5px;
}
#head a{
	color:#000000;
	text-decoration:none;
}
/************************************************************/
#sub{
	width:190px;
	float:right;
}
/************************************************************/
#main{
	min-width:900px;
	overflow:auto;
	margin-bottom:20px;
}
.search_box{
	background-image:URL(./images/yahoo_top.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
	width:750px;
	margin:55px auto;
}
.search_box img{
	float:left;
	padding:50px 40px 50px 50px;
}
.search_box table{
	border-collapse:collapse;
	margin-top:50px;
	padding:0px 30px 50px 0px;
	float:left;
}
.search_box td{
	padding:0;
	margin:0;
}
.input_title{
	font-size:9px;
	color:#999999;
}
.search_box input{
	width:150px;
	height:20px;
	border-color:#888888 #999999 #999999 #888888;
}
button{
	background-color:#FFFFFF;
}
.search_button{
	background-image:URL(./images/search.jpg);
	width:119px;
	height:24px;
	cursor:pointer;
	border:none;
}
#help{
	text-align:center;
}
#help h4{
	font-size:12px;
	padding-bottom:5px;
}
#help p{
	font-size:12px;
	line-height:175%;
}
/************************************************************/
#gnavi{
	text-align:center;
	font-size:11px;
	margin:40px auto 0px auto;
}
#gnavi a{
	color:#8284CC;
}

/********************************************/
/************************************************************/
#foot{
	text-align:right;
	height:70px;
	text-align:center;
}
#foot p {
	margin: 0; 
	padding-right:20px;
	padding-top:5px;
	display:block;
	font-size:12px;
	color:#666666;
}
#foot a{
	color:#666666;
	text-decoration:none;
}
#foot a:hover{
	text-decoration:underline;
}
#foot #pr_txt{
	font-size:10px;
}

/************************************************************/
