@charset "utf-8";

body {
	padding: 0px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type: none;
	color: #333;
}
#container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: auto;
	text-align: center;
}
#header img {
	width: 100%;
}
h1 {
	font-size: 10px;
}
#menu {
	width: 100%;
	height: 37px;
	margin: 0 auto;
	text-align: center;
	
}
#menu ul {
	list-style-type: none;
	font-size: 12px;
}
#menu li {
	width: 72px;
	height: 27px;
	float: left;
	margin-right: 5px;
	padding: 5px;
	background-image: url(img/s_h2.png);
}
#menu a {
	color: #333333;
	text-decoration: none;
}
#menu a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#contents {
	clear: both;
	padding-top: 10px;
}

#p_img {
	width: 100%;
	height: auto;
	text-align: center;
}
#p_img img {
	width: 100%;
}

hr {
	border-color: #0200FF;
	border-width: 100%;
}
h2 {
	background-image: url(img/s_h2.png);
	background-repeat: no-repeat;
	font-size: 16px;
	width: 98%;
	height: 34px;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0 auto 10px;
	text-align: left;
	clear: both;
}
h3 {
	font-size: 14px;
	width: 100%;
	margin: 0 auto;
	border-bottom: 2px solid #0200FF;
	height: auto;
	text-align: left;
	clear: both;
}
.text {
	width: 94%;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
}
.red {
	color: #f22;
}
.mail {
	background-image: url(img/s_h2.png);
	width: 170px;
	margin: 0 auto;
	float: right;
}
.mail a {
	color: #333333;
	text-decoration: none;
}
.toplink {
	background-image: url(img/s_h2.png);
	width: 120px;
	float: right;
	clear: both;
}
.toplink a {
	color: #333333;
	text-decoration: none;
}
#company ul {
	list-style-type: none;	
}
#footer {
	width: 100%;
	background-image: url(img/s_footer.png);
	margin: 0 auto;
	background-repeat: no-repeat;
	text-align: left;
	clear: both;
}
#footer address {
	font-size: 10px;
	color: #006;
	padding: 30px 0 0 50px;
}
@media (min-width: 320px) and (max-width: 640px){
}
