﻿/* ====================================
基本設定開始
==================================== */
body {
	margin:0;
	font-size:80%;
	color:#333333;
}

/* 画像のボーダー解除 */
img{border:0;}

/* リンク */
a{
	color:#;
	text-decoration:;
}
a:hover,a:active{
	color:#;
	text-decoration:;
}

/* テキスト寄せ */
.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 0 0.3em;
	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:#FF33CC;}
.fontpink2{color:#FF99CC;}
.fontgray1{color:#666666;}
.fontgray2{color:#999999;}

/* 汎用的な幅のパターン */
.width5{width:5%;}
.width7{width:7%;}
.width8{width:8%;}
.width10{width:10%;}
.width12{width:12%;}
.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%;}
/* ====================================
基本設定終了
==================================== */


/* ====================================
ヘッダ開始
==================================== */
#topshadow{
	width:100%;
	height:6px;
	background:url(../img/topshadow.jpg) repeat-x left top;
	font-size:1px;
}
#headwrap{
	width:740px;
	margin:0 auto;
	padding:18px 0 10px;
}
#headwrap h1,#headwrap p.logo{
	width:350px;
	margin:0;
	float:left;
	font-size:240%;
	color:#102B5C;
	font-weight:bold;
}
#headwrap p.logo a{
	color:#102B5C;
	text-decoration:none;
}

#headwrap p.tel{
	width:200px;
	margin:0;
	padding-top:20px;
	float:right;
	text-align:right;
}
/* ====================================
ヘッダ終了
==================================== */


/* ====================================
グローバルナビ開始
==================================== */
#gnavi{
	width:740px;
	margin:0 auto;
}
#gnavi ul{
	margin:0;
	padding:0;
}
#gnavi li{
	margin:0;
	padding:0;
	display:inline;
}
#gnavi li a{
	height:34px;
	float:left;
	display:block;
	font-size:1px;
	text-indent:-9999px;
}
#gnavi li.g1 a{
	width:247px;
	background:url(../img/gnavi1.jpg) no-repeat left top;
}
#gnavi li.g2 a{
	width:246px;
	background:url(../img/gnavi2.jpg) no-repeat left top;
}
#gnavi li.g3 a{
	width:247px;
	background:url(../img/gnavi3.jpg) no-repeat left top;
}

/* マウスオーバー */
#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.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;}

/* ====================================
グローバルナビ終了
==================================== */


/* ====================================
本文領域開始
==================================== */
#contwrap{
	width:738px;
	margin:0 auto;
	background-color:#F7F8F9;
	border:1px solid #C5CBD7;
	border-bottom:2px solid #D2D8E1;
	border-top-width:0px;
}

/* パンくずリスト */
#contwrap p.path{
	margin:0;
	padding:12px 18px;
}
#contwrap .h1{
	margin:0 18px 20px;
	background:url(../img/h1.jpg) repeat-y left top;
}
#contwrap h1{
	margin:0;
	padding:14px 24px;
	background:url(../img/h1_top.jpg) no-repeat left top;
	color:#ffffff;
	font-size:140%;
}
#contwrap .h1 div{
	height:2px;
	background:url(../img/h1_bottom.jpg) no-repeat left top;
	font-size:1px;
}

/* h1以下 */
#cont{
	width:640px;
	margin:0 auto;
	line-height:140%;
}

/* 見出し・段落 */
#cont h2{
	margin:20px 0 10px;
	padding:5px 25px;
	border:1px solid #A7B2C2;
	background:url(../img/h2.jpg) no-repeat 0 51%;
	font-size:120%;
}
#cont h3{
	margin:20px 0 10px;
	padding:3px 0;
	border-bottom:1px dotted #A7B2C2;
	font-size:110%;
}
#cont p{
	margin:0 0 10px;
}
#cont p.bottom0{
	margin-bottom:0;
}

/* リスト */
#cont ul{
	margin:0 0 10px 20px;
	padding:0;
}
#cont ul li{
	margin:0;
	padding:0;
}
#cont ul.type1{
	list-style-type:none;
	margin:0 0 10px 5px;
}
#cont ul.type1 li{
	background:url(../img/ya1.jpg) no-repeat 0 0.4em;
	padding-left:15px;
}
#cont ul.wide li{
	margin-bottom:4px;
}

/* テーブル */
#cont table{
	margin:0 0 14px;
	background-color:#CCCCCC;
}
#cont th{
	background-color:#eeeeee;
}
#cont td{
	background-color:#ffffff;
}

#contwrap p.pagetop{
	margin:20px 30px;
	text-align:right;
}
#contwrap #cont p.pagetop{
	margin-right:0;
}
#cont p.box1{
	margin:0;
	padding:10px;
	border:1px solid #d4d4d4;
}

/* ====================================
本文領域終了
==================================== */


/* ====================================
フッタ開始
==================================== */
#fotwrap{
	width:688px;
	margin:0 auto;
	padding:10px 25px 16px;
	background:url(../img/fot.jpg) repeat-x left bottom #F7F8F9;
	border-left:1px solid #C5CBD7;
	border-right:1px solid #C5CBD7;
	line-height:140%;
}
#fotwrap p.name{
	margin:0 0 5px;
	font-weight:bold;
}
#fotwrap address{
	margin:0;
	font-style:normal;
}
#fotwrap address img{
	vertical-align:middle;
}
p.fot_copyright{
	width:460px;
	margin:0 auto;
	padding:5px 0 30px;
	color:#102B5C;
	text-align:center;
}
/* ====================================
フッタ終了
==================================== */