﻿@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;
	line-height: 1.5em;
}
p {
	margin-left: 250px;
	margin-right: 100px;
}
img {
	border: 0;
}
a {
	color: #0000ff;
}
a:hover {
	color: red;
}
	font-size:120%; 
}
header {
	height: auto;

}
header a {
	hover:color:#ffffff;
	background:#ffffff;
}
header a img {
	vertical-align: top;
}
h2 {
	margin-left:200px;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../images/h2_icon.png);
	background-repeat:no-repeat;
	background-position: left center ;
}
#topicpath ul {
	list-style-type: none;
	margin-bottom: 30px;
	padding: 0;
}
#topicpath ul li {
	display: inline;
	margin-right: 5px;
}
#topicpath ul li a {
	padding-right: 0px;
	background-image: url(../images/topicpath.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#contents {
	overflow: hidden;
}

#pagetop {
	margin-bottom: 0;
	float: right;
}
#pagetop a {
	display: block;
	margin-bottom: 10px;
	padding-left: 28px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-position: left center;
}
address {
	padding-top: 15px;
	border-top: 1px solid #cccccc;
	clear: both;
	font-style: normal;
	text-align: center;
	font-size: 80%;
}

#copyright {
	margin-bottom: 15px;
	text-align: center;
	font-color:#0000ff
}
#copyright small {
	font-size: 80%;
	text-align: center;
	font-color:#0000ff
}
.about_box p:last-child {
	margin-bottom: 0;
}
.image_right {
	margin: 0 0 20px 35px;
	float: right;
}
table {
	margin-left:150px;
	border-collapse: collapse;
	border-width: 1px 0px;
}
table caption {
	overflow: hidden;
	text-align: center;
	line-height: normal;
}
table caption p {
	margin-bottom: 30px;
}
table tr td {
	padding: 15px;
	line-height: normal;
	color:#000000;
}


.products_box {
	margin-top: 30px;
	overflow: hidden;
}
.products_box figure img {
	margin-bottom: 8px;
}


textarea {
	width: 950px;
	height: 115px;
	overflow-y: scroll;
}
