@charset "shift_jis";
/*		基本設定
----------------------------------------------------*/
html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body {
	font-size:12px;
	line-height:1.6;
	text-align:center;
	font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProW3', sans-serif;
}
img {
	border:0;
}
li {
	list-style-type:none;
}
 h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

table {
	line-height:1.6;
	font-size:100%;
}

a, a:link {color: #C00;text-decoration: underline;}
a:hover, a:focus, a:active {color: #C00;text-decoration: none;}











/*		書体設定
----------------------------------------------------*/
p.text{
	text-align: center;
	line-height: 1.2;
	font-size: 120%;
}
p.small{
	line-height: 1.2;
	font-size: 90%;
}

.mc {
	color: #339966;	/*メインカラー*/
}
.red {
	color: #C00;
}
.gray {
	color: #666666;
}

.bg_y {
	background-color: yellow;
}
.bg_r {
	padding: 2px 4px;
	color: #ffffff;
	font-weight: bold;
	background-color: #C00;
}
.bg_g {
	padding: 2px 4px;
	color: #ffffff;
	font-weight: bold;
	background-color: #666666;
}
.bold{
	font-weight: bold;
}
/*		装飾設定
----------------------------------------------------*/
hr {
	height: 4px;
	border: 0;
	background-color:#339966;	/*メインカラー*/
}
hr.simple{
	height: 1px;
	border: 0;
	background-color:#666666;
}
hr.dash{
	height:1px;
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #666666;
	background-color:#ffffff;
}

u.line1{
	text-decoration: none;
	border-bottom:2px #C00 solid;}
u.line2{
	text-decoration: none;
	border-bottom:1px #C00 solid;}
/*		ボックス設定
----------------------------------------------------*/
.box_r{
	float: right;
	overflow: auto;
	margin-left: 10px;
	margin-bottom: 10px;
}
.box_l{
	float: left;
	overflow: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}

/*		レイアウト設定
----------------------------------------------------*/
#container {
	width:800px;
	margin:0 auto;
	text-align:center;
}
.page {
	width:776px;
	margin:0 auto;
	padding:0px;
	border:12px #CC0000 solid;
	text-align:center;
}
.newspaper {
	width:756px;
	margin:0px 10px;
	text-align:left;
}
.backlink {
	text-align:right;
	margin:10px auto 40px;
}



/*--------------------------------------------------*/
/*		ヘッダー設定
----------------------------------------------------*/
.breadcrumbs {
	padding:7px 0 0 5px;
	text-align:left;
}
/*		pdfリンク
----------------------------------------------------*/
#pdf {
	margin:20px auto;
	margin-right:20px;
	text-align:right;
}
#pdf a {
	font-size:160%;
	font-weight:bold;
}
/*--------------------------------------------------*/
/*		ヘッダー設定
----------------------------------------------------*/
/*		情報掲示
----------------------------------------------------*/
#keiji{
	margin-bottom: 40px;
	padding: 10px;
	text-align: left;
	border: 1px #cccccc solid;
	background: #eeeeee;
}
#keiji ul{
	margin: 10px 40px 0;
	text-align: left;
}



/*--------------------------------------------------*/
/*		各コンテンツ設定
----------------------------------------------------*/
/*		トップ情報
----------------------------------------------------*/
#top_info {
	margin:20px auto;
}
#top_info h1 {
	clear:both;
	padding:2px;
	margin-bottom:20px;
	font-size:600%;
	font-weight:bold;
	text-align:center;
	line-height:1;
}
#top_info h2 {
	clear:both;
	margin:0;
	padding:2px;
	font-size:300%;
	font-weight:bold;
	line-height:1;
}
#top_info p.alert {
	font-size: 130%;
}
#top_info p.date {
	text-align: right;
}
/*		各お知らせ
----------------------------------------------------*/
.info {
	margin-bottom:20px;
}
.info h3 {
	margin:20px auto 0;
	padding:6px;
	color:#ffffff;
	background-color:#339966;	/*メインカラー*/
	font-size:240%;
	font-weight:bold;
	text-align:center;
	line-height: 1;
}
.info h3.small {
	margin:20px auto 0;
	padding:6px auto 6px;
	font-size:200%;
	letter-spacing: -1px;
}
.info h4 {
	clear:both;
	padding:2px;
	font-size:240%;
	font-weight:bold;
}
.info h5 {
	clear:both;
	margin:1px auto;
	font-size:200%;
	font-weight:bold;
	line-height: 1.2;
}

.info div.box p{
	font-size: 120%;
	}
.info div.boxframe{
	padding: 10px;
	border: 2px solid #cc0000;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.info div.boxframe p{
	font-size: 120%;
}
.info div.boxframe p.small{
	font-size: 90%;
}
.right {
	float: right;
	margin-left: 10px;
}

/*		Q&A
---------------------------------*/
.QA {
	margin-top: 20px;
}
.QA h5 {
	clear:both;
	margin:0 0 5px;
	padding: 0px;
	font-size:160%;
	font-weight: bold;
	border-bottom: #339966 2px solid;	/*メインカラー*/
}
.QA h5 span.Q {
	color:#339966;	/*メインカラー*/
}
.QA dl{
	overflow: auto;
	margin: 0 0 10px;
}
.QA dt{
	margin:0 0 5px;
	padding: 0;
	color: c00;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0.5;
}
.QA dt.normal{
	margin:0 0 5px;
	padding: 0;
	color: 000000;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: -1;
}
.QA dd{
	margin:0 0 5px 30px;}
/*		あなたへのメッセージ
---------------------------------*/
#message {
	overflow: auto;
	width: 100%;
	margin: 20px 0;
	zoom: 1;/* Clearfix for IE */
	background-color:#e0e0e0;
}
#message li.cap{
	margin:0;
	width: 100%;
	color:#ffffff;
	font-weight:bold;
	font-size:180%;
	text-indent: 10px;
	line-height: 1.4;
	background-color:#339966;	/*メインカラー*/
}
#message dd{
	padding:10px 10px 0 10px;
	margin:0 0 10px 0;
}
/*		税について
---------------------------------*/
#zei{
	width: 750px;
	overflow: auto;
	zoom: 1;/* Clearfix for IE */
}
#zei span.title{
	padding: 10px 10px 4px;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	background: #339966;
}
#zei li.cap{
	border-bottom: #666666 1px dotted;
}
#zei li.left{
	padding: 10px;
	float: left;
	width: 450px;
	border-right: #666666 1px dotted;
}
#zei li.right{
	padding-top: 10px;
	float: right;
	width: 260px;
}
/*		お仕事リスト
---------------------------------*/
#worklist {
	overflow: auto;
	margin: 20px 0;
	zoom: 1;/* Clearfix for IE */
	background-color:#e0e0e0;
}
#worklist li.cap{
	margin:0;
	width: 100%;
	color:#ffffff;
	font-weight:bold;
	font-size: 140%;
	text-align: center;
	line-height: 1.4;
	background-color:#666666;
}

#worklist li.left{
	padding: 10px 0px 10px 10px;
	width: 195px;
	float: left;
}
#worklist li.right{
	padding: 10px;
	width: 200px;
	float: right;
}

/*		魚灰色ボックス
---------------------------------*/
#fish_box{
	overflow: auto;
	padding: 10px;
	zoom: 1;/* Clearfix for IE */
	background-color:#e0e0e0;
}
#fish_box span.torikumi{
	margin:0 0 5px;
	padding: 0;
	color: c00;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0.5;
}





