<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

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

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

/*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: 9px;
	right: 0px;
	font-size: 88%;
	font-weight: lighter;
}

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

.contact{
	position: absolute;
	top: 24px;
	right: 2px;
	width: 200px;
	font-weight:bold;
	font-size:108%;
	line-height:140%;
	border:1px solid #cccccc;
	padding:5px;
	
}

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

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

#head .active{
	background:#333333;
}


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



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

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

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

#main_img_out{
	height:300px;
	background:#999999;
}

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

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


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

#side_area h2{
	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;
}

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

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




#side_area li a:hover{
	background:#1C5E78;
	width:198px;
	height:50px;
	text-indent:40px;
	line-height:50px;
	margin-bottom:5px;
	border:1px #cccccc dotted;
	display:block;
	color:#FFFFFF;
	
}



.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:780px;
	padding-bottom:10px;
	/*height:1200px;*/
	float:left;
	margin-left:20px;
	font-size:108%;
	line-height:150%;
}

#main_contents h2{
	background:url(../images/h2_bg.jpg) no-repeat;
	width:780px;
	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;
}*/

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

#search ul li{
	color:#000066;
	height:70px;
	width:240px;
	float:left;
	margin:5px 10px;
	
}

#search ul{
	margin-bottom:10px;
}

#search{
	padding-bottom:10px;
}*/


#foot{
	height:120px;
	background:#eeeeee;
	width:100%;
	min-width:1050px;
	clear:both;
	color:#333333;
}

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

.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:15px;
	right:10px;
	line-height:150%;
	font-size:108%;
	/*font-weight:bold;*/
	
}

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





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

}

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

#contact th{
	background-color:#FCEBFB;
	font-weight:lighter;
	color:#666666;
}

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

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

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

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


#company a:link{
	color:#0000ff;
	text-decoration:underline;
}

#company a:visited{
	color:#0000ff;
	text-decoration:underline;
}


#company a:hover{
	color:#0000ff;
    filter:alpha(opacity=77); 
    -moz-opacity: 0.7; 
    opacity: 0.7;
	text-decoration:none;
}

.btn_box{
	height:40px;
	width:100px;
}
</pre></body></html>