@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

img{
	border: 0;
	vertical-align: bottom;
}

body{
	/* [disabled]background-color: #f1f1f1; */
}

body span.orange{
	color: #f15a24;
	font-weight: bold;
}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited{
	color: #A08461;
	text-decoration: none;
}

a:hover {
	color: #FF8040;
	text-decoration: none;
}

/*--wrapper --*/
#wrapper{
	width: 900px;
	/*元に戻すときは width 900px*/
	background-image: url(../images/body_bk.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	/*ヘッダーだけ画面全体に広げるときはmargin-rightとleftは0に指定*/
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;

}

/*--header --*/
#header {
	background-color: #000000;
	width: 860px;
	/*元に戻すときは width 900px*/
	height: 60px;
	padding: 10px 20px;
	position: relative;
}

#header p{
	float: left;
	display: inline;
	margin-top: 5px;
}

#header #search{
	background: url(../images/search_back.jpg);
	background-repeat: no-repeat;
	width:243px;
	height:30px;
	float: right;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

#header #search #search_left{
	background: url(../images/search_left.jpg);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	float:left;
	display: inline;
	margin: 4px;
}

#header #search input#keywords{
	margin: 5px 3px;
	height:16px;
	width: 160px;
	float: left;
	display: inline;
}

#header #search #search_right {
	width: 28px;
	height: 22px;
	margin: 4px 8px 4px 0px;
	float: right;
}

*html #header #search #search_right {
	width: 28px;
	height: 22px;
	margin: 4px 8px 4px 4px;
	float: right;
}

#header li#local_smap{
	font-size: 12px;
	float: right;
	display: inline;
	position: absolute;
	bottom: 10px;
	right: 278px;
	margin-left: 10px;
}

#header li#local_eng{
	font-size: 12px;
	float: right;
	display: inline;
	position: absolute;
	bottom: 10px;
	right: 360px;
	margin-left: 15px;
}

#header #search #search_right a{
	display:block;
	width:28px;
	height:22px;
}

#header #search #search_right a:link{
	background-image: url(../images/search_right.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#header #search #search_right a:visited{
	background-image: url(../images/search_right.jpg);
	background-repeat: no-repeat;
	background-position: center;
}	

#header #search #search_right a:hover{
	background-image: url(../images/search_right_on.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/* --//header --*/
	
/*--visual --*/
#visual{
	width: 900px;
	height: 350px;
	margin: 0;
	padding: 0;
  	background-color: #ffffff;
	
}


#visual #intro img{
	width: 785px;
	height: 281px;
	margin:50px 50px 10px 60px;
}
/* --//visual --*/


/*--navigation --*/

#navigation{
	width: 900px;
	height: 30px;
}

#navigation #navi_btn1, #navi_btn2, #navi_btn3, #navi_btn4, #navi_btn5{
	width: 120px;
	height: 30px;
	display: inline;
	float: left;
}

#navigation #navi_btn1{
	position:relative;
}

#navigation #navi_btn1 ul{
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	top: 30px;
	left: 0;
}

#navigation #navi_btn1:hover ul{
	z-index: 200;
}

#navigation #navi_btn1:hover ul li{
	visibility: visible;
	overflow: visible;
	height: auto;
	z-index: 200;
	width: 186px;
	border-left: 0.5px solid #666666;
	border-right: 0.5px solid #666666;
}

#navigation #navi_btn1 li{
	float: none;
	width: 186px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	padding: 4px 10px;
    margin: 0 1px 0 0;
	background-color: #000000;
	border-bottom: 0.5px solid #666666;
}

#navigation #navi_btn6{
	width: 120px;
	height: 30px;
	display: inline;
	float: left;
}	

#navigation #navi_btn7{
	width: 180px;
	height: 30px;
	display: inline;
	float: left;
}

*html #navigation #navi_btn1, #navi_btn2, #navi_btn3, #navi_btn4, #navi_btn5{
	width: 120px;
	height: 30px;
	float: left;
	display: inline;
}

*html #navigation #navi_btn6{
	width: 120px;
	height: 30px;
	display: inline;
	float: left;
}	

*html #navigation #navi_btn7{
	width: 180px;
	height: 30px;
	float: left;
	display: inline;
}

html>/**/body #navigation #navi_btn1, #navi_btn2, #navi_btn3, #navi_btn4, #navi_btn5{
	width: 120px;
	height: 30px;
	float: left;
	display: inline;
}

html>/**/body #navigation #navi_btn6{
	width: 120px;
	height: 30px;
	display: inline;
	float: left;
}	

html>/**/body #navigation #navi_btn7{
	width:  180px;
	height: 30px;
	float: left;
	display: inline;
}

/* --//navigation --*/
	


/*footer */
#footer {
	clear: both;
	height: 15px;
	width: 900px;
	/*元に戻すときは width 900px*/
	background-color: #000000;
	padding: 5px 0;
	margin-right: auto;
	margin-left:auto;
}

#footer p {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	
}
