@charset "utf-8";
body {
	background-image: url(../img/common/bg_pattern.gif);
	background-repeat: repeat;
	background-size: auto;
	-moz-background-size: auto;
	-webkit-background-size: auto;
	background-attachment: fixed;
}
#wrapper {
	background-image: url(../img/common/wrapper_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;

	background-size:contain;
	-moz-background-size:contain;
	-webkit-background-size:contain;
}
#bg {
	z-index: 10;
	position:fixed;
}

#header {
	background-color: #FFF;
}
#header_content {
	width: 920px;
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	background-color: #FFF;
	position: relative;
	padding: 10px 20px;
}
#sitelogo_img {
	float: left;
	margin-right:8px;
}

#companyName {
	float: left;
}

#companyName a{
	background-image: url(../img/common/companyname.png);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 380px;
	text-indent: -10000em;
}
#subnavi {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#subnavi li {
	float:left;
	border-left:1px solid #333;
	padding:5px;
}
#subnavi li a{
	display: block;
	text-align: center;
	padding-right: 1em;
	padding-left: 1em;
	font-size:11px;
	line-height:1.5em;
	padding:3px;
}
#subnavi li a strong {
	font-weight: bold;
	font-size:14px;
}

#container {
	width: 960px;
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	clear: both;
	/* [disabled]padding-top: 35px; */
	/* [disabled]padding-bottom: 50px; */
}


#content {
	margin-left: 45px;
}
#facebook {
	float: right;
	width: 300px;
}

#footer {
	clear: both;
	background-color: #FFF;/*  background-color: rgba(255, 255, 255, 0.9);
*/}
#footer_content {
	width: 910px;
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	padding: 25px;
	background-color: #FFF;
}
#footer_content li {
	display: inline;
	text-align: center;
	background-image: url(../img/common/ico_arow-or.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-right: 1em;
}
#f_result {
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 25px;
	background-color:#FFF;
}
#f_result h2 {
	font-weight: bold;
	background-image: url(../img/common/ico_sircle-bu.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}


#f_info {
	background-image: url(../img/common/sitelogo.png);
	background-repeat: no-repeat;
	padding-left: 110px;
	float: left;
	width: 350px;
}
#f_menu {
	margin-left: 480px;
}


#copyright {
	font-size: 9px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	color: #FFF;
	background-color: #007ec5;
	padding: 10px;
}
#contact {
	position: fixed;
z-index: 1500; position: fixed; top: 40px; right: 0px;}
