@charset "shift_jis";

/* -----------------------------------------------

	Site: Gunma Prefectural Police Department
	Type: default styles
	URL: http://www.police.pref.gunma.jp/css/page_import.css
	Last Up Date: 2007-12-01
	Version: 1.0
	
	----------------------------------------------
	
	Contents

		1.default style
		2.layouts_page style
		3.details_page style

----------------------------------------------- */


/* --- 1.style reset --- */
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,li,dl,dt,dd,pre,th,td,form,fieldset,input,textarea {
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
	text-align: center;
	line-height: 1.6;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style-type: none;
}
img {
	border: 0;
}
address {
	font-style: normal;
}
hr {
  display: none;
}


/* --- 2.float --- */
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.clear {
	clear: both;
}
.float-clear { 
	zoom: 100%;
}
.float-clear:after {
	content: " "; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}


/* --- 3.link --- */
a:link{
	color: #1A388E;
	text-decoration:underline;
}
a:visited{
	color: #1A388E;
}
/*
a:visited{
	color: #0066CC;
}
*/
a:hover{
	color: #FF3333;
	text-decoration:none;
}
a:active{
	color: #FF9999;
}


/* --- 4.text-align --- */
.to-left {
	text-align:left;	
}
.to-center {
	text-align:center;	
}
.to-right {
	text-align:right;	
}


/* --- 1. main layout --- */
div#header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
div#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 10px;
}
div#wrapper div#contents {
	float: right;
	width: 530px;
}
div#wraper div#menu {
	float: left;
	width: 200px;
}
div#footer {
	clear: both;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}


/* --- 1. header --- */
div#header p.main_title {
	float: left;
	text-align: left;
}
div#header p.etc_link {
	float: right;
	font-size: 80%;
}




/* --- 2. contents --- */
div#wrapper div#contents h2 {
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(../images/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 15px;
	margin-left: 10px;
	margin-top: 15px;
	clear: both;
	color: #1A388E;
}
div#wrapper div#contents h2 a {
	background-attachment: scroll;
	background-image : url(../click.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
}
div#wrapper div#contents h3 {
	font-size: 90%;
	font-weight: bold;
	background-color: #DFEBFB;
	margin-top: 15px;
	margin-left: 15px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1B50AB;
}

div#wrapper div#contents p {
	font-size: 90%;
	margin-top: 7px;
	margin-left: 25px;
}
div#wrapper div#contents table.layout_table {
	margin-left: 25px;
}
div#wrapper div#contents table.layout_table caption {
	visibility: hidden;
	font-size: 1%;
}
div#wrapper div#contents ol.numlist1 {
	margin-left: 25px;
	margin-top: 7px;
	float: left;
}
div#wrapper div#contents ol.numlist1 li {
	font-size: 90%;
}
div#wrapper div#contents ul {
	margin-left: 25px;
	margin-top: 15px;
}
div#wrapper div#contents ul li {
	font-size: 90%;
	background-attachment: scroll;
	background-image: url(../images/list_mark1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}
div#wrapper div#contents table.soudan {
	margin-left: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-top: 7px;
}
div#wrapper div#contents table.soudan caption {
	font-size: 1%;
	visibility: hidden;
}
div#wrapper div#contents table.soudan th {
	font-size: 90%;
	font-weight: normal;
	text-align: center;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #DFEBFB;
}
div#wrapper div#contents table.soudan td {
	font-size: 80%;
	text-align: left;
	padding: 3px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
div#wrapper div#contents table.form_style {
	margin-left: 23px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-top: 7px;
}
div#wrapper div#contents table.form_style caption {
	font-size: 1%;
	visibility: hidden;
}
div#wrapper div#contents table.form_style th {
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	padding: 3px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #DFEBFB;
	white-space: nowrap;
}
div#wrapper div#contents table.form_style td {
	font-size: 90%;
	text-align: left;
	padding: 3px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.mail_style1 {
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
}
.mail_style2 {
	font-size: 90%;
}
.mail_style3 {
	color: #FF0000;
	text-align: center;
}
.mail_style4 {
	color: #FF0000;
}





/* --- 3. menu --- */
div#wrapper {
	text-align: left;
}
div#wrapper div#menu ul.toppage li {
	font-weight: bold;
}
div#wrapper div#menu ul.toppage a {
	background-attachment: scroll;
	background-image: url(../images/btn_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	padding-top: 7px;
	display: block;
	padding-left: 50px;
	width: 150px;
}
div#wrapper div#menu ul.toppage a:hover {
	background-attachment: scroll;
	background-image: url(../images/btn_top_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#wrapper div#menu div.menu01 {
	margin-top: 10px;
	background-attachment: scroll;
	background-image: url(../images/bg_menu01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
}
div#wrapper div#menu div.menu01 ul {
	padding-top: 10px;
	padding-bottom: 8px;
	background-attachment: scroll;
	background-image: url(../images/bg_menu01_ul.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#wrapper div#menu div.menu01 li {
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 23px;
	background-attachment: scroll;
	background-image: url(../images/bg_menu01_li.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#wrapper div#menu div.menu01 li a {
	display: block;
	width: 170px;
}
div#wrapper div#menu div.menu02 {
	width: 200px;
	margin-top: 10px;
	background-attachment: scroll;
	background-image: url(../images/bg_menu02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#wrapper div#menu div.menu02 ul {
	background-attachment: scroll;
	background-image: url(../images/bg_menu02_ul.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-left: 20px;
}
div#wrapper div#menu div.menu02 li {
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 2px;
}
div#wrapper div#menu div.menu02 li a {
	display: block;
	width: 160px;
}
div#wrapper div#menu div.menu02 a {
	background-attachment: scroll;
	background-image: url(../images/menu02_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}




/* --- 4. footer --- */
div#footer caption {
	visibility: hidden;
	font-size: 1%;
}
div#footer td {
	font-size: 80%;
	vertical-align: top;
	color: #FFFFFF;
	background-color: #1B50AB;
}
div#footer th.m_name {
	font-size: 80%;
	vertical-align: top;
	color: #FFFFFF;
	background-color: #1B50AB;
	width: 20%;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
	padding-right: 12px;
}
div#footer td.adrs {
	width: 80%;
	text-align: left;
}
div#footer p {
	font-size: 80%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}

