@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:#0099FF;
}

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

body{
	background: #ffffff;
	color:#333333;
	font-size: 85%;
}

/*layout*/

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


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

h1{
	position: absolute;
	font-size: 88%;
	font-weight: lighter;
}

h2{
	font-size: 131%;
	color:#333333;
}

#head_out{
	width:100%;
	height:150px;
	background:#ffffff;
	background:url(../images/head_bg.jpg);
}



#main_img_out{
	height:350px;
	
}

#main_img{
	margin:0 auto;
	width:1050px;
	height:350px;
}

#nav_out{
	height:57px;
/*	background:url(../images/menu_out_bg.jpg);*/
	margin-top:10px;
}

#nav{
	margin:0 auto;
	width:1050px;
	height:56px;
	background:url(../images/menu_kokoro.jpg);
}

#nav li{
	width:200px;
	height:56px;
	float:left;
	/*margin-top:5px;*/
}

#top_menu li{
	float:left;
	margin:10px 10px;
}

.btn{
	margin-left:10px;
}

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

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


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

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

.b_nav{
	/*width:500px;*/
	margin-left:550px;
	
}


.b_nav li{
	line-height:22px;
	height:22px;
	float:left;
	margin:0 4px;
	text-indent:10px;
}

.b_nav li a{
	color:#0000ff;
}

.b_nav li a:visit{
	color:#0000ff;
}

.b_nav li a:hover{
	color:#ff0000;
}

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

#bottom{
	height:20px;
	/*line-height:50px;*/
	/*width:960px;*/
	/*margin:0 auto;*/
	/*color:#ffffff;*/
	/*text-align:center;*/
	/*text-indent:650px;*/
	/*clear:both;*/
	background:#D2E494;
}



