@charset "shift_jis";
/*汎用設定*/
.standard {
	font-size: 0.8em;
	line-height: 1.4em;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
/*特定のケースで使用*/
.date {
	text-align:right;
	margin-right: 10px;
}
.gotop {
	text-align:right;
}
.backmenu {
	text-align:left;
}
#content h2.center {
	margin: 20px 0px 30px 0px;
	text-align:center;
	text-decoration: underline;
}
/*パターンによる再定義*/
#main p {
	margin-left:1em;
	font-size: 0.8em;
	line-height: 1.4em;
}
#content p {
	margin-left:1em;
	font-size: 0.8em;
	line-height: 1.4em;
}
#content h1 {
	padding: 0px;
	margin: 0px;
}
#content h2 {
	font-size: 1.2em;
	margin: 10px 0px;
}
#content h3 {
	font-size: 1em;
	margin: 10px 0px;
}
#content h4 {
	font-size: 0.8em;
	margin: 10px 0px;
}
#content li {
	font-size: 0.8em;
	margin: 10px 0px;
}
/*テーブルレイアウト　type1*/
table.type1{
	border-collapse:collapse;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 20px 0px;
}
table.type1 td , table.type1 th{
	padding: 5px 10px;
}
table.type1 thead th{
	color: #fff;
	background-color: #003399;
}
table.type1 thead td{
	color: #fff;
	background-color: #2373D3;
}
table.type1 tbody th{
color: #003399;
}
table.type1 tbody td{
color: #333;
}
table.type1 tfoot th{
	color: #003399;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #003399;
}
table.type1 tfoot td{
	color: #333;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #003399;
}

.close {
	color: #999;
}

.close02 {
	color: #3366CC;
}

/*ニュースリリース・おしらせ*/
h2.newstitle {
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	line-height: 1.5em;
}
.t_normal {
	font-weight: normal;
}

.sya {
	float: right;
}

.clear_r {
	clear: right;
} 

.news_gotop {
	text-align:right;
	padding: 10px;
	border-top: solid 1px #999;
}

.news_a1 {
	width: 480px;
	padding: 10px;
}

.m_la {
	margin-left: 15px;
}

.txt-center {
	width: 510px;
	text-align: center;
}


.font-italic {
	font-style: italic;
}

.width-480 {
	width: 480px;
}

.news-title-in {
	font-size : 16px;
	font-family : monospace;
	font-weight: bold;
	line-height : 18px;
	text-align: center;
}

/*- アキ設定 -*/
.m-b15 {
	margin-bottom: 15px;
}

