/*
///////////////////////////////////////////
CSS FOR Common
Made by Quoctk (クック)
/////////////////////////////////////
*/

@charset "utf-8";
/*html*/
html {
	overflow-y: scroll;
}
/*body*/
body {
	font-size: 12px;
	line-height: 1.4;
	font-family: "MS PGothic", "MS Gothic", "MS PMincho", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, Osaka, Sans-Serif;
	min-width: 960px;
	background: url(../images/common/bg.png) repeat;
}
#Container {
	width: 100%;
	padding: 0;
	margin: 0;
}
/*/////HEADER/////*/

#Header {
	width: 100%;
	height: 192px;
	background: url(../images/common/bg_header.png) repeat-x;
	position: relative;
	z-index: 9999;
}
#Header-wrap {
	width: 960px;
	height: 192px;
	margin: 0 auto;
	position: relative;
}
#Header-wrap h1 {
	position: absolute;
	top: 10px;
	lèt: 0px;
	font-size: 109%;
	color: #313131;
}
#Logo {
	position: absolute;
	top: 35px;
	left: 0px;
}
#Tel {
	position: absolute;
	top: 65px;
	right: 0;
}
#Btn-top {
	position: absolute;
	top: 33px;
	left: 650px;
}
#Btn-top li {
	float: left;
	padding: 0 5px 0 5px;
}
#Btn-top li a {
	color: #313131;
	font-size: 109%;
	text-decoration: none;
}
#Btn-top li a:hover {
	text-decoration: underline;
}
#Btn-contact {
	position: absolute;
	top: 20px;
	right: 0;
}
/*/////NAVIGATION/////*/

#Navigation {
	width: 960px;
	height: 35px;
	position: absolute;
	bottom: 10px;
	left: 0;
}
#Nav {
	width: 960px;
	height: 35px;
	margin: 0 auto;
}
#Nav li {
	height: 35px;
	float: left;
	overflow: hidden;
}
#Nav li a {
	height: 0;
	padding: 35px 0px 0px;
	background: url(../images/common/nav.png) no-repeat left top;
	display: block;
}
#Nav li.nav1 a {
	width: 162px;
	background-position: 0px top;
}
#Nav li.nav2 a {
	width: 244px;
	background-position: -162px top;
}
#Nav li.nav3 a {
	width: 161px;
	background-position: -406px top;
}
#Nav li.nav4 a {
	width: 201px;
	background-position: -567px top;
}
#Nav li.nav5 a {
	width: 192px;
	background-position: -768px top;
}
/*/////CONTENT/////*/

#Content {
	width: 100%;
	margin: 0px 0 0;
	padding-bottom: 50px;
	background: url(../images/common/bg_content.png) repeat-x;
}
#Content-wrap {
	width: 920px;
	margin: 0px auto;
	position: relative;
}
#Pen {
	position: absolute;
	top: 0;
	left: -30px;
}
#Main {
	width: 635px;
	float: left;
}
#Side {
	width: 270px;
	float: right;
}
#S-bnr01 {
	width: 100%;
	height: 153px;
	position: relative;
	background: url(../images/common/bnr_03.png) no-repeat;
}
#S-bnr01 p {
	color: #6e6e6e;
	font-size: 105%;
	padding-top: 60px;
	padding-right: 0;
	padding-left: 70px;
	padding-bottom: 0;
	line-height: 120%;
}
.s-btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#S-bnr02 {
	width: 100%;
	height: 167px;
	position: relative;
	background: url(../images/common/bnr_04.png) no-repeat;
	background-position:top;
	margin-top:10px;
}
#S-bnr02 p {
	color: #6e6e6e;
	font-size: 105%;
	padding: 55px 0 0 20px;
	line-height: 1.2em;
}
.s-btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#Facebook {
	width: 100%;
	height: 346px;
	background: url(../images/common/face.png) no-repeat;
}
/*/////FOOTER/////*/

#Footer {
	clear: both;
	width: 100%;
	background: url(../images/common/bg_footer.png) repeat-x left bottom;
}
#Footer-wrap {
	width: 920px;
	height: 415px;
	margin: 0 auto;
	position: relative;
}
#F-map {
	width: 100%;
}
#F-map li {
	width: 197px;
	float: left;
	text-align: center;
	margin: 0 40px 0 0;
}
#F-map li a {
	text-decoration: none;
}
#F-map li a:hover {
	text-decoration: underline;
	color: #5c5c5c;
}
#F-map li.last {
	margin-right: 0;
}
#F-map li span {
	color: #5c5c5c;
	font-size: 109%;
	background: url(../images/common/arrow.png) no-repeat left center;
	padding: 0 0 0 15px;
}
#Footer-nav {
	width: 100%;
	margin: 40px 0 10px 0;
	text-align: center;
}
#Footer-nav ul li {
	display: inline;
	margin: 0 0 0 0px;
	padding: 0px 0px 0 10px;
	color: #5c5c5c;
	font-size: 100%;
}
#Footer-nav ul li:first-child {
	padding: 0px 0px;
}
#Footer-nav ul li a {
	color: #5c5c5c;
	text-decoration: none;
	padding: 0 5px 0 0px;
}
#Footer-nav ul li a:hover {
	text-decoration: underline;
}
#Copyright {
	color: #5c5c5c;
	font-size: 100%;
	text-align: center;
}
/*/////PAGETOP/////*/

#Pagetop {
	position: fixed;
	right: 50px;
	bottom: 110px;
}
#Pagetop a {
	width: 75px;
	height: 75px;
	overflow: hidden;
	background: url(../images/common/pagetop.png) top center no-repeat;
	display: block;
}
/*/////SUB-PAGE/////*/
.sub-page #Content-wrap {
	width: 960px;
}
.sub-page #Footer-wrap {
	width: 920px;
	height: 103px;
	margin: 0 auto;
	position: relative;
}
#Sub-visual {
	width: 100%;
	height: 325px;
	background: url(../images/index/bg_mainvisual.png) repeat-x;
}
#Sub-wrap {
	width: 960px;
	height: 325px;
	margin: 0 auto;
	position: relative;
}
#Sub-wrap h2 {
	position: absolute;
	top: 140px;
	right: 60px;
	z-index: 99;
}
.sv-img {
	position: absolute;
	top: 17px;
	left: 0;
}
