@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR Common
Made by tram
/////////////////////////////////////
*/

html {
	overflow-y: scroll;
}
/*/////BODY/////*/
body {
	font-size: 12px;
	line-height: 1.4;
	font-family: "MS PGothic", "MS Gothic", "MS PMincho", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Osaka, Sans-Serif;
	min-width: 960px;
	background:url(../images/common/bg_page.png);
}
#Container {
	width: 100%;
	padding: 0;
	margin: 0;
	background:url(../images/common/bg_page.png);
	overflow:hidden;
	color:#441a06;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	position:relative;
	z-index:9;
}
address {
	font-style:normal;
	border-top:0;
}
/*/////HEADER/////*/

#Header {
	background:url(../images/common/bg_hdr.png) repeat-x;
}
#Header .wrapper {
	background:url(../images/common/img_leaf_hdr.png) no-repeat 260px 0;
	height:140px;
}
#Header .wrapper > *{
	position:absolute;
}
#Header h1 {
	color:#fff;
	font-size:100%;
	top:10px;
	left:5px;
}
#Logo {
	top:53px;
	left:5px;
	display:block;
}
.contact {
	top:45px;
	right:0;
}
/*/////NAVIGATION/////*/

#Navigation {
	background:url(../images/common/bg_nav.png) repeat-x;
	position:relative;
}
.leaf-nav {
	height:95px;
	position:absolute;
	text-align:center;
	top:-20px;
	/left:0;
	width:100%;
	background:url(../images/common/bg_leaf.png) no-repeat 50% 0;
}
#Nav li {
	float:left;
	width:192px;
	height:50px;
}
#Nav li a {
	display:block;
}
/*/////CONTENT/////*/

#Content {
	padding:40px 0 10px;
}

#Main {
	width:625px;
	float:left;
}

#Side {
	width:310px;
	float:right;
	margin-right:-5px;
}
.bg-side {
	background:url(../images/common/bg_side.png) no-repeat 0 100%;
	margin-top:-6px;
}
#Side h3 {
	position:relative;
	height:52px;
	padding-bottom:6px;
	z-index:9;
	margin-left:1px;
}
#Information-side .bg-side {
	padding:13px 27px 27px 22px;
	position:relative;
}
.flower {
	position:absolute;
	bottom:33px;
	right:23px;
}
.information h4 {
	font-size:117%;
	font-weight:bold;
	margin-bottom:12px;
}
.information p {
	border-bottom:1px dashed #dbb9a9;
	font-size:117%;
	margin-bottom:6px;
	padding-bottom:7px;
	line-height:1.2;
}
.information p.last {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
#News .bg-side {
	padding:15px 20px 20px;
}
.news {
	width:265px;
	height:165px;
	overflow:auto;
}
.news a {
	color:#441a06;
	text-decoration:none;
}
.news a:hover {
	color:#441a06;
	text-decoration:underline;
}
.news dl {
	border-bottom:1px dashed #dbb9a9;
	padding-bottom:4px;
	margin-bottom:18px;
	font-size:114%;
}
.news dt {
	float:left;
}
.news dd {
	padding-left:80px;
}
.news .last {
	margin-bottom:0;
}
#Qa .bg-side {
	padding:15px 20px 25px;
}
.qa p{
	font-size:117%;
	border-bottom:1px dashed #dbb9a9;
	margin-bottom:8px;
	width:260px;
}
.qa span img {
	vertical-align:bottom;
	margin-right:5px;
}
.qa p a {
	color:#441a06;
	text-decoration:none;
	display:inline-block;
	margin-top:0;
	padding-bottom:5px;
}
.qa p a:hover {
	color:#441a06;
	text-decoration:underline;
	display:inline-block;
	margin-top:0;
	padding-bottom:5px;
}
.qa a {
	display:block;
	margin-top:20px;
}

.facebook {
	padding:0 0 5px 7px;
}
/*/////FOOTER/////*/

#Footer {
	background:url(../images/common/bg_ftr.png) repeat-x 0 100%;
}
#Footer .wrapper {
	background:url(../images/common/img_leaf_ftr.png) no-repeat 50% 0;
	padding:62px 20px 0;
	height:59px;
	/height:0;
	/background:url(../images/common/img_leaf_ftr.png) no-repeat 50% 6px;
	/padding:62px 20px 22px;
}
#Footer-nav {
	float:left;
	display:inline;
}
#Footer-nav li {
	display:inline;
	color:#fff;
	margin-right:5px;
}
#Footer-nav a {
	font-size:117%;
	color:#fff;
	text-decoration:none;
	margin-right:5px;
}
#Footer-nav a:hover {
	text-decoration:underline;
}
#Copyright {
	float:right;
	color:#fff;
	font-size:117%;
}

/*/////PAGETOP/////*/

#Pagetop {
	position: fixed;
	right: 50px;
	bottom: 150px;
	z-index:10;
}
#Pagetop a {
	width: 67px;
	height: 68px;
	overflow: hidden;
	background: url(../images/common/pagetop.png) top center no-repeat;
	display: block;
}
