@charset "utf-8";
/* CSS Document */
body{

    text-align:center;
}
body,div,h1,h2,h3,table,tr,td,caption,p,a,img{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none outside;
	border:none;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:100%;
    line-height:120%;
}

#wrapper_01{
	width:100%;
	background:url(img/bg.gif) repeat-y center top;
	border-top:#CCC solid 2px;
}
#wrapper{
	width:900px;
	margin:0 auto;
	position:relative;
}
/*header*/
#header{
	width:100%;
	height:80px;
	margin:0 auto;
	position:relative;
}
#header h1{
	width:251px;
	margin:30px 0 0 20px;
	float:left;
}
#header p{
}
/*container */
#container{
	width:900px;
	height:auto;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
/*パンくずリスト */
.topnav{
	width:100%;
}
.topnav p{
	font-size:80%;
	text-decoration:none;
	text-align:left;
	color:#FFF;
	padding:5px 5px;
	background:#99cc00;
}
.topnav p a{
	color:#FFF;
	text-decoration:none;
}
.topnav p a:hover{
	color:#cc99ff;
	text-decoration:none;
}

/*main*/
#main{
	width:900px;
	height:auto;
	margin:10px 0px;
	float:left;
	color:#333;	
}
#main p{
	font-size:95%;
	padding:0px 30px;
}
#main p.s-photo{
	float:right;
	margin:5px;
}
#main p.infobox{
	margin:50px 120px 10px;
}
#main p.infobox_p{
	margin:-50px 0px 0px 220px;
	font-size:120%;
	height:50px;
}
#main p.infobox_p a:hover{
	color:#F90;
}
#main p.p-map{
	margin:5px;
	font-size:80%;
}
#main p.title{
	margin:0px 0px 30px 0px;
	padding-left:0px;
}
#main h1{
	font-weight:bold;
	font-size:120%;
	line-height:1.5;
	border-bottom:#99cc00 solid 2px;
	color:#333;
	margin:10px 20px 20px;
	padding-left:15px;
}
#main h2{
	font-weight:bold;
	font-size:100%;
	line-height:1.5;
	border-bottom:#99cc00 solid 2px;
	color:#333;
	margin:10px 20px 20px;
	padding-left:15px;
}
#main  h2.sub_title{
	font-size:100%;
	line-height:2.0;
	color:#666;
	margin:25px;
	border-top:2px solid #C6C;
	border-bottom:#ccc solid 1px;
	padding:5px 20px;
}
#main h3{
	font-size:100%;
	line-height:2.0;
	color:#666;
	margin:25px;
	border-left:7px solid #C6F;
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 2px;
	border-right:#ccc solid 1px;
	padding:5px 15px;
}
#main .inner_01{
	width:500px;
	height:300px;
	margin:30px 0px 0 200px;
	padding:10px 40px;
	background:url(img/infobox_sm02.png) no-repeat left top;
}
#main .inner_01 ul{
	margin:10px 0 0 0;
	padding:0px;
	width:500px;
	list-style:none;
	
}
#main .inner_01 ul li{
	margin:0px;
	padding-left:10px;
	height:55px;
	line-height:55px;
	font-size:100%;
	font-weight:bold;
	color:#666;
}

#main ul{
	margin:20px;
	padding:5px 25px;
}
#main li{
	margin:5px 30px;
	padding:0px 0px;
	font-size:90%;
}
#main dl{
	margin:0px 10px;
}
#main dt{
	margin:5px 20px;
	border-bottom:#CC0 dotted 1px;
	font-size:90%;
}
#main dt a{
	text-decoration:none;
}
#main dd{
	font-size:85%;
	padding:5px 25px;
}
/*main-top */
#main-top{
	width:640px;
	height:480px;
	margin:0px;
	float:left;
	color:#333;
	background:url(img/main-img.jpg) no-repeat left top;
	
}
#main-top p{
	font-size:95%;	
}
#main-top .inner_01{
	width:500px;
	height:150px;
	margin:50px 10px 0;
	padding-left:10px;
	background:url(img/inner_b.png) no-repeat left top;
}
#main-top .inner_01 p{
	color:#333;
	font-size:115%;
	line-height:2.0;
}
.inner_02{
	width:640px;
	height:120px;
	margin:150px 0px 0px;
	padding-left:5px;
	background:url(img/inner_b02.png) repeat-x left top;
	font-size:95%;
}
.inner_02 h2{
	font-weight:normal;
	border-bottom:#999 dotted 2px;
	width:600px;
	color:#333;
	padding:10px 10px 0px 10px;
}
dt.inner_02_02{
	clear:both;
}

#main-top dl{
	margin:0px;
	padding:0px 0px 0px 20px;
}
#main-top dt{
	padding:0px 5px;
	float:left;
}
#main-top dd{
	font-size:95%;
	margin:0px;
	padding:0px 0 0 90px;
}

/*sidebox*/
#sidebox{
	width:260px;
	height:auto;
	margin:0px;
	padding:0px;
	float:right;
}
#sidebox h3{
	margin:15px 15px 5px;
}
#sidebox p{
	margin:3px 15px 0px;
	padding:0px 0px;
	font-size:85%;
}
#sidebox p.code{
	border:none;
	text-align:center;
	margin:5px;
}
#sidebox dl{
	margin:20px 20px;
	padding:0px 0px;
	font-size:80%;
}
#sidebox dt{
	margin:0px 0px;
	padding:0px 0px 10px;
	font-weight:bold;
	color:#333;
	font-size:120%;
}
#sidebox dd{
	margin:0px 0px;
	padding:0px 0px;
}
#sidebox dd.dd_01{
	color:#000;
	font-size:130%;
}
#sidebox dd.point{
	padding:5px 0px 0px;
	color:#9C0;;
	font-size:130%;
}	
/*footer*/
#footer{
	clear:both;
	width: 100%;
	height:100px;
	margin:0 auto;
	border-top:#ccc solid 1px;
}
#footer p{
	margin:5px;
	text-align:center;
	color:#666;
	font-size:80%;
}
#footer ul{
	margin:5px auto;
	float:right;
	color:#666;
	font-size:75%;
	list-style:none;
}
#footer ul li {
	float:left;
	padding:0px 3px;
	text-decoration:none;
}	
#footer ul li a{
	color:#666;
}	
/*ナビゲーション*/
#nav{
    width:600px;
	float:right;
}
#nav ul{
	margin:0px 0px 10px 0px; 
	padding:0px; 
    list-style:none;
}
#nav ul li{
	width:96px;
	float: left;
	margin:0px 2px 0px;
    padding:0px;
	font-size:80%;
}
#nav ul li a{
	display:block;
	width:96px;
	height:60px;
	margin:10px 0px;
	padding:0px 0px; /*padding of tabs*/
    text-decoration: none;
	text-align:center;
	color:#333;
	line-height:60px;
	border-bottom:#99cc00 solid 3px;
}
#nav ul li a:hover{
	height:60px;
	text-decoration: none;
    border-bottom:#99cc00 solid 3px;
	line-height:60px;
	color:#99cc00;
	background:url(img/nav-back_01.png) no-repeat center top;
}
#nav ul li.current a{
	display:block;
	width:96px;
    height:57px;
	line-height:57px;
	margin:10px 0px;
	padding:0px 0px; /*padding of tabs*/
	text-align:center;
	text-decoration: none;
	border-top:#99cc00 solid 3px;
	border-bottom:#99cc00 solid 3px;
	color:#99cc00;
}
div#nav ul li.current a:hover{
	display:block;
	text-decoration:none;
	height:57px;
	text-decoration: none;
    border-top:#99cc00 solid 3px;
	border-bottom:#99cc00 solid 3px;
	line-height:56px;
	color:#99cc00;
	background:background:url(img/nav-back_01.png) no-repeat center top;
}
/*事務所案内*/
table.office{
	width:800px;
	margin:20px 50px;
	font-size:80%;
	color:#333;
	clear:both;
}
tr{
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
}	
th{
	background:url(img/th-bg.jpg) repeat;
	width:120px;
	white-space:inherit;
	text-align:center;
	padding:7px;
	color:#333;
	font-weight:100;
}
th.th_02{
	background:url(img/th-bg02.jpg) repeat;
}
th.th_03{
	background:url(img/th-bg03.jpg) repeat;
}
td{
	padding:7px;
	border-bottom:#ccc solid 1px;
}
td p{
	margin-left:0px;
	padding:2px 0px;
	color:#333;
}

/*clearfix*/
#container:after { 
   content : ".";/*ピリオド（.）を生成*/
   display : block;/*clearを効かせるためピリオドをブロック要素に見せる*/
   height : 0px;/*ピリオドの高さをなくす*/
   clear: both;/*クリアする*/
   /*
   line-height: 0;/*ピリオドの行間をなくす
   visibility : hidden;/*ピリオドを隠す*/
}
#header:after { 
   content : ".";/*ピリオド（.）を生成*/
   display : block;/*clearを効かせるためピリオドをブロック要素に見せる*/
   height : 0px;/*ピリオドの高さをなくす*/
   clear: both;/*クリアする*/
   /*
   line-height: 0;/*ピリオドの行間をなくす
   visibility : hidden;/*ピリオドを隠す*/
}
a{
	color:#693;
}
a:hover{
	color:#F90;


