@charset "utf-8";


/* --------------------------------------
 COMMON
-------------------------------------- */

*{margin: 0; padding: 0;}

body {
	line-height: 1.75;
	color: #333;
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

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

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: bold;
}

ul,ol,dl {list-style: none;}
li,dt,dd {list-style: none;}


img {border: none;
margin:0;
padding:0;}

br.clear {
	clear: both;
	line-height: 0;
	font: 0;
}


/* --- コンテナ --- */
#container {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	text-align: left;
}
#container img {
	margin: 0 auto;
	padding: 0;
}


/* --- ニュース --- */
#newsBox {
	margin: 0;
	border: 1px #ccc solid;
	width: 100%;
	line-height: 1.0;
}
#newsBox .inner {
	padding: 10px 10px 0;
	font-size: 11px;
	line-height: 1.5;
}
#newsBox .alpha {
	width: 20%;
	float: left;
}
#newsBox .beta {
	width: 80%;
	float: right;
}
#newsBox h2 {
	float: left;
	width: 20%;
}





/* --- フッタ --- */
#footer {
	margin: 40px 0 15px;
	color: #999;
	font-size: 10px;
}
#footer ul {
	margin: 15px 0 20px;
	border-left: 1px solid #999;
	height: 10px;
	line-height: 1.0;
}
#footer li {
	padding: 0 15px;
	border-right: 1px solid #999;
	float: left;
}


/* --- その他パーツ --- */
.dotted {
	width: 100%;
	height: 3px;
	background: url(/img/bg_border_dotted.gif) top left repeat-x;
}
.toList {
	padding-top: 2px;
	font-size: 10px;
	text-align: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac ¥*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE-mac */


.shopRight {
float:right;
width:300px;
margin: 0 80px 30px 0;
display:inline;
}
.shopLeft {
float:left;
width:270px;
display:inline;
}

/* --- 求人フォーム --- */
.recruit th {
	padding: 10px;
	width: 80px;
	vertical-align: top;
	text-align: left;
	color: #000000;
	font-weight: normal;
	border-bottom: solid 1px #666666;
}


.recruit td {
	padding: 10px;
	width: 460px;
	font-weight: normal;
	border-bottom: solid 1px #666666;
}

.font14 {
	font-size:14px;
	font-weight:bold;
	}
.font16 {
	font-size:16px;
	font-weight:bold;
	}
.fontRed {
	color:#ff0000;
	}
.fontYellow {
	color:#ffcc00;
	}
.fontBlue {
	color:#0066cc;
	}
.presale {
	margin:5px 0;
	border: solid 1px #cccccc;
	text-align:center;
    border-spacing: 0;
}
.presale td {
	border: solid 1px #cccccc;
	padding:0;
    border-spacing: 0;
	}	
.presale th {
	border: solid 1px #cccccc;
	padding:0;
    border-spacing: 0;
	}		
.border {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 0 10px 0;
	margin: 0 0 10px 0;
	}
#renewalBnr {
	float:left;
	}
#renewalBnr a :hover{
	margin: 0;
filter:alpha(opacity=75); /*IE*/
-moz-opacity:0.75; /*FF*/
opacity:0.75;
}
#renewalBnr02 {
	float:right;
	}
	#renewalBnr02 a :hover{
	margin: 0;
filter:alpha(opacity=75); /*IE*/
-moz-opacity:0.75; /*FF*/
opacity:0.75;
}