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

*{
	margin: 0;
	padding: 0;
}

html,body {
	background-color: #F0F0E6;
	height: 100%;
	font-family:Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #453438;
}

#wrapper{
	background-image: url(../images/common/main_bg2jpg.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: auto !important;
	min-height:100%;
}

#contenar {
	height: 320px;
	width: 950px;
	margin: 0 auto;
}

body > #container {
    height: auto;
}


#header {
	height: 53px;
}
#header h1 {
	float: left;
	margin-top: 3px;
}

#header h2 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding-top: 20px;
}

#g-navi {
	float: right;
	margin-top: 12px;
	height: 29px;
}
#g-navi ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#g-navi li {
	display: block;
	margin-left: 5px;
	width: 130px;
	float: right;
	height: 29px;
	text-indent: -9999px;
}
#g-navi li a {
	display: block;
	width: 130px;
	height: 29px;
}

#g-navi li#company {
	background-image: url(../images/common/g-navi.jpg);
}
#g-navi li#company a:hover {
	background-image: url(../images/common/g-navi_on.jpg);
}

#g-navi li#contact {
	background-image: url(../images/common/g-navi.jpg);
	background-position: -132px 0px;
}
#g-navi li#contact a:hover {
	background-image: url(../images/common/g-navi_on.jpg);
	background-position: -132px 0px;
}




#cover {
	clear: both;
}


#pagebody{
	width: 930px;
	margin: 0 auto;
	height: auto;
	padding: 10px;
}
.company-profile {
	width: 85%;
	margin-left: 30px;
	margin-top: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
.company-profile td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330001;
	line-height: 1.3em;
}
.text {
	margin-left: 30px;
	margin-top: 20px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
#pagebody h3 {
	margin-left: 30px;
	margin-top: 50px;
	line-height: 1.5em;
}
.mailaddress {
}
#contact-img {
	margin: 40px 10px;
	text-indent: 1em;
}








#footer {
	clear: both;
	background-image: url(../images/common/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0px;
}
#footer div {
	width: 950px;
	margin: 20px auto;
	text-align: center;
}
#footer div p {
	margin-top: 5px;
}


#copy {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.5em;
}

#footer img {
	float: right;
	margin-top: 5px;
}
