@charset "utf-8";
/* CSS ドキュメント */

@import url(common.css);

body{
	font-size:80%;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
	text-align: center;
	background: url(/img/bg_body.gif);
}

a:link{
	color: #000;
}
a:visited {
	color: #000;
}
a:hover, a:active {
	color: #FF0000;
}

#wrapper {
	width: 880px;
	background: #FFF;
	margin:0 auto;
}

#container{
	width:860px;
	margin:0 auto;
	padding:0px;
	text-align: left;
}

/*---------------------------------------------
TOPバー
---------------------------------------------*/
#topbar {
	width:100%;
	height: 20px;
	background-color:#FC0;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #666;
	text-align:left;
}

#topbar p {
	font-size:12px;
	color:#FFF;
}



/*---------------------------------------------
ヘッダー
---------------------------------------------*/
#header{
	height: 127px;
	background: url(/img/bg_header.gif) repeat-x bottom;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 12px;
	font-weight: 400;
}

#title-left{
	position: absolute;
	top: 24px;
	left: 0;
}


#title-right{
	position: absolute;
	top: 27px;
	right: 0;
}

#headernumber {
	position: absolute;
	top: 106px;
	left: 10px;
	color: #FFF;
}

#headermenu {
	position: absolute;
	top: 106px;
	right: 10px;
	color: #FFF;
}

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

#headermenu a:hover {
	text-decoration: underline;
}

/*---------------------------------------------
左サイド
---------------------------------------------*/

#leftbar{
	float:left;
	width:220px;
}

#gnavi {
	margin: 0 0 10px 0;
}

#gnavi li {
	margin: 0 0 3px 0;
}

#gnavi a:hover img{
	opacity:0.8;
	filter: alpha(opacity=90);
}

#leftbar .box {
	border:1px solid #06C;
	margin: 0 0 10px 0;
}

#leftbar .box h2{
	background-color:#06C;
	color:#fff;
	font-weight:normal;
	font-size:small;
	padding: 3px;
}

#leftbar .box ul{
	padding: 5px;
}

#leftbar .box li{
	margin: 0 0 5px 0;
}


#leftbar .box_ads {
	border:2px solid #CCC;
	text-align: center;
}

/*---------------------------------------------
右メイン 共通
---------------------------------------------*/
#body{
	float:right;
	width:625px;
}

#body h2 {
	background: url(/img/h2_bg_02.gif) repeat-x bottom;
	font-size: 130%;
	color: #FFF;
	padding: 6px 10px;
	margin: 0 0 10px 0;
}

#body h3 {
	border-left: 10px solid #FF9200;
	border-bottom: 1px solid #FF9200;
	padding: 2px 0 2px 10px;
	line-height: 150%;
	margin: 0 0 10px 0;
}

#body p {
	margin: 0 0 10px 0;
	line-height: 1.4;
}

#body ol {
	margin: 0 0 10px 30px;
}

#bread {
	margin: 0 0 20px 0;
}

#check ul {
	margin: 0 0 10px 30px;
}

.table01 {
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

.table01 th {
	border: 1px solid #CCC;
	padding: 8px;
	font-weight: 400;
	background: #E5E5E5;
}

.table01 td {
	border: 1px solid #CCC;
	padding: 8px;
}

/*---------------------------------------------
フッター
---------------------------------------------*/
#footer {
	clear:both;
	text-align: center;
	margin:10px 0;
	border-top:5px solid #06C;
}

#footermenu {
	padding: 5px 0;
}

#footer address {
	padding: 5px 0 10px 0;
}

/*---------------------------------------------
index.html
---------------------------------------------*/

#keyvisual {
	margin: 0 0 20px 0;
}

#step {
	margin: 0 0 20px 0;
}

#search {
	margin: 0 0 20px 0;
}

#search h2 {
	background: url(/img/h2_bg_01.gif) repeat-x bottom;
}

#search table {
	width: 100%;
}

#search table th {
	width: 15%;
	padding: 4px;
	text-align: left;
}

#search table td {
	width: 85%;
	padding: 4px;
}

#news {
	margin: 0 0 15px 0;
}

#news ul {
	padding: 0 10px;
}

#news li{
	margin: 0 0 10px 0;
	border-bottom:1px dotted #CCC;	
}


/*---------------------------------------------
selectCity.html
---------------------------------------------*/
#city_list table {
	margin: 0 0 15px 0;
}

#city_list td{
	vertical-align: top;
	line-height:1.8;
	text-decoration:none;
}

#city_list a{
	text-decoration:none;
}

/*---------------------------------------------
list.html
---------------------------------------------*/
#noresult {
	margin: 20px 0;
	padding: 15px 15px 15px 50px;
	border: 1px solid #DA5050;
	background: url(/img/nopreview.gif) no-repeat left center #FFE3E3;
}

#branch_list table{
	border-collapse: collapse;
	width: 100%;
}

#branch_list td{
	border: 1px solid #CCC;
}

#branch_list .shop_title{
	background: url(/img/h2_bg_01.gif) repeat-x bottom;
}

#branch_list .shop_name{
	float: left;
	font-weight:800;
	padding: 3px 0 3px 10px;
	font-size:140%;
	color:#FFF;
	border:none;
	width: 500px;
}

#branch_list .shop_hp {
	float: right;
	width: 91px;
	margin: 5px 5px 0 0;
}

#branch_list td .thumb {
	float: left;
	margin: 0 10px 10px 0;
}

/*---------------------------------------------
description.html
---------------------------------------------*/
#branch_detail h3 {
	background: url(/img/h2_bg_01.gif) repeat-x bottom;
	font-size: 120%;
	color: #FFF;
	padding: 4px 8px;
	margin: 0 0 10px 0;
	border: none;
}

#branch_detail table {
	margin: 0 0 10px 0;
	border-collapse: collapse;
}

#branch_detail table th {
	padding: 3px;
	border: 1px solid #CCC;
	font-weight: 400;
	color: #FFF;
	background: #FF9200;
}

#branch_detail table td {
	padding: 3px;
	border: 1px solid #CCC;
}

#branch_detail #freespace {
	padding: 10px;
}


#branch_detail #photo_box {
	padding-bottom:10px;
	text-align:center;
}

#branch_detail .photo {
	border: 1px solid #E8E8E8;
	padding: 2px;
	margin-right:2px;
	float:left;
	width:200px;
}
#branch_detail .photo_last {
	border: 1px solid #E8E8E8;
	padding: 2px;
	float:left;
	width:200px;
}


/*---------------------------------------------
reg1.html
---------------------------------------------*/
#kiyakubox {
	margin:5px 5px 20px 5px;
	border:1px solid #333333;
	height:300px;
	overflow-y:scroll;
	padding: 5px;
}

/*---------------------------------------------
error.html
---------------------------------------------*/
#error {
	margin: 20px 0;
	padding: 15px 15px 15px 50px;
	border: 1px solid #DA5050;
	background: url(/img/nopreview.gif) no-repeat left center #FFE3E3;
	color: #F00;
}

/*---------------------------------------------
site_map.html
---------------------------------------------*/
#sitemap {
	margin: 20px 10px;
}

#sitemap ul {
	margin: 0 20px;
	list-style-image:url(/img/arrow_01.gif);
}

#sitemap li {
	margin: 0 0 10px 0;
}


/* 採用情報----------------------------------------*/
#recruit th{
	vertical-align:middle;
}

/* リンク----------------------------------------*/
#link td,#link th{
	font-size:12px;
	}
	
/* ボックス----------------------------------------*/



#check ul{
	list-style-image:url(/img/onepage/check.gif);
}


#content {
	margin: 15px 0 10px 0;
}

.gotop {
	clear: both;
	text-align: right;
	padding: 10px 10px 10px 0;
}