@charset "utf-8";

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 10px;
	line-height: 1.6;
	color: #FFFFFF;
	background-image: url(image/paper.jpg);
	background-repeat: repeat;
}
a:link {
	text-decoration: none;
	color: #006666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #660000;
}
a:active {
	position: relative;
	left: 1px;
	top: 1px;
}
a img {
	border-style: none;
}


#header {
	float: left;
	width: 260px;
	top: auto;
	height: auto;
}
#titleBg {
	height: 180px;
	width: 260px;
	background-image: url(image/title_bg.png);
	background-repeat: repeat;
}
#title {
	background-image: url(image/title.gif);
	height: 105px;
	width: 88px;
	margin-top: 3px;
	margin-left: 3px;
}
#titleText {
	background-image: url(image/text.gif);
	margin-left: 1px;
	height: 12px;
	width: 258px;
	margin-top: 4px;
	background-repeat: no-repeat;
}
#header #titleBg #line {
	background-image: url(image/line.gif);
	background-repeat: repeat-x;
	height: 10px;
	width: 260px;
}
#counter {
	padding-left: 3px;
}


#contens {
	background-image: url(image/con_bg.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 260px;
	float: none;
}
#menu {
	padding: 2px 0px 0px 5px;
	float: left;
	position: relative;
}
#header #contens #menu img {
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 2px;
}
#header #contens #menu img a:hover {
	left: 1px;
	bottom: 1px;
}

#txt {
	padding-left: 13px;
	font-size: 10px;
}
#txt2 {
	padding-top: 5px;
	padding-left: 3px;
}
#etcbox {
	clear: both;
	float: left;
	width: 246px;
	height: 500px;
	background-image: url(image/title_bg.png);
}
#etcbox #line {
	background-image: url(image/line.gif);
	background-repeat: repeat-x;
	height: 5px;
	width: 247px;
}
#nowrap {
	white-space : nowrap;
	border-style: none;
	clear: both;
}
#nowrap img {
	margin: 8px 4px;
	clear: both;
	border: 1px solid #000000;
}
#wrap img {
	margin: 4px 8px;
	border: 1px solid #000000;
}
#berTate {
	margin: 0;
	background-image: url(image/bg_st.png);
	background-repeat: repeat;
	height: 16px;
	width: 100%;
	text-align: left;
}
#berYoko {
	background-image: url(image/bg_st.png);
	background-repeat: repeat;
	height: 16px;
	width: auto;
	margin-bottom: 4px;
}

