@charset "UTF-8";
/* -----------------------------------------------
	初期化用CSS
 ------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
}
ul {
	list-style:none;
}
fieldset, img {
	border:0px;
}
select option {
	padding:0 5px;
}
form label {
	cursor:pointer;
}
.clr {
	clear: both;
}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0


10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
*/
body {
	font:13px/1.231 "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, sans-serif;
*font-size:small;
*font:x-small;
}
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}
/* -----------------------------------------------
	全体設定
 ------------------------------------------------- */
a:link {
	color: #e25800;
}
a:visited {
	color: #843500;
}
a:hover {
	color: #666666;
}
a:active {
	color: #e25800;
}
body {
	background-image: url(/common/images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	position: relative;
	height: 100%;
}
html {
	height: 100%;
}
img {
	vertical-align: bottom;
}
#WRAPPER {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#WRAPPER .h {
	clear: both;
	height: 249px;
}
/* -----------------------------------------------
	HEADER
 ------------------------------------------------- */ 
#HEADER {
	background-image: url(/common/images/header.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 187px;
	text-align: center;
	width: 100%;
}
#HEADER .wrapper {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#HEADER .wrapper .grass {
	position: absolute;
	top: 139px;
	z-index: 1;
	display: block;
	left: 0px;
}
#HEADER .wrapper .logo {
	position: absolute;
	z-index: 3;
	top: 0px;
	display: block;
	left: 0px;
}
#HEADER .wrapper .kigurumi {
	display: block;
	position: absolute;
	top: 0px;
	right: 4px;
	z-index: 1;
}
#HEADER .wrapper .menu {
	height: 159px;
	width: 500px;
	text-align: right;
	position: absolute;
	left: 308px;
	z-index: 2;
	top: 0px;
	background-image: url(../images/menu_1.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#HEADER .wrapper .menu ul {
	display: block;
	margin-top: 69px;
}
#HEADER .wrapper .menu ul li {
	float: left;
}
#HEADER .wrapper .car {
	height: 78px;
	width: 126px;
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 402px;
}
#CONTENTS {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/common/images/background_paper.png);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}
#CONTENTS .wrapper {
	text-align: left;
}

#KEYVISUAL  {
	text-align: center;
}
#MENU  {
	width: 231px;
	float: left;
	padding-left: 25px;
	padding-right: 15px;
}
#MENU ul.list2 li{
	margin-bottom: 4px;
}
#MENU .list1{
	width: 231px;
	background-image: url(../images/contents_background.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 10px;
}
#MENU .list1 li  {
	list-style-position: outside;
	list-style-image: url(../images/icon1.gif);
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}
#MENU .list1 .active {
	color: #666;
}
#MENU .list1 .sub {
	margin-left: 40px;
}




#BODY  {
	width: 600px;
	float: left;
}
#BODY .pmenu h1 {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}
#BODY .pmenu {
	margin-bottom: 10px;
	font-size: 85%;
}

#BODY .cnt {
	background-image: url(/common/images/contents_background.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
}
#BODY .f {
	vertical-align: top;
}
#BODY .right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#BODY .left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#BODY h2 {
	margin-bottom: 6px;
}
#BODY  .gotop{
	font-size: 85%;
	text-align: right;
	margin-top: 10px;
	clear: both;
}
#BODY p {
	line-height: 135%;
}
#BODY .contact {
	border: 2px solid #369;
	margin-right: 60px;
	margin-left: 60px;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
}
#BODY .contact span {
	font-weight: bold;
}

#BODY .contact strong {
	font-size: x-large;
	color: #036;
}






#FOOTER {
	background-image: url(/common/images/footer_background.png);
	background-repeat: repeat-x;
	height: 249px;
	background-position: center bottom;
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
}
#FOOTER .wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/common/images/footer_paper.png);
	height: 115px;
	position: relative;
	text-align: left;
}
#FOOTER .wrapper .dog {
	height: 128px;
	width: 176px;
	position: absolute;
	left: 285px;
	top: 0px;
}
#FOOTER .wrapper .tree {
	height: 128px;
	width: 176px;
	position: absolute;
	left: 647px;
	top: 0px;
}

