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

/* =================================== */
/* レイアウトの設定 */
/* =================================== */

body {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #222222;
	background-color: #efeae5;
	background-image: url(common_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#wrap{
	position:relative;
	height: 100%;
	width:900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:active {
	color: #003366;
	text-decoration: underline;
	background-color: #CCCCCC;
}
p {
	margin-top: 20px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table {
	font-size: 12px;
	line-height: 16px;
}
hr {
	font-size: 12px;
	line-height: 16px;
	display: block;
	clear: both;
	height: 60px;
	width: 800px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(hr_bg.gif);
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

/* ヘッダー */
#head{
	height:80px;
	width:900px;
	margin-bottom: 10px;
}
h1 {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-indent: 50px;
	height: 40px;
	line-height: 40px;
}


/* メインコンテンツスペース */
#main{
	width:800px;
	margin-right: auto;
	margin-left: auto;
}


/* フッター */
#foot{
	height:80px;
	width:800px;
	clear:both;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	line-height: 12px;
	padding-top: 20px;
	padding-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}
#foot-menu{
	height:30px;
	width:800px;
	clear:both;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	background-color: #CCCCCC;
	letter-spacing: 2px;
}

/* トップページ */
.newlistings{
	font-size: 18px;
	color: #000000;
	text-indent: 30px;
	line-height: 50px;
	letter-spacing: 2px;
	width:800px;
	height:50px;
	background-image: url(../top_img/newlistings.gif);
	margin-top: 20px;
	display: block;
	margin-bottom: 10px;
}


/* 会社概要 */
#company{
	width:800px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
#company-catch{
	width:200px;
	height:auto;
	font-size: 18px;
	line-height: 20px;
	color: #CC0000;
	float: left;
	padding-top: 5px;
	margin-left: 50px;
}
.company-En-sub {
	font-size: 10px;
	font-style: normal;
	color: #CC0000;
	letter-spacing: 2px;
}
#company-profile{
	width:500px;
	height:auto;
	font-size: 12px;
	line-height: 18px;
	float: left;
}


/* ガイダンス */
.guidance-step1 {
	font-size: 14px; font-style: normal; color: #000000;line-height: 80px; letter-spacing: 1px; font-weight:bold;
	background-image: url(../guidance/guidance_step1.gif); background-repeat: no-repeat; text-indent: 110px; display: block;
	height: 70px; width: 600px;
}
.guidance-step2 {
	font-size: 14px; font-style: normal; color: #000000;line-height: 80px; letter-spacing: 1px; font-weight:bold;
	background-image: url(../guidance/guidance_step2.gif); background-repeat: no-repeat; text-indent: 110px; display: block;
	height: 70px; width: 600px;
}
.guidance-step3 {
	font-size: 14px; font-style: normal; color: #000000;line-height: 80px; letter-spacing: 1px; font-weight:bold;
	background-image: url(../guidance/guidance_step3.gif); background-repeat: no-repeat; text-indent: 110px; display: block;
	height: 70px; width: 600px;
}
.guidance-step4 {
	font-size: 14px; font-style: normal; color: #000000;line-height: 80px; letter-spacing: 1px; font-weight:bold;
	background-image: url(../guidance/guidance_step4.gif); background-repeat: no-repeat; text-indent: 110px; display: block;
	height: 70px; width: 600px;
}
.guidance-step5 {
	font-size: 14px; font-style: normal; color: #000000;line-height: 80px; letter-spacing: 1px; font-weight:bold;
	background-image: url(../guidance/guidance_step5.gif); background-repeat: no-repeat; text-indent: 110px; display: block;
	height: 70px; width: 600px;
}



/* =================================== */
/* レイアウト枠の設定 */
/* =================================== */

#w600px{
	width:600px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}


/* =================================== */
/* 見出し・装飾文字の設定 */
/* =================================== */

.page-catch {
	font-size: 20px;
	color: #000000;
	text-indent: 10px;
	line-height: 90px;
	display: block;
	width: 800px;
	height: 100px;
	background-image: url(page_catch_bg.gif);
	letter-spacing: 5px;
}

.catch-01 {
	color: #000000;
	font-size: 14px;
	line-height: 30px;
	background-image: url(catch_bg.gif);
	background-repeat: repeat-x;
	text-indent: 10px;
	width:auto;
	height:30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.catch-01-w560px{
	color: #000000;
	font-size: 14px;
	line-height: 30px;
	background-image: url(catch_bg.gif);
	background-repeat: repeat-x;
	text-indent: 10px;
	width:560px;
	height:30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.text-w500px {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	margin-bottom: 30px;
	width:500px;
	margin-right: auto;
	margin-left: auto;
}


/* =================================== */
/* リストマーク・装飾リンクの設定 */
/* =================================== */

.listmark-01 {
	color: #3366CC;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	text-indent: 14px;
	height: 24px;
	background-image: url(listmark_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.listmark-01 a:link {
	color: #3366CC;
	text-decoration: none;
}
.listmark-01 a:visited {
	color: #3366CC;
	text-decoration: none;
}
.listmark-01 a:hover {
	color: #3366CC;
	text-decoration: underline;
}
.listmark-01 a:active {
	color: #3366CC;
	text-decoration: underline;
}


/* =================================== */
/* メインフォントの設定 */
/* =================================== */

.font-M {
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.font-M a:link {
	color: #3333CC;
	text-decoration: underline;
}
.font-M a:visited {
	color: #660000;
	text-decoration: underline;
}
.font-M a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.font-M a:active {
	color: #FF0000;
	text-decoration: underline;
}
.font-L {
	font-size: 14px;
	font-style: normal;
	line-height: 40px;
	height: 40px;
}
.font-L a:link {
	color: #3333CC;
	text-decoration: underline;
}
.font-L a:visited {
	color: #660000;
	text-decoration: underline;
}
.font-L a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.font-L a:active {
	color: #FF0000;
	text-decoration: underline;
}


/* =================================== */
/* メインメニュー 日本語 */
/* =================================== */

#menu{
	position:relative;
	height: 80px;
	width:900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(menu_bg.gif);
	background-position: center;
}
#btn-area{
	height: 62px;
	width:800px;
	margin-right: auto;
	margin-left: auto;
}
.menu-btn-01 {
	height: 62px; width: 100px;
	background-image: url(menu_btn_01.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-01 a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-01 a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-01 a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_01.gif); background-position: 0px -62px; display: block;
}
.menu-btn-01 a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_01.gif); background-position: 0px -62px; display: block;
}

.menu-btn-02 {
	height: 62px; width: 100px;
	background-image: url(menu_btn_02.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-02 a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-02 a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-02 a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_02.gif); background-position: 0px -62px; display: block;
}
.menu-btn-02 a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_02.gif); background-position: 0px -62px; display: block;
}

.menu-btn-03 {
	height: 62px; width: 100px;
	background-image: url(menu_btn_03.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-03 a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-03 a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-03 a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_03.gif); background-position: 0px -62px; display: block;
}
.menu-btn-03 a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_03.gif); background-position: 0px -62px; display: block;
}

.menu-btn-04 {
	height: 62px; width: 100px;
	background-image: url(menu_btn_04.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-04 a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-04 a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-04 a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_04.gif); background-position: 0px -62px; display: block;
}
.menu-btn-04 a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_04.gif); background-position: 0px -62px; display: block;
}

.menu-btn-05 {
	height: 62px; width: 100px;
	background-image: url(menu_btn_05.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-05 a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-05 a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-05 a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_05.gif); background-position: 0px -62px; display: block;
}
.menu-btn-05 a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_05.gif); background-position: 0px -62px; display: block;
}

.menu-btn-06 {
	height: 62px; width: 100px;
	background-image: url(menu_btn_06.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-06 a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-06 a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-06 a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_06.gif); background-position: 0px -62px; display: block;
}
.menu-btn-06 a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_06.gif); background-position: 0px -62px; display: block;
}

.menu-btn-07 {
	height: 62px; width: 100px;
	background-image: url(menu_btn_07.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-07 a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-07 a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-07 a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_07.gif); background-position: 0px -62px; display: block;
}
.menu-btn-07 a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_07.gif); background-position: 0px -62px; display: block;
}

.menu-btn-08 {
	height: 62px; width: 100px;
	background-image: url(menu_btn_08.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-08 a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-08 a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-08 a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_08.gif); background-position: 0px -62px; display: block;
}
.menu-btn-08 a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_08.gif); background-position: 0px -62px; display: block;
}


/* =================================== */
/* メインメニュー 英語 */
/* =================================== */

.menu-btn-01-en {
	height: 62px; width: 100px;
	background-image: url(menu_btn_01_en.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-01-en a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-01-en a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-01-en a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_01_en.gif); background-position: 0px -62px; display: block;
}
.menu-btn-01-en a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_01_en.gif); background-position: 0px -62px; display: block;
}

.menu-btn-02-en {
	height: 62px; width: 100px;
	background-image: url(menu_btn_02_en.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-02-en a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-02-en a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-02-en a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_02_en.gif); background-position: 0px -62px; display: block;
}
.menu-btn-02-en a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_02_en.gif); background-position: 0px -62px; display: block;
}

.menu-btn-03-en {
	height: 62px; width: 100px;
	background-image: url(menu_btn_03_en.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-03-en a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-03-en a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-03-en a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_03_en.gif); background-position: 0px -62px; display: block;
}
.menu-btn-03-en a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_03_en.gif); background-position: 0px -62px; display: block;
}

.menu-btn-04-en {
	height: 62px; width: 100px;
	background-image: url(menu_btn_04_en.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-04-en a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-04-en a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-04-en a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_04_en.gif); background-position: 0px -62px; display: block;
}
.menu-btn-04-en a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_04_en.gif); background-position: 0px -62px; display: block;
}

.menu-btn-05-en {
	height: 62px; width: 100px;
	background-image: url(menu_btn_05_en.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-05-en a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-05-en a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-05-en a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_05_en.gif); background-position: 0px -62px; display: block;
}
.menu-btn-05-en a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_05_en.gif); background-position: 0px -62px; display: block;
}

.menu-btn-06-en {
	height: 62px; width: 100px;
	background-image: url(menu_btn_06_en.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-06-en a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-06-en a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-06-en a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_06_en.gif); background-position: 0px -62px; display: block;
}
.menu-btn-06-en a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_06_en.gif); background-position: 0px -62px; display: block;
}

.menu-btn-07-en {
	height: 62px; width: 100px;
	background-image: url(menu_btn_07_en.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-07-en a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-07-en a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-07-en a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_07_en.gif); background-position: 0px -62px; display: block;
}
.menu-btn-07-en a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_07_en.gif); background-position: 0px -62px; display: block;
}

.menu-btn-08-en {
	height: 62px; width: 100px;
	background-image: url(menu_btn_08_en.gif); background-position: 0px 0px;
	text-indent: -100px; display: block; float: left; overflow: hidden;
}
.menu-btn-08-en a:link {
	height: 62px; width: 100px; display: block;
}
.menu-btn-08-en a:visited {
	height: 62px; width: 100px; display: block;
}
.menu-btn-08-en a:hover {
	height: 62px; width: 100px; background-image: url(menu_btn_08_en.gif); background-position: 0px -62px; display: block;
}
.menu-btn-08-en a:active {
	height: 62px; width: 100px; background-image: url(menu_btn_08_en.gif); background-position: 0px -62px; display: block;
}