@charset "Shift_JIS";
/*formatting styles
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	line-height: 1.6;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	border-top: #000;
	border-right: #000;
	border-bottom: #000;
	border-left: #000;
	background-repeat: repeat;
	background-color: #EEEEEE;
}
h1 {
	font-size: 12px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
}
/*link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
}
/*basic layout
------------------------------*/
#wrapper {
	width: 800px;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 20px;
}
#header {
	float: left;
	width: 200px;
	text-align: center;
	height: 135px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #FFF;
	background-image: url(images/Color-1.gif);
}
#header h1 {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-bottom: 15px;
}
#header p a {
	color: #000;
	text-decoration: none;
}
#header p a:hover {
	text-decoration: underline;
}
#main {
	float: right;
	width: 580px;
	clear: none;
	text-align: center;
}
#main a:hover {
	color: #000;
	text-decoration: underline overline blink;
}
#main em {
	font-size: 9px;
	color: #F0F;
	font-weight: normal;
}
#main #form1 #order {
	margin-right: 50px;
	margin-left: 50px;
}
#main #shipping {
	margin-right: 50px;
	margin-left: 50px;
}
#main #marathon {
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #000;
	font-size: 9px;
	border-top: #6F3;
	border-right: #F06;
	border-bottom: #FF0;
	border-left: #30F;
}
#footer #countach {
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
address {
	text-align: right;
	margin-top: -18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
