/* CSS-------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html{height: 100%;}


/* BODY-------------------------------*/
body {
	background: #DCE9F0;
	margin: 0;
	padding: 0;
	line-height:150%;
	letter-spacing: normal;
	color: #333;
	list-style: none;
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	font-family: "arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif", serif;
}

/*デフォルト属性 */
a, p, h1, h2, h3, h4, h5, h6, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

/* strong */
strong {font-weight: bold;}

/* 画像の属性 */
img {border: none; margin: 0;}


a:link, a:visited, a:active {color: #337799;text-decoration: underline;}
a:hover{color : #FF6633;text-decoration: none;}
	
/* 基本設定 ----------------------------- */
#base{
	width: 900px;
	background: #FFF;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#wrapper {
	width: 900px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#containar {
	width: 900px;
	margin: 10px auto 0 auto;
	text-align: left;
	background: #FFF;
}

/*  ヘッダー  */
#header {
	height:85px;
	margin: 0;
	color: #FFF;
	background: #DCE9F0 url("img/header.gif") no-repeat;
	text-align: left;
}

#header h1 {
	margin :2px 0 0 0;
	color: #333;
	font-size: 10px;
	padding: 0 5px;
	text-align: right;
	font-family: "arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif", Osaka-mono, monospace;
}

/*  ヘッダー　画像スペース  */
#header2 {
	height:250px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #fff;
}


/*  パンくずリスト  */
.navi {
	margin :0 0 10px;
	width: 100%;
	font-size: 10px;
	padding: 0 5px;
	text-align: left;
}

.navi a {
	color: #337799;
	text-decoration: none;
}

.navi a:hover {
	color: #FF6633;
	text-decoration: underline;
}


/*  コンテンツ部分  */
#content {
	float: right;
	width: 640px;
	margin: 0;
	padding: 0;
	background: #FFF;
	overflow: hidden;
}

#content h2{
	margin: 5px 0 10px 5px;
	padding: 5px 0 0 10px;
	height: 35px;
	font-size: 145%;
	color: #0F3357;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	line-height: 150%;
	background: #fff url("img/content_midashi1.gif") no-repeat;
}

#content h3 {
	margin: 0 0 0 5px;
	padding: 0 0 0 10px;
	font-size: 120%;
	color: #0071BC;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	line-height: 150%;
	height: 50px;
	background: #fff url("img/content_bg1.gif") no-repeat;
}


#content h4 {

}

/*  ページの小見出し（サイズ13）の装飾  */
#content h5{
    border: solid;
    border-width: 0 0 1px 10px;
    border-color: #3CC;
    font-size: 110% ;
 	padding-left: 10px;
 	line-height: 130%;
	margin: 0 15px;
	font-size: 120%;
	font-weight: bold;
	background: #ffffcc;
}

#content h6 {
	margin: 0 30px 0 20px;
	font-size: 105%;
	font-weight: bold;
	color:green;
	border-bottom: 1px dotted green;
}



#content .contentsbox{
	margin: 0 25px 20px 25px;
	border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #c0c0c0 #808080 #808080 #c0c0c0;
    padding: 0.5em;
}

#content .contentsbox ul{
	list-style: none;
	line-height: 140%;
	font-weight: bold;
	color: #666;
}

#content .contentsbox2{
	margin: 0 25px 20px 25px;
	border-style: solid;
    border-width: 1px 2px 2px 1px;
    border-color: #c0c0c0 #808080 #808080 #c0c0c0;
    padding: 0.5em;
	background: #ffffcc;
}


#content .doc{
	margin: 0 20px 20px 20px;
	text-align: left;
}

#content .doc p{
	padding: 5px 0;
}

#content .toiawase{
	margin: 0 10px 40px 33px;
	text-align: left;
}

#content .up{
	margin: 0 25px 20px 33px;
	text-align: right;
}



/* トップページのご相談ください！のテーブル */
#content .table-menu{
	width: 600px;
	border: 0;
	margin: 0;
	padding: 0;
}

#content .table-menu th{
	width: 300px;
	height: 34px;
	text-align: left;
	font-size: 120%;
	color: #333;
	font-weight: bold;
	padding: 10px 0 0 20px;
	background: #fff url("img/menu_bg.gif") no-repeat;
}

#content .table-menu td{
	margin: 0;
	padding: 0 0 0 25px;
	border-left: 1px solid #29ABE2;
	border-right: 1px solid #29ABE2;
	border-bottom: 1px solid #29ABE2;
	background: #fff;
}


/* 会社概要ページのテーブル */
#content .table-company1 {
	table-layout: fixed; /* テーブル大きさを１行目で判断 */
	margin: 0;
	width: 90%;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

#content .table-company1 td{
	font-size: 90%;
	caption-side: top;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
}



/* 業務案内ページのテーブル */
#content .table-info1 {
	table-layout: fixed; /* テーブル大きさを１行目で判断 */
	margin: 0;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

#content .table-info1 th{
	text-align: left;
	font-size: 90%;
	color: #333;
	font-weight: bold;
	padding: 3px 0 0 20px;
	background: #c4e4ff;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;

}


#content .table-info1 td{
	font-size: 90%;
	caption-side: top;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
}

/* ---- リスト属性----- */
#content ol{
	margin: 0px 0px 0px 30px;
}

#content li{
	margin: 0;
	font-size: 100%;
	line-height: 19px;
}


#content .photo-profile1{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	position: absolute;
	margin-right: 0px;
	left: 668px;
	top: 145px;
}


#content .photo-info1{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	position: absolute;
	margin-right: 0px;
	left: 721px;
	top: 348px;
}

#content .photo-info2{
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	position: absolute;
	margin-right: 0px;
	left: 707px;
	top: 1564px;
}



/*  サイドメニューの属性  */
#sidebar {
	float: left;
	width: 240px;
	margin: 0 0 0 5px;
	padding: 0;
	background: #FFF;
	overflow: hidden;
}

#sidebar h2{
	margin: 0;
 	background: #0071BC;
	font-weight: bold;
	font-size: 100%;
	line-height: 170%;
	color: #FFF;
	text-align: left;
	text-indent: 5px;
}



/* 　左メニューのメニュー用　*/
#sidebar .cat{
	margin: 0;
}


/* 　左メニューのメニュー用　*/
#sidebar ul.menu{
	display: block;
	margin: 0 0 10px 0;
	list-style-type: none;
	border-left: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
	text-align: left;
}

#sidebar ul.menu li.c1 a {
	display: block;
 	height: 25px;
 	list-style: none;
 	padding: 0 0 0 20px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 170%;
 	overflow: hidden;
	background: #FFF;
	border-left: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
}

#sidebar ul.menu li.c1 a:hover {
	color: #C1272D;
	text-decoration: underline;
	background: #FFF;
	border-left: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
}

#sidebar ul.menu li.c2 a {
	display: block;
 	height: 55px;
 	list-style: none;
 	padding: 0 0 0 20px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 170%;
 	overflow: hidden;
	background: #FFF;
	border-left: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
}

/* 　左メニューのサブメニュー用　*/
#sidebar ul.menu li a {
	display: block;
 	height: 25px;
 	list-style: none;
 	padding: 0 0 0 40px;
 	text-decoration: none;
 	font-size: 100%;
 	line-height: 170%;
 	overflow: hidden;
	background: #FFF url("img/menu03.gif") no-repeat;
	border-left: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
}

#sidebar ul.menu li a:hover {
	background: #FFF url("img/menu04.gif") no-repeat;
	color: #C1272D;
	text-decoration: underline;
	border-left: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
}


/* 　左メニューの事務所概要　*/
#sidebar ul.office {
 	list-style: none;
 	padding: 5px 0 5px 20px;
	color: #333333;
 	font-size: 100%;
 	line-height: 120%;
 	display: block;
	border-left: 1px solid #29ABE2;
	border-right: 1px solid #29ABE2;
	border-bottom: 1px solid #29ABE2;

}



/*フッターナビ*/
.f_navi {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 10px 250px 15px 15px;
	font-size: 85%;
}

.f_navi img{margin: 0 3px;border-style: none; vertical-align: middle;}

/*フッター*/
#footer{
	clear: both;
	width: 900px;
	height: 60px;
	margin: 0;
	color: #999;
	padding: 0;
	text-align: left;
	background: url("img/footer_back.gif") no-repeat;
}

#footer .copyright{
	text-align: right;
	padding: 40px 10px 0 0;
	font-size: 12px;
	line-height: 120%;
}
