@charset "utf-8";

/*******************************************
common style
*******************************************/
html {

}
body {
	margin: 0;
	padding: 0;
	color: #3c3c3c;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	text-align:center;
	background-image: url(../common_image/bg.jpg);
	background-repeat: repeat;
}
td{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #3c3c3c;
}
/*******************************************
common link
*******************************************/
a {outline:none;}
a img {
	border-style: none;
}
a:link {
	color: #787878;
	text-decoration: none;
}
a:visited {
	color: #787878;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration:none;
}
a:active {
	color: #787878;
	text-decoration: none;
}
/*******************************************
basic style
*******************************************/
h1,h2,h3{
	margin:0;
	padding:0;
}
p{
	margin-bottom:25px;
	padding: 0px;
	margin-top: 0px;
}
#wrapper_index {
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
}
#wrapper {
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	background-image: url(../common_image/bg_wp.jpg);
	background-repeat: repeat-y;
	padding-top: 30px;
}

/* header
------------------------------------------ */

/*concept recruit*/
#header {
	text-align: center;
	margin-bottom: 50px;
}

/* main
------------------------------------------ */

/*index*/
#main_index {
	width: 900px;
	margin-right: 50px;
	margin-left: 50px;
}
#index_box {
	background-image: url(../common_image/index_img02.jpg);
	background-repeat: no-repeat;
	height: 490px;
	float: left;
	width: 300px;
}
#index_box p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 25px;
	margin-left: 30px;
}
#index_text {
	margin-top: 77px;
}

/*concept recruit*/
#main {
	text-align: left;
	width: 860px;
	margin-right: 70px;
	margin-left: 70px;
}
#main .flo_400 p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
}
#profile {
	border: 4px solid #000;
	font-size: 11px;
	padding: 2px;
}
#profile_text {
	border: 1px solid #D0121C;
	padding: 20px;
}
#profile_text02 {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B4B4B4;
}
.recruit_left {
	float: left;
	width: 240px;
}
.recruit_right {
	float: left;
	width: 620px;
	margin-bottom: 50px;
}



/* footer
------------------------------------------ */

/*index*/
#footer_index {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C7C7C9;
}
#ft_index {
	background-image: url(../common_image/index_ftbg.gif);
	background-repeat: repeat-x;
	height: 48px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 40px;
	text-align: center;
}
/*concept recruit*/
#footer {
	clear: both;
	width: 860px;
	margin-left: 70px;
	margin-right: 70px;
	margin-top: 25px;
}
#ft_ft {
	line-height: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A0A0A0;
	font-size: 11px;
	color: #787878;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 5px;
	width: 940px;
}

/* common style
------------------------------------------ */

.font01 {
	font-size: 10px;
	color: #787878;
}
.font02 {
	font-size: 11px;
	color: #787878;
}
.font03 {
	color: #d2141e;
}
.font04 {
	font-weight: bold;
}
.line01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0121C;
}
.line02 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
}
#line03 {
	height: 6px;
	width: 860px;
	background-image: url(../common_image/recruit_linebg.gif);
	background-repeat: repeat-x;
	margin-bottom: 50px;
}
.top_5 {
	margin-top: 5px;
}
.top_7 {
	margin-top: 7px;
}
.top_10 {
	margin-top: 10px;
}
.top_20 {
	margin-top: 20px;
}
.top_30 {
	margin-top: 30px;
}
.right_40 {
	margin-right: 40px;
}
.bottom_10 {
	margin-bottom: 10px;
}
.bottom_60 {
	margin-bottom: 60px;
}
.left_10 {
	margin-left: 10px;
}
.left_30 {
	margin-left: 30px;
}
.left_40 {
	margin-left: 40px;
}
.left_355 {
	margin-left: 355px;
}
.flo_300 {
	float: left;
	width: 300px;
}
.flo_400 {
	float: left;
	width: 400px;
	margin-bottom: 60px;
}
.flo_left {
	float: left;
}
.flo_right {
	float: right;
}
.text_right {
	text-align: right;
}
