@charset "utf-8";
/* CSS Document */

body#intro #area_main,body#circle #area_main,body#wanted #area_main{
	position:relative;}
	
/*=====================cir_tab=====================*/
#tab{
	width:726px;
	height:75px;
	margin:0 auto;
	padding-top:5px;
	position:relative;}
#tab p{
	font-size:0.9em;
	float:right;
	margin-right:10px;}
#circle #tab p{
	margin-top:-3px;
	max-width:360px;}

/*-----------tab-----------*/
#tab ul#tab_navi{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	height:35px;
	background-image:url("../image/tab_line.gif");
	background-repeat:repeat-x;
	background-position:0 bottom;}
#tab ul#tab_navi li{
	float:left;
	margin:0 0 0 5px;
	padding:0;}
#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:5px;
	height:35px;
	display:block;
	background-image:url("../image/tab_off_left.png");
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;}
.tab_off_right{
	width:5px;
	height:35px;
	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:35px;
	display:block;
	background-image:url("../image/tab_off_bg.jpg");
	background-repeat:repeat-x;
	background-position:0 0;
	float:left;}

.tab_off_bg a{
	color:#333;}
.tab_off_bg a:hover{
	color:#e24a8f;}

.tab_on_left{
	width:5px;
	height:35px;
	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:35px;
	float:left;
	background-image:url("../image/tab_on_bg.jpg");
	background-repeat:repeat-x;
	background-position:0 0;}
.tab_on_right{
	width:5px;
	height:35px;
	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;}
