body, p, form, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
}

img {
	border: 0px none;
}

body {
	font-family: "Osaka", "MS UI Gothic";
	/*color:#555;
	color:#444;*/
	color:#AAA;
	text-align: center;
	background-color: #061318;
}

/* 基本リンクカラー */
a:link {
	color: #AAA;
	text-decoration: none;
	/*text-decoration: underline;*/
	}
a:visited {
	color: #AAA;
	text-decoration: none;
	/*text-decoration: underline;*/
	}
a:hover {
	color: #F90;
	/*color: #F60;*/
	text-decoration: underline;
	}
a:active {
	color: #F90;
	/*color: #F60;*/
	text-decoration: underline;
	}

/* 全体 */
#container {
	width: 650px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	text-align: left;
	position: relative;
}

h1 {
	width: 650px;
	position: absolute;
	top: 25px;
	left: 0px;
	font-size: 18px;
	z-index: 1;
}

#sakuhin {
	width: 350px;
	position: absolute;
	top: 260px;
	left: 160px;
	/*left: 290px;*/
	z-index: 3;
	text-align: center;
}

#sakuhin p {
	font-size: 12px;
	margin-bottom: 10px;
}

#sakuhin ul {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*text-align: right;*/
}

#sakuhin li {
	display: inline;
}

#sakuhin a:link {
	color: #AAA;
	text-decoration: none;
	}
#sakuhin a:visited {
	color: #AAA;
	text-decoration: none;
	}
#sakuhin a:hover {
	color: #F90;
	/*color: #F60;*/
	text-decoration: underline;
	}
#sakuhin a:active {
	color: #F90;
	/*color: #F60;*/
	text-decoration: underline;
	}

#text1 {
	font-size: 12px;
	line-height:18px;
	position: absolute;
	/*top: 520px;*/
	top: 535px;
	/*left: 35px;*/
	left: 20px;
	width: 310px;
	z-index: 4;
}

#text2 {
	width: 290px;
	position: absolute;
	font-size: 12px;
	line-height:18px;
	top: 535px;
	left: 350px;
	z-index: 5;
}

#note {
	position: absolute;
	color: #777;
	top: 505px;
	left: 20px;
	z-index: 6;
}

#ikebanner {
	position: absolute;
	top: 775px;
	left: 0px;
	z-index: 7;
}

/* ログ取得＆カウンターボックス */
#o_counter {
	/*width: 540px;*/
	width: 50px;
	margin: 0;
	padding: 0px 0 0 0;
	/*padding-top: 5px;*/
	position: absolute;
	top: 890px;
	left: 0px;
	z-index: 8;
}

#o_counter img {
	margin-top: 7px;
	vertical-align: top;
}
