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:#333;
	text-align: center;
	background-color: #F2AF17;
}

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

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

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

#sakuhin {
	width: 350px;
	position: absolute;
	top: 35px;
	top: 55px;
	left: 3px;
	left: 10px;
	z-index: 3;
}

#sakuhin ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sakuhin li {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

#sakuhin a:link {
	color: #183346;
	color: #033;
	text-decoration: none;
	}
#sakuhin a:visited {
	color: #183346;
	color: #033;
	text-decoration: none;
	}
#sakuhin a:hover {
	/*color: #F90;*/
	color: #F30;
	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: 545px;
	/*left: 35px;*/
	left: 5px;
	width: 310px;
	width: 340px;
	z-index: 4;
}

#event {
	/*border: solid 1px #555;
	padding: 7px 5px 5px 5px;*/
	padding-bottom: 7px;
	border-bottom: dotted 2px #666;
	border-bottom: solid 1px #555;
	margin-bottom: 10px;
	line-height:18px;
}

#event h2 {
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	margin-bottom: 3px;
}

#event ul {
	margin: 0 0 0 20px;
	padding: 0;
	/*list-style-type: none;*/
}

#event li {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

#text2 {
	width: 290px;
	width: 260px;
	position: absolute;
	font-size: 12px;
	line-height:17px;
	top: 545px;
	left: 350px;
	left: 380px;
	z-index: 5;
}

#profile {
	border: double 3px #555;
	padding: 10px 10px;
}

#profile h2 {
	font-size: 14px;
	margin-bottom: 4px;
}

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

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

#o_counter2 {
	/*width: 540px;*/
	width: 50px;
	margin: 0;
	padding: 5px 0 0 0;
}

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

