@charset "shift-jis";
/* CSS Document */


/* ----------------------------------------------------------------------
 base
------------------------------------------------------------------------ */

*{
	font-family: Verdana, Arial, "ƒqƒ‰ƒMƒmŠpƒSPro W3", "Osaka", "MS PƒSƒVƒbƒN", sabs-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

html{
	overflow-y: scroll;
}

body {
	color: #000;
	line-height: 1.5;
	font-size: 75%;
	background-color: #FFFFFF;	
}

hr {
	display: none;
}



a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}	


#wrapper {
	width:720px;
	margin:0px auto 0;
	background-color: #FFFFFF;
	position : relative;
	border-right: thin solid #999999;
	border-left: thin solid #999999;
}



/* ----------------------------------------------------------------------
 contents index.html
------------------------------------------------------------------------ */

#newsBox{
	width: 550px;
	margin-left: 10px;
	margin-bottom: 20px;
	height: 300px;
	border: 1px solid #999999;
	float: left;
	display: inline;
}


#newsContents{
	width: 500px;
	margin-left: 10px;
	padding-bottom: 10px;
	border-bottom: thin dotted #666666;
	float: left;
	clear: both;
	margin-top: 10px;
}

#newsContents p{
	width: 100px;
	float: left;
	font-weight: bold;
	color: #666666;
}

#newsContents dl{
	width: 400px;
	float: left;
}

#newsContents dt{
	font-size: 11px;
	font-weight: bold;
	color: #993300;
}

#newsContents dd a{
	background-image: url(../images/yajisrshi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	text-decoration: underline;
}

#newsContents dd a:hover{
	color: #999;
	text-decoration: none;
	}


