@charset "utf-8";
/* formatting style
--------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #323232;
	background-color: #f2f2f2;
	background-image: url(images/bg_pattern.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}

/* link styles
--------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #d90026;
}
a:visited {
	color: #d90026;
}
a:hover {
	color: #d90026;
	text-decoration: underline;
}
a:active {
	color: #d90026;
	text-decoration: underline;
}

/* basic layout
--------------------------*/
#wrapper {
	margin: 10px auto;
	width: 900px;
}
#header {
	height: 354px;
}
#main {
	background-color: #FFFFFF;
}


#about {
	float: right;
	text-align: center;
	height: auto;
	width: 645px;
	padding: 20px 15px 10px 10px;
	margin: auto;
}
#sidebar {
	float: left;
	width: 210px;
	padding: 10px;
}
#footer {
	clear: both;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	background-position: center;
	height: 92px;
	bottom: -20px;
	margin-bottom: 40px;
}

/* header styles
--------------------------*/
#header ul {
	width: 900px;
	position: absolute;
	top: 319px;
}
#header ul li {
	float: left;
	list-style: none;
}
#about #index #page {
	text-align: left;
}


/* about styles
--------------------------*/
#about #index h3 {
	color: #d90026;
	background-image: url(images/bullet_r.gif);
	background-repeat: no-repeat;
	margin-left: 30px;
	padding-left: 28px;
	margin-bottom: 10px;
	margin-top: 15px;
	height: 25px;
}
#about #index p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#about #index #page table {
	margin-left: 55px;
}
#about #index #page li {
	list-style: square inside;
	margin-bottom: 5px;
}



#about #policy {
	text-align: left;
}
#about #policy p {
	margin: 10px 20px;
}
#about #policy ul {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#about #policy li {
	list-style: square;
	margin-left: 15px;
	margin-bottom: 8px;
}
#about #profile {
	text-align: left;
}

#about #profile h3 {
	color: #d90026;
	background-image: url(images/bullet_r.gif);
	background-repeat: no-repeat;
	margin-left: 30px;
	padding-left: 28px;
	margin-bottom: 10px;
	margin-top: 15px;
	height: 25px;
}
#about #profile table {
	margin-left: 55px;
	border-top: 1px solid #262626;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	background-color: #e6e6e6;
}
#about #profile table th {
	text-align: left;
	padding: 5px 15px;
	border-bottom: 1px solid #262626;
}
#about  #profile  table  td {
	padding: 5px 15px;
	border-bottom: 1px solid #262626;
}
#about #profile table tr.odd {
	background-color: #FFFFFF;
	margin-left: 55px;
}
#about #profile p {
	margin-left: 55px;
}
#about #intro {
	text-align: left;
}
#about  #intro  h3 {
	color: #d90026;
	background-image: url(images/bullet_r.gif);
	background-repeat: no-repeat;
	margin-left: 30px;
	padding-left: 28px;
	margin-bottom: 10px;
	margin-top: 15px;
	height: 25px;
}
#about #intro h4 {
	padding-top: 10px;
}
#about #intro img {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 45px;
	border: 1px solid #323232;
}
#about #intro p {
	font-size: 80%;
}

#about #media {
	text-align: left;
}
#about #media #year {
	float: left;
	clear: both;
}

#about   #media   #year h3 {
	color: #d90026;
	background-image: url(images/bullet_r.gif);
	background-repeat: no-repeat;
	margin-left: 30px;
	padding-left: 28px;
	margin-bottom: 10px;
	margin-top: 15px;
	height: 25px;
}
#about #media img {
	border: 1px solid #323232;
}
#about #media table td {
	font-size: x-small;
	text-align: right;
}
#about  #media  #year table {
	float: left;
	margin-left: 45px;
	margin-bottom: 30px;
}
#about #shop {
	text-align: left;
}
#about #shop table {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: left;
	line-height: 1.2;
	font-size: 75%;
}













/* footer styles
--------------------------*/
#footer ul {
	line-height: 0;
	padding-top: 20px;
}
#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 20px;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}
#footer p {
	float: right;
	padding-top: 15px;
	text-align: right;
}
.price {
	font-weight: bold;
}
.price2 {
	font-size: 95%;
}
.price {
	font-size: large;
}
#shop table tr th {
	font-size: 125%;
}

