﻿@charset "utf-8";

/* news
============================================================================================================*/
div#mainArea div#mainWrap {
	width: 800px;
	margin-top: 5px;
}


/* news index.html
============================================================================================================*/
table.news{
	width:545px;
	margin:0 10px 30px;
}

table.news th{
	border-bottom:#e8e9e9 solid 1px;
	padding:5px 10px 5px 0;
	text-align:left;
	font-weight:normal;
}

table.news th p{
	white-space:nowrap;
}

table.news td{
	border-bottom:#e8e9e9 solid 1px;
	padding:5px 0;
}

div#contentsArea div#underContents table.news p,
div#contentsArea div#underContents table.news_list p{
	margin:0px;
}

div#contentsArea div#underContents table.news p.pdf{
	text-align:right;
	padding-left:10px;
}

div#contentsArea div#underContents table.news p img{
	vertical-align:middle;
}

* html div#contentsArea div#underContents table.news p img{
	vertical-align:baseline;
}

div#contentsArea div#underContents table.news p.right{
}

table.news_list{
	width:545px;
	border-top:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	margin:0 10px 0;
}

table.news_list th{
	padding:5px 8px;
	font-weight:normal;
	background:#e4f2ee;
	border-bottom:#CCCCCC solid 1px;
	text-align:center;
}

table.news_list th.date_top{
    width:55px;
	border-right:#CCCCCC solid 1px;
	}

table.news_list td{
	border-bottom:#CCCCCC solid 1px;
	padding:5px 8px;
}

table.news_list td.date{
    border-right:#CCCCCC solid 1px;
}

table.news_list td p.day{
	white-space:nowrap;
}

div#contentsArea div#getBnrArea{
	margin:30px 20px 30px 20px;
	padding:10px;
	border: 1px solid #C2C1C1;
	font-size: 82%;
}
div#contentsArea div#getBnrArea dl{
	zoom: 1;
	/* \*//*/display: inline-table;/**/
}
div#contentsArea div#getBnrArea dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div#contentsArea div#getBnrArea dt {
	width:112px;
	float: left;
}
div#contentsArea div#getBnrArea dd{
	padding-left:15px;
	width:380px;
	float: left;
}

p.link{
	background:url(../../common_images/arrow_link.gif) 0 0 no-repeat;
	padding-left:18px;
}

/*お知らせhtml*/
table.info{
	border-top:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	margin:0 10px 10px;
	line-height:1.3;
}
table.info th{
	padding:5px 8px;
	font-weight:normal;
	background:#e4f2ee;
	border-right:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	text-align:center;
	vertical-align:middle;
}
table.info th.colorTh{
    background:#FFF3D9!important;
}
table.info td{
	border-right:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	padding:5px 8px;
	text-align:center;
	vertical-align:middle;
}
table.info td.frameTd_l{
    font-weight:bold!important;
	font-size:110%;
	border-top:#FF0000 solid 2px;
	border-bottom:#FF0000 solid 2px;
	border-left:#FF0000 solid 2px;
}
table.info td.frameTd_c{
    font-weight:bold!important;
	font-size:110%;
    border-top:#FF0000 solid 2px;
	border-bottom:#FF0000 solid 2px;
}
table.info td.frameTd_r{
    font-weight:bold!important;
	font-size:110%;
    border-top:#FF0000 solid 2px;
	border-right:#FF0000 solid 2px;
	border-bottom:#FF0000 solid 2px;
}
.leftTd{
    text-align:left!important;
}
.info_discUl{
	list-style-type: disc;
	margin:0 10px 20px;
}
.info_discUl li{
	margin:0 0 0 2em!important;
}
dl.info_anno {
	margin:0 10px 20px 30px!important;
	zoom: 1;
	/* \*//*/display: inline-table;/**/
}
.info_anno dt{
	float:left;
}
.info_anno dd{
	padding:0 10px 0 2.6em;
}
.info_anno dl:after {
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;
}
.bottom0{
    margin-bottom:0px;
}
p.centerP{
    text-align:center;
}
span.sub{
    font-size:90%;
	font-weight:normal;
}
.strong{
    font-weight:bold;
}
