@charset "utf-8";

/* reset */
body,div,p,td,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li{
	margin:0;padding:0;font-size:medium;font-weight:normal;line-height:1;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
h1,h2,h3,h4,h5,h6,address{font-style:normal;}
ul,li{list-style-type:none;}

/* setting */
.ns{margin:0;padding:0;font-size:1%;line-height:1;}
img{vertical-align:bottom;border:0;}
.ct{text-align:center;}
.lf{text-align:left;}
.rt{text-align:right;}
a:hover img.over{opacity:0.6;filter:alpha(opacity=60);}
a.none:link,a.none:visited,a.none:hover,a.none:visited:hover,a.none:active{text-decoration:none;}
/* ClearFix */
.clf:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0.1em;line-height:0;}
.clf{display:inline-block;zoom:1;}
* html .clf{height:1%;}
.clf{display:block;}
/* textblock */
.kome {padding-left:1em;text-indent:-1em;}
/* line */
hr.non {display: none;margin:0;padding:0;}
/* dangumi */
.left{float:left;display:inline;}
.right{float:right;display:inline;}
/* print */
.pb {page-break-after:always;}
#print{display:none;}


/* BaseStyle
------------------------*/
body{
	background:#fff;
	color:#333;
	text-align:center;
	}

a:link{color:#3272de;text-decoration:underline;}
a:visited{color:#983fd7;text-decoration: underline;}
a:hover,a:visited:hover{color:#f542e2;text-decoration:underline;}
a:active{color:#f542e2;text-decoration:underline;}

div#MainContents{
	width:744px;
	margin:0 auto;
	text-align:left;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	}
div.pagetop{
	width:730px;
	margin:0 auto;
	text-align:right;
	font-size:x-small;
	}

div.pagetop a:link{color:#333;text-decoration:underline;vertical-align: baseline;}
div.pagetop a:visited{color:#333;text-decoration: underline;vertical-align: baseline;}
div.pagetop a:hover,a:visited:hover{color:#B08A05;text-decoration:underline;vertical-align: baseline;}
div.pagetop a:active{color:#B08A05;text-decoration:underline;vertical-align: baseline;}

#header{
	width:744px;
	height:56px;
	border-top:3px solid #C2A122;
 	border-bottom:2px solid #cccccc;
	background-image:url(../../common/images/bg_header.jpg);
	background-repeat:repeat-x;
	font-size:small;
	color:#333333;
	line-height:1.3em;
	overflow:hidden;
}
#header h1{
	width:120px;
	float:left;
	display:inline;
}
#header ul{
	width:570px;
	float:right;
	display:inline;
	}
#header li{
 border-left:1px dotted #999999;
 padding:0px 7px 0px 7px;
 float:left;
 display:inline;
 margin:15px 0 0 0;
}
#header li.last{
 border-right:1px dotted #999999;
}
#header li.banner{
	border:none;
	margin:10px 0 0 25px;
}


/* フッター(footer)
-------------------------------------*/
div#footer{
	border-top:#c2a122 2px solid;
	width:744px;
	margin:20px 0 0 0;
	overflow:hidden;
	}
div#footer .left{
	width:500px;
	float:left;
	display:inline;
	margin:5px 0 10px 5px;
	}
div#footer .right{
	width:220px;
	float:right;
	display:inline;
	margin:5px 5px 10px 0;
	}
div#footer ul{
	line-height:1;
	}
div#footer ul li{
	display:inline;
	font-size:10px;
	}
div#footer ul li a:link{color:#333;text-decoration: none;}
div#footer ul li a:visited{color:#333;text-decoration: none;}
div#footer ul li a:hover,a:visited:hover{color:#c2a122;text-decoration:underline;}
div#footer ul li a:active{color:#c2a122;text-decoration:underline;}
div#footer address{
	color:#999;
	text-align:right;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	}
div#footer p{
	line-height:1.0;
}

/* パンくず
-------------------------------------*/
.new0415_bread{
 font-size:x-small;
 padding:10px;
 margin:0px;
}
.new0415_bread a{ color:#333333; text-decoration:underline; }
.new0415_bread a:visited{ color:#333333; text-decoration:underline; }
.new0415_bread a:hover{ color:#B08A05; text-decoration:underline; }
.new0415_bread a:active{ color:#B08A05; text-decoration:underline; }

/* Local Settiong */

/*ページタイトル*/
h2{
	width:660px;
	margin:0 auto 20px;
	padding:5px 10px;
	border-top:#cfbe8c 3px double;
	border-bottom:#cfbe8c 1px solid;
	}
	div.line{
	width:680px;
	height:1;
	border-bottom:#cfbe8c 1px solid;
	margin:30px auto 0;
	}
/*タイトル*/
.title{width:650px;margin:0 auto 20px;
	border-bottom:#dedede 1px solid;}
.title .icon{
	width:45px;
	float:left;
	display:inline;
	}
.title h3{
	width:600px;
	float:left;
	display:inline;
	padding:14px 0 10px;
	color:#666;
	font-size:90%;
	}
.title h3 span{margin-left:5px;}

div.itemRow2{
	width:600px;
	margin:0 47px 25px 92px;
	}
ul.left{
	width:275px;
	margin:0 18px 0 0;
	float:left;
	display:inline;
	}
ul.right{
	width:275px;
	float:left;
	display:inline;
	}
div.itemRow2 li{
	line-height:1.2;
	margin-bottom:18px;
	padding:3px 0 0 1em;
	text-indent:-1em;
	font-size:90%;
	}

.itemRow2 a{ color:#666; text-decoration:none; }
.itemRow2 a:visited{ color:#666; text-decoration:none;}
.itemRow2 a:hover{ color:#B08A05; text-decoration: underline; }
.itemRow2 a:active{ color:#B08A05; text-decoration:underline; }

.itemRow2 li span{
	color:#ccc;
	font-size:70%;
	margin-right:8px;
	line-height:1.0;
	}
dl.branchList{
	width:600px;
	margin:0 47px 40px 92px;
	}
dl.branchList dd.dotline{
	width:600px;
	background: url(../images/office_dot.gif) repeat-x;
	height:1px;
	margin:10px auto 12px;
	}
dl.branchList dd hr{
	display: none;margin:0;padding:0;
	}

dl.branchList dt{
	font-size:90%;
	font-weight:bold;
	color:#666;
	line-height:1.3;
	margin-bottom:3px;
	}
dl.branchList dt span{
	color:#ccc;
	font-size:70%;
	margin-right:8px;
	line-height:1.0;
}
dl.branchList dd{
	font-size:88%;
	color:#666;
	line-height:1.3;
	margin:0 0 0 1.2em;
	}
dl.branchList dd img{
	margin-left:10px;
	vertical-align:middle;
	}























