/* CSS Document */

body {
	margin:0px;
	border-top:3px solid #41C7EA;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "sans-serif";
	color:#333322;
}
font {
	color:#FF3300;
}
form {
	margin:0;
}
a:link , a:visited {
	color:#003399;
}
a:hover {
	color:#FF3300;
}
.header {
	width:800px;
	margin:0 auto;
}
.header .logo {
	margin:10px;
	border:none;
	width:235px;
	height:34px;
}
.header-menu {
	float:right;
	margin:-3px 0 0 0;
}
.layout {
	width:800px;
	margin:0 auto;
	border:1px solid #CCC;
	background:url(images/menu-bg.gif) repeat-y 199px top;
}
div.menu {
	float:left;
	width:200px;
	min-height:630px;
}
ul.menu {
	margin:0;
	padding:0;
}
ul.menu li {
	margin:0;
	padding:0;
	list-style-type:none;
	vertical-align:top;
}
ul.menu li img {
	width:200px;
	height:36px;
	border:none;
	margin:0;
}
ul.menu li ul {
	margin:0;
	padding:0 0 10px;
	border-bottom:1px solid #CCC;
}
ul.menu li ul li {
	margin:0;
	padding:0;
}
ul.menu li ul li a {
	padding:7px 10px 5px 10px;
	margin:0;
	text-decoration:none;
	display:block;
	font-size:90%;
	width:179px;
	line-height:normal;
}
ul.menu li ul li a:link , ul.menu li ul li a:visited {
	background:#DDEEFF none;
	color:#000033;
	border-bottom:1px solid #FFF;
}
ul.menu li ul li a:hover { 
	background:#EDEDED none;
	color:#FF3300;
	border-bottom:1px solid #FFF;
}
li.menu {
}
li.menu a:link , li.menu a:visited {
	background:#41C7EA none !important;
	color:#FFF !important;
	font-weight:bold;
	border-bottom:1px solid #FFF !important;
}
li.menu a:hover { 
	background:#EDEDED none !important;
	color:#FF3300 !important;
	font-weight:normal;
	border-bottom:1px solid #FFF !important;
}
.copyright {
	width:800px;
	margin:0 auto;
	text-align:right;
	font-size:65%;
	color:#371200;
	padding:10px;
}

form.google-top {
	background:url(img/line-header.gif) no-repeat left center;
	padding:5px;
	margin:20px auto 0;
	background-color:#EDEDED;
	white-space:nowrap;
	width:175px;
	clear:both;
	text-align:center;
	border:1px solid #CCC;
}
form.google-top input.google {
	margin:0;
	width:32px;
	height:22px;
	border:none;
	vertical-align:top;
}
form.google-top input.search , form.google-top input.search2 {
	margin:0;
	width:130px;
	border:1px solid #CCC;
	padding:2px 5px;
	height:16px;
	vertical-align:top;
}
form.google-top input.search {
	background: #FFF url(images/loupe.gif) no-repeat center center;
}
form.google-top input.search2 {
	background-color:#CCFF00;
}
.pagetop {
	clear:both;
	text-align:right;
	font-size:80%;
	padding:5px 10px;
}
.pagetop a {
	padding:0 0 0 14px;
	text-decoration:none;
}
.pagetop a:link , .pagetop a:visited {
	background:url(images/arrow-top.gif) no-repeat left center;
}
.pagetop a:hover {
	background:url(images/arrow-top_f2.gif) no-repeat left center;
}
.icon {
	width:16px;
	height:16px;
	margin:0 5px;
	vertical-align:middle;
}
.no-contents {
	text-align:center;
	margin:200px 0;
	font-weight:bold;
	font-size:200%;
}
/* トップページ用 */

.top-banner {
	margin:15px 0;
	text-align:center;
}
.top-banner img {
	display:block;
	border:none;
	margin:0 auto 5px;
}
.flash {
	width:600px;
	margin:0;
}
.top-contents {
	float:left;
	width:600px;
	border-top:3px solid #41C7EA;
	background:url(images/menu-bg.gif) repeat-y 300px top;
}
.access {
}
.access div {
	padding:10px;
	font-size:85%;
	line-height:140%;
	text-align:left;
}
.access ul {
	margin:0px;
	padding:10px 0px 10px 0px;
}
.access ul li {
	margin:0px;
	padding:0px;
	font-size:85%;
}

div.news-top {
	width:300px;
	float:left;
	margin:0;
	line-height:110%;
	font-size:90%;
}
div.topics-top {
	width:300px;
	float:left;
	margin:0;
	line-height:110%;
	font-size:90%;
}
ul.news-top {
	*scrollbar-arrow-color:#CCC;
	*scrollbar-base-color: #CCC;
	*scrollbar-face-color: #FFF;
	*scrollbar-highlight-color: #FFF;
	*scrollbar-3d-light-color: #CCC;
	*scrollbar-shadow-color: #FFF;
	*scrollbar-track-color: #FFF;
	*scrollbar-darkshadow-color: #CCC;
	height:180px;
	overflow-y:scroll;
}
ul.topics-top {
	*scrollbar-arrow-color:#CCC;
	*scrollbar-base-color: #CCC;
	*scrollbar-face-color: #FFF;
	*scrollbar-highlight-color: #FFF;
	*scrollbar-3d-light-color: #CCC;
	*scrollbar-shadow-color: #FFF;
	*scrollbar-track-color: #FFF;
	*scrollbar-darkshadow-color: #CCC;
	height:330px;
	overflow-y:scroll;
}
div.news-top h1 , div.topics-top h1 {
	margin:0px;
	padding:0 0 0 10px;
	border-top:3px solid #41C7EA;
}
div.news-top h1 span , div.topics-top h1 span {
	float:right;
	margin:0;
}
div.news-top h1 span img , div.topics-top h1 span img {
	width:49px;
	height:14px;
	border:none;
	margin:5px 20px 0 0;
}
ul.news {
	padding:10px 0px 0px 15px;
	margin:0px;
	width:auto;
}
ul.news li {
	margin:0px 10px 0px 0px;
	padding:0px 0px 5px;
	list-style:none outside none;
	background:url(images/line-width.gif) repeat-x left bottom;
}
ul.news li span {
	font-size:90%;
	font-weight:bold;
	display:block;
	margin:0px 0px 0px 0px;
	color:#29A2D2;
}
ul.news li span img {
	margin:0px 0px 0px 10px;
	vertical-align:middle;
}
ul.news li a:link , .news li a:visited {
	text-decoration: none;
}
ul.news li a:hover {
	color: #FF3300;
	text-decoration: underline;
}
div.access {
	padding:10px;
}
ul.access {
	padding:0 0 20px 40px;
	margin:0;
	font-size:85%;
}
ul.access li {
	padding:0;
	margin:0;
} 
.top-pagetop {
	clear:both;
	margin:-1px 0 0 0;
	height:1px;
}

/* コンテンツページ 共用 */
.contents {
	float:left;
	width:560px;
	border-top:3px solid #41C7EA;
	padding:0 20px;
	font-size:85%;
	line-height:130%;
}
.navi {
	margin:5px 0 2px -20px;
	font-size:85%;
}
.navi a , .navi span {
	text-decoration:none;
	padding:0 20px 0 10px;
	color:#999999;
}
.navi a:link , .navi a:visited , .navi span {
	background:url(images/arrow-right.gif) no-repeat right center;
}
.navi a:hover {
	background:url(images/arrow-right_f2.gif) no-repeat right center;
}
div.title {
	border-top:1px dotted #EDEDED;
	border-bottom:1px solid #CCC;
	margin:0 -20px 20px;
	padding:0;
	background:url(images/title-bg.jpg) repeat-x left bottom;
}
div.title h1 {
	margin:0;
	padding:10px 20px;
	font-size:160%;
	color:#371200;
	background:url(images/h1-bg.jpg) no-repeat 10px top;
	border-bottom:1px solid #FFF;
	border-left:1px solid #FFF;
}
h2 {
	border-top:2px solid #41C7EA;
	border-bottom:1px dotted #41C7EA;
	margin:0 0 20px -10px;
	padding:8px 10px;
	font-size:160%;
	clear:both;
	color:#371200;
}
h3 {
	margin:10px 0;
	font-size:120%;
	clear:both;
	background:url(images/h3-bg3.jpg) repeat-x left bottom;
	border:1px solid #CCC;
	padding:5px;
}
ul.common-link {
	margin:0 0 20px;
	padding:0 0 0 30px;
}
ul.common-link li {
	margin:0 0 10px;
	padding:0;
	list-style:url(images/arrow-right.gif) outside square;
}

/*----------------- 行政書士に相談する -------------------*/

table.sodan {
	width:96%;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	margin:0 auto;
}
table.sodan td {
	padding:5px;
	border-bottom:1px solid #CCC;
}
table.sodan th {
	padding:5px;
	vertical-align:top;
	border-right:1px dotted #CCC;
	border-bottom:1px solid #CCC;
	width:5em;
	white-space:nowrap;
	font-size:95%;
	background:#FFF400 url(sodan/images/th-bg.jpg) repeat-x right bottom;
}

table.rinri {
	width:100%;
}
table.rinri thead td {
	padding:10px 5px;
}
table.rinri tbody th {
	font-weight:normal;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	padding:5px;
}
table.rinri tbody td {
	padding:5px;
}

/*----------------- 行政書士を探す -------------------*/

table.search {
	background-color:#CCCCCC;
	width:100%;
}
table.search tbody td {
	padding: 8px 0px 2px;
	background-color:#FFFFFF;
	text-align:center;
}
table.search tbody td img {
	border: none;
	width: 16px;
	height:16px;
}
table.search tbody th {
	text-align:left;
	padding: 8px 5px 2px;
	background-color:#FFFFFF;
	color:#371200;
	font-size:120%;
}
table.search tbody th span {
	padding:0ox 0px 0px 10px !important;
	white-space:nowrap;
	font-weight:normal;
	font-size:80%;
	color:#333322;
}
td.search {
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 5px 8px 5px !important;
	white-space:normal !important;
	text-align:left !important;
	color:#000000;
}
table.search thead {
	font-size:85%;
	background-color:#41C7EA;
	color:#FFFFFF;
}
table.search thead th {
	padding: 2px auto 3px;
}
table.search thead td {
	text-align:center;
	font-weight:bold;
	padding:2px auto 5px;
}
table.search .group-name {
	width:4em;
}
table.search .tel , table.search .fax {
	width:9em;
}
table.search .mail-url {
	width:2.5em;
}

table.keyword {
	width: 100%;
	margin: 0px 0px 20px;
}
table.keyword td {
	padding: 2px 5px;
	border-bottom:1px solid #41C7EA;
}
table.keyword th {
	padding: 2px 5px 2px 0;
	width:4.2em;
	font-size:90%;
	text-align:right;
	white-space:nowrap;
	vertical-align:top;
	border-right:1px dotted #CCC;
	border-bottom:1px solid #41C7EA;
	color:#41C7EA;
}

.pagination-top , .pagination-bottom {
	line-height:normal;
	position:relative;
}
.pagination-top div {
	text-align:center;
	padding:5px;
	margin:0px 0px 5px;
}
.pagination-bottom div {
	text-align:center;
	padding:5px;
	margin:20px 0px 0px;
	border-top:1px solid #CCC;
}
.pagination-top div strong , .pagination-bottom div strong {
	font-size:150%;
	color: #FF3300;
	padding: 0px 5px;
}
.pagination-top div span , .pagination-bottom div span {
	color: #CCC;
	padding: 0px 5px;
}
.pagination-top div a:link , .pagination-top div a:visited , .pagination-bottom div a:link , .pagination-bottom div a:visited {
	padding: 0px 5px;
	text-decoration:underline !important;
}
.pagination-top div a:hover , .pagination-bottom div a:hover {
	padding: 0px 5px;
}
.pagination-top div .select , .pagination-bottom div .select{
	color:#999999;
}
.even {
	background-color:#F9F9EE;
}


/*  業務の案内 */

ol.main {
	margin: 0px 0px 0px 20px;
	padding:0px;
}
ol.main li {
	font-size:120%;
	font-weight:bold;
	color:#371200;
}
ol.main blockquote {
	font-weight:normal;
	font-size:85%;
	margin: 20px 0px 10px 0px;
	padding:20px;
	background:#FFF400 url(gyomu/images/bg.jpg) no-repeat right bottom;
}
ol.main li ul li {
	color:#333333;
	margin: 0px 40px 5px !important;
	list-style-type: square;
	font-weight:normal;
	font-size:85%;
}



ol.main li div {
	margin:20px -5px 30px -25px;
	text-align:right;
	border-top: 2px solid #EDEDED;
	clear:both;
	padding:5px 0px 0px 0px;
	font-size:10px;
}


/* 許認可手続ガイド */

ol.lower-alpha {
	list-style-type:lower-alpha;
}
.guide-contents {
	margin:0 0 40px;
}
.guide-contents p {
	margin:0 0 10px;
}
div.guide {
}
div.guide ul , div.guide ol {
	margin:0 0 5px;
	padding:5px 0 5px 30px;
	clear:both;
}
div.guide li {
	margin:0 0 5px;
	padding:0;
}
div.guide p {
	margin:10px 0;
}
div.guide div {
	margin:0 0 40px 20px;
}
dl.guide {
	line-height:normal;
	margin:10px 0;
	padding:0;
}
dl.guide dt {
	float:left;
	margin:0;
	padding:0;
	width:4em;
	display:block;
	clear:both;
	text-align:center;
	white-space:nowrap;
}
dl.guide dd {
	float:left;
	margin:0 0 10px;
	padding:0 0 0 2em;
	display:block;
}
dl.guide dd ul , dl.guide dd ol {
	padding-top:0;
}

dl.guide2 {
	line-height:normal;
	margin:0;
	padding:10px 0 0 10px;
}
dl.guide2 dt {
	float:left;
	clear:both;
	white-space:nowrap;
	margin:0;
	padding:0;
	width:18em;
	display:block;
}
dl.guide2 dd {
	float:left;
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	width:20em;
	display:block;
}
dl {
	clear:both;
}
div.guide h2 {
	margin:20px 0 10px -10px;
}
div.guide h3 { /* 見出し(close) */
	padding:0px !important;
	clear:both;
}
div.guide h3.toggle-title-open { /* 見出し(open) */
}
div.guide h3 a {
	display:block;
	padding:5px 0px 5px 30px !important;
	text-decoration:none;
	line-height:normal;
}

div.guide h3 a:link , div.guide h3 a:visited  {
	background:url(images/h3-arrow.gif) no-repeat 5px center;
}
div.guide h3 a:hover {
	background:url(images/h3-arrow_f2.gif) no-repeat 5px center;
}
div.guide h3.toggle-title-open a:link , div.guide h3.toggle-title-open a:visited {
	background:url(images/h3-arrow_f2.gif) no-repeat 5px center;
}
div.guide h3.toggle-title-open a:hover {
	background:url(images/h3-arrow.gif) no-repeat 5px center;
}


/* 会館のご案内 */

div.hall {
	clear:both;
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top:1px solid #ccc;
}
div.hall:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}
div.hall{
   display:inline-block;
}
* html div.hall{
   height:1px;
}
div.hall{
   display:block;
}

div.hall div.left {
	float:left;
	width:39%;
	text-align:center;
}
div.hall div.left img {
	padding:1px;
	border:1px solid #ccc;
}
div.hall div.right {
	float:right;
	width:61%;
	text-align:left;
}
div.hall div.right dl {
	margin: 20px 10px 0 0;
}
div.hall div.right dl dt {
	font-weight:bold;
}
div.hall div.right dl dd {
	margin:5px 0 0 10px;
}



/* 概要 */

div.map {
	width:502px;
	height:502px;
	margin:0px auto 20px;
	border:1px solid #CCC;
}
.map-photo {
	float:left;
	margin:0 20px 0 0 ;
}
.accses-map {
	width:502px;
	margin:0px auto 20px;
	line-height:1.8;
}
.print {
	clear:both;
	text-align:center;
}

/* 会報「」 */

table.kaiho {
	width:100%;
	border-top:1px solid #CCC;
}
table.kaiho td {
	border-bottom:1px solid #CCC;
	padding:5px;
}
table.kaiho tr {
	cursor:pointer;
}
table.kaiho td img {
	display:block;
	margin:0 auto 3px;
}
table.kaiho th {
	border-bottom:1px solid #CCC;
	padding:5px;
}
table.kaiho a {
	text-decoration:none;
}

tr.kaiho-over {
	background-color:#CAF5FF;
}
td.kaiho-data {
	width:8em;
	font-weight:bold;
	text-align:center;
	color:#003399;
}
td.kaiho-file {
	text-align:center;
	width:3em;
	white-space:nowrap;
	font-size:90%;
}
/* Q&A */

ul.qanda {
	margin:0;
	padding:0;
}

ul.qanda li {
	display:inline;
	float:left;
	padding:0;
	margin:0px 10px 10px 0px;
	width:16.5em;
	font-weight:bold;
	font-size:120%;
	line-height:normal;
	/*white-space:nowrap;*/
}
ul.qanda li a {
	display:block;
	padding:10px;
	text-decoration:none;
	height:2em;
}
ul.qanda li a:link , ul.qanda li  a:visited {
	color:#FFF;
	background:#99FF00 url(images/bg.jpg) no-repeat right bottom;
	height:2em;
}
ul.qanda li a:hover {
	color:#E80A1E;
	background:#FFF400 url(images/bg_f2.jpg) no-repeat right bottom;
	height:2em;
}

dl.qanda {
	margin: 20px 0px;
}

dt.question {
	font-weight:bold;
	font-size:18px;
}

dd.question {
	margin:-1.2em 0px 15px 50px;
	font-weight:bold;
	color:#0099FF;
}

dt.answer {
	margin:0em 0px 0px 1em;
}

dd.answer {
	margin:-1.2em 0px 0px 50px;
}
dd.answer li li {
	margin:0px 0px 0px 10px;
}


/* リンク集 */

table.link {
	width:100%;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	margin:0 auto 10px;
}
table.link thead th , table.link thead td {
	font-size:90%;
	padding:2px;
	border-bottom:1px solid #CCC;
	background-color:#BECD00;
	color:#FFFFFF;
}
table.link thead th {
	border-left:1px solid #CCC;
}
table.link thead td {
	border-left:1px dotted #CCC;
	text-align:center;
	font-weight:bold;
}
table.link thead .link-name {
	white-space:nowrap;
}
table.link thead .link-post {
	/*width:5em;*/
	white-space:nowrap;
}
table.link thead .link-tel {
	/*width:7em;*/
	white-space:nowrap;
}
table.link tbody td , table.link tbody th {
	padding:2px 5px;
	border-bottom:1px solid #CCC;
}
table.link tbody td {
	border-left:1px dotted #CCC;
}
table.link tbody td.nowrap {
	white-space:nowrap;
}
table.link tbody th {
	text-align:left;
	font-weight:normal;
	border-left:1px solid #CCC;
	/*white-space:nowrap;*/
}

ul.link {
	margin:20px 0 40px 0;
	padding:0;
	clear:both;
}
ul.link li {
	display:inline;
	margin:0 0 10px 0;
	padding:0;
	width:13.5em;
	float:left;
}
ul.link li a:link , ul.link li a:visited {
	background: url(images/arrow-right.gif) no-repeat left center;
	padding: 0 0 0 16px;
}
ul.link li a:hover  {
	background: url(images/arrow-right_f2.gif) no-repeat left center;
	padding: 0 0 0 16px;
}

ul.link2 {
	margin:20px 0 40px 0;
	padding:0;
	clear:both;
}
ul.link2 li {
	display:inline;
	margin:0 0 10px 0;
	padding:0;
	width:15em;
	float:left;
}
ul.link2 li a:link , ul.link2 li a:visited {
	background: url(images/arrow-right.gif) no-repeat left center;
	padding: 0 0 0 16px;
}
ul.link2 li a:hover  {
	background: url(images/arrow-right_f2.gif) no-repeat left center;
	padding: 0 0 0 16px;
}

div.dllinks a {
	border:1px solid #CCC;
	margin:0px 5px 10px 0px;
	padding: 2px 6px;
	font-weight: bold;
	text-decoration:none;
	display:block;
	float:left;
	background:#41C7EA url(dllinks/images/btn-bg.jpg) repeat-x left center;
}
div.dllinks a:link , div.dllinks a:visited {
	color:#FFF;
}
div.dllinks a:hover {
	color: #FFFF00;
}
table.dllinks {
	clear:both;
	width:100%;
	margin:0px 0px 20px 0px;
	border-top:1px solid #EDEDED;
}
table.dllinks td {
	padding: 3px 5px;
	border-bottom:1px solid #EDEDED;
}
table.dllinks th {
	padding: 3px 5px;
	vertical-align:top;
	white-space:nowrap;
	text-align:right;
	border-right:2px solid #41C7EA;
	border-bottom:1px solid #EDEDED;
	width:3em;
}
table.dllinks td  a:link , table.dllinks td  a:visited , table.dllinks2 td  a:link , table.dllinks2 td  a:visited {
	background: url(images/arrow-right.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
}
table.dllinks td  a:hover , table.dllinks2 td  a:hover { 
	background: url(images/arrow-right_f2.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
}
td.dllinks {
	width:8em;
	white-space:nowrap;
}
th.dllinks {
	padding: 3px 5px;
	vertical-align:top;
	white-space:nowrap;
	text-align:right;
	border-bottom:1px solid #EDEDED;
	width:3em;
	border-right:2px solid #FFF !important;
	border-bottom:1px solid #EDEDED;
}
table.dllinks2 {
	clear:both;
	width:100%;
	margin:0px auto 20px;
	border-top:2px solid #41C7EA;
}
table.dllinks2 td {
	padding: 5px;
	border-bottom:1px dotted #EDEDED;
}
td.dllinks2 {
	width:11em;
	white-space:nowrap;
}


/* 管理ページ-ログインページ */
p.login {
	text-align:center;
	margin:60px 0 20px;
}
table.login {
	margin:0 auto;
}
table.login th {
	margin:0 auto;
	font-size:140%;
}
input.login {
	width:16em;
	padding:3px;
	font-size:140%;
}
div.login {
	text-align:center;
	margin:20px;
}


/* お問い合わせ */


table.request {
	width:100%;
	margin: 0px 0px 20px 0px;
	border:1px solid #CCC;
}
table.request td {
	padding:0px 0px 0px 5px;
}
table.request th {
	text-align:right;
	padding:0px 10px;
	vertical-align:top;
	white-space:nowrap;
	font-weight:normal;
	width:7em;
	border-right:3px solid #0066CB;
}
th.request {
	border-right:3px solid #FF0000 !important;
}
span.request {
	color:#FF0000;
}
textarea.request , input.request {
	width:95%;
}
div.request {
	text-align:center;
	margin: 0px 0px 0px 0px;
	background-color:#EDEDED;
}
table.request td ul {
	padding:0px;
	margin:0px;
}
table.request td ul li {
	padding:0px 0px 0px 1.8em;
	text-indent:-1.8em;
	margin:0px 0px 5px;
	list-style:none outside none;
	line-height:normal;
}
.thanks {
	margin:100px 0px 200px;
	line-height:200%;
	text-align:center;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* 近畿会共通コンテンツ */
span.shizuoka {
	display:none;
}
span.kinki {
	display:inline;
}
li.list {
	display:none;
}