
/*=======================================
Body Syle
=======================================*/
body{
	margin:0;
	padding:0;
	background:#000 url(../cmn_img/img_bg.jpg) repeat-x;
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	
}

/*=======================================
defaut link
=======================================*/
a {
	color:#9B591F;
	text-decoration:none;
}

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

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

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

a:active {
	color:#9B591F;
	text-decoration:none;
}


/*=======================================
Text tSyle
=======================================*/
 .notice{
	color:#FF6600;
}

em{
	color:#993300;
	font-style:normal;
	font-weight:bold;
}



div#contents{
	color:#ccc;
}

/*-----recruit-----*/
div.recruit{
	width:600px;
	margin:10px 10px;
}

div.recruit h1{
	margin:45px 0 0 0;
}


div.recruit h2{
	margin:20px 0 5px 0;
	height:30px;
	overflow:hidden;
}

div.recruit h3{
	
}

div.recruit p{
	line-height:1.8;
}

p.mail{
	font-size:140%;
}

p.footer{
	border:solid #555;
	border-width:1px 0 0 0;
	text-align:right;

}

