@charset "Shift_JIS";
/* CSS Document */

* {
/* set the fonts to a uniform size, including form fields as well as all headings etc. */
	font-size:100%;
	margin:0px; 
	padding:0px;
}

body {
	margin:0 auto;
	padding:0 0 0 0;
	font-family:Arial, Helvetica, "MS PGothic", "Osaka", sans-serif;
	font-size:100%;
}

img {
	border:none;
	vertical-align:bottom;
}


/* リンクカラー設定開始 ------------------------ */

a:link {
	color:#8B0000;
}

a:visited {
	color:#8B0000;
}

a:hover {
	color:#ff0000;
}

a:active {
	color:#660000;
}


/* 新着バナー＆テキスト情報
----------------------------------------------------------- */


#news {
	width:680px;
	height:auto;
	margin:0 auto;
	text-align:left;
}

#news ul.bns {
	margin:0 0 0 4px;
	padding:0;
}

#news ul.bns li.normal {
	float:left;
	width:167px;
	height:60px;
	list-style:none;
	display:block;
}

#news ul.bns li.large {
	float:left;
	width:312px;
	height:60px;
	list-style:none;
	display:block;
}

#news ul.bns li.small {
	float:left;
	width:102px;
	height:60px;
	list-style:none;
	display:block;
}

#news ul.bns li.small2 {
	float:left;
	width:95px;
	height:60px;
	list-style:none;
	display:block;
}

#news ul.bns li a {
	text-decoration:none;
}

#news ul.texts {
	clear:both;
	margin:3px 0 12px 4px;
	padding:3px 0 0 0;
	border-top:1px dotted #A0522D;
}

#news ul.texts li {
	color:#333333;
	font-size:75%;
	line-height:1.6;
	list-style-position:outside;
	list-style-type:disc;
	margin-left:15px;
	margin-bottom:3px;
}

#news ul.texts li a:hover {
	color:#DC143C;
	/*
	text-decoration:underline;
	*/
	padding-bottom:1px;
	border-bottom:1px dotted #DC143C;
}

#news ul.texts li a {
	color:#660000;
	text-decoration:none;
	font-weight:bold;
}

#news li#serious {
	color:#333333;
	font-size:82%;
	font-weight:bold;
	text-indent:10px;
	line-height:1.6;
	list-style:none;
	list-style-image:none;
	display:block;
	margin:5px 0 5px 3px;
	padding:2px;
	border:1px solid #990000;
}



/* 締切間近ニュース
----------------------------------------------------------- */
#news ul.texts li.hurry {
	color:#333333;
	font-size:75%;
	line-height:1.6;
	list-style:none;
	list-style-position:inside;
	margin-left:0;
	margin-bottom:3px;
	background-image:url(images/newbanner/ico_hurry.gif);
	background-position:0% 0%;
	background-repeat:no-repeat;
	text-indent:82px;
}

/* 更新ニュース
----------------------------------------------------------- */
#news ul.texts li.update {
	color:#333333;
	font-size:75%;
	line-height:2.5em;
	list-style:none;
	list-style-position:inside;
	margin-left:0;
	border-bottom:1px dotted #A0522D;
}
#news ul.texts li.update img{
vertical-align:middle;
}

#news table {
	width:100%;
	border:none;
	border-collapse:collapse;
}

#news td {
	font-size:82%;
	line-height:120%;
	padding-bottom:5px;
	color:#330000;
}

.explain {
	font-size:82%;
	line-height:300%;
	color:#330000;
	vertical-align:bottom;
	padding-left:10px;
}

#news .minibanner01 {
	margin:0;
	padding:0;
	width:385px;
	height:50px;
}

#news .minibanner02 {
	margin:0;
	padding:0;
	width:195px;
	height:50px;
}


/* 更新履歴
----------------------------------------------------------- */
#news ul.texts li.history {
	border-top:1px dotted #A0522D;
	list-style:none;
	margin-left:0;
	text-align:right;
}


/* 更新履歴
----------------------------------------------------------- */
b{
	background:#ffb6c1;
	color:#8b4513;
	padding:2px 5px;
	font-size:small;
	font-weight:normal;
}