@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:hover img{
    filter:alpha(opacity=77); 
    -moz-opacity: 0.7; 
    opacity: 0.7;
}

body{
	color:#999999;
}

/* レイアウト　*/

#head{
	width:100%;
	height:121px;
	background:url(../images/head_bg.jpg) repeat-x;
}

#head_contents{
	width:950px;
	margin:0 auto;
	height:105px;
	border-bottom:#00CC00 5px solid;
}

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

}

#nav{
	width:950px;
	height:30px;
	margin-bottom:10px;
}

#tokusen_l{
	width:200px;
	height:900px;
	float:left;
	/*background:#FF0000;*/
}

#tokusen_r{
	width:200px;
	height:900px;
	float:left;
	/*background:#FF0000;*/
}

#main{
	width:550px;
	height:1300px;
	float:left;
	margin-bottom:20px;
	/*background:#FF0000;*/
}

#f_nav{
	clear:both;
	width:950px;
	height:20px;
	margin-top:5px;
	margin-bottom:5px;

}

#foot{
	clear:both;
	width:100%;
	height:20px;
	background:#CCCCCC;
}




/* head　*/

h1{
	/*font-weight:lighter;*/
	font-size:9px;
	color:#ffffff;
	width:950px;
	height:16px;
	text-align:right;
	background:#FF6600;
	
}


/*   nav     */


#nav li{
	float:left;
	font-size:150%;
	font-weight:bold;
	margin:10px 55px 5px;
	line-height:30px;
	height:30px;
	color:#000000;
}

#nav a:link{
	color:#ff6600;
}


#nav a:visited{
	color:#ff6600;
}
#nav a:hover{
	color:#33cc00;
}


/*   tokusen     */

.tokusen{
	width:150px;
	height:150px;
	margin:0 20px 20px;
	color: #666666;
}

.tokusen01{
	font-size:108%;
	padding-left:40px;
	margin-bottom:10px;
	color:#FFFFFF;
	width:200px;
	height:40px;
	line-height:40px;
	background: url(../images/tokusen_h.jpg) no-repeat;
}

#banar_l img{
	margin:0 20px 20px;
}

/*    main    */

/*.iruka{
	margin:0 58px;
}*/

#main li {
	float:left;
	margin:5px 5px 0;
}



#f_nav li{
	float:left;
	margin:10px 40px 0;
	background:url(../images/arrow.png) no-repeat 0 2px ;
	text-indent:15px;
}

#f_nav a:link { color: blue; }

#f_nav a:visited { color: blue; }

#f_nav a:hover { color:#FF6600; }


/*  foot   */

#foot_contents{
	
	width:800px;
	font-size:122%;
	line-height:140%;
	margin:0 auto;
	color:#FFFFFF;
}

#footer{
	font-size:12px;
	color:#000000;
	text-align:center;
}


/*  company  */

.title_h2{
	margin-top:10px;
}

#company{
	clear:both;
	width:950px;
	margin:0 auto;
}

#company table{
	margin-top:20px;
}


#company td,th{
	height:30px;
	line-height:30px;
	font-size:14px;
	border:solid 1px #cccccc;
}
#company th{
	background-color:#0066ff;
	color:#FFFFFF;
	border:solid 1px #cccccc;
}
#company td{
	padding-left:20px;
	color:#000000;
}

/*  privacy  */

#privacy{
	clear:both;
	width:950px;
	margin:0 auto;
}

.privacy_c{
	width:898px;
	margin-top:20px;
	padding:5px;
	line-height:150%;
	color:#000000;
	/*border:1px dotted #0066FF;*/
}


/*   contact    */

#contact{
	color:#000000;
}

#contact table {
	border-collapse:collapse;
}

#contact td,th{
	font-size:14px;
	border:solid 1px #0066FF;
}

/*#contact th{
	background-color:#0066ff;
	color:#FFFFFF;
}*/

#contact td{
	padding-left:20px;
	line-height:26px;
	color:#000000;
}

.btn_box{
	font-size:16px;
}