@charset "utf-8";


/*****************************サイト全体に適用される基本的な設定です*****************************/

/*マージン・余白などをリセットしています*/
h1,h2,h3,h4,h5,h6,ul,ol,li,p,td,th,form,dd,dl,dt{
	margin: 0px;
	padding: 0px;
}
/*リストの設定をリセットしています*/
li,ul {
	list-style-type: none;
}
/*imgにリンクを張った際にborderがつかないようにします*/
img {
	border:0px;
	vertical-align: top;
}
/*サイト全体の基本設定です*/
body {
	font-size: 13px;
	line-height: 1.7;/*bf150*/
	margin: 0px;
	text-align: center;
}

/*トップページのみの設定です
背景画像の設定です*/
body.top {
	background-repeat: repeat-x;
	background-color:#EFEFEF;
}

/*下層ページのみの設定です
背景画像の設定です*/
body.bottom {
	background-repeat: repeat-x;
	background-color:#EFEFEF;
}
/*コンテンツエリアの横幅の指定です。*/
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-right: none;
	border-left: none;
	border-top-style: none;
	border-bottom-style: none;
	background-image: url(../img/wrapper.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
/*IE6用のハックです*/
*html #wrapper {
	width: 920px;
}
/*リンク用のアイコンです*/
.icon {
	background-image: url(../img/icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 12px;
}
/*リンクの基本設定です*/
a:link {
	color:#0951A2;
	text-decoration: none;
}
a:visited {
	color:#3C93E1;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
}
a:active {
	color:#000000;
	text-decoration: none;
}

/*****************************タイトル・フォント・マージン・行間などの部分的な設定です*****************************/
/*下層ページの設定*/

.bottom h2 {
	font-size: 18px;
	line-height: 46px;
	height: 46px;
	width: 900px;
	background-image: url(../img/h2.jpg);
	color: #FFFFFF;
	text-indent: 20px;
}
.bottom h3 {
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	width: 885px;
	text-indent: 36px;
	background-image: url(../img/h3.jpg);
}
.bottom h4 {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	width: 870px;
	text-indent: 18px;
	background-image: url(../img/h4.jpg);
}
/*トップページの設定*/
.top h2 {
	font-size: 18px;
	line-height: 47px;
	height: 46px;
	width: 900px;
	background-image:url(../img/h2_top.jpg);
	background-repeat: no-repeat;
	color:#572C04;
	text-indent: 35px;
}
/*日本地図*/
.map {
float:right;
padding-right: 30px;
}
/*上・左にマージン5pxを取ります。*/
.indent5 {
	padding-top: 5px;
	padding-left: 5px;
}
/*上・左にマージン10pxを取ります。*/
.indent10 {
	padding-top: 10px;
	padding-left: 10px;
}
/*上に30px左にマージン10pxを取ります。*/
.indent3010 {
	padding-top: 30px;
	padding-left: 10px;
}
/*上にマージン15pxを取ります。*/
.top15 {
	padding-top: 15px;
}
/*上・左にマージン15pxを取ります。*/
.indent15 {
	padding-top: 15px;
	padding-left: 15px;
}
/*左にマージン10pxを取ります。*/
.left10 {
	padding-left:10px;
}
/*左にマージン20pxを取ります。*/
.left20 {
	padding-left:20px;
}
/*左にマージン40pxを取ります。*/
.left40 {
	padding-left:40px;
}

/*左にマージン60pxを取ります。*/
.left60 {
	padding-left:60px;
}

/*上・左にマージン20pxを取ります。*/
.indent20 {
	padding-top: 20px;
	padding-left: 20px;
}
/*上・左にマージン25pxを取ります。*/
.indent25 {
	padding-top: 25px;
	padding-left: 25px;
　　padding-right: 25px;
}
/*上・左にマージン35pxを取ります。*/
.indent35 {
	padding-top: 35px;
	padding-left: 35px;
　　padding-right: 35px;
}
/*下部マージン5pxの設定*/
.bottom5 {
	padding-bottom: 5px;
}
/*下部マージン10pxの設定*/
.bottom10 {
	padding-bottom: 10px;
}
/*下部マージン15pxの設定*/
.bottom15 {
	padding-bottom: 15px;
}
/*下部マージン20pxの設定*/
.bottom20 {
	padding-bottom: 20px;
}

/*行間の設定100%*/
.line100 {
	line-height: 100%;
}
/*行間の設定125%*/
.line125 {
	line-height: 125%;
}
/*行間の設定150%*/
.line150 {
	line-height: 150%;
}
/*行間の設定175%*/
.line175 {
	line-height: 175%;
}
/*行間の設定200%*/
.line200 {
	line-height: 200%;
}

/*****************************ヘッダーエリアの設定です*****************************/

/*ヘッダーの高さの設定です*/
.header {
	height: 182px;
	position: relative;
	overflow: hidden;
	background: url(../img/head_bg.jpg) no-repeat;
}
/*サイト紹介文の設定です*/
.header h1 {
	line-height: 45px;
	color: #FFFFFF;
	position: absolute;
	top: 21px;
	font-weight: lighter;
	left: 39px;
	font-size: 16px;
	width: 493px;
}
/*電話番号の設定です*/
.header .tel {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 344px;
	height: 78px;
}
/*ロゴエリアの設定です*/
.header .logo {
	position: absolute;
	top: 89px;
	left: 0px;
}
/*ページタイトル*/
.pagetitle {
	color: #000000;
	height: 86px;/**bf120*/
	width: 900px;
	background-image: url(../img/pageTitle.jpg);
	text-indent: 15px;
	font: 30px/86px "ＭＳ ゴシック", "Osaka－等幅";
}
/*ページタイトルロング用*/
.pagetitle-l {
	color: #000000;
	height: 86px;/**bf120*/
	width: 900px;
	background-image: url(../img/pageTitle.jpg);
	text-indent: 15px;
	font: 26px/86px "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
}
/*メイン上テキストの設定です*/
.mainimage {
 position: relative;
 }
.mainimage p {
	position:absolute;
	line-height: 20px;
	color: #ffffff;
	width:313px;
	height:48px;
	font-size:17px;
	font-weight:lighter;
	z-index:1;
	right:1px;
	top: -75px;
}
/*下層ページメイン上テキストの設定です*/
#apDiv1 {
	position:absolute;
	line-height: 20px;
	color: #ffffff;
	width:340px;
	height:48px;
	font-size:17px;
	font-weight:lighter;
	z-index:1;
	right:5px;
	top: 112px;
}

/*****************************グローバルナビゲーションの設定です*****************************/

/*ナビゲーションの高さ・マージンの設定です*/
.navi li {
	float: left;
	height: 80px;
	margin-bottom:10px;
}
/*ぱんくず設定*/
.pn {
	padding-bottom: 10px;
	padding-left: 10px;
}

/*許可取得に役立つ知識集についての設定*/
.secn {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: 110px;
}
/*付箋メニュー設定です*/
.secn p {
	padding-left: 42px;
	padding-bottom: 10px;
}
/*付箋メニューの左エリアの設定です*/
.secnLeft {
	float: left;
	width: 435px;
	margin-right: 20px;
}
/*付箋メニューの右エリアの設定です*/
.secnRight {
	float: left;
	width: 435px;
}

/*****************************掲載オーダーボタンの設定です*****************************/
.waku {
	margin-bottom: 15px;
	margin-left:30px;
	height: 110px;
}
.wakul {
	float: left;
	width: 375px;
	margin-right: 30px;
}
.wakur {
	float: left;
	width: 375px;
}



/*****************************行政書士事務所紹介部の設定です*****************************/
/*行政書士事務所紹介部分一つ分の設定*/
.sec {
	margin-bottom: 10px;
	padding-bottom: 5px;
	height: 160px;
	background: url(../img/try.jpg) no-repeat;

}
/*事務所紹介の設定です*/
.sec p {
	padding-left: 42px;
	padding-bottom: 10px;
}
/*事務所紹介文章部分の設定です*/
.secLeft {
width:615px;
float:left;
margin-left:10px;
}
/*事務所紹介画像部分の設定です*/
.secRight {
	width:175px;
	margin-top:10px;
	margin-left:20px;
	float:left;
}

/*行政書士事務所名称部分の設定です*/
.namae{
	border-bottom: 0.3ex solid #336699;
	font-size:16px;
	text-indent: 20px;
	font-weight:bold;
	line-height:30px;
	margin-top:8px;
}
/*あかさたなのボタンの設定です*/
.bottomNavi li {
	float: left;
}
/*****************************フッターの設定です*****************************/

/*フッターの設定です*/
.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #486784;
	height: 150px;
}

/*コンテンツエリアの横幅の指定です*/
.cont {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #cccccc;
}
/*コラムの指定です*/
.column {
	width: 350px;
	height: 100px;
	padding: 10px;
	margin: 10px;
	border: 1px solid #FFFFFF;
	overflow:auto;
	background: #486784;
}
/*フッターエリアのテキストの設定です*/
.cont p {
	float: right;
	clear: none;
	padding-right: 22px;
	padding-top: 50px;
}
/*フッターエリアのリンクの設定です*/
.cont a {
	color: #FFFFFF;
}
/*下層コンテンツエリアの横幅の指定です*/
.cont_kasou {
	width: 900px;
	padding-top:40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #cccccc;
}
/*下層フッターエリアのリンクの設定です*/
.cont_kasou a {
	color: #FFFFFF;
}
/* ページトップへ戻る
--------------------------------------------- */
p.pagetop {
	margin: 0 0 15px;
	text-align: right;
	font-size: 15px;
	padding-top:10px;
}
p.pagetop a {
	padding-left: 10px;
	padding-right:10px;
	background: url(../img/arrow_pagetop.gif) left center no-repeat;
}
p.pagetop a:link,
p.pagetop a:visited {
	text-decoration: none;
}
p.pagetop a:hover {
	text-decoration: underline;
}
/* テーブルの設定です
--------------------------------------------- */
table {
	margin: 0;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid #336699;
}

th,
td {
	line-height: 1.5;
	font-size: 93%;
}

th {
	padding: 0.2em 8px;
	border: 1px solid #ccc;
	background-color: #ebe8e8;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

td {
	padding: 0.2em 8px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.cellhaikei1{
	background-image:url(../img/bg_01.gif);
}

.cellhaikei2{
	background-image:url(../img/bg_02.gif);
}

/* 白テーブルの設定です
--------------------------------------------- */
.cell{
border:0px;
}
.cell td,th{
border:0px;
}
/* サイトマップのテーブル設定です
--------------------------------------------- */
.cell2{
border:0px;
}
.cell2 table {
	margin: 5em auto;
	border-collapse: collapse;
	border: none;
}
.cell2 td {
	padding: 0.5em 1em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #e1e1e1;
	border-left: none;
	border-right:none;
	empty-cells:show;
}
.cell2 th {
	padding: 0.5em 1em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #e1e1e1;
	border-left: none;
	border-right:none;
	empty-cells:show;
}
.cell2 thead {
	color: #000000;
	background: #fff;
}
/* ストロングの設定です
--------------------------------------------- */
strong {
	color: #000000;
	font-weight: normal;
}
/* 東京市区町村の誘導部分
--------------------------------------------- */
.akstn{
width:300px;
height:121px;
background-image:url(../img/gazou/akstn.gif);
}
/* pickupの設定です
--------------------------------------------- */
.pickup{
	margin-bottom: 10px;
	padding-bottom: 5px;
	height: 300px;
}
/*左エリアの設定です*/
.pickupLeft {
	float: left;
	width: 435px;
	margin-right: 20px;
}
/*右エリアの設定です*/
.pickupRight {
	float: left;
	width: 435px;
}
.name {
width:435px;
background-color:#333333;
color:#FFFFFF;
font-size:21px;
text-align:30px;
text-indent:10px;
}
.ad {
float:left;
padding-bottom:20px;
padding-left:25px;
}
.ad1 {
padding-top:10px;
padding-bottom:40px;
}
.ad2 {
padding-bottom:15px;
padding-top:15px;

}

.sansyou {
	background: #FFFFCC;
	border: 1px solid #CCCCCC;
	padding: 15px;
	width:420px;
	margin-bottom:15px;
}

