/* CSS Document */
body {
	margin:0px;
	font-size:90%;
	color:#333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#0066CC url(img/body-bg.jpg) repeat-x left top;
}
form {
	margin:0px;
	padding:0px;
}
a:link , a:visited {
	color:#000099;
	text-decoration: none;
}
a:hover  { 
	color: #FF3300;
	text-decoration: underline;
}

p.hang {
	text-indent: -15px;
	margin: 0px 0px 0px 15px;
}

hr {
	margin:20px 0px;
	height:1px;
	border-top: 1px dotted #999;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

div.header {
	padding:0px 0px 0px 0px;
	width:800px;
	height:52px;
	margin:0px auto;
}
div.header img.logo {
	margin:12px 0px 0px 0px;
	width:239px;
	height:31px;
	border:none;
}

div.header span {
	margin: 12px 0px 0px 0px;
	float:right;
	display:block;
	width:50%;
	text-align:right;
	white-space:nowrap;
}
div.header img.private-but {
	margin:-4px 10px 0px 0px;
	width:116px;
	height:30px;
	border:none;
	vertical-align:middle;
}

div.header form.google-top {
	display:inline;
	background:url(img/line-header.gif) no-repeat left center;
	padding:0px 0px 0px 10px;
}
div.header form.google-top input.google {
	margin: 0px 0px 0px 0px;
	width:22px;
	height:22px;
	border:0;
	vertical-align:top;
}
div.header form.google-top input.search {
	margin: 0px;
	width:140px;
	border: 1px solid #CCC;
	background: #FFF url(img/loupe.gif) no-repeat center center;
	padding:2px 5px;
	color:#CCC;
	height:16px;
}
div.header form.google-top input.search2 {
	margin: 0px;
	width:140px;
	border: 1px solid #CCC;
	padding:2px 5px;
	background-color:#D6F4F8;
	height:16px;
}

div.center {
	width:800px;
	margin: 0px auto;
	padding:0px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color:#FFFFFF !important;
	
}

div.footer {
	clear:both;
	width:800px;
	margin:0px auto;
	text-align:center;
	font-size:10px;
	padding:10px 0px 20px 0px;
	color: #FFF;
	
}
div.footer span {
	font-size:130%;
	display:block;
	margin:0px 0px 10px;
}
div.footer span a:link , div.footer span a:visited {
	color: #FFF;
	background: none no-repeat left center;
	margin: 0px 15px 0px 0px;
	padding: 0px 10px;
}
div.footer span a:hover  { 
	color: #FF3300;
	background: none no-repeat left center;
	margin: 0px 15px 0px 0px;
	padding: 0px 10px
}

div.menu {
	width:180px;
	min-height: 500px;
	float:left;
	margin:0px;
	padding:0px;
}
div.menu ul {
	padding:0px;
	margin:0px;
}
div.menu ul li {
	padding:0px;
	margin:0px 0px 2px;
	*margin:0px;
	list-style-type:none;
	width:100%;
}
div.menu ul li img {
	border:none;
	display:block;
}
ul.submenu {
	margin:0px !important;
	padding:0px 0px 10px 0px !important;
}
ul.submenu li {
	padding:0px 0px 1px !important;
	margin:0px !important;
	line-height:110%;
	background: url(img/line-wide.gif) repeat-x left bottom;
}
ul.submenu img {
	display:inline !important;
}
ul.submenu li a {
	padding:6px 0px 5px 4px;
	margin:0px;
	display:block;
	text-decoration:none;
	width:176px;
}
li.submenu-out a:link , li.submenu-out a:visited {
	background: #FFFFFF none;
}
li.submenu-over a:hover {
	background: #ABD7FE url(img/submenu-bg.gif) no-repeat right center;
}


div.top-center {
	float:left;
	width:440px;
	padding:0px;
	margin:0px 5px;
}
div.banner {
	float:left;
	width:170px;
	text-align:center;
	padding-bottom:15px;
}
div.banner img {
	margin:0px 0px 5px;
	border:none;
}
div.copyright-banner {
	text-align:center;
	margin:20px 0px;
}

div.copyright-banner img {
	margin:0px 0px 5px;
	border:none;
	display:block;
}

.contents-right {
	width: 610px;
	padding:25px 0px 0px 0px;
	float:right;
}
.contents-right .contents {
	margin:20px 20px 0px 10px;
	line-height:130%;
}
div.page-title {
	background: url(img/title-line.jpg) no-repeat left bottom;
	padding: 0px 20px 10px 0px;
	margin:0px 0px 0px 0px;
	font-family:"ＨＧＰ明朝Ｅ", "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "Serif";
	font-size:18px;
	font-weight:bold;
	text-align:right;
}
div.page-title img.page-title {
	margin:0px 6px;
}
div.page-title span {
	padding:5px 0px 0px 0px !important;
	float:left;
	font-weight: normal;
	font-size:12px;
}
.pagetop {
	margin:10px 10px 2px;
	clear:both;
	text-align:right;
	font-size:80%;
}
.pagetop a:link , .pagetop a:visited , .pagetop2 a:link , .pagetop2 a:visited {
	color: #333333;
	background: url(img/arrow-top.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
}
.pagetop a:hover , .pagetop2 a:hover { 
	color: #FF3300;
	background: url(img/arrow-top_f2.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
}
.pagetop span {
	float:left;
	font-size:110%;
}
.pagetop span a:link , .pagetop span a:visited , .pagetop2 span a:link , .pagetop2 span a:visited {
	color: #333333;
	background: url(img/arrow-left.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
}
.pagetop span a:hover , .pagetop2 span a:hover { 
	color: #FF3300;
	background: url(img/arrow-left_f2.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
}

.icon {
	width:16px;
	height:16px;
	border:none;
	margin:0px 5px;
	vertical-align:middle;
}
.backnumber {
	text-align:right;
}

/*------------------- トップページ ------------------------*/

div.language-btn {
	margin:5px auto;
	border:2px solid #0066CC;
	width:160px;
	padding:0px !important;
}
div.language-btn img {
	 width:160px;
	 height:80px;
	 border:none;
	 margin:0px !important;
}
div.tel-number {
	margin:0px auto 20px;
	border:2px solid #0066CC;
	width:160px;
	padding:0px !important;
}
div.tel-number img {
	width:160px;
	 height:70px;
	 border:none;
	margin:0px !important;
}

div.news {
	padding:0px;
}
div.address {
	margin:10px 0px 0px 0px;
}
div.address div {
	margin: 15px 10px 20px 10px;
	line-height:120%;
	text-align:justify;
	*text-justify:distribute;
}
div.address ul {
	padding:10px 0px 5px 10px;
	margin:0px;
}
div.address li a:link , div.address li a:visited {
	background: url(img/arrow-right.gif) no-repeat left center;
	padding: 0px 0px 0px 15px;
	margin:0px;
}
div.address li a:hover {
	background: url(img/arrow-right_f2.gif) no-repeat left center;
	padding: 0px 0px 0px 15px;
	margin:0px;
}

div.news-top {
	width:438px;
	margin:10px 0px 0px 0px;
	padding:0px;
	border:1px solid #CCC;
}
div.topics-top {
	width:438px;
	padding:0px;
	margin:10px 0px 10px 0px;
	border:1px solid #CCC;
}
ul.top-news {
	*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:234px;
	overflow-y:scroll;
}
div.news-top h1 , div.topics-top h1 , div.address h1 {
	margin:0px;
	padding:0px;
}


ul.news {
	font-size:85%;
	line-height:120%;
	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(img/line-wide.gif) repeat-x left bottom;
}
ul.news li span {
	font-size:85%;
	font-weight:bold;
	display:block;
	margin:0px 0px 0px 0px;
	color:#99CC00;
}
ul.news li span img {
	margin:0px 0px 0px 10px;
	vertical-align:middle;
	width:46px;
	height:11px;
}



ul.topics {
	font-size:85%;
	line-height:120%;
	padding:10px 0px 0px 15px;
	margin:0px;
	width:auto;
}
ul.topics li {
	margin:0px 10px 0px 0px;
	padding:0px 0px 5px;
	list-style:none outside none;
	background:url(img/line-wide.gif) repeat-x left bottom;
}
ul.topics li span {
	font-size:85%;
	font-weight:bold;
	display:block;
	margin:0px 0px 0px 0px;
	color:#FF9900;
}
ul.topics li span img {
	margin:0px 0px 0px 10px;
	vertical-align:middle;
	width:46px;
	height:11px;
}
ul.topics li a:link , .topics ul li a:visited {
	color:#333322;
	text-decoration: none;
}
ul.topics li a:hover {
	color: #FF3300;
	text-decoration: underline;
}

li#newsid2508 a, li#newsid2531 a, li#newsid2615 a {
	color: #C00 !important;
	font-weight:bold !important;
}




/*------------------- 法律・行政手続きについて相談したい ------------------------*/


ol.main {
	margin: 0px 0px 0px 20px;
	padding:0px;
}
ol.main li {
	font-size:120%;
	font-weight:bold;
	color:#000066;
}
ol.main blockquote {
	font-weight:normal;
	font-size:85%;
	margin: 20px 0px 10px 0px;
	color:#FF6600;
	border-top: 1px solid #A39C8A;
	border-right: 2px solid #A39C8A;
	border-bottom: 2px solid #A39C8A;
	border-left: 1px solid #A39C8A;
	padding: 10px;
	background-color:#F2F0EE;
}
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;
}



div.gyomu-menu {
	margin:10px auto;
	text-align:center;
	padding:0px;
}
div.gyomu-menu a:link , div.gyomu-menu a:visited {
	color: #333333;
	background: url(../img/arrow-right.gif) no-repeat left center;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 18px;
}
div.gyomu-menu a:hover  { 
	color: #FF3300;
	background: url(../img/arrow-right_f2.gif) no-repeat left center;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 18px;
}



ul.qanda {
	margin: 0px 0px 0px 40px;
}

ul.qanda li {
	display:inline;
	float:left;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	width:15em;
	font-weight:bold;
	font-size:16px;
	line-height:normal;
}
/*
ul.qanda li a:link , ul.qanda li  a:visited {
	display:block;
	color: #333;
	padding: 15px 0px 10px 45px;
	background: url(qanda/img/a-bg2.gif) no-repeat left center;
}
ul.qanda li a:hover {
	display:block;
	color: #E80A1E;
	padding: 15px 0px 10px 45px;
	background: url(qanda/img/a-bg2_f2.gif) no-repeat left center;
	text-decoration:none;
}
*/
dl.qanda {
	margin: 20px 0px;
}

dt.question {
	font-weight:bold;
	font-size:18px;
}
dt.question img {
	margin:0px 10px 0px 0px;
}

dd.question {
	margin:-1.2em 0px 15px 70px;
	font-weight:bold;
	color:#3366CC;
}

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

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


/*------------------- 大阪会について ------------------------*/


table.branch {
	width:90%;
	margin: 0px auto 40px;
	border-top:2px solid #D6D5CF;
	border-bottom:1px solid #D6D5CF;
	color:#595951;
}
table.branch td {
	padding:5px 5px 5px 10px;
	border-bottom:1px solid #D6D5CF;
}
table.branch th {
	width:5em;
	white-space:nowrap;
	text-align:right;
	padding:5px 10px 5px 5px;
	border-right:1px solid #D6D5CF;
	border-bottom:1px solid #D6D5CF;
	background-color:#EDEDEB;
	vertical-align:top;
}

table.disposal {
	width:100%;
	border-top:2px solid #CCC;
	border-bottom:1px solid #CCC;
	border-left:1px solid #EDEDED;
}
table.disposal thead th {
	background:url(img/th-bg.jpg) repeat-x left center;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:85%;
}
table.disposal tbody td {
	padding:5px 5px 5px 5px;
	border-right:1px solid #EDEDED;
	border-bottom:1px solid #CCC;
}
table.disposal tbody th {
	padding:5px 5px 5px 5px;
	border-right:1px solid #EDEDED;
	border-bottom:1px solid #CCC;
	font-weight:normal;
	white-space:nowrap;
}
table.disposal tbody th.shibu {
	font-size:90%;
}

div.branch {
	margin:20px 0 0 0;
	text-align:center;
	line-height:160%;
	font-size:90%;
}
div.branch a {
	white-space:nowrap;
}

/*------------------- 無料相談会 ------------------------*/


table.sodan-branch {
	background-color: #CCC;
	width: 100%;
	clear:both;
	}
table.sodan-branch td {
	font-size: 80%;
	padding: 2px 4px;
	background-color: #fff;
	
}
table.sodan-branch th {
	padding: 2px;
	font-size:10px;
	color:#FFFFFF;
	background: url(sodankai/img/th-bg.jpg) repeat-x left center;
}

table.sodan-honkai {
	width: 100%;
	margin: 0px auto 10px;
	border-top: 1px solid #CCC;
}
table.sodan-honkai td {
	padding: 10px 5px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width:42%;
}
table.sodan-honkai th {
	padding: 10px 4px;
	color:#FFF;
	white-space:nowrap;
	border-top: 1px solid #55B8DE;
	border-bottom: 1px solid #2D8AAC;
	background:#43B4E0 url(sodankai/img/th-bg.jpg) repeat-x left center;
	width:16%;
}
table.sodan-honkai td div {
	width:50%;
	float:left;
	padding:0px;
	margin:0px 0px 5px 0px;
	list-style:none outside none;
	white-space:nowrap;
}
table.sodan-honkai td div.nowrap {
	width:100% !important;
	white-space:nowrap;
}

ul.navi {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	white-space:nowrap;
}
ul.navi li {
	width:50%;
	display:block;
	float:left;
	border-bottom:2px solid #EDEDED;
	list-style-type:none;
}
li.navi {
	text-align:right;
}


table.navi {
	margin:10px 0px 10px 0px;
	white-space:nowrap;
	width:100%;
}
table.navi td {
	width:30%;
	padding: 2px 0px 2px 5px;
	vertical-align:bottom;
	color:#CCCCCC;
}
table.navi td span {
	color:#333;
}
table.navi th {
	width:40%;
	text-align:center;
	font-weight:normal;
	line-height:normal;
	white-space:nowrap;
	color:#CCCCCC;
}
td.navi {
	width:30%;
	padding: 2px 5px 2px 0px;
	text-align:right;
}
table.navi th span {
	font-size:140%;
	font-weight:bold;
	padding:0px 5px;
	color:#FF6600;
}
table.navi th a:link , table.navi th a:visited {
	padding: 2px;
	color:#FF6600;
	font-weight:bold;
}
table.navi th a:hover {
	padding: 2px;
	color: #FF3300;
	font-weight:bold;
}




/*------------------- 行政書士とは？ ------------------------*/



ul.jobs {
	margin:0px;
	padding:10px;
	width:auto;
}
ul.jobs li {
	list-style:none inside none;
	padding: 5px 5px 5px 0px;
	margin:0px 10px 5px 0px;
	float:left;
	width:8em;
	border:1px solid #CCC;
	background-color:#FFF3E1;
}
ul.jobs li a:link , ul.jobs li a:visited {
	color: #333333;
	background: url(img/arrow-right.gif) no-repeat left center;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 18px;
}
ul.jobs li a:hover  { 
	color: #FF3300;
	background: url(img/arrow-right_f2.gif) no-repeat left center;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 18px;
}


/*------------------- 電子申請について ------------------------*/


table.electron {
	width:90%;
	margin:0px auto;
}
table.electron td {
	width:50%;
	padding:10px;
	border: 1px solid #D350A8;
}
table.electron th {
	padding:3px 0px;
	color:#FFF;
	border-top: 1px solid #D350A8;
	border-right: 1px solid #A62C7E;
	border-bottom: 1px solid #A62C7E;
	border-left: 1px solid #A62C7E;
	background: url(electron/img/th-bg.jpg) repeat-x left center;
}

dl.electron {
	margin:20px 0px 0px 0px;
}
dl.electron dt {
}
dl.electron dd {
	margin:5px 0px 20px 20px;
}

/*------------------- 著作権相談室 ------------------------*/

table.copyright {
	width:90%;
	margin: 0px auto;
}
table.copyright td {
	padding: 10px;
	border: 1px solid #58B36D;
}
table.copyright td strong {
	display:block;
	font-size:110%;
	color:#336600;
	margin-bottom:5px;
}
table.copyright th {
	background: url(copyright/img/th-bg2.jpg) repeat-x left center;
	padding: 6px;
}
table.copyright a:link , table.copyright  a:visited {
	display:block;
	margin-top:10px;
	color: #333333;
	background: url(img/arrow-right.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
}
table.copyright  a:hover {
	display:block;
	margin-top:10px;
	color: #FF3300;
	background: url(img/arrow-right_f2.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
}

ul.copy-list {
	margin:0px 0px 30px 1em;
	padding:0px;
}
ul.copy-list li {
	display:inline;
	float:left;
	width:7.5em;
	margin:0px 5px 5px 0px;
	padding: 4px 2px 4px 18px;
	background: url(copyright/img/th-bg2.jpg) repeat-x left center;
	border-top: 1px solid #72C184;
	border-right: 1px solid #4A935B;
	border-bottom: 1px solid #4A935B;
	border-left: 1px solid #72C184;
	font-weight:bold;
	color: #FFF;
	white-space:nowrap;
}

ul.copy-list li a:link , ul.copy-list li a:visited {
	color: #FFF;
}
ul.copy-list li a:hover { 
	color: #FF3300;
}


ul.copy-info {
	margin:0px 40px 0px 40px;
	padding:0px;
}
ul.copy-info li {
	margin:0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	list-style:none outside none;
	background:url(img/width-line.gif) repeat-x left bottom;
}
ul.copy-info li a , ul.copy-info li a:visited {
	display:block;
	color:#336600;
	font-size:16px;
	margin:0px 0px 5px 0px;
	font-weight:bold;
}


div.copy-list {
	display:block;
	margin: 30px 0px 5px 0px;
	font-family:"ＨＧＰ明朝Ｅ", "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "Serif";
	font-size:18px;
	font-weight:bold;
	color:#336600;
}

table.copy-list {
	width: 100%;
	margin: 0px auto 0px;
	border-right: 1px solid #4A935B;
	clear:both;
}
table.copy-list td {
	padding: 4px 2px;
	border-bottom: 1px solid #72C184;
	border-left: 1px solid #72C184;
	font-size:90%;
	line-height:110%;
}
table.copy-list th {
	padding: 2px 5px;
	color:#FFF;
	font-size:10px;
	text-align:left;
	border-top: 1px solid #72C184;
	border-bottom: 1px solid #4A935B;
	border-left: 1px solid #72C184;
	background: url(copyright/img/th-bg.jpg) repeat-x left center;
}
table.copy-list td.name {
	font-weight:bold;
	font-size:120%;
	padding:0px 2px 0px 5px;
	line-height:normal !important;
}
table.copy-list th.name {
	font-weight:bold;
	font-size:100%;
	line-height:normal;
}




/*------------------- 申請書ダウンロード ------------------------*/



div.dllinks {
	width:100%;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}
div.dllinks a {
	border-top:1px solid #C5B14D;
	border-left:1px solid #C5B14D;
	border-bottom:1px solid #968326;
	borderright:1px solid #968326;
	margin:0px 5px 5px 0px;
	padding: 4px 6px 3px 6px;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	background:url(img/dllinks_th-bg.jpg) repeat-x left center;
	display:block;
	float:left;
}
div.dllinks a:link , div.dllinks a:visited {
	color:#FFF;
}
div.dllinks a:hover {
	color: #FF3300;
}


table.dllinks {
	clear:both;
	width:100%;
}
table.dllinks td {
	padding: 5px 5px 3px 5px;;
	border-top:1px dotted #CCC;
}
table.dllinks th {
	padding: 2px 2px 2px 0px;
	vertical-align:top;
	white-space:nowrap;
	width:3em;
	text-align:left;
}
table.dllinks th span {
	color:#FFF;
	border-top:1px solid #C5B14D;
	border-left:1px solid #C5B14D;
	border-bottom:1px solid #968326;
	borderright:1px solid #968326;
	padding: 4px 6px 3px 6px;
	font-size:14px;
	background:url(img/dllinks_th-bg.jpg) repeat-x left center;
	display:block;
}
table.dllinks td  a:link , table.dllinks td  a:visited , table.dllinks2 td  a:link , table.dllinks2 td  a:visited {
	color: #333333;
	background: url(img/arrow-right.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
}
table.dllinks td  a:hover , table.dllinks2 td  a:hover { 
	color: #FF3300;
	background: url(img/arrow-right_f2.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
}


tr.dllinks td , tr.dllinks th , tr.dllinks2 td {
	border-top:2px solid #C1D6FF !important;
	padding-top:10px !important;
}
td.dllinks {
	width:8em;
	white-space:nowrap;
}
td.dllinks2 {
	width:11em;
	white-space:nowrap;
}


table.dllinks2 {
	clear:both;
	width:100%;
	margin:0px auto 20px;
	border-top:2px solid #C1D6FF;
}
table.dllinks2 td {
	padding: 5px;
	border-bottom:1px dotted #EDEDED;
}



/*------------------- 会員用 ------------------------*/

ul.private {
	margin:0px 0px 40px 20px;
	padding:0px;
}
ul.private li {
	margin:10px 0px 10px 0px;
	padding: 0px 0px 10px 6em;
	list-style:none outside none;
	background:url(img/width-line.gif) repeat-x left bottom;
	text-indent:-6em;
}
ul.private li span {
	color: #3F95EA;
	font-weight:bold;
	margin:0px 10px 0px 0px;
}
ul.private li div {
	padding:0px 0px 0px 10px;
	display:inline;
	white-space:nowrap;
	color:#336600;
	font-weight:bold;
}

/*------------------- 行政書士登録について ------------------------*/

ul.entry {
	margin: 0px 0px 30px 20px;
	padding: 0px;
}
ul.entry li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none outside square;
}
ul.entry li span {
	padding-left:20px;
	font-size:12px;
	font-weight:normal;
}
ul.entry li ul {
	margin: 5px 0px 20px 20px !important;
	padding: 0px;
}
ul.entry li ul li {
	list-style: none outside circle;
	margin:3px 0px 0px !important;
	padding:0px;
}
ul.entry li ol {
	margin: 10px 0px 0px 0px !important;
	padding: 0px;
}
ul.entry li ol li {
	list-style-type: none;
	margin: 0px 0px 10px 60px;
	text-indent: -60px;
}
ul.entry li ol li span {
	margin: 0px 10px 0px 0px !important;
	padding: 2px;
	border: 1px solid #CCC;
	background-color:#EDEDED;
	width:3em !important;
	font-size:12px;
}

.icon-list {
	border:1px dotted #666666;
	padding:10px 5px;
	width:10em;
	float:right;
}


/*------------------- 業務情報 ------------------------*/

h3.information {
	margin: 0 0 5px 5px;
}
ul.info_box {
	margin:0 auto 20px;
	overflow:hidden;
	width:505px;
	*width:480px;
	border:1px solid #CCC;
	padding:9px 5px 5px 5px;
	*padding:7px 5px 5px 5px;
}
ul.info_box li {
	float:left;
	list-style:none inside none;
	margin:0 5px;
}
div.info_frame {
	clear:both;
	overflow-y:scroll;
	height:550px;
}
ul.information {
	margin: 0px 0px 30px 10px;
	padding: 0px;
}
ul.information li {
	margin: 0px 10px 15px 0px;
	padding: 0 0 15px 10px;
	/*list-style: none outside square;*/
	list-style: none;
	line-height: 1.5;
	border-bottom: 1px dotted #ccc;
}
ul.information li span {
	font-size:12px;
	color: #09F;
}

div.information {
	border: 1px solid #09C;
	padding: 0 15px 20px 15px;
}

dl.info090821 {
	margin: 0 0 0 0;
}
dl.info090821 dd {
	margin: 5px 0 0 10px;
}

p.info090821 {
	margin: 15px 0 10px 13px;
}
p.info090821-2 {
	margin: 20px 0 10px 0px;
}

ul.info090821 {
	margin: 5px 0 0 5px;
	padding: 0px;
	list-style-type: none;
}
ul.info090821 li {
	margin: 0 0 5px 20px;
	line-height: 1.5;
}
table.info091001 {
	border-collapse:collapse;
	border-top:1px solid #999;
	border-left:1px solid #999;
}
table.info091001 th {
	white-space:nowrap;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:5px 10px;
	background-color:#156fc7;
	color:#FFF;
	font-weight:normal;
}
table.info091001 td {
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	padding:5px 10px;
}




/*------------------- お問い合わせ ------------------------*/

table.contact {
	width: 100%;
	margin: 0px auto;
}
table.contact td {
	vertical-align: top;
	padding: 3px 5px;
	border: 1px solid #C8DAFF;
}
table.contact th {
	width: 8em;
	background-color: #F4F8FF;
	text-align: left;
	padding: 3px 5px;
	border: 1px solid #C8DAFF;
	white-space:nowrap;
}
table.contact th span {
	font-weight:normal;
	font-size:90%;
	display:block;
	padding:5px 0px 0px 0.5em;
	text-indent:-0.5em;
	line-height:normal;
}
table.contact td table {
	margin: 0px !important;
}
table.contact td td {
	padding: 3px !important;
	border:none !important;
}
input.contact , textarea.contact {
	width: 98%;
}

textarea.kiyaku {
	width: 98%;
	font-size:90%;
	line-height:120%;
	padding:0px 0px 0px 10px;
	background-color:#FEF3E2;
	border:1px solid #CCC;
}

div.contact {
	width: 100%;
	text-align:center;
	margin: 10px auto 0px;
	background-color: #F4F8FF;
}



/*------------------- サイトマップ ------------------------*/


table.sitemap {
	width: 100%;
}
table.sitemap td {
	padding:20px 0px 10px 0px;
	border-top: 1px dotted #CCC;
}
table.sitemap th {
	text-align:left;
	padding:10px 0px 10px 0px;
}
table.sitemap strong {
	clear:both;
	font-size:120%;
}
table.sitemap div {
	margin:10px 0px 0px 0px;
}
table.sitemap td div a:link , table.sitemap td div a:visited {
	color: #000066;
	background: url(img/arrow-right.gif) no-repeat left center;
	margin: 0px;
	padding: 0px 5px 0px 14px;
	text-decoration: none;
	float:left;
	width:11.5em;
}
table.sitemap td div a:hover  { 
	color: #C80026;
	background: url(img/arrow-right_f2.gif) no-repeat left center;
	margin: 0px;
	padding: 0px 5px 0px 14px;
	text-decoration: underline;
	float:left;
	width:11.5em;
}

/*------------------- 関連リンク ------------------------*/

ul.link_list {
	clear:both;
	margin:-10px 0 4px 20px;
	padding:10px 10px 0px 5px;
	width:auto;
	/*border-bottom: 1px solid #ededed;*/
}
ul.link_list02 {
	clear:both;
	margin:-10px 0 4px 0;
	padding:10px 10px 0 25px;
	width:auto;
}
ul.link_list li, ul.link_list02 li {
	list-style:none inside none;
	padding: 5px 8px 5px 0px;
	margin:0px 10px 10px 0px;
	float:left;
	border:1px solid #CCC;
	background-color:#FFF3E1;
}
ul.link_list li a:link, ul.link_list02 li a:link , ul.link_list li a:visited, ul.link_list02 li a:visited {
	color: #333333;
	background: url(img/arrow-right.gif) no-repeat left center;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 18px;
}
ul.link_list li a:hover, ul.link_list02 li a:hover  { 
	color: #FF3300;
	background: url(img/arrow-right_f2.gif) no-repeat left center;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 18px;
}
ul.link_list li.active a, ul.link_list02 li.active a { 
	color: #FF3300;
	background: url(img/arrow-right_f2.gif) no-repeat left center;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 18px;
}

ul.link {
	margin:0px 0px 20px 20px;
	padding:0px;
	clear:both;
}
ul.link li {
	display:inline;
	margin:0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	width:11em;
	float:left;
}


ul.link li a:link , ul.link li a:visited {
	background: url(img/arrow-right.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
	
}
ul.link li a:hover  {
	background: url(img/arrow-right_f2.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
}
li.link {
	clear: both;
	border-top: 1px solid #EDEDED;
	font-weight:bold;
	width:100% !important;
	padding:15px 0px 0px 0px !important;
	margin:10px 0px 10px 0px !important;
}
li.link02 {
	clear: both;
	border-top: 1px solid #EDEDED;
	width:100% !important;
	padding:15px 0px 0px 0px !important;
	margin:5px 0px 10px 0px !important;
}

/*------------------- 推奨環境 ------------------------*/

.environment {
}
.environment td {
	padding:5px;
	background:url(img/line-wide.gif) repeat-x left bottom;
}
.environment th {
	white-space:nowrap;
	padding:5px;
	background:url(img/line-wide.gif) repeat-x right bottom;
}



/*------------------- 行政書士試験について ------------------------*/

ol.training {
}
ol.training li {
	list-style-type:decimal;
}
ol.training li:first-line {
	font-weight:bold;
		color:#000066;
}
ol.training li table {
	width:100%;
	border:1px solid #CCC;
	margin:0px 0px 5px 0px;
}
ol.training li table td {
	padding:5px;
	border:1px solid #EDEDED;
}
ol.training li table th {
	padding:2px 5px;
	border:1px solid #EDEDED;
}
ol.training li p {
	padding:5px 0px 0px 1.5em;
	text-indent:-1.5em;
	margin:0px;
}


.workshop {
	margin: 0px 0px 20px 0px;
	border:1px solid #999;
	width:100%;
}
.workshop-td {
	padding: 6px 5px;
}
.workshop-th {
	padding: 6px 5px;
	white-space: nowrap;
	text-align: right;
	width:15%;
	vertical-align: top;
}
.workshop td ol , .workshop td ul {
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.workshop td li {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.workshop td ul li {
	list-style-type:disc;
}
/*
.workshop td table {
	width:auto;
}
.workshop td table td {
	width:auto;
	padding:0px 0px 2px;
}
.workshop td table th {
	font-weight:normal;
}
*/
.workshop-name {
	padding: 6px 5px;
	color:#990033;
	font-weight:bold;
}
.workshop-appli {
	background-color:#DFF2F1;
	text-align:right;
	border:1px solid #FFF;
	color: #FF3300;
	font-weight:bold;
}
.workshop-group {
	background:url(img/width-line.gif) repeat-x left bottom;
	font-size:120%;
	font-weight:bold;
	padding:10px 0px 2px 10px !important;
	color:#3F95EA;
}
.workshop-comment {
	padding:10px 20px !important;
}


table.workshop-list {
	width:100%;
	margin:0px 0px 20px;
}
table.workshop-list td {
	padding:2px 10px;
}
table.workshop-list th {
	white-space:nowrap;
	text-align:left;
	padding:10px 10px 0px;
}
table.workshop-list th span {
	color: #FF3300;
	padding:0px 0px 0px 10px;
	float:right;
}
td.workshop-list {
	padding:0px 10px 10px !important;
	background-color: inherit;
	border-bottom: 1px solid #CCC;
}
tr.workshop-list {
	background-color:#F9F9EE;
}
table.workshop-list a {
	text-decoration:underline !important;
}

/*----- 本会共催の研修会 -------*/
.workshop th.right {
	padding-right:10px;
	text-align:right;
	vertical-align:top;
}
.workshop td.last {
	padding-bottom:10px;
}
p.workshop-group {
	background:none;
	font-size:120%;
	font-weight:bold;
	margin:0 0 8px;
	padding:0px 0px 0px 5px !important;
	color:#3F95EA;
}
p.workshop-group span {
	font-size:88%;
	font-weight:normal;
}



/*------------------- その他 ------------------------*/


h1.title {
	background: url(img/th-bg.jpg) repeat-x left center;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 10px;
	font-size:16px;
	border:1px solid #CCC;
	color:#336699;
	clear:both;
}
h1.title span {
	float:right;
	font-weight:normal;
	font-size:80%;
}
h1.title span a:link , h1.title span a:visited {
	background: url(img/arrow-right.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
	
}
h1.title span a:hover  {
	background: url(img/arrow-right_f2.gif) no-repeat left center;
	padding: 0px 0px 0px 18px;
}


div.title {
	margin:10px 15px;
	clear:both;
}



/*------------------- 地図 ------------------------*/

body.map {
}
body.map div div {
	text-align:center;
	margin: 0px auto;
	padding:20px 0px 0px;
}
body.map p {
	width:270px;
	margin: 0px auto;
	padding: 20px 0px;
	text-align:left;
}
body.map span {
	display:block;
	width:270px;
	text-align:center;
	margin: 0px auto;
	padding: 10px 0px 20px;
}
body.map span img {
	margin: 0px 10px;
}

body.google-map {
	text-align:center;
}
body.google-map div.google-map {
	background-color:#FFF;
	padding:10px 0px 0px 0px;
}
body.google-map table {
	width:500px;
	margin:10px auto;
}
body.google-map table th {
	text-align:right;
	font-weight:normal;
	vertical-align:top;
	padding:2px 5px;
}
body.google-map table td {
	text-align:left;
	padding:2px 5px;
	line-height:140%;
}
body.google-map table th.google-map {
	text-align:left;
	font-weight: bold;
	font-size:120%;
}
body.google-map span img {
	margin: 0px 10px;
}




/* 外国語 */
div.language-header {
	padding:10px 0px;
	width:800px;
	margin:0px auto;
}
div.language-header img {
	border:none;
	vertical-align:middle;
}

div.language-header span {
	float:right;
	width:50%;
	text-align:right;
	white-space:nowrap;
}
.language {
	margin:0px 40px;
	padding:20px 0px 0px;
}
.language .hang {
	margin:-10px 0px 20px 20px !important;
}
.language ol {
	padding:0px 0px 20px 30px;
	margin:0px;
}
.language ol li {
	padding:0px 0px 4px 0px;
	margin:0px;
}
.language dl {
	margin:0px;
}
.language dt {
	font-weight:bold;
	margin:0px 0px 4px 0px;
}
.language dd {
	margin:0px 0px 10px 20px;
}
.language-title {
	font-weight:bold;
	margin:0px 0px 5px;
	font-size:120%;
}
table.language-sodan {
	border-top: 1px solid #CCC;
}
table.language-sodan td {
	padding: 10px 5px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
table.language-sodan th {
	padding: 10px 4px;
	color:#FFF;
	white-space:nowrap;
	border-top: 1px solid #55B8DE;
	border-bottom: 1px solid #2D8AAC;
	background:#43B4E0 url(sodankai/img/th-bg.jpg) repeat-x left center;
}
.language-contact {
	margin:0px 0px 0px 10px;
}
.language-navi {
	text-align:right;
	margin:0px 0px 20px;
	color:#CCC;
}
.language-navi img {
	width:16px;
	height:11px;
	border:none;
	margin:0px 5px 0px 10px;
}
.language-navi a {
	padding:0px 10px 0px 10px;
}
/*
div.menu-language {
	width:180px;
	min-height: 500px;
	float:left;
	margin:0px;
	padding:0px;
}
div.menu-language ul {
	padding:0px;
	margin:0px;
}
div.menu-language ul li {
	padding:0px;
	margin:0px 0px 1px;
	list-style:none outside none;
	cursor:pointer;
	border:none;
}
div.menu-language ul li a {
	display:block;
	padding:10px 5px;
	text-decoration:none !important;
	border:1px solid #CCC;
}
div.menu-language ul li a:link {
	background: #FFFFFF url(img/menu-language.jpg) no-repeat left bottom;
}
div.menu-language ul li a:visited {
	background: #FFFFFF url(img/menu-language.jpg) no-repeat left bottom;
}
div.menu-language ul li a:hover  {
	background:#3399FF url(img/menu-language_f2.jpg) no-repeat left top;
}
*/

.warn li {
	font-weight:bold;
	color:#FF3300;
}



p.line {
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
}


/*============ 研修・セミナーのご案内 ============*/
ul.seminar {
	margin:0 auto 20px;
	padding:0;
	width:496px;
}
ul.seminar li {
	margin:0 0 5px;
	padding:0;
	list-style-type:none;
}
ul.seminar li a {
	display:block;
	width:496px;
	height:54px;
	text-indent:-9999px;
}
ul.seminar li#seminar01 a {
	background:url(img/seminar_button_01.gif) left top no-repeat;
}
ul.seminar li#seminar02 a {
	background:url(img/seminar_button_02.gif) left top no-repeat;
}
ul.seminar li#seminar03 a {
	background:url(img/seminar_button_03.gif) left top no-repeat;
}
ul.seminar li#seminar04 a {
	background:url(img/seminar_button_04.gif) left top no-repeat;
}
ul.seminar li#seminar05 a {
	background:url(img/seminar_button_05.gif) left top no-repeat;
}
ul.seminar li a:hover {
	background-position:-496px 0 !important;
}


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

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




/* 広報月間 */
div.kouhougekkann {
	overflow:hidden;
}
div.kouhougekkann div.left {
	float:left;
	width:300px;
}
div.kouhougekkann div.right {
	float:right;
	width:258px;
}
table.kouhougekkann {
	width: 100%;
	margin: 0px auto;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-collapse:collapse;
}
table.kouhougekkann td {
	padding: 10px 15px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width:42%;
}
table.kouhougekkann th {
	padding: 10px 4px;
	color:#FFF;
	white-space:nowrap;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background:#43B4E0 url(sodankai/img/th-bg.jpg) repeat-x left center;
	width:16%;
}


/* 大阪府主催の行事案内 */
div.back {
	margin:5px 0 0;
	font-size:90%;
}
p.bottom {
	margin-bottom:0 !important;
}
table.no20091127 {
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	font-size:90%;
	line-height:1.4;
}

table.no20091127 th {
	padding:5px 5px;
	text-align:left;
	vertical-align:top;
	width:100px;
	white-space:nowrap;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	background-color:#F0F0F0;
}
table.no20091127 td {
	padding:5px 5px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}


/* 建設業相談コーナー リニューアルのご案内 */
h4 {
	padding-top: 5px;
}

h4 span {
	padding: 4px 8px;
	background: #3690dc;
	color: #FFF;
	font-size: 90%;
}

dl.point {
	margin: -8px 0 0 10px;
	padding: 0;
}

dl.point dd {
	margin: 5px 0 0 20px;
}

dl.point dd.list {
	margin-left: 33px;
}

dl.corner {
	margin: 15px 5px 0;
	padding: 5px 15px 10px;
	border: 1px solid #06c;
	background: #f3fbff;
	font-size: 120%;
}

dl.corner dt {
	padding: 10px 0 0;
}

dl.corner dd {
	margin: 5px 0 5px 20px;
}

dl.corner dd span {
	padding-bottom: 2px;
	border-bottom: 1px dotted #06c;
}

p.indent {
	margin-left: 1.2em;
	text-indent: -1em;
	margin-bottom: 15px;
}

div.kensetsu_news {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 10px;
	background: #fff9cd;
	border: 1px solid #ccc;
	text-align: center;
}
div.kensetsu_news p {
	padding: 0 20px;
}
div.kensetsu_news p.ttl {
	padding: 10px 0;
	background: #df3b2a;
	color: #fff;
	font-size: 160%;
	letter-spacing: 0.5em;
}
div.kensetsu_news p.setsumei {
	font-size: 120%;
}
div.kensetsu_news p.setsumei span {
	color: #C33;
}



/* 会館に関するアンケート
========================================================================*/
div.shishin_ttl {
	margin:0;
	padding:10px;
	border:1px solid #CCC;
}
div.shishin_ttl h3 {
	border-left:6px solid #1c6d12;
	margin:0;
	padding:0 0 0 10px;
}
div.txt {
	padding:0 10px;
}
div.txt span {
	font-weight:bold;
	text-decoration:underline;
	color:#F00;
}

div#enquete {
	height:300px;
	overflow-y:scroll;
	border:1px solid #999;
	padding:15px;
}
div#enquete p {
	margin:0 0 1.2em;
}
div#enquete h4 {
	margin:0 0 0.3em;
	font-size:100%;
}
div#enquete table th {
	vertical-align:top;
	padding:0 15px 0 0;
}
div#enquete table td {
	vertical-align:top;
	padding:0 0 10px 0;
}




div#shishin {
	height:300px;
	overflow-y:scroll;
	border:1px solid #999;
	padding:15px;
}
div.main {
	border:1px solid #CCC;
	padding:10px;
}
div.main p {
	text-indent:-1em;
	margin:0 0 0 1em;
}
div.main ol {
	margin-top:6px;
	margin-bottom:0;
	list-style:none;
	margin-left:10px;
	padding:0;
}
div.main li {
	text-indent:-1.4em;
	margin-left:1.4em;
}

p.txt {
	margin:10px 10px 1em;
}

p.ttl {
	margin:10px 10px 0;
}
div#shishin dl {
	margin:5px 10px 0 15px;
	padding:0;
}
div#shishin dt {
	margin:0;
	padding:0;
}
div#shishin dd {
	margin:2px 0 5px 10px;
	padding:0;
	text-indent:-1.4em;
	margin-left:1.9em;
}

ul.shishin_btn {
	margin:20px auto 0;
	padding:0;
	list-style:none;
	width:540px;
}
ul.shishin_btn li {
	float:left;
	margin:0 10px 20px;
}



/* 一般向け */
h3.shishin_ttl {
	background: url(img/th-bg.jpg) repeat-x left center;
	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 10px;
	font-size:16px;
	border:1px solid #CCC;
	color:#336699;
}

dl.shishin {
	margin:0 10px 30px;
	padding:0;
}
dl.shishin dt {
	margin:0 0 5px;
	padding:0;
	font-weight:bold;
}
dl.shishin dd {
	margin:0 0 15px 10px; 
	padding:0;
}
dl.shishin dd span.link {
	padding-left:30px;
	background:url(kokokushishin/images/arrow.gif) 15px center no-repeat;
}

h4.chui {
	margin:0 15px 15px;
	padding:0 5px;
	font-size:100%;
	border-bottom:2px solid #333;
}
ul.chui {
	margin:0 20px 20px;
	padding:0;
	list-style:none;
}
ul.chui li {
	text-indent:-1em;
	margin-left:1em;
	margin-bottom:5px;
}

table.shishin {
	border-collapse:collapse;
	border-left:1px solid #999;
	border-top:1px solid #999;
	width:100%;
}
table.shishin th, table.shishin td {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:left;
	vertical-align:top;
	padding:3px 10px;
}
table.shishin th {
	white-space:nowrap;
	background-color:#F0F0F0;
}
