@charset "shift_jis";
/* CSS Document */


/*
01. box
-------------------------------------*/

#header {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 445px;
}

#header_in {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 185px;
	background-image: url(../images/bk02.gif);
}

#index {
	width: 100%;
	height: 72px;
	padding-top: 23px;
	background-image: url(../images/ind_bk.jpg);
}

#index_text {
	width: 950px;
	clear: both;
	margin: auto;
	font-size: large;
	margin-bottom: 5px;
}


#contens {
	width: 100%;
	background-color: #FFF;
}



#main {
	width: 950px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	clear: both;
}


#news {
	margin-top: 20px;
	margin-bottom: 20px;
}

#top_subindex {
	width: 930px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
	font-size: 13px;
	border: 1px dotted #CCC;
	padding: 10px;
}


#top_publish {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #CCC;
}

#footer {
	width: 100%;
	height: 30px;
	text-align: center;
	background-color: #EEE;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#title {
	width: 920px;
	background-image: url(../images/title.jpg);
	height: 58px;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-left: 30px;
	font-size: 24px;
	font-weight: bold;
}

.floatL {
	float: left;
	width: auto;
	height: auto;
	margin: 0 10px 5px 0;
	padding: 0;
}


.floatR {
	float: right;
	width: auto;
	height: auto;
	margin: 0 0 5px 10px;
	padding: 0;
}

.left_box {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}

.right_box {
	display: block;
	float: right;
	margin-top: 20px;
	text-align:left;
}

.area_box {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.banner  {
	margin-bottom: 10px;
}

.text_box {
	margin-bottom: 20px;
}

.text_box_area {
	width: 670px;
	height: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: #999 dotted 1px;
}

.line_blue {
	border-left: 3px #0066CC solid;
	border-bottom: 3px #FFFFFF solid;
}



/*
02. list
-------------------------------------*/

dl.listnews dt {
	clear: left;
	float: left;
	width: 7em;
	color: #555555;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

dl.listnews dd {
	margin-bottom: 0.8em;
	margin-left: 7em;
}

dl.listnews dd.archive {
  margin-bottom: 3em;
}

dl.listnews dd a { display: block; }
dl.listnews dd a:link,
dl.listnews dd a:visited { color:#333; text-decoration:none; }
dl.listnews dd a:hover,
dl.listnews dd a:active {
	text-decoration:none;
	background-color: #D7FFD7;
}


ul.index li {
	display: inline;
	padding-left: 20px;
	padding-bottom: 3px;
	background-image: url(../images/index_bt.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-right: 18px;
}


dl.listad {
	margin: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}

dl.listad dt {
	float: left;
	padding: 5px 0 5px 0;
}

dl.listad dd {
	padding: 5px 0 5px 8em;
}

dl.listad_02 {
	margin: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

dl.listad_02 dt {
	float: left;
	padding: 2px 8px 2px 8px;
	margin: 0 0 1px 20px;
	background-color: #39C;
	color:#FFF;
}

dl.listad_02 dd {
	padding: 2px 0 2px 7em;
	text-indent: -4em;
	margin-left: 5em;
	margin-bottom: 1px;
}




/*
03. table
-------------------------------------*/

.table_01{
	width: 100%;
	margin-top: 20px;
}

.table_01 th{
	padding: 6px 0;
	text-align: center;
	color: #09F;
}

.table_01 td{
	padding: 5px 0;
	text-align: center;
}

table.tableStyle_a01 {
	border-top: 1px solid #ACACAC;
	border-left: 1px solid #ACACAC;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	/*font-size: 12px;*/
}

table.tableStyle_a01 tr {
    border-right: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
}

table.tableStyle_a01 td {
    border-right: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
    padding: 0.3em 0.5em;
	line-height: 1.5em;
}




/*
04. font
-------------------------------------*/

h2{
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	border-bottom: #999 dotted 1px;
}

.font_orange_s{
	color: #F63;
	font-size: small;
}

.txt_blue_bold{
	color: #00F;
	font-weight: bold;
}

.txt_white_12px{
	color: #FFF;
	font-size:12px;
}

.txt_white{
	color: #FFF;
}

.clear{
	clear:both;
}