@charset "utf-8";
/* CSS Document */

body#intro #area_main,body#circle #area_main,body#wanted #area_main{
	position:relative;}
	
/*=====================cir_tab=====================*/
#tab{
	z-index:2;
	
	width:680px;
	height:90px;
	margin:-60px auto 0;
	padding-bottom:10px;
	
	position:relative;}

#tab p{
	float:right;
	width:auto;
	height:30px;
	
	font-size:0.9em;
	color:#000;
}

#intro #tab p{
	padding-right:0;
	width:500px;}

#circle #tab p{
	padding-right:0;
	width:430px;}

/*-----------tab-----------*/
#tab ul#tab_navi{
	clear:right;
	float:right;
	
	height:30px;
	width:auto;
	
	margin:0;
	padding-right:20px;
	
	list-style:none;
	position:relative;
	
	background-repeat:repeat-x;
	background-position:0 bottom;
}

#tab ul#tab_navi li{
	float:left;

	width:auto;
	height:30px;
	margin:0;
	padding:0;
	
	overflow:hidden;
}

#tab_navi a {
	height:30px;
}



#tab ul#tab_navi li:first-child{
	margin-left:15px;}










#tab ul#tab_navi li a{
	width:auto;
	height:23px;
	display:block;
	background-repeat:no-repeat;
	background-position:0 0;
	padding:7px 10px 0 10px;
	text-decoration:none;}

.tab_off_left{
	width:10px;
	height:30px;
	display:block;
	background-image:url("../image/tab_off_left.png");
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;}

.tab_off_right{
	width:10px;
	height:30px;
	display:block;
	background-image:url("../image/tab_off_right.png");
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;}

.tab_off_bg{
	width:auto;
	height:30px;
	display:block;
	background-image:url("../image/tab_off_bg.png");
	background-repeat:repeat-x;
	background-position:0 0;
	float:left;}

/*
.tab_off_bg a{
	color:#000;}
*/

.tab_off_bg a:hover{
	color:#d20029;}

.tab_on_left{
	width:10px;
	height:30px;
	display:block;
	float:left;
	background-image:url("../image/tab_on_left.png");
	background-position:0 0;
	background-repeat:no-repeat;}

.tab_on_bg{
	width:auto;
	height:30px;
	float:left;
	background-image:url("../image/tab_on_bg.png");
	background-repeat:repeat-x;
	background-position:0 0;}

.tab_on_right{
	width:10px;
	height:30px;
	display:block;
	float:left;
	background-image:url("../image/tab_on_right.png");
	background-position:0 0;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#d20029;}
