@charset "Shift-Jis";
/* CSS Document
 *
 * import用stylesheet
 *
 */

@import"common/css/common.css";	/* 共通スタイルシート */

/* header
****************************/

#header {
	width: 100%;
	background: #E5F7FF url(img/headerBg.gif) 0 0 repeat-x;
	border-top: 4px solid #f6f;
}

#headercontents {
	width: 914px;
	margin: 0 auto;
	text-align: left;
}

#header h1,
#header p {
	float: right;
	width: 540px;
	padding: 0 25px 0 0;
	text-align: right;
	font-size: 1em;
}
#header h1 { margin-top: 30px; }

#header h2 {
	float: left;
	width: 242px;
	padding-left: 10px;
}

ul.globalnavi {
	clear: both;
	list-style: none;
	width: 911px;
	height: 75px;
	margin: 0 auto;
	}
	ul.globalnavi li {
	float: left;
	}

img.blanding {
	margin: 0 auto;
}

/* contents
*************************/

#container {
	width: 100%;
	background: #fff url(img/contentsBg.gif) 0 0 repeat-x;
}
#main {
	width: 900px;
	margin: 20px auto;
}

div#contents {
	float: left;
	width: 420px;
}

div.liebe {
	float: right;
	width: 190px;
	background-color: #EEF2EE;
	border: 2px solid #7E9E7D;
	text-align: left;
	}
	div.liebe img { padding: 5px; }
	div.liebe p { padding: 5px 10px 0 10px; }
	div.liebe ul { list-style: none; padding: 0 10px 5px 10px; }
	div.liebe li {
	padding: 0 0 0 11px;
	background: url(img/liebeArrow.gif) 0 4px no-repeat;
}

p.mobile,
p.recruit {
	padding: 0 0 10px 10px;
	text-align: left;
	line-height: 1.75em;
}



/* footer
*****************************/

#footer {
	width: 100%;
	padding: 40px 0 0 0;
	background-color: #fff;
}

ul.footernavi {
	list-style: none;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #FFB8CF;
	border-bottom: 1px solid #FFB8CF;
	}
	ul.footernavi li {
	display: inline;
	}

div.gray {
	width: 100%;
	padding: 10px 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #fff;
}
div.access {
	width: 900px;
	margin: 0 auto;
	}	
	div.access p.pagetop {
	float: right;
	padding-top: 10px;
	}

div.access table {
	width: 702px;
	height: 130px;
	background: url(img/accessBg.gif) 0 0 no-repeat;
	text-align: left;
	}
	div.access td {
	padding: 0 0 0 34px;
	font-size: 1em;
	}

p.copyright {
	width: 100%;
	text-align: center;
	border-top: 1px solid #FFB8CF;
}



















