@charset"UTF-8";

/*========================================================

Author and Copyright

Author: masateru tagawa (http://at-will.net)
Created: 2008-2.07
Modified: 2008-2.07
Copyright: masateru tagawa

========================================================*/

/*------------------------------------------------------

	contents_area
		├pankuzu
		├contents_about
		└
		　　

--------------------------------------------------------*/

div#contents_area{
	float: right;
	width: 600px;
	text-align: left;
	}
	
div#contents_area hr{
	color : #FFFFFF;
	border-top : solid #999999 1px;
	margin:5px 0px 5px 0px;
	}

/*------------------------------------------------------

	recruit

--------------------------------------------------------*/

div.recruit{
	width:560px;
	margin: 0px 20px 20px 20px;
}

div.recruit h1{
	background:url(../conception/img/h1_conception.gif) no-repeat;
	margin: 0px 0px 35px 0px;
	line-height:65px;
	text-indent:-3568px;
}

div.recruit h2.conseption{
	text-align : left;
	line-height : 35px;
	font-size : 1.16em;
	color:#333333;
	padding:0px 0px 0px 5px;
	margin:0px 0px 10px 0px;
	background:url(../conception/img/conception_h3_01.gif) no-repeat;
}


div.recruit p{
	margin-bottom : 20px;
	text-align : left;
	line-height : 1.8em;
	font-weight : normal;
	font-size : 1em;
}

div.recruit strong{
	font-size : 1.3em;
	color:#CC0000;
}


div.recruit p.right{
	text-align : right;
}

div.recruit p.center{
	text-align : center;
}

div.recruit table{
	text-align : left;
	font-size : 1em;
	line-height : 1.8em;
	width:560px;
	border-collapse:collapse;
	border:1px solid #333333;
	margin:15px 0px 20px 0px;
}

div.recruit th{
	padding:5px;
	border:1px solid #333333;
	background-color:#FFFFCC;
	color:#333333;
}

div.recruit td{
	padding:5px;
	border:1px solid #333333;
}
