

/* contents page left text style */

.category {
	font-size:13px;
	font-weight: bold;
	color: #ff7f00;
}

.category_menu {
	font-size:14px;
	font-weight: bold;
	color: #000000;
}




/* contents page right text style */

.title {
	font-size: medium;	
	color: #000000;
}

.main {
	font-size: 12px;	
	color: #629923;
	font-weight:bold;
}

/* 08/02/25 */
/* ニュース内容のタイトル */
.tit_main {
	font-size: 13px;	
	color: #629923;
	font-weight:bold;
}

.text {
	font-size: 10.5px;
	line-height:110%;
}

.normal {
	font-size: 12px;
	line-height:130%;	
}



/* aboutus producer name text style */

.producer {
	font-size: 12px;	
	color: #000000;
}

/* 08/02/25 */
/* トップページ　ニュース */
.news ul {
margin:0 0 5px 1.5em;
}

.news ul li {
margin-bottom:5px;
}

/* ニュース index */
dl.news {
border-bottom: 1px dotted #8d8d8d;
margin:3px 0;
}

dl.news dt {
clear: left;
float: left;
white-space:nowrap;
padding: 5px 0 5px 3px;
}

dl.news dd {
padding: 5px 0 5px 2em;
}

/* ニュース 各々ページのタイトル */
.tit_main dl {
margin:3px 0;
}

.tit_main dl dt {
clear: left;
float: left;
padding: 5px 0 5px 3px;
white-space:nowrap;
}

.tit_main dl dd {
padding: 5px 0 5px 4em;
}

/*　表　*/
table .layout{
clear:both;
text-align:left;
border-collapse: collapse;
border-spacing:0px;
margin:5px auto;
border-right:#000000 1px solid ;
border-bottom:#000000 1px solid ;
empty-cells:show;
}

table .layout th{
text-align:left;
padding:3px;
border-left:#000000 1px solid ;
border-top:#000000 1px solid ;
empty-cells: show;
text-align:center;
}

table .layout td{
text-align:left;
padding:3px;
border-left:#000000 1px solid ;
border-top:#000000 1px solid ;
empty-cells: show;
vertical-align:top;
}

/*　TOPバナー　*/
div.top_banner {
	clear: both;
	width: 800px;
	margin:10px 25px;
	text-align:center;
	border:none;
}

div.top_banner li {
	float: left;
	margin:3px auto;
	width: 250px;
	list-style:none;
}

/*　コピーライト　*/
#copyright{
clear:both;
text-align:center;
font-size:10px;
margin:10px 0;
}
