/* 基本CSS */
body {
	color:#000000;
	margin:0px;
	padding:0px;
}

/* TenguJelly!SamuraiIceCream!ロゴ */
h1 {
	font-weight:normal;
	font-size:100%;
	text-align:center;
}

/* ページタイトル */
h2 {
	font-weight:normal;
	font-size:100%;
}

/* ページ内項目タイトル */
h3 {
	font-weight:normal;
	font-size:80%;
}

a {
	color:#FF0000;
	text-decoration:none;
}
img { 
	border-style:none;
} 
a:link {
	color:#FF0000;
}
a:visited {
	color:#FF0000;
}
a:hover {
	color:#000000;
}
a:active {
	color:#FF0000;
}
p {
	font-size:80%;
}
li {
	font-size:80%;
}

address {
	clear:both;
	font-style:normal;
	border-top:dotted 2px #FF0000;
	padding-top:10px;
	margin-top:10px;
	margin-bottom:20px;
}

#navigation {
	background-color:red;
	position:absolute;
	top:115px;
	left:0px;
	width:800px;
	height:25px;
	padding:0px;
}

#navigation h2 {
	float:left;
	width:79px;
	text-align:center;
	margin:0px;
	letter-spacing:2px;
	line-height:1.7em;
	border-right:solid 1px #FFFFFF;
	border-left:none;
	padding-left:0px;
	font-size:16px;
}
#navigation h2 a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:100%;
	display:block;
	width:79px;
}