@charset "utf-8";

/* 新着情報 --------------------------------------------------*/


/* 画像 */
a img {border-style: none;}/* 画像のリンク枠消去 */

/* リンク
a:link { color:#3366FF; text-decoration: none;}
a:visited { color:#3366FF; text-decoration: none;}
a:hover { color:#FF9900; text-decoration:underline;}
a:active {
	color:#FF9900;
	text-decoration:underline;
	text-align: center;
}
 */

div#infobox {
	width: 800px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin: 0 auto;
}
div#infobox dl#info {
	width: 800px;
	height: auto;
	margin: 10px;
	margin: 0 auto;
}
div#infobox dl#info dt {
	width: 60px;
	height: auto;
	float: left;
	clear: left;
	margin-bottom: 10px;
	margin: 0 auto;
}
div#infobox dl#info dd {
	width: 800px;
	height: auto;
	margin-left: 60px;
	margin-bottom: 10px;
	margin: 0 auto;
}
div#infobox dl#info dd p {
	width: 800px;
	height: auto;
	margin-left: 0px;
	margin-bottom: 10px;
	margin: 0 auto;
}
div#infobox dl#info dd h4 {
	width: 800px;
	height: auto;
	margin-left: 0px;
	margin-bottom: 10px;
	color: #0000ff;
	margin: 0 auto;
}


table#infotable {
	width: 100%;
	height: auto;
}
table#infotable td {
	padding:10px;
	border-bottom: 1px dashed #999999;
}
table#infotable td.left {
	width: 120px;
	height: auto;
}
table#infotable td.right {
	width: auto;
	height: auto;
}

div#new {
	width:100%;
	height: auto;
}
div#new a {
	width: 560px;
	height: auto;
	display: block;
	text-indent: 10px;
	text-align: center;
	font-size: large;
	line-height: 1.5em;
	border: 1px solid #339999;
	background-color: #CCFFFF;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #ff9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 2px;
	margin-left: 28px;
	margin-bottom: .7em;
	clear: both;
}