@charset "utf-8";
/* common.css */

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

* html * {
	font-family:'ＭＳ Ｐゴシック','メイリオ',Meiryo, arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p,span,li,dt,dd {
	line-height: 1.6;
}

/*　共通レイアウトスタイル　*/

html {
	font-size: 10px;
}

body {
	width: 100%;
	font-size: 120%;
	background: url(../images/common/bg01.gif);
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	/*\*/
	text-align: justify;
	text-justify: distribute;
	/**/
}


/* main */

#mainContainer {
}
 
.title {
	width: 130px;
	float: left;
}

.contentContainer {
	width: 800px;
	float: right;
	background: #fff;
}

.gnaviArea {
	position: relative;
	padding: 42px 0 35px;
}

.gnaviArea ul {
	position: absolute;
	left: 0;
	top: -40px;
}

.gnaviArea ul li {
	float: left;
	display: inline;
	padding-top: 40px;
	position: relative;
	z-index: 100;
}

.gnaviArea ul li.current {
	padding-top: 30px;
	background: url(../images/common/icon_arrow01.png) center 20px no-repeat;
	behavior: url(js/iepngfix.htc)
}

.contentInner {
	padding: 0 30px;
}


/* footer */

#footerContainer {
	padding: 0 30px 10px;
	background: #fff;
}

#footerContainer h2 {
	background: url(../images/common/line01.gif) right center no-repeat;
	padding: 2px 20px 2px 0;
	margin-right: 20px;
	display: inline;
}

.tel {
	background: url(../images/common/icon_tel.gif) left center no-repeat;
	padding-left: 15px;
}

.fax {
	background: url(../images/common/icon_fax.gif) left center no-repeat;
	padding-left: 30px;
	margin-left: 15px;
}

.copyright {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover img.btnOver {
	-moz-opacity:0.70;
	filter: alpha(opacity=70);
	opacity:0.70;
}


