@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:#ff0000;
	text-decoration:underline;
}

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

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

/*layout*/




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

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

#head_out{
	width:100%;
	height:130px;
	background:#ffffff;
	border-bottom:2px solid #339900;
	
}

.logo{
	position: absolute;
	top: 20px;
	left: 2px;
	width: 276px;
	
}

.contact{
	position: absolute;
	top: 55px;
	right: 2px;
	width: 160px;
	
}

.contact2{
	position: absolute;
	top: 5px;
	right: 120px;
	width: 450px;
	font-size:131%;
	line-height:140%;
}

#head ul{
	position: absolute;
	top: 100px;
	left: 0;
	width:1050px;
	height:50px;
	/*background-image:url(../images/nav_bg.jpg) ;*/
}

#head ul li{
	float: left;
	font-size: 108%;
	/*margin-left: 85px;
	margin-top:20px;*/
	width:262px;
	display:block;
	height:30px;
	line-height:30px;
	text-align:center;
	
}

#head ul li a{
	width:262px;
	display:block;
	height:30px;
	line-height:30px;
	text-align:center;
	
}



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

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

#head ul li a:hover{
	color:#ffffff;
	background:#339900;
}

.active{
	color:#ffffff !important;
	background:#339900;
}

#main_img_out{
	height:400px;
	
}

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

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


#side_area{
	width:250px;
	float:left;
	/*background:#E2E2E2;*/
	padding-bottom:20px;
	margin-top:10px;
}

/*#side_area li{
	width:252px;
	height:96px;
	line-height:30px;
	font-weight:lighter;
	font-size:108%;
	margin-bottom:5px;
	color:#333333;
	
}*/

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



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



#main_contents{
	width:770px;
	padding-bottom:10px;
	/*height:1200px;*/
	float:left;
	margin-left:30px;
	font-size:108%;
	line-height:150%;
}

#main_contents a:link{
	color:#0066cc;
}

#main_contents a:visited{
	color:#0066cc;
}

#main_contents a:hover{
	color:#0066cc;
	text-decoration:underline;
}




#main_contents h2{
	background:url(../images/h2_bg.jpg) no-repeat;
	width:730px;
	height:50px;
	line-height:50px;
	/*font-weight:lighter;*/
	font-size:131%;
	margin-bottom:5px;
	color:#333333;
	font-weight:lighter;
	/*text-indent:50px;*/
}

.sub h2{
	background:url(../images/subh2_bg.jpg) no-repeat;
	width:1042px;
	height:35px;
	line-height:35px;
	margin-left:4px;
	/*font-weight:lighter;*/
	font-size:146%;
	margin-bottom:5px;
	color:#FB2F79;
	text-indent:50px;
}

.class{
	width:600px;
	margin-left:4px;
	float:left;
}

.class2{
	width:400px;
	margin-left:4px;
	float:left;
}

.class p{
	margin-left:20px;
	margin-top:10px;
	margin-bottom:15px;
	line-height:150%;
}

.section{
	clear:both;
	padding-bottom:50px;
}

.line img{
	float:left;
	margin-right:15px;
}

.line li{
	height:160px;
	clear:both;
	padding-bottom:5px;
}

.line li a{
	color:
}

.link2 img{
	float:left;
	margin-right:15px;
}

.link2 li{
	height:64px;
	line-height:64px;
	border-bottom:1px solid #000000;
	clear:both;
	padding-bottom:5px;
}


#search h3{
	color:#FF6600;
	margin-top:20px;
	margin-bottom:10px;
}

#search ul li{
	height:278px;
	width:320px;
	float:left;
	margin:5px 12px;
	
	}
	
#search2 ul li{
	height:230px;
	width:230px;
	float:left;
	margin:5px 12px;
	
	}	

#search ul{
	margin-bottom:10px;

}

.top_img li{
	float:left;
	margin-right:6px;

}


#foot{
	height:100px;
	background:#339900;
	width:100%;
	min-width:1050px;
	clear:both;
	color:#ffffff;
}

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

.iso{
	float:left;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:30px;
		

}

.orange{
	color:#F07800;
	font-size:120%;
}



.b_nav{
	width:700px;
	position:absolute;
	top:10px;
	left:400px;
}


.b_nav li{
	line-height:28px;
	height:28px;
	/*float:left;*/
	margin:0 6px;
	background:url(../images/arrow.png) no-repeat 0 5px;
	font-size:100%;
	text-indent:12px;
}

.b_nav li a{
	color:#ffffff;
}

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

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

.b_nav2{
	width:400px;
	position:absolute;
	top:10px;
	left:650px;
}


.b_nav2 li{
	line-height:28px;
	height:28px;
	float:left;
	margin:0 6px;
	background:url(../images/arrow.png) no-repeat 0 5px;
	font-size:100%;
	text-indent:12px;
}

.b_nav2 li a{
	color:#ffffff;
}

.b_nav2 li a:visit{
	color:#ffffff;
}

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


.foot_info{
	position:absolute;
	top:30px;
	right:10px;
	line-height:150%;
	font-size:198%;
	font-weight:bold;
	
}

.foot_info3{
	position:absolute;
	top:30px;
	left:550px;
	line-height:150%;
	font-size:108%;
	/*font-weight:bold;*/
	
}

.foot_info2{
	position:absolute;
	top:20px;
	left:10px;
	line-height:150%;
	font-size:108%;
	width:400px;
	/*font-weight:bold;*/
	
}

.foot_info2 li{
	line-height:28px;
	height:28px;
	float:left;
	margin:0 15px;
	background:url(../images/arrow.png) no-repeat 0 5px;
	font-size:100%;
	text-indent:12px;
}

.foot_info2 li a{
	color:#ffffff;
}

.foot_info2 li a:visit{
	color:#ffffff;
}

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



#bottom{
	height:40px;
	line-height:40px;
	width:100%;
	min-width:1050px;
	margin:0 auto;
	color:#333333;
	text-align:center;
	text-indent:1px;
	clear:both;
	background:#ffffff;
}





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

}


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

#company th{
	background-color:#CCCCCC;
	color:#666666;
	padding-bottom:10px;
	padding-top:10px;
}

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

#list_table td,#list_table th{
	height:30px;
	line-height:30px;
	font-size:14px;
	border-bottom:1px solid #333333;
	padding-bottom:10px;
	padding-top:10px;
}

.price li{
	list-style:disc;
}


/*contact*/

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

#contact th{
	background-color:#CCFFCC;
	font-weight:lighter;
	color:#666666;
	width:200px;
}

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

#contact input{
	height:25px;
	width:300px;
	
}

#contact textarea{
	width:300px;
	
}


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