/* common */
body
	{
		font-size		: 1em;
		height			: 100%;
		margin-top		: 0px;
		margin-right	: 0px;
		margin-bottom	: 0px;
		margin-left		: 0px;
		padding			: 0;
		background-color: #C0D9FF;
	}

img
	{
		border			: 0;
	}
	
a:link
	{
		color           : #0000FF;
		background      : transparent; 
		text-decoration : none;
		font-weight		: normal;
	}

a:visited
	{
		color           : #990000;
		background      : transparent; 
		text-decoration : none;
		font-weight		: normal;
	}

a:hover
	{
	color           : #FFFFFF;
	background      : transparent;
	text-decoration : underline;
	font-weight		: normal;
	}

a:active
	{
		color           : #FF0000;
		background      : transparent; 
		text-decoration : none;
		font-weight		: normal;
	}

.listsub {
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: top;
}
.kankyo {
		font-size: 12px;
		line-height: 15px 
}
.t10 {
	font-size: 10px;
	color: #333333;
	line-height: 140%;
}
.t12w {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 140%;
	color: #FFFFFF;
}
.t12 {
	font-size: 12px;
	color: #333333;
	line-height: 140%;
}
.t14 {
	font-size: 14px;
	line-height: 140%;
	color: #000099;
	padding-top: 5px;
	padding-bottom: 5px;
}
.t14li {
	font-size: 14px;
	line-height: 140%;
	color: #990000;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999999;
}
.waku {
	padding: 5px 8px 8px 5px;
	border: 1px solid #999999;
	width: 360px;
	height: 150px;
	background-image: url(../images/wakubg.jpg);
	background-repeat: repeat-x;
}

