@charset "Shift_JIS";

/* 初期化
---------------------------------------------------- */
*{
	margin:0;
	padding:0;
}
body{
	padding:0 0 10px;
	background-color:#fff;
	font-size:12px;
	color:#666;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", verdana, arial, sans-serif;
}
p{
	margin:0 0 12px 0;
	line-height:160%;
	font-size:12px;
	color:#666;	
}

ul{
	list-style:none;
	line-height:100%;
	font-size:12px;	
}
li{
	line-height:150%;
	font-size:12px;	
}
th,td{
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	line-height:160%;
	font-size:12px;	
}
img{
	vertical-align:top;
	border:none;
}

/* クリア
---------------------------------------------------- */
.clr{
	clear:both;
	height:0;
	margin:0;
	padding:0;
	line-height:100%;
	font-size:0;
}

.clr2{
	clear:both;
	height:0;
	margin:0;
	padding:0;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height:100%;
	font-size:0;
}

.clr3{
	clear:both;
	height:0;
	margin:0;
	padding:0;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height:100%;
	font-size:0;
}
/* キャプション
---------------------------------------------------- */
.cap {
   text-align:right;
   font-size: x-small;
   color:#DB6D00;
   }

/* テーブルデザイン
---------------------------------------------------- */
table#dataTable {
    border: 1px #E3E3E3 solid;
    border-spacing: 0;
    background: #D5F0F0;
	table-layout: fixed;
	width: 620px;
}

table#dataTable th {
    padding: 5px;
    border: #98DCDC solid;
    border-width: 0 0 1px 1px;
    background: #73CECE;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table#dataTable td {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #8ED9D9 #8ED9D9 #fff;
    color: #1A4444;
    text-align: left;
    white-space:normal;
}
table#dataTable .td02 {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #8ED9D9 #8ED9D9 #fff;
    color: #1A4444;
    text-align: left;
    white-space:normal;
	background:#fff;
}

/* テーブルデザイン02
---------------------------------------------------- */
table#dataTable2 {
    border: 1px #E3E3E3 solid;
    border-spacing: 0;
    background: #fff;
	table-layout: fixed;
	width: 650px;
	border: 1px solid #ddd;
}

table#dataTable2 th {
    padding: 5px;
    border: #98DCDC solid;
    border-width: 0 0 1px 1px;
    background: #73CECE;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table#dataTable2 td {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #8ED9D9 #8ED9D9 #fff;
    color: #1A4444;
    text-align: center;
    white-space:normal;
	background:url(../images/ss_title_bg6.jpg) repeat-x;	
}
table#dataTable2 .td02 {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #8ED9D9 #8ED9D9 #fff;
	background:url(../images/ss_title_bg5.jpg) repeat-x;
	color: #fff;
    text-align: center;
	font-weight: bold;
	font-size: 10px;
    white-space:normal;
}

/* テーブルデザイン03
---------------------------------------------------- */
table#dataTable3 {
    border: 1px #E3E3E3 solid;
    border-spacing: 0;
    background: #fff;
	table-layout: fixed;
	width: 620px;
	border: 1px solid #ddd;
}

table#dataTable3 th {
    padding: 5px;
    border: #98DCDC solid;
    border-width: 0 0 1px 1px;
    background: #73CECE;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table#dataTable3 td {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #8ED9D9 #8ED9D9 #fff;
	background:url(../images/ss_title_bg8.jpg) repeat-x;
	color: #006699;
    text-align: left;
    white-space:normal;
}
table#dataTable3 .td02 {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #8ED9D9 #8ED9D9 #fff;
    text-align: left;
    white-space:normal;
	background:url(../images/ss_title_bg3.jpg) repeat-x;
	color: #006699;
}
table#dataTable3 .td03 {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #8ED9D9 #8ED9D9 #fff;
    text-align: center;
    white-space:normal;
	background:url(../images/ss_title_bg7.jpg) repeat-x;
	color: #006699;
	font-weight: bold;
}
table#dataTable3 .td04 {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #8ED9D9 #8ED9D9 #fff;
    text-align: center;
    white-space:normal;
	background:url(../images/ss_title_bg7.jpg) repeat-x;
	color: #006699;
	font-weight: bold;
}

/* テーブルデザイン4
---------------------------------------------------- */
table#dataTable4 {
    border: 1px #E3E3E3 solid;
    border-spacing: 0;
    background: #D5F0F0;
	table-layout: fixed;
	width: 650px;
}

table#dataTable4 th {
    padding: 5px;
    border: #98DCDC solid;
    border-width: 0 0 1px 1px;
	background:url(../images/ss_title_bg4.jpg) repeat-x;
	color: #fff;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table#dataTable4 td {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #8ED9D9 #8ED9D9 #fff;
    text-align: left;
    white-space:normal;
	background:url(../images/ss_title_bg7.jpg) repeat-x;
	color: #006699;
	font-weight: bold;
}
table#dataTable4 .td02 {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #8ED9D9 #8ED9D9 #fff;
    text-align: left;
    white-space:normal;
	background:url(../images/ss_title_bg3.jpg) repeat-x;
	color: #006699;
}
table#dataTable3 .td03 {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #8ED9D9 #8ED9D9 #fff;
    color: #006699;
    text-align: center;
    white-space:normal;
	background:url(../images/ss_title_bg2.jpg) repeat-x;
	font-weight: bold;
}
table#dataTable4 .td04 {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #8ED9D9 #8ED9D9 #fff;
    text-align: left;
    white-space:normal;
	background:url(../images/ss_title_bg6.jpg) repeat-x;
	color: #006699;
	font-weight:normal;
}

/* テーブルデザイン05
---------------------------------------------------- */
table#dataTable5 {
    border: 1px #E3E3E3 solid;
    border-spacing: 0;
    background: #fff;
	table-layout: fixed;
	width: 650px;
	border: 1px solid #ddd;
}

table#dataTable5 th {
    padding: 5px;
    border: #98DCDC solid;
    border-width: 0 0 1px 1px;
	background:url(../images/ss_title_bg2.jpg) repeat-x;
	color: #006699
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
table#dataTable5 td {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #8ED9D9 #8ED9D9 #fff;
    color: #1A4444;
    text-align: left;
    white-space:normal;
	background:url(../images/ss_title_bg6.jpg) repeat-x;
	color: #006699;
}
table#dataTable5 .td02 {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff #8ED9D9 #8ED9D9 #fff;
	background:url(../images/ss_title_bg8.jpg) repeat-x;
	color: #006699;
    text-align: left;
	font-weight: bold;
	font-size: 0.9em;
    white-space:normal;
}

/* テーブルデザイン06
---------------------------------------------------- */
#data {
    width: 625px;
    height: 30px;
	text-align:left;
	vertical-align:top;
	padding:10px;
	background-image:url(../images/th_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
    color: #666666;
}
#data .tit {
    width: 120px;
	font-weight:bold;
	line-height:130%;
	float:left;
	}
#data .cont {
    width: 500px;
	display:block;
	float: right;
	font-weight: normal;
	line-height:130%;	
	}

/* 各種テキストボックス
---------------------------------------------------- */
.Box_L {
	width: 658px;
	margin: 5px;	
	padding:10px 0 0;
	line-height:150%;
	}	
.Box_S {
	width: 485px;
	margin: 5px;
	margin-left: 0;
	padding:10px 0 0;
	line-height:150%;
	float: left;
	}
.Box_S h1{
	margin: 0;	
	padding:10px 0 30px;
	color: #006699;
	line-height: 140%;
	}	
.Box_S_navi{
	width: 170px;
	height: 600px;
	margin: auto 0;	
	padding:20px 0 0;
	float: right;
	background:url(../images/Box_S_bg.jpg) no-repeat;
	}
.Box_S_navi ul {
	margin:0;
	padding:0;
}
.Box_S_navi li {
	width: 150px;
	height: 31px;
	padding: 5px;
	padding-left: 5px;
	float: right;
	vertical-align: top;
	list-style-type:none;
    background:url(../images/Box_S_navi_bg.jpg) no-repeat;
	border: 1px solid #E7E7E7; 
	line-height:150%;
	font-size: 0.9em;
	font-weight:bold;	
}	
.listBox div{
	width:650px;
	padding:5px 0 36px;
	background-image:url(../images/listbox_bg_top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}	
.listBox{
	width:650px;
	margin:10px 0 15px 1px;
	background-image:url(../images/listbox_bg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.listBox p{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 28px;
}
.listBox ul{
    margin-left: 5px;
	}
.listBox li{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 28px;
}
.listBox h1{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 28px;
	color: #006699;
}

/* パンクズリスト
---------------------------------------------------- */
#pathArea p{
  width: 645px;
  margin: 0;
  padding:0 0 5px 10px;
  background-position:left bottom;
  background-repeat:no-repeat;
  font-size: x-small;
  text-align: right;
}

/* リストアイコン（チェック）
---------------------------------------------------- */
#point ul{
	padding-left: 0px;
	margin: 0;
	list-style-type: none;
	}
#point li{
	margin:0 0 6px 0;
	padding:0 0 0 28px;
    background: url(../images/check_icon.jpg) no-repeat 0 -1px;
    font-size: 1em;
	color: #333;
	line-height:140%;
  }
#point2 ul{
	padding-left: 5px;
	margin: 0;
	list-style-type: none;
	}
#point2 li{
	margin:20px 0 0 0;
	padding: 0;
	padding-left: 38px;
	padding-right: 28px;
    background: url(../images/check_icon.jpg) no-repeat 12px;
    font-size: 1.1em;
	font-weight:bold;
	color:#333;
	line-height:140%;
  }
#point3 ul{
	padding-left: 5px;
	margin: 0;
	list-style-type: none;
	}
#point3 li{
    height: 75px;
	margin:0;
	padding: 0;
	padding-top: 35px;
	padding-left: 75px;
    background: url(../images/hum_ico_L.jpg) no-repeat top left;
    font-size: 1.2em;
	font-weight:bold;
	color: #006699;
	line-height:140%;
  }
#point4 ul{
	padding-left: 5px;
	margin: 0;
	list-style-type: none;
	}
#point4 li{
    height: 75px;
	margin:0;
	padding: 0;
	padding-top: 35px;
	padding-left: 75px;
    background: url(../images/hum_ico2_L.jpg) no-repeat top left;
    font-size: 1.2em;
	font-weight:bold;
	color: #006699;
	line-height:140%;
  }

/* 各種枠
---------------------------------------------------- */
#grw {
    width: 416px;
	margin-left:16px;
	padding: 8px;
	background: #fff;
	border: 3px #999 solid;
	font-size: 1em;
	line-height: 180%;
	}
#grw a:link {
	background: transparent;
	text-decoration: underline;
}
#grw a:visited {
	color: #009966;
	background: transparent;
}
#grw a:hover, a:active {
	color: #CC9900;
	background: transparent;
}
#grw2 {
    width: 440px;
	margin: 0;
	padding: 8px;
	background: #fff;
	border: 3px #999 solid;
	font-size: 1em;
	line-height: 180%;
	}
/* お問い合わせフォーム
---------------------------------------------------- */
#otoiawase_area{	
　　margin:0;
	margin-top: 5px;
	padding:0;
	width:485px;
	height: 97px;
    background: url(../images/toiawase.jpg) no-repeat;
	}
#otoiawase_area h2{
     display:block;
	 float: right;
     padding: 16px 40px 0 0;
     font-size: 1em;
     font-weight:bold;
     color:#0099CC;
     line-height:140%;	 
	 }

/* トップミドルイメージ
---------------------------------------------------- */
#ind_mnbnr {
   width: 468px;
   height: 420px;
   margin: auto;
   background:url(../../images/ind_midimg.jpg) no-repeat;
   }

/* 角丸
---------------------------------------------------- */
#topmaru {
	font-size: 12px;
	line-height: 1.5;
	background: url(../images/c_top.jpg) no-repeat;
	padding: 75px 18px 10px;
	width: 330px;
}

#bottommaru {
	font-size: 0;
	background: url(../images/c_bottom.jpg) no-repeat;
	height: 30px;
	width: 360px;
}

#topmaru2 {
	font-size: 12px;
	line-height: 1.5;
	background: url(../images/c_top2.jpg) no-repeat;
	padding: 18px 18px 18px;
	width: 330px;
}

#bottommaru2 {
	font-size: 0;
	background: url(../images/c_bottom2.jpg) no-repeat;
	height: 17px;
	width: 360px;
}

/* ページトップ
---------------------------------------------------- */
.pagetop{
    float:right;
	padding-right: 20px;
	padding-bottom: 10px;
	} 