/* CSS Document */

/*　ベース設定　*/	
body{
	font-size: 14px;
	line-height: 23px;
	color: #000000;
	margin:0 0 0 0;
	letter-spacing: 1px;
}

/* リンク*/
a:link {
	color: #FF9933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9999;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.small {
	font-size: 10px;
	line-height: 20px;
}

#wrapper{
	width:696px;
	margin:0 auto;
	background-color:#FFFFFF;
	background-image: url(../images/frame_middle_winter.jpg);
}

#headder{
	width:696px;
	margin:0 auto;
}

#line{
	width:696px;
	margin:0 auto;
}

#link{
	width:500px;
	margin:0 auto;
}

#main{
	width:696px;
	margin:0 auto;
	background: url(../images/frame_middle_winter.gif) repeat;
}

#footer{
	width:696px;
	margin:0 auto;
	height: 35px;
	background-image: url(../images/frame_bottom_winter.jpg);
}
