﻿/* CSS Document */

/*■初期設定*/

body{
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
/*    font-size: 12px; *//* モダンブラウザ */
/*    font-size: 80%; *//* IE 7 */
/*    font: 80%; *//* IE 6以下 */
	}

body{
	text-align:center;
	}

/*■レイアウトセレクタ*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}


/*■基本レイアウト*/
#bg{
	width:820px;
	background:url(../img/bg_con.jpg) repeat-y;
	text-align:center;
	}
#container{
	width:800px;
	margin:auto;
	text-align:left;
	}
#head{
	float:left;
	width:625px;
	_width:600px; /* IE6 */
	margin-left:10px;
	border-width:0 0 1px 0 ;
}
#head h1{
	height:20px;
	line-height:16px;
	font-size:11px;
	color:#CCCCCC;
	font-weight:normal;
	text-indent:10px;
	}
#head h2{
	padding:4px 0 0 10px;
	font-weight:normal;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
#head h2 a{
	font-size:24px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#CCCCCC;
	font-weight:normal;
	filter: glow(color=#666666,strength=100);
	}
#head h2 a:hover{
	font-size:24px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#FF9900;
	}
#head_side{
	margin-left:640px;
	_margin-left:600px; /* IE6 */
	padding: 0px 0px 20px 0px;
	}

/* ヘッドメニュー */
#head_menu{
	height:42px;
	zoom:100%;
	}
#head_menu:after{
	content: "";
    clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	}
/* メニューリスト */
#head_menu ul *{
	list-style-type:none;
	display:block;
	}
#head_menu ul li{
	width:160px;
	height:42px;
/*	line-height: 1; */
/*	margin: 0; */
/*	padding: 0 0 0 10px; */
	position:relative;
	float:left;
	}
#head_menu ul li a{
	width:160px;
	height:42px;
	text-align:center;
	color:#FFFFFF;
	line-height:42px;
	text-decoration:none;
/*	background:url(img/menu/a01.jpg) no-repeat;*/
	}
#head_menu ul li a:hover{
	color:#FF9900;
	text-decoration:none;
	background-color:#666666;
	background:url(img/menu/a01_on.jpg) no-repeat; ;
	}

#head_menu ul li.off{
	overflow:hidden;
	width:160px;
	}
#head_menu ul li.off ol.sub{
	left:0px; top:-999px;
	}
#head_menu ul ol.sub{
	position:absolute;
	left:0px; top:42px;
	width:160px;
	border:1px solid #999999;
	text-align:center;
	}
#head_menu ul li.on{
	width:160px;
	}
#head_menu ul>li.on{
	overflow:visible;/*×*/
	}
#head_menu ul ol.sub li{
	width:160px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #999999;
	text-align:center;
	float:none;
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	}
#head_menu ul ol.sub li a{
	background:none;
	background-color:#FFFFFF;
	text-decoration:none;
	color:#000000;
	vertical-align:middle;
	font-size:12px;
	height:30px;
	line-height:30px;
	text-align:center;
	}
#head_menu ul ol.sub li a:hover{
	color:#000000;
	background:none;
	background-color:#FFCC00;
	}
/*
#head_menu ul li.a01 a{ background:url(../img/menu/a01.jpg) no-repeat;}
#head_menu ul li.a01 a:hover{ background:url(../img/menu/a01_on.jpg) no-repeat;}
#head_menu ul li.a02 a{ background:url(../img/menu/a02.jpg) no-repeat;}
#head_menu ul li.a02 a:hover{ background:url(../img/menu/a02_on.jpg) no-repeat;}
#head_menu ul li.a03 a{ background:url(../img/menu/a03.jpg) no-repeat;}
#head_menu ul li.a03 a:hover{ background:url(../img/menu/a03_on.jpg) no-repeat;}
#head_menu ul li.a04 a{ background:url(../img/menu/a04.jpg) no-repeat;}
#head_menu ul li.a04 a:hover{ background:url(../img/menu/a04_on.jpg) no-repeat;}
#head_menu ul li.a05 a{ background:url(../img/menu/a05.jpg) no-repeat;}
#head_menu ul li.a05 a:hover{ background:url(../img/menu/a05_on.jpg) no-repeat;}
*/


/*メインイメージ*/
#main_image{
	clear:left;
	float:left;
	width:625px;
	margin-left:10px;
	padding:0 0 1px 0;
	border:solid #333333;
	border-width:0 0 1px 0 ;
	}
#main_image div#main_img_txt h3{
	}
#main_side{
	margin-left:640px;
	padding: 0px 0px 20px 0px;
	}

#contents{
	margin:20px 10px 20px 10px;
	clear:left;
	zoom:100%;
	}
#contents:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#foot_up{
	background:url(../img/line_02.gif) no-repeat bottom;
	clear:both;
	height:32px;
	margin:0 0 0 0;
	}
#foot{
	clear:left;
	background:url(../img/bg_foot.gif) no-repeat;
	width:820px;
	height:50px;
	}
#copy{
	line-height:40px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	background-color:#534641;
	padding:2px;
	}
#copy a{
	color:#ffffff;
	text-decoration:none;
	}
#copy a:hover{
	color:#ffffff;
	}

/***トップ***/
#top{}
#top div#top_up{
	zoom:100%;
	margin:0 0 20px 0;
	}
#top div#top_up:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#top div#top_up div#left{
	float:left;
	width:400px;
	_width:380px; /* IE6 */
	margin:0 0 0 0;
	}
#top div#top_up div#left p{
	margin:8px 0 0 0;
	line-height:160%;
	}
#top div#top_up div#right{
	float:left;
	width:360px;
	margin:0 0 0 20px;
	}
#top div#top_up div#right h3{
	font-size:12px;
	}
#top div#top_up div#right div#info{
	background:url(../img/top/bg_info.gif) no-repeat;
	width:360px;
	height:200px;
	padding:1px 1px 0px 1px;
	}
#top div#top_up div#right div#info div#main{
	overflow:auto;
	width:358px;
	height:198px;
	margin:0;
	}
#top div#top_up div#right div#info div#main h4{
	margin:8px 10px 0 10px;
	font-size:100%;
	color:#FF9900;
	}
#top div#top_up div#right div#info div#main p{
	margin:4px 10px 0 10px;
	}
#top div#btm{
	clear:left;
	}
#top div#btm div#bnr_sps{
	}
#top div#btm div#bnr_sps ul{
	list-style-type:none;
	zoom:100%;
 	}
#top div#btm div#bnr_sps ul:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#top div#btm div#bnr_sps ul li{
 float:left;
 margin:0 8px 0 0;
 }
#top div#btm div#bnr_sps ul li a:hover img{
	filter:alpha(opacity=85); /*IE*/
	-moz-opacity:0.85; /*FF*/
	}

/***その他のページ***/
#other_page{}
#other_page h3{
	background:url(../img/bg_h3.jpg) no-repeat;
	font-size:18px;
	line-height:52px;
	height:52px;
	color:#FFFFFF;
	vertical-align:bottom;
	text-indent:10px;
	}


#other_page h4{ font-size:110%;
	line-height:1.0em;
	vertical-align:top;
	margin:20px 0 0 0;
	color:#cccccc;
	border:solid #FFCC00;
	text-indent:2px;
	border-width:0 0 0 3px;
	}
#other_page h5{
	font-size:100%;
	line-height:1.0em;
	vertical-align:top;
	margin:14px 0 0 0;
	color:#FF9900;
	}
#other_page h7{
	height:20px;
	line-height:16px;
	font-size:11px;
	color:#CCCCCC;
	font-weight:normal;
	text-indent:10px;
	}

#other_page div.typeA{
	}
#other_page div.typeA p{
	margin:2px 0 16px 0;
	line-height:200%;
	}
#other_page div.typeB{
	zoom:100%;
	}
#other_page div.typeB:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeB p{
	margin:2px 0 16px 0;
	line-height:200%;
	}
#other_page div.typeB div.left{
	float:left;
	width:240px;
	}
#other_page div.typeB div.right{
	float:right;
	width:500px;
	margin:0 0 0 20px;
	}

#other_page div.typeC{
	zoom:100%;
	}
#other_page div.typeC:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeC p{
	margin:2px 0 16px 0;
	line-height:200%;
	}
#other_page div.typeC div.left{
	float:left;
	width:370px;
	}
#other_page div.typeC div.right{
	float:right;
	width:370px;
	margin:0 0 0 20px;
	}

#other_page div.typeE{
	zoom:100%;
	}
#other_page div.typeE:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#other_page div.typeE p{
	margin:2px 0 16px 0;
	line-height:200%;
	}
#other_page div.typeE div.left{
	float:left;
	width:130px;
	}
#other_page div.typeE div.center{
	text-align:center;
	margin:auto;
	width:500px;
	margin:0 0 0 10px;
	}
#other_page div.typeE div.right{
	float:right;
	width:150px;
	margin:0 0 0 10px;
	}

#other_page p.margin_none{ margin:0;}
#other_page p{ margin:6px 0 0 0;}

/*テーブルセット*/
#tbl_setA{
	border:#666666 solid 1px;
	border-collapse:collapse;
	margin:0;
	}
#tbl_setA th{
	border:#666666 solid 1px;
	background:url(../img/bg_th_a.gif);
	padding:6px;
	color:#CCCCCC;
	text-align:center;
	}
#tbl_setA td{
	border:#666666 solid 1px;
	padding:6px;
	color:#CCCCCC;
}

/* copyrights */
#copyright{
	float: right;
}
#copyright a{
    display: inline;
    font-size: 9px;
    text-decoration: none;
}
#copyright_box{
	width: 28px;
	height: 11px;
}
#copyright p a{
	background: url(http://pondt.com/img/logo.gif) bottom no-repeat;
	width: 28px;
	float: left;
	text-indent: -9999px;
}
*:first-child+html #copyright_box{
	float:right;
}
#menu2 ul{
    list-style: none;
}
#menu2 li{
    float: left;
    margin: 0 2px;
}
.submenu{
    list-style: none;
    border: 1px solid #cccccc;
    background: #000000;
    visibility: hidden;
    position: absolute;
    right: 0px;
    z-index: 1;
}
@media print{

#container{
	width:820px;
	}
}

/* ========SERVICE PAGE LAYOUT======== */
div#main1 {
   overflow:auto;
   float:left;
   margin:0 10px;
   width:450px;
}

div#sub1 {
   float:left;
   width:160px;
}

div#sub2 {
   float:left;
   width:150px;
}
/* ========SUB1 CONTENTS CUSTOMIZE======== */
div#sub1 .section {
   background:#000080;
}

div#sub1 h1 {
   padding:3px;
   font-size:20px;
   font-weight:bold;
   color:#ffffff; 
   background:#00EF00 url("../img/bg_sub_h2.gif") 0 0 repeat-x;
}

div#sub1 h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#ffffff; 
   background:#00EF00 url("../img/bg_sub_h2.gif") 0 0 repeat-x;
}
div#sub1 a{
   margin:0 0 1em 0;
   font-size:12px;
   line-height:1.4;
}

div#sub1 ul {
   margin:0;
   padding:5px 0 1em 1em;
}

div#sub1 li {
   margin:0;
   padding-left:18px;
   font-size:88%;/* 14px相当 */
   line-height:1.8;
   background:#000080 url("../img/bg_list.gif") 0 6px no-repeat;
   list-style:none;
}

/* ========SUB2 CONTENTS CUSTOMIZE======== */
div#sub2 .section {
   background:#DEDDD0;
}

div#sub2 h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#ffffff; 
   background:#00EF00 url("../img/bg_sub_h2.gif") 0 0 repeat-x;
}

div#sub2 ul {
   margin:0;
   padding:5px 0 1em 1em;
}

div#sub2 li {
   margin:0;
   padding-left:18px;
   font-size:82%;/* 13px相当 */
   line-height:1.8;
   background:#DEDDD0 url("../img/bg_list.gif") 0 4px no-repeat;
   list-style:none;
}

/* ========MAIN1 CONTENTS CUSTOMIZE======== */
div#main1 a {
   color:#008000;
}

div#main1 a:hover {
   border:0;
   color:#008000;
   border-bottom:1px solid #008000;
}

div#main1 h1 {
	font-size:20px;
	line-height:140%;
	vertical-align:top;
	text-decoration:none;
	color:#EEEE00;/* yellow */
	font-weight:normal;
	filter: glow(color=#666666,strength=100);
}

div#main1 h2 {
   margin-bottom:5px;
   padding:2px 2px 2px 5px;
   font-size:94%;/* 15px相当 */
   font-weight:bold;
   line-height:1.4;
   border-left:5px solid #000;
   background:url("../img/bg_h2.gif");
}

div#main1 h3 {
   margin-bottom:5px;
   font-size:110%;/* 18px相当 */
   border-bottom:3px double #000;
   border-left:;
   color: #FF9900;/* orenge */　
}

div#main1 h4 {
   margin-bottom:2px;
   font-size:13px;
   line-height:1.4;
}

div#main1 h5 {
   margin-bottom:2px;
   font-size:12px;
   line-height:1.4;
}

div#main1 h6 {
   margin-bottom:5px;
   font-size:110%;/* 18px相当 */
   border-bottom:3px double #000;
   border-left:;
   color: #0099FF;/* skyblue */　
}

div#main1 p{
   margin:0 0 1em 0;
   font-size:12px;
   line-height:1.4;
}

div#main1 ul,ol,dl{
   font-size:82%;/* 13px相当 */
}

div#main1 dd{
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

/*************
/* ロゴ
*************/
#header .logo{
float:left;
padding:20px 0 0;
margin-bottom: 5px;
background-color: #534641
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
color:#a49895;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.logo span{
font-size:12px;
font-weight:normal;
}

.logo h5 {
font-size:11px;
color:#a49895;
}

.caution {
margin-bottom: 5px;
}
.caution span {
font-size:12px;
font-weight:normal;
color:#FFFFFF;
}