@charset "utf-8";
/* CSS Document */

/*01. contents
-------------------------------------*/

div#wrapper {
	width: 974px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-image: url(../images/wrapper_bg.gif);
}

div#wrapper_1 {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	width: 960px;
	background-image: url(../images/top_02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 150px;
	margin-bottom: 20px;
}

div#info {
	width: 960px;
	height: 120spx;
	padding-bottom: 10px;
	border-bottom: #457931 16px solid;
}

.info_menu {
	padding: 5px;
	background-color:#EEFAFF;
	margin-bottom:5px;
	text-align: center;
	border-left: 2px #069 solid;
	border-right: 2px #069 solid;
}

div#index {
	width: 960px;
	background-image: url(../images/index_bg.jpg);
	height: 85px;
	text-align: center;
	color: #FFF;
	font-size: 120%;
	padding-top: 5px;
}

div#index a {
	color: #FFF;
}

div#top_main {
	width: 960px;
	background-image: url(../images/top_06.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #457931;
}

div#top_contents {
	width: 660px;
	display: block;
	padding-left: 300px;
	padding-top: 100px;
}

div#top_shiryo {
	display: block;
	width: 604px;
	text-align: right;
}

div#top_tokusetu {
	display: block;
	width: 604px;
	margin-top: 20px;
}

div#top_img {
	display: block;
	margin-top: 20px;
	width: 604px;
}

div#top_news {
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 604px;
}


div#top_banner {
	width: 604px;
	display: block;
	margin-bottom: 5px;
}

div#top_subindex {
	width: 944px;
	display: block;
	padding-bottom: 10px;
	padding: 8px;
	background-color: #E8FFDD;
	margin-right: auto;
}

div#top_publish {
	background-color:#FFF;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}


div#footer {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #EEE;
	height: 30px;
}

div#main {
	width: 960px;
	background-position: top;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #457931;
}

div#contents {
	width: 900px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}


/*02. box
-------------------------------------*/

.right_box {
	display: block;
	float: right;
	margin-right: 10px;
}

.left_box {
	display: block;
	float: left;
	margin-left: 10px;
}

.right_box_13n {
	display: block;
	float: right;
}

.left_box_13n {
	display: block;
	float: left;
}

.table_13n {
	border-top: 1px solid #3AB731;
    border-left: 1px solid #3AB731;
    border-collapse: collapse;
    border-spacing: 5px;
    background-color: #3AB731;
    empty-cells:show;
}

.table_13n td {
	border-right: 2px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 0.3em 1em;
}

.table_13o {
	border-top: 1px solid #09C;
    border-left: 1px solid #09C;
    border-collapse: collapse;
    border-spacing: 5px;
    background-color: #09C;
    empty-cells:show;
}

.table_13o td {
	border-right: 2px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 0.3em 1em;
}

.text_box {
	width: 900px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.text_box_dt {
	width: 878px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px dotted #666;
}


/*03. margin
-------------------------------------*/

div.marginBottom_10 {
	margin-bottom: 10px;
}

div.marginBottom_20 {
	margin-bottom: 20px;
}


/*04. list
-------------------------------------*/

div.subIndentBox_01 {
	width: auto;
	text-indent: -6.7em;
	margin: 0 0 0 6.7em;
	padding: 0;
}

div.subIndentBox_02 {
	width: auto;
	text-indent: -6em;
	margin: 0 0 0 6em;
	padding: 0;
}

dl.list_taisho dt {
	clear: left;
	float: left;
	width: 19.5em;
	color: #555555;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color: #FFC;
}

dl.list_taisho dd {
	margin-bottom: 0.8em;
	margin-left: 19.5em;
	padding-left: 10px;
}

dl.listad {
	margin: 0;
	border: 7px #EEEEEE solid;
	font-size: small;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

dl.listad dt {
	float: left;
	width: 8em;
	background-color: #FFC;
	padding: 5px 0 5px 0;
}

dl.listad dd {
	padding: 5px 0 5px 9em;
}

dl.listad dd.archive {
  margin-bottom: 3em;
}

/*05. title
-------------------------------------*/

h1 {
	font-size: 200%;
	background-image: url(../images/title_bn.jpg);
	height: 52px;
	width: 900px;
	text-indent: 150px;
	padding-top: 28px;
	letter-spacing: 0.2em;
	margin-bottom: 30px;

}


h2 {
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 10px;
}

h3 {
	font-size: 120%;
	background-color: #F6F6F6;
	text-indent: 5px;
}


/*06. font
-------------------------------------*/
.font_green_s {
	font-size: small;
	color: #090;
}

dl.blue-bg dt {
	float: left;
	background-color: #36C;
	margin-left: 15px;
	color: #FFF;
	text-align: center;
	padding: 4px;
}

dl.blue-bg dd {
	padding-top: 4px;
	padding-left: 6em;
}

.txt_blue_bold {
	font-weight: bold;
	color: #06C;
}

.txt_red {
	color: #C00;
}

.txt_white {
	color: #FFF;
}

.txt_size_s {
	font-size: x-small;

}

/*07. table
-------------------------------------*/

table.tableStyle_a01 {
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	/*font-size: 12px;*/
}

table.tableStyle_a01 tr {
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
}

table.tableStyle_a01 td {
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    padding: 0.1em 0.5em;
}

.clear{
	clear:both;
}

/*08. ゆるきゃら
-------------------------------------*/

.txt_pink {
	font-size: 16px;
	color: #fd6ccc;
	font-weight: bold;
}

.txt_green2 {
	font-size: 24px;
	color: #F30;
	font-weight: bold;
}

.text_box_yuru {
	margin-left: 45px;
	padding: 10px 0;
	line-height: 1.5em;
	border-top: 3px double #fd6ccc;
}

.text_box_yuru2 {
	margin: 0 0 10px 45px;
	padding: 10px 0 10px 13px;
	line-height: 1.5em;
	border: 3px double #fd6ccc;
	overflow: auto;
}

.bg_app {
	background-color: #FF0;
	color: #F0C;
	padding: 2px 8px;
}

div#renrakusaki{
	margin:30px 0 20px 0;
	padding-top:10px;
	border-top:1px solid #666;
}