@charset "utf-8";

/* common.css */

@import url(default.css);	/* スタイル初期化 */
@import url(local_common.css);	/* 下層ページ用スタイル */
@import url(styles.css);		/* 汎用装飾スタイル */

html {
	width: 100%;
}

body {
	width: 100%;
	font-size: 90%;
	text-align: center;
	background: #fff url(../images/com/img_header_back2.jpg) top left repeat-x;
}

* {
	font-family:  "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,arial,verdana,"ＭＳ Ｐゴシック", Osaka;
	color: #333;
	text-justify: distribute;
	/**/
}

a {
	color: #004693;
	text-decoration: underline;
}

a:hover {
	color: #5096e3;
}

p {
}

#wrapper {
	position: relative;
	/*width: 800px;*/
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 760px;
	margin: 0 auto;
}

#header img,
#header a img {
	vertical-align: top;
}

#headerLeft {
	float: left;
	width: 300px;
	margin: 0 0 0 10px;
}

#headerRight {
	float: right;
	width: 306px;
}

#header h1 {
	padding: 10px 0 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	_font-size: 8px;
	font-weight: normal;
	letter-spacing: 0.05em;
}

#headerMenu {
	margin: 10px 0 27px;
	_margin-bottom: 14px
}

#headerMenu ul {
	float: right;
	width: 223px;
	height: 11px;
	line-height: 1;
}

#headerMenu li {
	float: left;
	margin: 0 15px 0 0;
}

#headerRight li.last {
	margin: 0;
}

#headerRight .telephone {
	text-align: right;
}

#headerRight .telephone img {
	vertical-align: bottom;
}

#gnavi {
	/*position: absolute;
	top: 81px;
	_left: 0;*/
	width: 760px;
	margin: 0 auto;
	padding-top: 15px;
	/*IE6*/
	_padding-top: 18px;
}

/*IE7*/
*:first-child+html #gnavi {
	padding-top: 13px;
}

/*safari*/
html[xmlns*=""] body:last-child #gnavi {
	position: absolute;
	top: 81px;
	margin: 0;
	padding-top: 0;
}

#gnavi li {
	float: left;
}

/* mainContent */

#contentContainer {
	position: relative;
	top: 60px;
	width: 764px;
	margin: 0 18px;
}

#contentHeader {
	background: url(../images/com/img_window_header.gif) 0 0 no-repeat;
	_background: url(../images/com/img_window_header.gif) 0 1px no-repeat;
}

#contentHeader h2 {
	padding: 9px 9px 0;
}

#mainContent {
	width: 764px;
}

#mainContentInner {
	width: 764px;
	padding: 0 12px 30px;
	/*\*/
	width: 740px;
	/**/
	background: url(../images/com/img_window_body.gif) repeat-y;
}

/*サイドメニュー*/

#leftArea {
	float: left;
	width: 190px;
}

#leftArea ul {
	list-style: none;
	background: url(../images/kouen002_border.gif) center top no-repeat;
	margin-bottom: 15px;
}

#leftArea ul li {
	background: url(../images/kouen002_border.gif) center bottom no-repeat;
	padding: 10px 0 10px 10px;
}

/* footer */

#footer {
	clear: both;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#pagetopArea {
	position: relative;
	width: 758px;
	margin: 0 auto;
	height: 34px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#pagetopArea .pagetop {
	position: absolute;
	top: 0;
	left: 600px;
}

#footer #upper {
	width: 100%;
	padding: 15px 0 10px;
	background: url(../images/com/img_footerback01.gif) left bottom repeat-x;
	border-top: 1px solid #ccc;
}

#upperInner {
	width: 740px;
	margin: 0 auto;
}

#footerMenu {
	float: left;
	font-size: 75%;
	margin-left: 20px;
}

#footerMenu li {
	float: left;
	margin: 0 20px 0 0;
}

#footerMenu li a {
	display: block;
	font-size: 100%;
	text-decoration: none;
	color: #444;
	padding-left: 15px;
	background: url(../images/com/icon_arrow01.gif) left center no-repeat;
}

#footerMenu li a:hover {
	text-decoration: underline;
}

#companyInfo {
	float: right;
	font-size: 85%;
}

#companyInfo .companyInfo {
	text-align: right;
}

#upper .companyContact {
	width: 740px;
	margin: 5px auto 0;
	font-size: 85%;
	text-align: right;
}

#bottom {
	clear: both;
	width: 100%;
	background: url(../images/com/img_footerback02.gif) right bottom repeat-x;
}

#bottom .copyright {
	margin: 0 auto;
	padding: 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1;
	text-align: center;
	color: #fff;
}

/*　臨時　*/

.comingsoon {
	display: block;
	color: #f00;
}
	

