@charset "utf-8";
/* CSS Document */

/****************************************
		1. 基本設定 
*****************************************/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
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;
}*/
img {
	border:0;
}
ul,ol,li {
	list-style:none;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Fonts　フォントサイズを相対指定する↓　*/
body{
	font:13px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    *font-size:small;/* IE用 */
    *font:x-small;/* IE 互換モード用 */
	line-height:130%;
	
	}

/* YUI3 CSS Fonts フォントサイズ対応表
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%
*/

/*　↓リンクに対する共通設定↓　*/
a {
	text-decoration:none;
	
}

a:link{
	color:#333333;
}

a:visited{
	color:#333333;
}

a:hover{
	color:#6D825B;
}

a:hover img{
    filter:alpha(opacity=77); 
    -moz-opacity: 0.7; 
    opacity: 0.7;
}

body{
	background: #ffffff;
	color:#333333;
}

/*layout*/

/*#head_out{
	background:#ffffff;
	background-image:url(../images/bg_h.jpg) ;
	
}*/


#head{
	margin: 0 auto;
	width: 1050px;
	height: 150px;
	/*background: #08CCCC;*/
	position: relative;
	background-image:url(../images/head.jpg) ;
}
/*head*/

h1{
	position: absolute;
	top: 8px;
	left:700px;
	font-size: 88%;
	font-weight: lighter;
}

#head_out{
	width:100%;
	height:150px;
	background:#333333;
	background-image:url(../images/top_bg.jpg)  ;
}

#head ul{
	position: absolute;
	top: 120px;
	left: 250px;
	width:1050px;

}

#head ul li{
	float: left;
	font-size: 15px;
	width: 155px;
}

#head ul li a:link{
	color:#000000;
}

#head ul li a:visited{
	color:#000000;
}

#head ul li a:hover{
	color:#6D825B;
}

#head img{
	position: absolute;
	top: 75px;
	left: 850px;
}

#main_img_out{
	height:310px;
	
}

#main_img{
	margin:0 auto;
	width:1015px;
	height:302px;
	
}

#contents{
	width:1050px;
	margin:12px auto 0;
}

#side_area{
	width:200px;
	min-height:500px;
	float:left;
	margin-left:18px;
	/*background:#CCCCFF;*/
}

#side_area ul li{
	background:url(../images/menu_bg.jpg) no-repeat;
	width:198px;
	height:35px;
	line-height:35px;
	font-weight:lighter;
	font-size:108%;
	margin-bottom:5px;
	color:#333333;
	text-indent:20px;
}

#side_area .sub{
	background:url(../images/arrow.jpg) no-repeat 10px;
	width:198px;
	height:40px;
	text-indent:30px;
	line-height:40px;
	margin-bottom:5px;
	border-bottom:1px #cccccc dotted;
}





#main_contents{
	width:800px;
	height:500px;
	float:left;
	margin-left:20px;
}

#main_contents h2{
	background:url(../images/h2_bg.png) no-repeat;
	width:795px;
	height:35px;
	line-height:35px;
	font-weight:lighter;
	font-size:16px;
	margin-bottom:10px;
	color:#000000;
	text-indent:10px;
}



#main_contents a{
	color:#0000ff;
}

#main_contents a:visit{
	color:#0000ff;
}

#main_contents a:hover{
	color:#0000ff;
	text-decoration: underline;
}


.section{
	clear:both;
}



#foot1{
	height:70px;
	width:100%;
	clear:both;
	border-top:1px #cccccc solid;
}


#foot{
	height:150px;
	background:#e7f3c5;
	width:100%;
	clear:both;
	color:#333333;
}

#foot_box{
	width:1050px;
	height:150px;
	margin:0 auto;
	position:relative;
}

.b_nav{
	width:1000px;
	margin:20px auto;
}


.b_nav li{
	line-height:22px;
	height:22px;
	float:left;
	margin:0 60px;
	background:url(../images/l.png) no-repeat 0 3px;
	
	text-indent:10px;
}

.b_nav li a{
	color:#333333;
}

.b_nav li a:visit{
	color:#333333;
}

.b_nav li a:hover{
	color:#66cc00;
}

.foot_info{
	position:absolute;
	top:25px;
	left:10px;
	line-height:150%;
}

#bottom{
	height:20px;
	line-height:20px;
	/*width:960px;*/
	margin:0 auto;
	color:#FFFFFF;
	text-align:center;
	clear:both;
	background:#6D825B;
}



#contact td,th{
	height:50px;
	line-height:25px;
	font-size:14px;
}

#contact th{
	background-color:#98cb00;
	font-weight:lighter;
	color:#FFFFFF;
}

#contact td{
	padding-left:20px;
	color:#333333;
}




#facility td,th{
	height:50px;
	line-height:30px;
	font-size:14px;
}

#facility th{
	background-color:#98cb00;
	font-weight:lighter;
	color:#FFFFFF;
}

#facility td{
	padding-left:20px;
	color:#333333;
}



.privacy_c{
	margin-bottom:30px;
	margin-top:30px;
	font-size:108%;
	line-height:150%;

}

#sleep td,th{
	height:50px;
	line-height:30px;
	font-size:14px;
}

#sleep th{
	background-color:#98cb00;;
	font-weight:lighter;
	color:#333333;
}

#sleep td{
	padding-left:20px;
	color:#333333;
}

#company td,th{
	height:50px;
	line-height:30px;
	font-size:14px;
}

#company th{
	background-color:#98cb00;
	font-weight:lighter;
	color:#333333;
}

#company td{
	padding-left:20px;
	color:#333333;
}


#omotenashi a{
	color:#0000ff;
}

#omotenashi a:visit{
	color:#0000ff;
}

#omotenashi a:hover{
	color:#0000ff;
	text-decoration: underline;
}

.btn_box{
	height:40px;
	width:100px;
}

