@charset "utf-8";
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 86%;
	line-height: 1.6;
	color: #333;
	background-color: #FFF;
	background-image: url("/images/bg_201705.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0;
	padding: 0;
}
header,
section,
footer,
aside,
nav,
article,
figure {
	display: block;
}
ul,
ol,
dl {
	padding: 0;
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
}
img {
	vertical-align: bottom;
}
a img {
	border: none;
}
a {
	color: #009999;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
	color: #CC0000;
}
.container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 30px;
}

/* ヘッダー */
header {
	height: 100px;
	overflow: hidden;
}
header .logo {
	float: left;
	padding-top: 25px;
	margin-right: 20px;
	margin-bottom: 0px;
}
header .logo a {
	text-indent: -9999px;
	display: block;
	background-image: url("/images/rogo.png");
	background-repeat: no-repeat;
	height: 26px;
	width: 296px;
}
header .desc {
	font-size: 95%;
	font-weight: normal;
	padding-top: 20px;
	float: left;
}
header .fc {
	float: right;
	margin-left: 30px;
}
.topnav {
	width: 754px;
	overflow: hidden;
	height: 14px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.topnav ul {
	list-style-type: none;
}
.topnav ul li {
	float: left;
}
.topnav ul li a {
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 138px;
	height: 14px;
}
.topnav ul .nav1 a {
	background-image: url("/images/nav1.png");
	width: 96px;
}
.topnav ul .nav2 a {
	background-image: url("/images/nav2.png");
}
.topnav ul .nav3 a {
	background-image: url("/images/nav3.png");
}
.topnav ul .nav4 a {
	background-image: url("/images/nav4.png");
}
.topnav ul .nav5 a {
	background-image: url("/images/nav5.png");
}
.topnav ul .nav6 a {
	background-image: url("/images/nav6.png");
	width: 106px;
}
.topnav ul .nav1 a:hover {
	background-image: url("/images/nav1_h.png");
}
.topnav ul .nav2 a:hover {
	background-image: url("/images/nav2_h.png");
}
.topnav ul .nav3 a:hover {
	background-image: url("/images/nav3_h.png");
}
.topnav ul .nav4 a:hover {
	background-image: url("/images/nav4_h.png");
}
.topnav ul .nav5 a:hover {
	background-image: url("/images/nav5_h.png");
}
.topnav ul .nav6 a:hover {
	background-image: url("/images/nav6_h.png");
}

/* コンテンツ */
.content {
	padding: 10px 0;
	width: 625px;
	float: left;
}
.content ul,
.content ol {
	padding: 0 15px 15px 40px;
}
.content hr {
	border: 0;
	border-bottom: 1px solid #003399;
	margin-bottom: 30px;
}
.content section {
	margin-bottom: 30px;
	overflow: hidden;
}
.content section .alignleft{
	float: left;
	margin-right: 10px;
}
.content section .alignright{
	float: right;
	margin-left: 10px;
}
.content section .aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* サイドバー */
.sidebar {
	float: right;
	width: 250px;
	padding-bottom: 10px;
}
.sidebar nav ul {
	list-style: none;
	margin-bottom: 15px;
}
.sidebar nav ul li {
	margin-bottom: 7px;
}
.sidebar nav ul a {
	display: block;
	text-decoration: none;
}
.sidebar nav .goods {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000;
	padding-top: 15px;
}
.sidebar .archive {
	margin-bottom: 30px;
}
.sidebar .archive h3 {
	margin-bottom: 10px;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
.sidebar .archive ul {
	list-style-type: none;
}
.sidebar .archive ul li {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-bottom: 5px;
	background-image: url("/images/arrow.png");
}
.sidebar .archive ul li a {
	color: #333;
	text-decoration: none;
}
.sidebar .archive ul li a:hover {
	text-decoration: underline;
}

/* フッター */
footer {
	padding: 15px 0;
	background: #003399;
	position: relative;
	clear: both;
	color: #FFF;
	text-align: center;
}
footer a  {
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
	color: #FFF;
}

footer address {
	font-style: normal;
}
.clearfix {
	clear: both;
}
.error {
	font-weight: bold;
	color: #CC0000;
}
