@charset "utf-8";
@import "menu.css";
@import "company_content.css";
/* ---------------------- */
/*　全ページ共通設定項目　*/
/* ---------------------- */


* {
	margin: 0;
	padding: 0;
}

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

div {
	zoom: 100%;
}

a,
a img {
	border: none;
}

a,
a:visited {
	color: #3366CC;
}

a:hover {
	color:#003366;
}

body {
	background: url(../images/bg_companybody_adjust.gif) fixed repeat-x;
	text-align: center;
}

p,h1,h2,h3,h4,h5,h6,a,li,td,th,input,textarea,address {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

p {
	line-height: 1.5em;
	text-align: left;
	font-size: 12px;
}
p a {
	color: #666666;
}
p a:hover {
	color: #CCCCCC;
}




sup {
	vertical-align: baseline;
	position: relative;
	top: -4px;
}

input { font-size: 12px; }



/* ---------- */
/*　大枠指定　*/
/* ---------- */

* html #companybody,
* html #companybody_top,
* html #companybody_bottom,
* html #menu { behavior: expression(IEPNGFIX.fix(this)); }

#header {
	height: 64px;
	width: 825px;
	margin: 0px auto;
}

#header img{
	float:left;
	margin-top:15px;
}


#menu {
	height: 30px;
	width: 825px;
	margin: 0px auto;
	background: url(../images/bg_menu.gif) no-repeat;
	text-align: left;
}

#companybody {
	width: 790px;
	background: url(../images/bg_companycontent.png) repeat-y top;
	padding: 10px 20px;
	_padding: 10px 19px;
	margin: 0px auto;
}

#companybody_top {
	background: url(../images/bg_companycontenttop.gif) no-repeat top;
	width: 828px;
	height: 10px;
	margin: 0px auto;
	margin-top: 12px;
}

#companybody_bottom {
	background: url(../images/bg_companycontentbottom.gif) no-repeat bottom;
	width: 828px;
	height: 10px;
	margin: 0px auto;
	margin-bottom: 10px;
}

#content {
	z-index: 4;
	position: relative;
	_position: abusolute;
	top: 0px;
}

#main {
	float: left;
	width: 570px;
	margin-top: 20px;
	text-align: left;
	padding-bottom: 50px;
}

#side {
	float: right;
	width: 205px;
	margin-top: 20px;
	text-align: left;
}

#footer {
	z-index: 3;
	position: relative;
	border-top: 1px dotted #CDCDCD;
	padding-top: 12px;
}

/* 採用情報 */
#recruit_area {
	width : 570px;
}

#recruit_area h2.title_bar {
	background : url("../images/recruit_titlebar.gif") no-repeat;
	clear  : both;
	color  : #ffffff;
	font-size : 14px;
	line-height  : 30px;
	padding-left : 20px;
}

#recruit_area h2.division {
	color : #8acac5;
	font-size : 18px;
	font-weight : bold;
	border-left  : 5px solid #8acac5;
	padding-left : 10px;
	margin-bottom: 10px;
}

#recruit_area p {
	margin  : 10px 0px;
	padding-left : 10px;
}

#recruit_area p.left_image {
	float : left;
	display : inline;
	margin-right : 10px;
}

#recruit_area p.entry {
	text-align : right;
}

#recruit_area dl.benefits {
	float   : left;
	display : inline;
	width   : 275px;
	height  : 85px;
	font-size : 12px;
	margin : 10px 0px 20px 10px;
}

#recruit_area dl.benefits dt {
	float : left;
	display : inline;
	width : 95px;
}

#recruit_area dl.benefits dd {
	float : left;
	display : inline;
}

#recruit_area dl.benefits dd span.store_name {
	color : #009966;
	font-size   : 14px;
	font-weight : bold;
	line-height : 2.0;
}

/*　新卒採用情報 中途採用情報 共通　*/

#entry_text_area{
	margin-top: 10px;
}

#entry_text_area li {
	list-style: none;
	padding-bottom: 2px;
	font-size: 12px;
}

#entry_text_area ul {
	list-style: none;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#entry_table{
	width: 550px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#entry_table td{
	background: #eeeeee;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-align: left;
}

#entry_table .right{
	background: #FFFFFF;
	text-align: left;
	float: left;
}

#entry_table .right_radio_button{
	background: #FFFFFF;
	text-align: left;
	float: left;
}

#entry_table .right_radio_button span{
	margin-right: 20px;
}

#return_top a{}

#return_top a:hover{
	color: #333333;
}

/* 汎用クラス */

.entry_red{
	color: #cc0000;
}

.small{
	font-size: 10px;
}

.big{
	font-size: 14px;
}

/* フォームメールCSS */

input.text,input.password,textarea,select {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.text.err {
	background-color: #ffd9d9;
}

.textarea.err {
	background-color: #ffd9d9;
}

.select.err {
	background-color: #ffd9d9;
}

.radio.err {
	background-color: #ffd9d9;
}

