@charset "utf-8";

/* ===== Basic Style ===== */

body
	{
	padding: 0;
	margin: 0;
	background-color: #f3f3f3;
	font-size: 12px;
	color: #333333;
	font-family: osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 150%;
}
div {margin:0; padding:0;}

img{border:0;margin: 0;}
hr {display: none;}

a:link {
	color: #333333;
	text-decoration: none;
	}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	}
a:active { }

/* ===== basic Area ===== */

p {
	line-height: 120%
}

#title {
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../images/heder-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 18px;
	height: 32px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	}

h1 {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	background-image: url(../images/h2bg.gif);
	background-repeat: no-repeat;
	background-position: 12px 0;
	text-indent: 24px;
	line-height: 16px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: -6px;
	margin-left: 0px;
	padding: 0px;
	color: #000000;
}
h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-indent: 16px;
	border: 1px solid #ccc;
	background-color: #FAFAFA;
	height: 32px;
	line-height: 32px;
}
h4 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-indent: 16px;
	border-left-color: #B20027;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B20027;
	background-image: url(../images/dots01.gif);
	background-repeat: no-repeat;
	margin-left: 16px;
	margin-right: 16px;
}
h5 {
	text-indent: 0px;
	background-image: url(../images/icon_link_g.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
h6 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	line-height: normal;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.white {color:white;}
.red {color:red;}
.blue {color:blue;}
.p10 {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	padding: 0px;
	}

.clears{
	clear:both;
	}






.pd06hl { padding-top: 6px; padding-bottom: 6px; }
.pd10 { padding-right: 10px; padding-left: 10px; }
.pd12 {padding-right: 12px;padding-left: 12px;}
.pd16 {padding-right: 16px;padding-left: 16px;}
.pd10hl { padding-top: 10px; padding-bottom: 10px; }
.pd20 { padding-right: 20px; padding-left: 20px; }
.pd20hl { padding-top: 20px; padding-bottom: 20px; }
.pd30 { padding-right: 30px; padding-left: 30px; }
.pd40 { padding-right: 40px; padding-left: 40px; }
.pd430 { padding: 10px; }
.imgmg { margin-right: 10px; margin-bottom: 15px; margin-left: 20px; padding: 1px; border: solid 1px #ccc; }
.imgb { padding: 1px; border: solid 1px #ccc; }
.imgb1 { margin-right: 1px; margin-left: 1px; padding: 1px; border: solid 1px #ccc; }

.hbox { font-size: 12px; font-style: normal; font-weight: normal; padding: 1px; border-color: #ccc; border-style: solid; border-width: 1px 1px 1px 10px; }
.bd { font-weight: bold; }
.tr {text-align: right;}

.hide {visibility: hidden;}
.sep { padding-bottom: 25px; border-top: 1px dashed #ccc; }


/* ===== MainContent Area ===== */
div#wrapper {
	width:800px;
	background-color: #ffffff;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
	}

div#outer {
	width:810px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
	background-image: url(../images/glay.png);
	background-repeat: repeat-y;
	}

/* ===== Header Area ===== */
div#header {
	position:relative;
	float:left;
	background-image: url(../images/heder-bg.jpg);
	background-repeat: repeat-x;
	
	width: 800px;
	}

div#header-up{
	width:210px; height:81px;
	}

div#hnavi{
	position:absolute;
	right:20px;
	bottom: 10px;
	}

div#header-up h1{
	display: block; 	
	width:210px; height:81px; margin:0;
	}
/* div#header-up a {
	display: block;
	width: 210px;
	height: 81px;
	overflow: hidden;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	} */

/* ===== Global Navigation Area ===== */

div#gnavi {
	width: 800px; float: left; padding:0;margin: 0;
	}
div#gnavi ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	}
div#gnavi li {
	float: left;
	margin: 0;
	padding:0;
	}
div#gnavi li a {
	display:block;
	width:130px;
	height:40px;
	line-height:40px;
	color:#fff;
	background:url(../images/gnavi_00.gif) no-repeat;
	text-align:center;
	text-decoration:none;
	}
div#gnavi li a:hover {
	color:#fff;
	background:url(../images/gnavi_00-1.gif) no-repeat;
	}
div#gnavi li.gnr {
	width:150px;
	height:40px;
	line-height:40px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background-image: url(../images/gnavi_06.gif);
	background-repeat: no-repeat;
	}

div#gnavi img {
	border:0;margin: 0;padding:0;
	}

/* ===== top-content Area ===== */
div#top-content {
	margin:0;
	padding:0;
	text-align:left;
	clear:both;
	}

/* ===== top-sub Area ===== */
div#top-sub {
	width: 800px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 6;
	margin-left: 0;
	}
div#top-sub ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	}
div#top-sub li {
	float: left;
	margin: 0;
	padding:0;
	}
div#top-sub .ts01 a {
	display:block;
	width:260px;
	height:90px;
	background:url(../images/top-sub_01.jpg) no-repeat;
	}
div#top-sub .ts01 a:hover {
	background:url(../images/top-sub_01-1.jpg) no-repeat;
	text-decoration: none;
	}
div#top-sub .ts02 a {
	display:block;
	width:280px;
	height:90px;
	background:url(../images/top-sub_02.jpg) no-repeat;
	}
div#top-sub .ts02 a:hover {
	background:url(../images/top-sub_02-1.jpg) no-repeat;
	text-decoration: none;
	}
div#top-sub .ts03 a {
	display:block;
	width:260px;
	height:90px;
	background:url(../images/top-sub_03.jpg) no-repeat;
	}
div#top-sub .ts03 a:hover {
	background:url(../images/top-sub_03-1.jpg) no-repeat;
	text-decoration: none;
	}

div#top-sub .ts04 a {
	display:block;
	width:200px;
	height:80px;
	background:url(../images/top-sub_04.jpg) no-repeat;
	}
div#top-sub .ts04 a:hover {
	background:url(../images/top-sub_04-1.jpg) no-repeat;
	text-decoration: none;
	}
div#top-sub .ts05 a {
	display:block;
	width:200px;
	height:80px;
	background:url(../images/top-sub_05.jpg) no-repeat;
	}
div#top-sub .ts05 a:hover {
	background:url(../images/top-sub_05-1.jpg) no-repeat;
	text-decoration: none;
	}
div#top-sub .ts06 a {
	display:block;
	width:200px;
	height:80px;
	background:url(../images/top-sub_06.jpg) no-repeat;
	}
div#top-sub .ts06 a:hover {
	background:url(../images/top-sub_06-1.jpg) no-repeat;
	text-decoration: none;
	}
div#top-sub .ts07 a {
	display:block;
	width:200px;
	height:80px;
	background:url(../images/top-sub_07.jpg) no-repeat;
	}
div#top-sub .ts07 a:hover {
	background:url(../images/top-sub_07-1.jpg) no-repeat;
	text-decoration: none;
	}

/* ===== top-left Area ===== */
div#top-left {
	float: left;
	margin: 0;
	padding:0;
	width: 498px;
	}
#top-left p {
	font-size:12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	}
#top-left a{
	margin: 0px;
	text-indent: 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/icon_link_g.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

/* ===== top-right Area ===== */
div#top-right {
	float: right;
	margin: 0;
	padding:0;
	width: 300px;
	}
#top-right p {
	font-size:12px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	}


/* ===== footer Area ===== */
div#footer{
	width:800px;
	clear:both;
	text-align:center;
	padding-top:60px;
	font-size: 10px;
	}
div#footer-nv{
	width:800px;
	background-image:url(../images/foot.gif);
	background-repeat:repeat-x;
	height: 30px;
	}

/* ===== submenu Area ===== */
div#sidemenu {
	width: 200px;
	margin: 0;
	float: left;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
#sidemenu dl{
	padding: 0px;
	margin: 0px;
}
#sidemenu dd{
	font-size:14px;
	padding: 0px;
	margin: 0px;
}
#sidemenu dd a{
	display:block;
	height:50px;
	line-height:70px;
	color:#666666;
	padding-left:20px;
	text-decoration:none;
	background-image: url(../images/sidemenu.gif);
	background-repeat: no-repeat;
}
#sidemenu dd a:hover{
	background-image: url(../images/sidemenu-1.gif);
}

/* ===== main-content Area ===== */
div#main-content {
	float: left;
	width: 540px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	}

div#main-content p {
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	margin: 0px;
	}

div#main-content h6 {
	padding-top: 24px;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	margin: 0px;
	}



/* ===== main-content dl Area ===== */
#main-content dl {
	display: block;
	width: 508px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 16px;
}
#main-content dt {
	display: block;
	width: 508px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: url(../images/line_note.gif) 0px 0px repeat-x;
}
#main-content dt span {
	display: block;
	padding-left: 10px;
	line-height: 1.2em;
	text-indent: 0px;
	background: url(../images/icon_list.gif) 0px 0px no-repeat;
}
#main-content dd {
	margin: 0px;
	width:508px;
	text-indent: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#main-content dd p {
	float:left;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
#main-content dd a{
	margin: 0px;
	text-indent: 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/icon_link_g.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#main-content ul {
	display: block;
	list-style-type: lower-roman;
	list-style-position: outside;
	margin-left: 2em;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#main-content ul#btn_branch li {
	display: block;
/*	float: left;*/
	width: 225px;
	height: 40px;
	padding: 10px 15px 0px 0px;
}
#main-content ol {
	display: block;
	list-style-type: lower-alpha;
	list-style-position: outside;
	margin-left: 2em;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
}

/* ===== other group Area ===== */
div#section {
	width: 600px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 24;
	}

div#main-nake {
	clear:both;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 660px;
	}

div#priv {
	}
div#priv ul {
	display: block;
	list-style-type: lower-roman;
	list-style-position: outside;
	padding: 0px;
	margin-left: 2em;
}

/* =====  Area ===== */
.likeh{
	text-indent: 0px;
	background-image: url(../images/icon_link_g.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
.likeh2{
	text-indent: 0px;
	background-image: url(../images/arr.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}

.shadow {
	float: left; /* 回り込み制御 */
	background-image: url(../images/shadow_001.gif);
	background-position: right bottom;
}
 
.shadow img {
	position: relative;
	left: -5px; /* 画像を左へ移動 */
	top: -5px; /* 画像を上へ移動 */
	padding: 5px; /* paddingを設定した場合の背景色 */
	border: 1px solid #CCCCCC; /* 画像の枠線 */
	background-color: #ffffff;
}

div.block {
	width: 200px;
	padding: 0;
	margin: 0;
	float: left;
	}


#id { padding-left: 10px; }
.tm { color: white; background-color: #69f; width: 120px; padding: 5px; }
.te { background-color: #e2e2e2; padding: 5px; }
