@charset "utf-8";


/* ===== リセット ===== */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.1.1
build: 47
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{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%;}



/* ===== 共通設定 ===== */

.clearflote:after {
	content:".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}


/* ===== 基本設定 ===== */

body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 140%;
	color: #666666;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: url(../images/page_bg.jpg) repeat-x left top;
}

a{
	color: #666;
	text-decoration:underline;
}
a:link{s
	color: #666;
}
a:visited{
	color: #666;
}
a:hover{
	color: #666;
}


/* ===== 基本構成 ===== */

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#content {
	font-size: 92.3%;
	width: 730px;
	padding-left: 30px;
	clear: both;
	float: right;
	overflow: hidden;
}


/* ナビゲーションメニュー */

#navigation {
	width: 190px;
	float: left;
}

#navigation div.header {
	font-size: 0;
	line-height: 0;
}

#navigation div.contact {
	margin-top: 20px;
}

#navigation ul {
	text-align: center;
	background: url(../images/bg-sidebar.gif) repeat-x left bottom;
	padding-bottom: 3px;
	margin: -1px 0 70px 0;
	list-style-type: none;
}
#navigation  ul li  {
	vertical-align:bottom;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	background-image: url(../images/bg-navi.gif);
	width: 190px;
	height: 50px;
}
#navigation  ul li  a {
	color: #fff;
	text-decoration: none;
	display: block;
	background-image: url(../images/bg-navi.gif);
}
#navigation ul li a:visited {
	color: #fff;
}
#navigation ul li a:hover {
	background-image: url(../images/bg-navi-hover.gif);
}
#navigation  ul li a.current {
	background-image: url(../images/bg-navi-current.gif);
}


#footer {
	color: #666;
	font-size: 84.6%;
	line-height: 150%;
	text-align: left;
	width: 100%;
	padding: 80px 0 0 0;
	clear: both;
}
#footer a{
	color: #666;
	text-decoration: underline;
}
#footer a:hover{
	text-decoration: underline;
}


#header:after, #content:after, #navigation:after, #footer:after {
	content:".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}


/* スマートフォン用要素の非表示 */

.smartphone {
	height: 0;
	overflow: hidden;
	visibility: hidden;
}


