@charset "utf-8";

/* --------------------------------------
　リセット
--------------------------------------- */
 
* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {text-decoration:underline;overflow:hidden;}
img {border:none;vertical-align:top;}
li {list-style-type:none;}
hr {display:none;clear:both;}
br.clear {clear:both;}




/* --------------------------------------
　共通部分
--------------------------------------- */

/* ページ全体のテキスト色 */
html {color:#000000;}

/* ページ全体 */
body {
	text-align:center;
	font-size:95%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height:1.6em;
	background:url(null) fixed;
	background-color:#ffffff;
}

/* ページ全体のリンク色 */
a {color:#000099;text-decoration:underline;}
a:link {color:#222299;text-decoration:underline;}
a:visited {color:#222299;text-decoration:underline;}
a:hover {color:#333333;text-decoration:none;}
a:active {color:#333333;text-decoration:none;}


/* ------------------------------------- 
 *	ページレイアウト
--------------------------------------- */

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
	width:950px;
	margin:0px auto;
	text-align:left;
	background-color:#fff;
	margin-top:20px;
	margin-bottom:20px;
}

.header{
	margin-top: 10px;
}

.main{
	float:left;
	width:628px;
	margin-top:10px;
	padding-left:25px;
}

.main2{
	width:925px;
	margin-top:10px;
	padding-left:25px;
}
.main_right{
	float:left;
	width:287px;
	margin-top:10px;
	margin-left:10px;
	font-size:80%;
	color:#555555;
	text-align:right;
}

.footer_navi{
	margin-top:10px;
	text-align:right
}

.footer{
	text-align:center;
	background:#eeeeee;
}

h1{
	font-size:30px;
	line-height:100px;
}

/* ------------------------------------- 
 *	navi
--------------------------------------- */

#navi{
	margin:0;
	padding:0;
	list-style:none;
}

#navi li{
	top:0px;
	display:block;
	margin:0;
	padding:0;
	text-indent:-9999px;
	float:left;
	height:86px;
}

#navi li:hover{
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
}

#navi li a{
	text-decoration:none;
	display:block;
	height:86px;
}

#navi_1{width:274px; background:url(./images/navi_1.jpg) no-repeat;}
#navi_2{width:389px; background:url(./images/navi_2.jpg) no-repeat;}
#navi_3{width:287px; background:url(./images/navi_3.jpg) no-repeat;}

#navi_1b{width:274px; background:url(./images/navi_1b.jpg) no-repeat;}
#navi_2b{width:389px; background:url(./images/navi_2b.jpg) no-repeat;}
#navi_3b{width:287px; background:url(./images/navi_3b.jpg) no-repeat;}


#navi_sub{
	padding-left:25px;
	font-size:18px;
	background: #eeeeee;
	line-height:200%;
}


/* ------------------------------------- 
 *	トップ
--------------------------------------- */
.top_menu{
	margin-top: 50px;
	margin-bottom: 50px;
}
.top_menu img:hover {
	filter:alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
}
.top_content{
	background:url(./images/top_back.jpg) ;
}
.top_content_1{
	float: left;
	padding-left:30px;
	width:244px;
}
.top_content_2{
	float: left;
	padding-left:30px;
	width:359px;
}
.top_content_3{
	float: left;
	padding-left:30px;
	width:257px;
}


/* ------------------------------------- 
 *	service
--------------------------------------- */

.ser_itembox{
	float: left;
	width: 265px;
	height: 230px;
	margin-right:20px;
	margin-bottom:50px;
	padding: 10px;
	border: #999999 solid 1px;
}

.ser_item_header{
	color:#225599;
	font-size:20px;
	font-weight:bold
}

.ser_itembox2{
	width: 265px;
	height: auto;
	margin-right:20px;
	margin-bottom:20px;
	padding: 10px;
	border: #999999 solid 1px;
}
.ser_itembox3{
	width: 800px;
	height: 210px;
	margin-right:20px;
	margin-bottom:20px;
	padding: 10px;
	border: #999999 solid 1px;
}


/* ------------------------------------- 
 *	privacy
--------------------------------------- */
.privacy_title{
	font-weight:bold;
	margin-top:30px;
	width:600px;
}

.privacy_text{
	font-size:80%;
	width:600px;
}

.tbl1{
	width:600px;
	font-size:90%;
	line-height:150%;
}
.tbl1 th{
	border:#999999 1px solid;
	padding:3px 10px;
	background-color:#dddcd6;
	text-align:center;
}
.tbl1 td{
	border:#999999 1px solid;
	padding:3px 10px;
}

