@charset "utf-8";


/**************************************************/
/*全ページ共通
/**************************************************/

/**************************************************/
/**body設定**/
body {
	padding: 0px;
	margin: 0px;
	/*font-size: 90%;*/
	/*background: url(../image/head_bg.gif) repeat-x #FFFFFF top;*/
	/*border-top:#3399FF solid 15px;*//*背景画像無しにした時*/
}

/**************************************************/
/**float使用時の高さ認識の改善策**/
.clearfix:after {
	clear: both;
	height: 0px;
	visibility: hidden;
	display: block;
	content: ".";
}


/**************************************************/
/**テキスト関連の指定**/

/**サイズ固定**/
.fs_sss {
	font-size: x-small;
}

.fs_ss {
	font-size: smaller;
}

.fs_s {
	font-size: small;
}

.fs_l {
	font-size: large;
}

.fs_ll {
	font-size: larger;
}

.fs_12 {
	font-size:12pt;
}

.fs_13 {
	font-size:13pt;
}

.fs_14 {
	font-size:14pt;
}

/**サイズ非固定**/

/**50%**/
.fs_50per {
	font-size:50%;
}

/**70%**/
.fs_70per {
	font-size:70%;
}

/**80%**/
.fs_80per {
	font-size:80%;
}

/**120%**/
.fs_120per {
	font-size:120%;
}

/**150%**/
.fs_150per {
	font-size:150%;
}

/**************************************************/
map,area {
	padding: 0px;
	margin: 0px;
}

/**************************************************/
/**区切り線**/

hr.hr_main {
	width: 95%;
	margin: 0 auto;
	border: none;
	border-top: 1px solid #fff;
	height:1px;
}

hr.hr_sub {
	width: 98%;
	margin: 0 auto;
	border: none;
	border-top: 1px dashed #999;
	height:1px;
}


hr.hr01 {
	clear:both;
	width: 980px;
	margin: 15px auto !important;
	border: none;
	border-top: 1px solid #999;
	height:1px;
}

hr.hr02 {
	clear:both;
	width: 980px;
	margin: 15px auto !important;
	border: none;
	border-top: 5px double #999;
	height:1px;
}


/**************************************************/
/**テキストリンク色**/

a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	/* color: #990000;
	text-decoration: underline; */
}

a:active {
	/* color: #990000;
	text-decoration: underline; */
}


/**************************************************/
/**画像の枠消し**/
img {
	border: none;
}

/**************************************************/
/**ページ全体外枠**/
#wrap {
	width: auto;
	/*margin: -15px auto 0 auto;*//*←背景画像無しにした時*/
	margin: 0 auto;
}

/**************************************************/
/**ヘッダ部**/

/**Homeヘッダ**/
#home_head {
	height: 155px;
	width: 980px;
	margin: 0px auto 10px auto;
	background: url(../image/head.gif) no-repeat center top;
	position:relative;
}

#home_head h1 {
	position: absolute;
	top: 0px;
	padding: 0px;
	margin: 0px;
}

/**サイトの使い方の説明部分**/
.use {
	position:absolute;
	width:180px;
	height:30px;
	top: 90px;
	left: 800px;
}

#kan_head .use {
	position:absolute;
	width:160px;
	height:30px;
	top: 40px;
	left: 630px;
}

#public_head .use {
	position:absolute;
	width:160px;
	height:30px;
	top: 40px;
	left: 630px;
}

div.Header {
    background: url(../image/head_bg.gif) repeat-x #FFFFFF top;
}

/**サブページヘッダ**/
/*#head {
	height: 90px;
	width: 930px;
	margin: 0px auto;
	background-image: url(../image/head.gif);
	background-position: center top;
	background-repeat: no-repeat;
}*/

#home_head,#kan_head,#public_head p {
	color:#FFF;
}

/**Homeへのリンク**/
.home_link {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	/*text-indent:-9999px;*/
	display:block;
	width:330px;
	height:60px;
	top: 20px;
	position: relative;
	float:left;
}

/**文字サイズ変更部分(県民)**/
.text_size_public {
	position:absolute;
	background:url(../image/textsize.gif) no-repeat;
	display:block;
	width:180px;
	height:38px;
	top: 40px;
	left: 570px;
	padding: 0px;
}

.text_size_public ul {
	margin: 2px 0 0 4px;
}

.text_size_public ul li {
	display:inline;
	list-style: none;
}

/**文字サイズ変更部分(県民英語)**/
.text_size_public_en {
	position:absolute;
	background:url(../image/textsize_en.gif) no-repeat;
	display:block;
	width:180px;
	height:38px;
	top: 40px;
	left: 570px;
	padding: 0px;
}

.text_size_public_en ul {
	margin: 2px 0 0 0;
}

.text_size_public_en ul li {
	display:inline;
	list-style: none;
}

/**文字サイズ変更部分**/
.text_size {
	position:absolute;
	background:url(../image/textsize.gif) no-repeat;
	display:block;
	width:180px;
	height:38px;
	top: 40px;
	left: 800px;
}

.text_size ul {
	margin: 2px 0 0 48px;
}

.text_size ul li {
	display:inline;
	list-style: none;
}

/**************************************************/
/*県民ページ用
/**************************************************/

/**ヘッダ**/
#public_head {
	height: 90px;
	width: 750px;
	margin: 0px auto;
	background: url(../image/public_head.gif) no-repeat center top;
	position:relative;
}

#public_head h1 {
	position: absolute;
	top: 0px;
	padding: 0px;
	margin: 0px;
}


/**************************************************/
/*関係者ページ用
/**************************************************/

/**ヘッダ**/
#kan_head {
	height: 100px;
	width: 980px;
	margin: 0px auto;
	background: url(../image/kan_head.gif) no-repeat center top;
	position:relative;
}

#kan_head h1 {
	position: absolute;
	top: 0px;
	padding: 0px;
	margin: 0px;
}


/**************************************************/
/**リスト**/
ul.clearfix li {
	list-style:inside square;
}


/**************************************************/
/**ページ内枠**/

#main {
	width: 980px;
	height:auto;
	margin: 0 auto;
	background-color: #FFFFFF;
}


/**************************************************/
/**内容部分**/
.content {
	width:980px;
	margin: 0 auto 10px auto !important;
}

.content_01 {
	margin:10px auto;
	padding:0 19px;
}

.content_01 p {
	margin-bottom: 0.5em;
}

.list_mark li {
	list-style: none outside;
	padding: 2px 0 2px 1.5em;
	margin-right: 1em;
	background:url(../image/list01.gif) left no-repeat;
}

.content_02 {
	margin:10px auto;
}

.content_02 li {
	float:left;
	margin:10px;
	width:220px;
	list-style: none !important;
}


/**************************************************/
/**フッタ部**/
#foot_top {
	clear: both;
	height: 15px;
	width: 980px;
	margin: 10px auto 0 auto;
	padding-top: 100px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	background: url(../image/foot.gif) no-repeat center bottom;
	position:relative;
}

#foot_bottom_public {
	clear: both;
	width: 740px;
	margin: 0px auto;
	padding: 1em 20px 5em 20px;
	font-size: 90%;
	position:relative;
}

#foot_bottom {
	clear: both;
	width: 940px;
	margin: 0px auto;
	padding: 1em 20px 5em 20px;
	font-size: 90%;
	position:relative;
}


/**************************************************/
/**関係者ログイン**/
.log_in {
	position:absolute;
	left: 860px;
	top: 0px;
	width: 120px;
}


/**************************************************/
/**その他の設定**/

/**noscript内**/
.noscript {
	background:#e5e5e5;
	border:1px solid #cccccc;
	margin: 5px auto;
}

/**文字色変更**/
.red {
	color: #990000;
}

/**文字サイズ小**/
.small_txt {
	font-size: x-small;
}


/**トップマージン設定**/
/**10px欲しい時**/
.mtop_10 {
	margin-top:10px;
}

/**20px欲しい時**/
.mtop_20 {
	margin-top:20px;
}

/**ボトムマージン設定**/
/**5px欲しい時**/
.mbtm_5 {
	margin-bottom:5px;
}

/**10px欲しい時**/
.mbtm_10 {
	margin-bottom:10px;
}

/**20px欲しい時**/
.mbtm_20 {
	margin-bottom:20px;
}

/**左右寄せ**/
/**左**/
.left {
	float:left;
}

/**右**/
.right {
	float:right;
}

/**回り込み解除**/
.clear {
	clear:both;
}

 
/**テキストを真ん中にする**/
.center {
	text-align:center;
}


/**プラグインのダウンロード説明箇所**/
.plug {
	padding-top: 3em;
}

.plug dt {
	float: left;
}

.plug dd {
	margin-left: 120px;
}
