@charset "UTF-8";
*{
	margin:0;
	padding:0;
	border:none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 1.3;
	font-weight: normal;
	font-variant: normal;
}
image{ border:0;}
li{
	list-style-position: inside;
}
html body {
	background-color: #171c61;
}
#header {
	background-image: url(images/kage.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 66px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000066;
	text-align: center;
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
#contL {
	float: left;
	width: 200px;
	background-color: #e6ffff;
	min-height:600px;
	_height:600px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contR {
	float: left;
	width: 490px;
	padding-left: 10px;
}
#wel_all {
	float: left;
	width: 216px;
}
#wel_txt {
	background-image: url(images/wel_bg.gif);
	background-repeat: repeat-y;
	padding: 10px;
	width: 193px;
}
#contL li {
	list-style-type: decimal;
}
#contL li li {
	list-style-type: square;
	margin-left: 20px;
}
#footer {
	font-size: 10px;
	color: #999999;
	text-align: center;
}
.link {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#title {
	font-size: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #171C61;
	margin-bottom: 10px;
}
.news_all {
	width: 100px;
	padding-top: 4px;
	border: 1px solid #999999;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}
.news_all .title {
	background-color: #E6FFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#topsubttl {
	font-size: 18px;
	color: #FFFFFF;
	background: #FF6600;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 6px solid #999999;
}

