@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #E1E1E1;
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 100%;
	background-color: #FFFFFF; /* 背景カラーを設定 */
	/* 背景イメージを削除 */
}

#navibar {
	width: 780px;
	margin-top: 10px; /* マージンを設定 */
	height: 50px;
}

#navibar li {
	height: 32px; /* 高さを変更 */
	width: 130px;
	float: left;
}

#navibar #menu {
	height: auto;
	width: auto;
}


#navibar a {
	text-decoration: none;
	height: 32px; /* 高さを変更 */
	width: 180px; /* 余白を変更 */
	display: block;
}

#navibar #btn01 a {
	text-decoration: none;
	height: 32px;
	width: 130px;
	display: block;
	background-image: url(images/top/menu_01.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#navibar #btn02 a {
	text-decoration: none;
	height: 32px;
	width: 130px;
	display: block;
	background-image: url(images/top/menu_02.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#navibar #btn03 a {
	text-decoration: none;
	height: 32px;
	width: 130px;
	display: block;
	background-image: url(images/top/menu_03.jpg);
	text-indent: -9999px;
}

#navibar #btn04 a {
	text-decoration: none;
	height: 32px;
	width: 130px;
	display: block;
	background-image: url(images/top/menu_04.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;	
}

#navibar #btn05 a {
	text-decoration: none;
	height: 32px;
	width: 130px;
	display: block;
	background-image: url(images/top/menu_05.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;	
}

#navibar #btn06 a {
	text-decoration: none;
	height: 32px;
	width: 130px;
	display: block;
	background-image: url(images/top/menu_06.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;	
}

#navibar #btn01 a:hover {
	text-decoration: none;
	height: 32px;
	width: 130px;
	display: block;
	background-image: url(images/top/menu_01o.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#navibar #btn02 a:hover {
	text-decoration: none;
	height: 32px;
	width: 130px;
	display: block;
	background-image: url(images/top/menu_02o.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#navibar #btn03 a:hover {
	text-decoration: none;
	height: 32px;
	width: 130px;
	display: block;
	background-image: url(images/top/menu_03o.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;	
}

#navibar #btn04 a:hover {
	text-decoration: none;
	height: 32px;
	width: 130px;
	display: block;
	background-image: url(images/top/menu_04o.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;	
}

#navibar #btn05 a:hover {
	text-decoration: none;
	height: 32px;
	width: 130px;
	display: block;
	background-image: url(images/top/menu_05o.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#navibar #btn06 a:hover {
	text-decoration: none;
	height: 32px;
	width: 130px;
	display: block;
	background-image: url(images/top/menu_06o.jpg);
	text-indent: -9999px;
	background-repeat: no-repeat;	
}

#maincontent {
	width: 680px;
	/* 余白を削除 */
	font-size: 12px;
	line-height: 16px; /* 右マージンを設定 */
	background-color: #FFFFFF; /* 背景カラーを設定 */
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#maincontent_btm { /* メインコンテンツのボトム部分を設定 */
	width: auto;
	float: right;
	background-repeat: no-repeat;
	height: 10px;
	margin-bottom: 30px;
}


/* ここから下メインコンテンツの中身を設定 */
#topic01 {
	height: 302px;
	text-align: center;
	width: 680px;
	margin-bottom: 30px;
}

#topic02 {
	clear: both;
	height: auto;
	margin-top: 25px;
	width: 580px;
	margin-left: 50px;
}

.topic_top {
	background-repeat: no-repeat;
	height: 32px;
	width: 780px;
	font-size: 14px;
	color: #ff333d;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}

#topic02 .topic_mid {
	width: 505px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-top: 10px;
	padding-left: 20px;
}

#topic02 p {
	font-size: 12px;
	color: #000000;
	margin-bottom: 15px;
}

.topic02_date {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #6b9ace;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6b9ace;
	width: 60px;
	display: inline;
	float: left;
}

.topic02_text {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6b9ace;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6b9ace;
	margin-left: 20px;
	width: 400px;
	padding: 0px 15px 6px 7px;
	line-height: 1.5em;
}

#topic03 {
	height: auto;
	width: 680px;
	margin: 20px 0px 25px;
}

#topic03 .topic_top {
	height: 32px;
	width: 550px;
}
#topic03 .topic_mid ul {
	margin-left: 10px;
}


#topic03 .topic_mid {
	width: auto;
	padding-top: 10px;
	height: auto;
}
/* メインコンテンツの中身ここまで */

#footer {
	clear: both;
	width: 100%;
	background-color: #FFFFFF; /* 背景カラーを変更 */
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2a66b4;
	margin-top: 10px;
}

#footer h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2a66b4; /* フォントカラーを変更 */
	font-weight: normal;
	text-align: center;
	padding-top: 15px;
}

#topic05 {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}


/* ここから下コンテンツページに関する設定 */
#topic05 .topic_top {
	background-repeat: no-repeat;
	height: 50px;
	width: 680px;
}

#topic05 .topic_mid {
	width: 600px;
	height: auto;
	clear: both;
}
#topic05 .topic_btm {
	background-repeat: no-repeat;
	height: 43px;
	width: 543px;
	margin-right: auto;
	margin-left: auto;
}
#topic05 .topic_mid .part {
	width: 500px;
	padding-top: 15px;
	clear: both;
	height: auto;
	margin-left: 50px;
}

#topic05 .part .right {
	float: right;
	width: 500px;
	margin-bottom: 15px;
}

#topic05 .part .right_about {
	float: right;
	width: 500px;
	margin-bottom: 15px;
}

#topic05 .part img {
	float: left;
	margin-top: 3px;
	margin-bottom: 20px;
	margin-right: 12px;
}

.topic05_title {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #CCFF00;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCFF00;
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
}

.topic02_title_top {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #4ab5ce;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4ab5ce;
	width: 450px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
}

.topic03_title_top {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #4ab5ce;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4ab5ce;
	width: 450px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
}

.topic05_title_policy {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #446dea;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #446dea;
	width: 450px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
}

.topic05_title_topics {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #6b9ace;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6b9ace;
	width: 450px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
}

.topic05_title_product {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #1066ff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1066ff;
	width: 450px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
}


.topic05_title_about {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #af6cc8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #af6cc8;
	width: 450px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
}

.topic05_title_contact {
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #8d78d1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8d78d1;
	width: 450px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
}


#topic05 .topic_mid .part table {
	margin-top: 15px;
	float: right;
}

#container #navibar #sidbar {
	height: 60px;
	width: 180px;
	margin-top: 20px;
}

#rinen {
	margin-top: 15px;
	margin-bottom: 15px;
	border: medium double #446dea;
	padding: 10px;
}

#rinen h3 {
	margin-bottom: 10px;
	color: #446dea;
	font-size: 14px;
}

#saishin {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d4be20;
	border-right-color: #d4be20;
	border-bottom-color: #d4be20;
	border-left-color: #d4be20;
}

#saishin h3 {
	margin-bottom: 10px;
	color: #f78d37;
	font-size: 14px;
}

#shohin {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d4be20;
	border-right-color: #d4be20;
	border-bottom-color: #d4be20;
	border-left-color: #d4be20;
}

p {
	margin-top: 3px;
	margin-bottom: 3px;
}

#shohin h3 {
	margin-bottom: 10px;
	color: #1066ff;
	font-size: 14px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #1066ff;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1066ff;
	padding-top: 3px;
	padding-bottom: 3px;
}
#shohin .outer {
	margin-top: 20px;
	margin-bottom: 15px;
	display: block;
}


#shohin .hinmei {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #1066ff;
	border: 1px solid #1066ff;
	color: #FFFFFF;
	margin-left: 15px;
}

#shohin #setsumei {
	margin-left: 15px;
	height: auto;
}

#submenu {
	height: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	background-color: #FFFFFF;
}

#submenu li {
	height: 20px; /* 高さを変更 */
	width: 150px;
	float: left;
	margin-right: 20px;
}

#submenu .product {

}

#submenu .product a {
	width: 120px;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	color: #1066ff;
	background-color: #B3CDFF;
	display: block;
	padding-bottom: 2px;
	float: left;
	text-decoration: none;
	height: 20px;
}

#submenu .product a:hover {
	width: 120px;
	height: 20px;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
	font-weight: bold;
	color: #0c51c9;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #1066ff;
	padding-bottom: 2px;
	background-color: #B3CDFF;
}

#submenu .product1 {
	width: 120px;
	height: 20px;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
	font-weight: bold;
	color: #1066ff;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #1066ff;
	padding-bottom: 2px;
	background-color: #B3CDFF;
	margin-bottom: 1px;
	float: left;
}

#container #header {
	height: 70px;
	width: auto;
}
