a:link,a:visited,a:active,a:hover {
	color: #000000;
	text-decoration:underline;
}

body   { font-size: 14px; font-family: ＭＳ ゴシック, Osaka, Arial, generic font family }

td, th, b, dd, dl, p, li, ol, ul, div {font-size: 14px}

sup, sub {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

sup a:link,sup a:visited,sup a:active,sup a:hover {
	color: #000000;
	text-decoration:none;
}
sub a:link,sub a:visited,sub a:active,sub a:hover {
	color: #000000;
	text-decoration:none;
}

.set1  { font-size: 10px }
.set1b  { font-weight: bold; font-size: 10px }
.set1h  { font-size: 10px; line-height: 120% }
.set1bh { font-weight: bold;font-size: 10px; line-height: 120% }
.set2  { font-size: 12px }
.set2b  { font-weight: bold; font-size: 12px }
.set2h { font-size: 12px; line-height: 140% }
.set2h_r { color: red; font-size: 12px; line-height: 140% }
.set2bh  { font-weight: bold; font-size: 12px; line-height: 140% }
.set2bh_r  { color: red; font-weight: bold; font-size: 12px; line-height: 140% }
.set3  { font-size: 14px }
.set3b  { font-weight: bold; font-size: 14px }
.set3h { font-size: 14px; line-height: 140% }
.set3bh  { font-weight: bold; font-size: 14px; line-height: 140% }
.set4     { font-size: 18px }
.set4b     { font-weight: bold; font-size: 18px }
.set4h     { font-size: 18px; line-height: 140% }
.set4bh    { font-weight: bold; font-size: 18px; line-height: 140% }


.skip  { display: none }
form#start	{ margin:0px }

/*英語ページ用*/

table.en td.honbun {
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	line-height:140%;
}
table.en td.pagetop,table.en td.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:140%;
}

/*-----------------
galleryview
-----------------*/

.galleryview h2 {
 font-size:100%;
 font-weight:normal;
}
.galleryview h2 a {
 font-weight:normal;
}
/*.galleryview a img {
 border:none;
 padding-left:3px;
}*/

/*-----------------
news
-----------------*/

#newstitle {
	margin: 15px 7px 0 5px;
}
#newstitle ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	background: url(img/news_list_button.jpg) 120px 0 no-repeat;
	height:25px;
}
#newstitle ul li {
	float:left;
	width:auto;
	margin:0px;
	padding:0px;
}
#newstitle ul li.new {
	width:125px;
}
#newstitle ul li.more {
	padding:4px 0 0 14px;
}

#newstitle ul li.more a {
	color:white;
	font-size:12px;
	font-weight:bold;
}

#news dl {
	margin: 0 6px;
	padding: 0;
	width: 400px;
	border-bottom: 1px dotted #999;
}
#news dl dt {
	margin: 0 0 0 0;
	padding: 8px 0 0 1px;
	/*width: 130px;*/
	font-size: 0.8em;
	color:#787878;
	border-top: 1px dotted #999;
}
#news dl dt .cate-e, #news dl dt .cate-i, #news dl dt .cate-m, #news dl dt .cate-s, #news dl dt .cate-r {
	color:white;
	width:45px;
	text-align: center;
	margin-right:5px;
	font-size:12px;
	padding:2px 0 0 0;
	margin-top:-3px;
	float:left;
}
#news dl dt .cate-e {
	background-color:#f33;
}
#news dl dt .cate-i {
	background-color:#c00;
}
#news dl dt .cate-m {
	background-color:#639;
}
#news dl dt .cate-s {
	background-color:#f63;
}
#news dl dt .cate-r {
	background-color:#393;
}

#news dl dd {
	padding: 11px 0px 3px 145px;
	margin-left: 0;
	margin-top: -2.1em;
	margin-bottom: -1px;
	line-height: 1.4em;
	font-size: 0.9em;
	background: url(img/news_link.gif) 137px 15px no-repeat;
}

#news dl dd.emergency {
	background: url(img/news_cate_e_bg.gif) 137px 7px no-repeat;
}
#news dl dd.important {
	background: url(img/news_cate_i_bg.gif) 137px 7px no-repeat;
}
#news dl dd.important_l {
	background: url(img/news_cate_i_bg.gif) 137px 7px no-repeat;
	border-bottom: 1px solid #768bb4;
	margin-bottom: 5px;
}

#newsend {
	clear: left;
	border-bottom:3px solid #3366cc;
	width: 400px;
	margin:10px 6px 10px  6px;
	padding:5px 0 ;
}
#newsend a {
	background: url(img/news_linkmore.gif) 262px 2px no-repeat;
	font-size:12px;
	padding-left:270px;
}

/*-----------------
clearfix
-----------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/**/
