@charset "utf-8";
/* CSS Document */

/*---------------------base-----------------------------*/

body {
	margin: 0;
	padding: 0;
	color: #666;
	background-image: url(../img/share/body_bg.png);
	font-family: "メイリオ", "MS UI Gothic", "ＭＳ ゴシック";
	font-size: 100%;
	line-height: 1.4;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/*-----------------------id-----------------------------*/

#wrapper_top {
	background-image: url(../img/share/wrapper_top.png);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#wrapper {
	background-image: url(../img/share/wrapper_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#sidebar {
	float: left;
	width: 245px;
	padding-bottom: 10px;
}

#top_content {
	width: 710px;
	float: left;
	height: 65px;
	padding: 0px;
}

#content {
	width: 710px;
	float: left;
	background-color: #FFF;
	background-image: url(../img/share/content_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: auto;
}

#under_content {
	width: 710px;
	float: right;
	height: 35px;
	margin-right: 5px;
	background-image: url(../img/share/content_under.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 37px;
	padding-left: 0px;
}

#content ul, #content ol { 
	padding: 0 15px 15px 40px; 
}

#content_box1, #content_box2, #content_box3, #content_box4, #content_box5, #content_box6, #content_box7, #content_box8 {
	height: auto;
	width: 670px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footer {
	position: relative;
	clear: both;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 135px;
	background-image: url(../img/share/wrapper_bg.png);
	background-repeat: repeat-x;
}

/*---------------------ul.class--------------------------*/

ul.nav {
	margin-bottom: 15px;
	list-style-image: none;
	list-style-type: none;
}

ul.nav li {
}

ul.nav a, ul.nav a:visited {
	display: block;
	width: 224px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFF;
}

/*------------------------class--------------------------*/

.recruit_tb {
	width: 550px;
	margin-left: 70px;
	margin-bottom: 20px;
	height: auto;
	background-color: #FFE300;
}

.recruit_tb th {
	padding-bottom: 5px;
	background-color: #FFFFFF;
}

.recruit_tb td {
	padding-bottom: 5px;
	vertical-align: text-top;
	background-color: #FFFFFF;
}

.returns {
	width: 120px;
	margin-top: 20px;
	height: 65px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 560px;
	clear: both;
}

.returns a {
	text-decoration: none;
}

.returns_img {
	text-align: right;
}

.f_txt {
	color: #FFF;
	margin: 0px;
	padding-left: 0px;
}
.copy_txt {
	padding-left: 0px;
	color: #FFF;
	font-size: 12px;
	text-align: right;
	padding-top: 0px;
	margin: 0px;
}
