﻿/* ====================================
基本設定開始
==================================== */
body {
	margin:0;
	padding:0;
	color:#333333;
	font-size:80%;
	line-height:1.4;
	background:#f6f6f6;
	font-family: "ヒラギノ丸ゴ Pro W4","メイリオ","HG丸ゴシックM-PRO";
}
#wrapper{
	width:1000px;
	margin:0 auto;
	padding:10px 0 80px;
	background:url(../img/body_back.jpg) no-repeat 50% 0 #fff;
}
/* 画像のボーダー解除 */
img{
	border:0;
}
img.border1{
	border:1px solid #3EC3FD;
	padding:3px;
}

/* リンク */
a{
	color:#0066cc;
	text-decoration:underline;
	overflow:hidden;
}
a:hover,a:active{
	text-decoration:none;
}

/* テキスト寄せ */
.txtC{text-align:center;}
.txtR{text-align:right;}
.txtL{text-align:left;}

/* フロート */
.floatl{float:left;margin:0;}
.floatr{float:right;margin:0;}
.floatl10{float:left;margin:0 10px 10px 0;}
.floatr10{float:right;margin:0 0 10px 10px;}
.clear{clear:both;}

/* 詳細はこちらリンク */
.focus {text-align:right;}
.focus a{
	background:url(../img/ya1.jpg) no-repeat left center;
	padding-left:15px;
}

/* フォントサイズのパターン */
.font200{font-size:200%;}
.font150{font-size:150%;}
.font140{font-size:140%;}
.font130{font-size:130%;}
.font120{font-size:120%;}
.font110{font-size:110%;}
.font90{font-size:90%;font-weight:normal;}
.font80{font-size:80%;font-weight:normal;}
.font70{font-size:70%;font-weight:normal;}
.font60{font-size:60%;font-weight:normal;}
.font50{font-size:50%;font-weight:normal;}

/* フォント色のパターン */
.fontred1{color:#FF0000;}
.fontred2{color:#FF3300;}
.fontorange1{color:#FF6600;}
.fontorange2{color:#FF9900;}
.fontyellow1{color:#FFcc00;}
.fontyellow2{color:#FFFF00;}
.fontblue1{color:#0000FF;}
.fontblue2{color:#3399CC;}
.fontgreen1{color:#006600;}
.fontgreen2{color:#99CC00;}
.fontbrown1{color:#993300;}
.fontbroun2{color:#CC9966;}
.fontpurple1{color:#6633CC;}
.fontpurple2{color:#9999FF;}
.fontpink1{color:#FF3366;}
.fontpink2{color:#FF99CC;}
.fontgray1{color:#666666;}
.fontgray2{color:#999999;}

/* 下線 */
.underline{text-decoration:underline;}

/* 汎用的な幅のパターン */
.width5{width:5%;}
.width7{width:7%;}
.width8{width:8%;}
.width10{width:10%;}
.width12{width:12%;}
.width14{width:14%;}
.width15{width:15%;}
.width17{width:17%;}
.width18{width:18%;}
.width20{width:20%;}
.width22{width:22%;}
.width25{width:25%;}
.width27{width:27%;}
.width28{width:28%;}
.width30{width:30%;}
.width32{width:32%;}
.width35{width:35%;}
.width37{width:37%;}
.width38{width:38%;}
.width40{width:40%;}
.width42{width:42%;}
.width45{width:45%;}
.width47{width:47%;}
.width48{width:48%;}
.width50{width:50%;}
.width52{width:52%;}
.width55{width:55%;}
.width57{width:57%;}
.width58{width:58%;}
.width60{width:60%;}
.width62{width:62%;}
.width65{width:65%;}
.width67{width:67%;}
.width68{width:68%;}
.width70{width:70%;}
.width72{width:72%;}
.width75{width:75%;}
.width77{width:77%;}
.width78{width:78%;}
.width80{width:80%;}
.width82{width:82%;}
.width85{width:85%;}
.width87{width:87%;}
.width88{width:88%;}
.width90{width:90%;}
.width92{width:92%;}
.width95{width:95%;}
.width97{width:97%;}
.width98{width:98%;}
.width100{width:100%;}
/* ====================================
基本設定終了
==================================== */

/* ====================================
ヘッダー開始
==================================== */
#head{
	position:relative;
	width:930px;
	margin:0 0 52px 64px;
}
#head h1,
#head p.logo{
	margin:0 0 0 1px;
	padding:0;
}
#head p{
	margin:0;
	padding:0;
	position:absolute;
}
#head p.sub_index{
	top:0;
	left:476px;
}
#head p.sub_access{
	top:0;
	left:586px;
}
#head p.sub_tel{
	top:0;
	left:754px;
}

/* ====================================
ヘッダー終了
==================================== */

#shadow{
	width:748px;
	margin:0 auto;
	background:url(../img/shadow.jpg) repeat-y 0 0;
}
#shadow_top{
	width:748px;
	margin:0 auto;
	padding-top:5px;
	background:url(../img/shadow_top.jpg) no-repeat 0 0;
}


/* ====================================
グローバルナビ開始
==================================== */
#gnavi{
	width:738px;
	margin:0 auto;
	padding:0;
}
#gnavi ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#gnavi li{
	display:inline;
	margin:0;
	padding:0;
}
#gnavi a{
	display:block;
	height:34px;
	margin:0;
	padding:0;
	float:left;
	text-indent:-9999px;
}

#gnavi li.g1 a{background:url(../img/gnavi1.jpg) no-repeat left top; width:103px;}
#gnavi li.g2 a{background:url(../img/gnavi2.jpg) no-repeat left top; width:103px;}
#gnavi li.g3 a{background:url(../img/gnavi3.jpg) no-repeat left top; width:103px;}
#gnavi li.g4 a{background:url(../img/gnavi4.jpg) no-repeat left top; width:103px;}
#gnavi li.g5 a{background:url(../img/gnavi5.jpg) no-repeat left top; width:103px;}
#gnavi li.g6 a{background:url(../img/gnavi6.jpg) no-repeat left top; width:120px;}
#gnavi li.g7 a{background:url(../img/gnavi7.jpg) no-repeat left top; width:103px;}

/* マウスオーバー */
#gnavi li.g1 a:hover,#gnavi li.g1 a:active{background:url(../img/gnavi1_on.jpg) no-repeat left top;}
#gnavi li.g2 a:hover,#gnavi li.g2 a:active{background:url(../img/gnavi2_on.jpg) no-repeat left top;}
#gnavi li.g3 a:hover,#gnavi li.g3 a:active{background:url(../img/gnavi3_on.jpg) no-repeat left top;}
#gnavi li.g4 a:hover,#gnavi li.g4 a:active{background:url(../img/gnavi4_on.jpg) no-repeat left top;}
#gnavi li.g5 a:hover,#gnavi li.g5 a:active{background:url(../img/gnavi5_on.jpg) no-repeat left top;}
#gnavi li.g6 a:hover,#gnavi li.g6 a:active{background:url(../img/gnavi6_on.jpg) no-repeat left top;}
#gnavi li.g7 a:hover,#gnavi li.g7 a:active{background:url(../img/gnavi7_on.jpg) no-repeat left top;}

/* 現在位置表示 */
#gnavi li.g1 a.now{background:url(../img/gnavi1_on.jpg) no-repeat left top;}
#gnavi li.g2 a.now{background:url(../img/gnavi2_on.jpg) no-repeat left top;}
#gnavi li.g3 a.now{background:url(../img/gnavi3_on.jpg) no-repeat left top;}
#gnavi li.g4 a.now{background:url(../img/gnavi4_on.jpg) no-repeat left top;}
#gnavi li.g5 a.now{background:url(../img/gnavi5_on.jpg) no-repeat left top;}
#gnavi li.g6 a.now{background:url(../img/gnavi6_on.jpg) no-repeat left top;}


/* ====================================
グローバルナビ終了
==================================== */


/* ====================================
本文領域開始
==================================== */

#contwrap{
	width:726px;
	margin:0 auto 20px;
}
#contwrap h1{
	margin:10px 0 9px;
	padding:8px 18px 10px;
	background:url(../img/h1_back.jpg) no-repeat 0 0;
	font-size:140%;
}
/* パンくずリスト */
#contwrap p.path{
	margin:0 12px 10px;
	padding:0;
}

#cont{
	width:634px;
	margin:0 auto;
}
#cont h2{
	margin:25px 0 10px;
	padding:2px 14px 7px;
	border-top:2px solid #d1d1d1;
	background:url(../img/h2_back.jpg) repeat-x 0 100%;
	font-size:120%;
}
#cont h3{
	margin:20px 0 10px;
	padding:0 14px 3px;
	border-bottom:1px dotted #CCC;
	font-size:110%;
	color:#0066cc;
}
#cont p{
	margin:0 5px 10px;
	padding:0;
}
/* 装飾 */
.box1{
	margin:10px 0;
	background:#FAFAFA;
	padding:10px 15px 0;
	border:1px solid #cccccc;
}
#cont ul.checklist li{
	margin:0 0 5px 0;
	padding:0 0 0 24px;
	background:url(../img/sub/check1.jpg) no-repeat left center;
	list-style-type:none;
}
/* テーブル */
table{
	margin:0 auto 10px;
	background:#CCC;
}
table th{
	background:#D2F0FF;
	text-align:left;
	vertical-align:top;
}
table td{
	background:#FFF;
	vertical-align:top;
}
table td.td1{
	background:#FFFFC1;
	vertical-align:top;
}

/* リスト */
#cont ul,#cont ol{
	margin:0 0 15px;
	padding:0;
}
#cont ul li{
	margin:0 0 5px 28px;
	padding:0;
}
#cont ul.type1{
	list-style-image:url(../img/list1.jpg);
}
/* ページトップへ　*/
#contwrap p.pagetop{
	margin:0;
	padding:10px 5px;
	text-align:right;
}
/* ====================================
本文領域終了
==================================== */


/* ====================================
フッター開始
==================================== */
#foot{
	width:740px;
	margin:0 auto;
	border-top:2px solid #ccc;
	border-bottom:6px solid #1BB8FC;
	background:url(../img/foot_back.jpg) repeat-x 0 100%;
}
#foot p.name{
	margin:0;
	padding:7px 16px 0;
	font-weight:bold;
}

#foot address{
	margin:0;
	padding:0 16px 8px;
	font-style:normal;
}
p#foot_copyright{
	width:748px;
	margin:0 auto;
	padding:10px 0 0;
	background:url(../img/shadow_bottom.jpg) no-repeat 0 0;
	text-align:center;
	color:#3DC3FC;
}
/* ====================================
フッター終了
==================================== */