/*  初期値設定-----------------------------------------------*/
*,p,a,blockquote,table,tr,th,td,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6 { 
padding:0; 
margin:0;
font-family: Meiryo,Verdana, Helvetica, Arial, sans-serif;
text-align:justify;
font-size:13px;
line-height:1.5em;
color:#333333;
}
input,textarea,select {
padding:0; 
margin:0; 
font-family: Meiryo,Verdana, Helvetica, Arial, sans-serif;
font-size:13px;
color:#333333;
}
*, * focus {
	outline: none;
}

/*  ページセンタリング -----------------------------------------------*/
body {
text-align:center;
/*background: url(../images/bg_yellow.png);
*/
background:#ffffff;
}
body div {
margin:0 auto;
text-align:justify;
}

/*  ページ全体外枠　-----------------------------------------------*/

#wrap {
width:850px;
border-left:10px solid #999999;
border-right:10px solid #999999;
background: #ffffff;
}


/*  上部タイトルバナー　-----------------------------------------------*/
#header {
height:150px;
background:url(../images/header.jpg) no-repeat 0 0;
}
.title_menu {
text-align:right;
padding:0 10px 60px 0 ;
color:#ffffff;
}
.title_menu a {
color:#ffffff;
}

/*  パンくずリスト -----------------------------------------------*/

#topicpath {
padding:5px 0 5px 10px;
background:url(../images/bg.png);
}

#topicpath p {
display:inline;
background:url(../images/mark/topic_path.gif) no-repeat left center;
padding:0 0 0 1.5em;
margin:0 0 0 1em;
}

/*  コンテンツ外枠 ----------------------------------------------*/
#wrap-contents {
width:850px;
}

/*  左メニュー -----------------------------------------------*/
#leftmenu {
float:left;
width:170px;
}

#leftmenu-in {
padding:15px 0 20px 20px;
}

#leftmenu-in ul {
list-style-type:none;
list-style-position:outside;
margin:0;
}

#leftmenu-in ul li a,#leftmenu-in ul li.nolink  {
display:block;
margin-top:5px;
padding:2px 0;
font-size:12px;
text-align:center;
border-top:1px solid #999;
background:url(../images/bg.png);
line-height:1.5em;
color:#333333;
}
#leftmenu-in ul li a:hover {
color:#c23732;
}
#leftmenu-in ul  ul {
list-style-type:square;
list-style-position:outside;
margin-left:30px;
}
#leftmenu-in ul ul li a {
margin-top:0;
padding:0;
text-align:left;
border-top:0;
background:url();
line-height:1.5em;
color:#333333;
}

/* 中央コンテンツ ----------------------------------------------*/

#contents {
float:left;
width:660px;
text-align:justify;
color:#333;
}
#contents-in {
clear:both;
padding:20px;
}

/* フッタ ----------------------------------------------*/

footer {
background:#000000;
text-align:center;
}
footer small {
color:#ffffff;
}

/*   リンク　-----------------------------------*/
a {
color: #0066CC;
text-decoration:none;
}

a:hover {
color:#a14641;
text-decoration:none;
}

a img {
display:inline;
margin:0;
border:none;
}

/*   コンテンツ共通 -----------------------------------*/
h2 {
font-weight:normal;
font-size:16px;
margin:0 0 0  0;
padding:0 0 1.5em 10px;
background: url(../images/bg_h2.png) no-repeat  0 20px;
}

h3 {
font-weight:normal;
color: #000000 ;
font-size:14px;
margin:1em 0;
padding-left:10px;
background:#dddddd;
}

h4 {
font-weight:normal;
color:#000000;
font-size:13px;
border-bottom:1px solid #cfde86;
}

h5 {
font-weight:normal;
color: #000000 ;
font-size:14px;
margin:1em 0;
padding-left:10px;
background:#e7f1d9;
}

img {
margin:0;
}

p {
	font-weight: normal;
	margin: 0.5em 0;
	text-align: left;
}

blockquote {
margin:1em 30px;
}

/*  news.html */
dl.dl_top dt {
margin-bottom:0.2em;
}
dl.dl_top dd {
border-bottom:1px dotted #cccccc;
margin-bottom:0.5em;
}


/* 改行　枠無し定義リスト */
dl.dl_lst {
margin:0.5em 0 2em 2em;
}
dl.dl_lst dt {
background:url(../images/mark/listmark2.jpg) no-repeat left  4px;
margin:0.5em 0 0 0;
padding-left:1em;
}

dl.dl_lst dd {
margin:0;
padding-left:1em;
border-bottom:1px dotted #cccccc;
}

/* 改行なし　定義リスト */
dl.dl_tb {
margin:0.5em 0 2em 2em;
}

dl.dl_tb dt {
background:#eeeeee;
width:110px;
text-align:center;
margin-top:1em;
}
dl.dl_tb dd {
margin:-1.5em 0 0 130px;
padding-left:0;
}

/* 改行なし　背景なし　定義リスト */
dl.dl_tbnormal {
margin:0;
}

dl.dl_tbnormal dt {
background:#ffffff;
width:110px;
text-align:left;
margin-top:0;
}
dl.dl_tbnormal dd {
margin:-1.5em 0 0 100px;
padding-left:0;
}

/* 改行なし　背景なし　定義リスト */
dl.dl_poster {
line-height:1.5em;
margin:0;
}

dl.dl_poster dt {
background:#ffffff;
text-align:left;
margin-top:0;
border-top:1px dotted #999999;
}
dl.dl_poster dd {
margin:-1.5em 0 0 50px;
padding-left:0;
}

/*---表---*/
table {
	table-layout: auto;
	border-collapse: collapse;
	padding-top: 1em;
	padding-right: 1px;
	padding-left: 1em;
	padding-bottom: 1em;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
}
th {
text-align:center;
background:#eeeeee;
border:2px solid #ffffff;
padding:0.2em 1em;
}
td {
	text-align: justify;
	border: 2px solid #ffffff;
	padding: 0.2em 1em;
}
td.r {
text-align:right;
}
table.table_form th {
font-weight:normal;
}
table.table_border th, table.table_border td {
border:1px solid #999999;
}

table table.table_in {
table-layout:auto;
border-collapse: separate;
padding:0 0.5em;
}
table table.table_in th {
text-align:center;
background:#eeeeee;
border:0px;
padding:0.2em 0;
}
table table.table_in td {
text-align:left;
border:0px;
padding:0.2em 0;
}
/*  箇条書きリスト */
ul.ul_contents {
list-style-type:square;
list-style-position:outside;
margin:10px 0 10px 20px;
}
ul.ul_decimal {
list-style-type:decimal;
list-style-position:outside;
margin:10px 0 10px 20px;
}
ul.ul_none {
list-style-type:none;
list-style-position:inside;
margin:10px 0 10px 20px;
}
ul li {
margin-bottom: 0.5em;
}


strong {
	font-weight: bold;
	color: #000000;
}

/* ニュース種別 ----------------------------------*/
.l_01 {
font-size:11px;
background: #9bd130;
}

.l_02 {
font-size:11px;
background: #fdb601;
}
.l_03 {
font-size:11px;
background:  #6699FF;
}

.l_04 {
font-size:11px;
background:  #ffe802;
}

.l_05 {
font-size:11px;
background: #FFCCFF;
}
/* 各種クラス の定義　class="     "  ----------------------------------*/

.tag {
margin-top:-10px;
text-align:right;
}


/* 画像右寄せ*/
.zu_right {
margin:10px 0 10px 10px;
float:right;
}
/* 画像左寄せ*/
.zu_left {
margin:10px 10px 10px 0;
float:left;
}
/* 左右寄せをクリア*/
.clear {
clear:both;
}

/* トップへ戻る */
.pagetop {
text-align:right;
}

/* テキスト右寄せ */
.right {
text-align:right;
}

/* テキストセンター寄せ */
.center {
text-align:center;
}

/* 下線 */
.underline {
text-decoration:underline;
}

/* 下線 */
.linethrough {
text-decoration: line-through;
}

/* 別色 */
.kyocho {
color: #990033;
}

/* 別色 */
.kyochoG {
color: #669966;
}
/* 枠 */
.waku {
margin:1em 0;
padding:0.5em 1em ;
border:2px solid #cfde86;
}

em {
	font-weight: normal;
	font-style: italic;
	
	}
#wrap #wrap-contents #contents #contents-in table tr td {
	text-align: center;
	border: color;
	column-width: auto;
}
#wrap #wrap-contents #contents #contents-in #table2 {
	background-color: #D7F4CC;

	border-left-style: none;
}

#wrap #wrap-contents #contents #contents-in #table3 {
	background-color: #F6F6F6;
	border-left-style: solid;
	margin: 3;
	border-right-style: solid;
	border-color: #F5F5F5;
}


#wrap #wrap-contents #contents #contents-in p sup {
	font-size: 9px;
	font-family: Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
#wrap #wrap-contents #contents #contents-in p sub {
	font-size: 9px;
}
