@charset "shift_jis";
/* CSS Document */

/*---------------------------*/
/*------- 共通部分----------*/
/*---------------------------*/

div.container {
	margin: 0 auto;
	width: 960px;
	
}

/*------- clearfix ----------*/

div.clearfix:after	{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div.clearfix {
	display: inline-block;
}


/*---------------------------*/
/*-------- header -----------*/
/*---------------------------*/

div#header {
	height: 170px;
	background: url(../images/hback.jpg) repeat-x;
}



div#header p#logo {
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 220px;
	height: 100px;
}

/*-------- hback -----------*/
div#hback{
	background: url(../images/back_header.jpg) no-repeat;
	width:100%;
	
	/*width: 960px;*/
	height: 170px;
}


/*-------- gnav -----------*/


div#gnav{
	position: relative;
	top: 88px;
	float: right;
	width: 710px;
	height:55px;
	
}

div#gnav ul{	
	overflow:hidden; 
	zoom:1; 
}

div#gnav ul li{
	float: left;
	display:inline;
}

div#gnav ul li a {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	height:55px;
	overflow:hidden;
}

div#gnav ul li#plangn {
	width: 142px;
	height: 55px;
	background: url(../images/plan.jpg) no-repeat;
}

div#gnav ul li#plangn a {
	width: 142px;
	height: 55px;
	background: url(../images/plan.jpg) no-repeat;
	text-align: left;
}

div#gnav ul li#plangn a span {
	width: 142px;
	height: 55px;
	text-indent: -9999px;
	display: block;
}

div#gnav ul li#plangn a:hover {
	width: 142px;
	height: 55px;
	background: url(../images/planov.jpg) no-repeat;
	text-align: left;
}

div#gnav ul li#plangn_on {
	width: 142px;
	height: 55px;
	background: url(../images/planov.jpg) no-repeat;
	text-indent: -9999px;
}

div#gnav ul li#conceptgn {
	width: 142px;
	height: 55px;
	background: url(../images/concept.jpg) no-repeat;
}

div#gnav ul li#conceptgn a {
	width: 142px;
	height: 55px;
	background: url(../images/concept.jpg) no-repeat;
	text-align: left;
}

div#gnav ul li#conceptgn a span {
	width: 142px;
	height: 55px;
	text-indent: -9999px;
	display: block;
}

div#gnav ul li#conceptgn a:hover {
	width: 142px;
	height: 55px;
	background: url(../images/conceptov.jpg) no-repeat;
	text-align: left;
}

div#gnav ul li#conceptgn_on {
	width: 142px;
	height: 55px;
	background: url(../images/conceptov.jpg) no-repeat;
	text-indent: -9999px;
}

div#gnav ul li#guidegn {
	width: 142px;
	height: 55px;
	background: url(../images/women.jpg) no-repeat;
}

div#gnav ul li#guidegn a {
	width: 142px;
	height: 55px;
	background: url(../images/women.jpg) no-repeat;
	text-align: left;
}

div#gnav ul li#guidegn a span {
	width: 142px;
	height: 55px;
	text-indent: -9999px;
	display: block;
}

div#gnav ul li#guidegn a:hover {
	width: 142px;
	height: 55px;
	background: url(../images/womenov.jpg) no-repeat;
	text-align: left;
}

div#gnav ul li#guidegn_on {
	width: 142px;
	height: 55px;
	background: url(../images/womenov.jpg) no-repeat;
	text-indent: -9999px;
}

div#gnav ul li#recruitgn {
	width: 142px;
	height: 55px;
	background: url(../images/recruit.jpg) no-repeat;
}

div#gnav ul li#recruitgn a {
	width: 142px;
	height: 55px;
	background: url(../images/recruit.jpg) no-repeat;
	text-align: left;
}

div#gnav ul li#recruitgn a span {
	width: 142px;
	height: 55px;
	text-indent: -9999px;
	display: block;
}

div#gnav ul li#recruitgn a:hover {
	width: 142px;
	height: 55px;
	background: url(../images/recruitov.jpg) no-repeat;
	text-align: left;
}

div#gnav ul li#recruitgn_on {
	width: 142px;
	height: 55px;
	background: url(../images/recruitov.jpg) no-repeat;
	text-indent: -9999px;
}

div#gnav ul li#companygn {
	width: 142px;
	height: 55px;
	background: url(../images/company.jpg) no-repeat;
}

div#gnav ul li#companygn a {
	width: 142px;
	height: 55px;
	background: url(../images/company.jpg) no-repeat;
	text-align: left;
}

div#gnav ul li#companygn a span {
	width: 142px;
	height: 55px;
	text-indent: -9999px;
	display: block;
}

div#gnav ul li#companygn a:hover {
	width: 142px;
	height: 55px;
	background: url(../images/companyov.jpg) no-repeat;
	text-align: left;
}

div#gnav ul li#companygn_on {
	width: 142px;
	height: 55px;
	background: url(../images/companyov.jpg) no-repeat;
	text-indent: -9999px;
}


/*---------------------------*/
/*------- mainVisual --------*/
/*---------------------------*/

div#mainV {
	height: 350px;
}

/*---------------------------*/
/*----- mainコンテンツ ------*/
/*---------------------------*/
div#main {
	width: 960px;
	margin-bottom: 40px;
}

div#main_con {
	width: 650px;
	float: left;
	padding: 15px;
	margin-bottom: 40px;
}

/*------- main --------*/
div.conWrap {
	width: 620px;
	margin-top: 40px;
	margin-left: 15px;
	text-align: left;
	overflow: hidden;
	border: solid #caa600 2px;
}

/*------- mainニュース --------*/
div.conWrap h2#mainnews {
	width: 620px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	color:#FFF;
	background: url(../images/maintitle.jpg) no-repeat;
}

div.conWrap div.maininfo {
	height: 150px;
	padding-top: 15px;
	padding-left: 15px;
	line-height: 2.0em;
	color: #fff;
	overflow: auto;
}

div.conWrap div.maininfo a:hover {
	color: #caa600;
}

div.conWrap div.maininfo span {
	color: #caa600;
}

div.conWrap div.maininfo li a {
	margin-left: 1.0em;
	color: #99f;
	text-decoration: underline;
}

div.conWrap div.maininfo p {
	font-size: 12px;
	text-align: right;
	padding-right: 15px;
}

div.conWrap div.maininfo p a {
	color: #caa600;
	text-decoration: underline;
}

/*------- mainボイス --------*/

div.conWrap h2#mainvoice {
	width: 620px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../images/titleguests.jpg) no-repeat;
}

div.conWrap div.voiceraw {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.5em;
	clear: both;
}

div.conWrap div.voiceraw p.customerVoice {
	text-align: left;
	text-indent: 1.0em;
	border-bottom: 1px #fff dotted;
	margin-bottom: 5px;
}

div.conWrap div.voiceraw p.staffVoice {
	width: 500px;
	float: right;
	text-align: left;
	color: #ba7f96;
}

div.conWrap div.voiceraw h2 {
	font-size: 14px;
	color: #caa600;
}

div.conWrap div.voiceraw h3 {
	font-size: 17px;
	text-align: left;
	color: #fff;
	
}

/*---------------------------*/
/*------- サイドメニュー ------*/
/*---------------------------*/

div#side {
	width: 254px;
	float: right;
	min-height: 400px;
}

/*------- バナー--------*/
div.sideWrap {
	width: 234px;
	float: right;
	min-height: 400px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 21px;
}

div.sideWrap ul {
	margin-bottom: 15px;
}

div.sideWrap li {
	margin-bottom: 8px;
}

div.sideWrap li.alcenter {
	text-align: center;
}

div.sideInfo {
	/*border: 2px #caa600 solid;*/
	color: #fff;
	padding-top: 5px;
	font-size: 18px;
}

div.sideInfo .center {
	text-align: center;
}

div.sideInfo p {
	font-size: 12px;
	margin-bottom: 20px;
}

div.sideInfo dt{
	font-size: 12px;
	font-weight: bold;
	margin-bottom:0.5em;
	text-indent: 0.4em;
	float:left;
	clear:left;
}

div.sideInfo dd{
	text-align: right;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size:18px
}


div.sideInfo dd.email{
	font-weight: normal;
	margin:0 0 0.4em 3em;
}

div.sideInfo dd.email a{
	color: #fff;
	text-decoration: underline;	
}




/*---------------------------*/
/*------ フッター -----*/
/*---------------------------*/

div#footer {
	clear: both;
	background-color: #422828;
	padding-top: 10px;
	height: 150px;
}

div#footer ul {
	color: #fff;
	margin-bottom: 20px;
}

div#footer div#fback {
	height: 150px;
	background: url(../images/r18.png) no-repeat right;
}


div#footer ul#fnav li {
	display: inline;
	padding: 0 10px;
	border-right: 2px #999 solid;
}

div#footer ul#fnav a {
	color: #fff;
	font-size: 14px;
}

div#footer ul#fnav a:hover {
	text-decoration: underline;
}

div#footer p.copy {
	position: relative;
	top: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

div#footer p.copy a {
	color: #caa600;
	text-decoration: underline;
}
