@charset "UTF-8";
/*----reset----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 100%;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----common----*/
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
}
a {
	color:#039;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, p, form {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height:150%;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#all {
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}

.float-l {float: left;}
.float-r {float: right:}

.small {
	font-size: 8pt;
	font-weight: normal;
}

.img-center {
	display: block;
	margin: 0 auto;
}

/*----header----*/

#head {
	text-align: left;
	position: relative;
	width: 1000px;
	height: 85px;
	margin: 0 auto;
}
#head h1 {
	padding: 20px 0 0 0;
	float: left;
}
#head p.read {
	color: #666666;
	font-size: 75%;
	font-weight: bold;
	line-height: 150%;
	padding: 25px 0 0 10px;
	float: left;
}
#head p.store {
	float: right;
	padding: 10px 0;
}
#navi {
	background: url(../img/common/navi_bg.gif) repeat-x;
	width: 100%;
	height: 52px;
	margin: 0;
	padding: 0;
}

/* jQuery MegaMenu Plugin */
ul.megamenu {
	width: 950px;
	height: 52px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
ul.megamenu li.mm-item {
}

ul.megamenu li {
	margin: 0;
	padding: 9px 10px 0 0;
	float: left;
}
ul.megamenu li.last {
	padding: 9px 0 0 0;
}

ul.megamenu li.clear-fix {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
	position: relative;
	display: inline-block;
	color: #FFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	z-index: 10;
	font-size: 14px;
}
*html ul.megamenu a.mm-item-link:link, *html ul.megamenu a.mm-item-link:visited {
	border-color: pink;
	filter: chroma(color=pink);
}

ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
	color: #444;
	background: #FFF;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

ul.megamenu div.mm-item-content {
	background: #FFF;
	padding: 0;
	position: absolute;
	border: 1px solid #777;
	z-index: 9;
}

.mm-content-base {
	background: #FFF;
	position: relative;
	z-index: 11;
	padding: 0;
}
.mm-js-shadow {
	background: #555;
	position: absolute;
	z-index: 10;
}
/* jQuery MegaMenu Plugin */
#tabular-content {
	background: #293037;
	text-align: left;
}

#tabular-content th {
	width: 150px;
	font-size: 75%;
	text-align: left;
	margin: 0;
	padding: 0 0 5px 5px;
	border-right: #666666 solid 1px;
}

#tabular-content td {
	font-size: 80%;
	text-align: left;
	padding: 10px 0 0 0;
	border-top: #666666 dashed 1px;
	border-right: #666666 solid 1px;
}

#tabular-content ul {
	margin: 0 10px 0 15px;
	padding: 0;
}

#tabular-content ul li {
	margin: 0;
	padding: 0;
}

#tabular-content a {
	color: #cccccc;
	display: block;
	background: url(../img/common/link_arrow_02.gif) no-repeat 5px center #293037;
	padding: 5px 0 5px 15px;
	white-space :nowrap;
}

#tabular-content span {
	color: #cccccc;
	display: block;
	background: url(../img/common/link_arrow_02.gif) no-repeat 5px 15px #293037;
	padding: 10px 0 0 15px;
	white-space :nowrap;
}

#tabular-content a:hover {
	color: #ffffff;
	background: url(../img/common/link_arrow_02.gif) no-repeat 5px center #3d454e;
}

/*----top-contents----*/
#top-contents {
	text-align: left;
	position: relative;
	width: 940px;
	margin: 15px auto 0 auto;
	padding: 0;
}

#top-contents #main {
	width:690px;
	float: left;
	padding: 0;
}
#top-contents #main p.pagenavi {
	font-size: 75%;
	line-height: 100%;
	margin: 0 0 10px 0;
}
#top-contents #main h2 {
	margin: 0 0 10px 0;
}
#top-contents #main p.read {
	font-size: 90%;
	line-height: 120%;
	margin: 5px 0 20px 0;
}
#top-contents #main p.pageanchor {
	font-size: 75%;
	line-height: 120%;
	margin: 0 0 20px 0;
}
#top-contents #main h3 {
	margin: 0 0 10px 0;
}
#top-contents #main .textcontents p.txt {
	margin: 0 0 20px 0;
	font-size: 85%;
	line-height: 160%;
}
#top-contents #main .textcontents span.txtbtn {
}
#top-contents #main .textcontents span.txtbtn a {
	margin: 0 10px 0 0;
}
#top-contents #main .textcontents table {
	margin: 0 0 20px 0;
	width: 695px;
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
}
#top-contents #main .textcontents table th {
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
	padding: 5px 8px;
	border: 1px solid #cccccc;
	background: #f4f4f4;
}
#top-contents #main .textcontents table td {
	font-size: 75%;
	text-align: left;
	line-height: 150%;
	padding: 5px 8px;
	border: 1px solid #cccccc;
	background: #ffffff;
}
#top-contents #main .textcontents table td img {
	vertical-align: middle;
	margin: 0;
}


/*----maincontents----*/
#contents {
	text-align: left;
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
}

#contents #main {
	width:700px;
	float: left;
	padding: 30px 0 0 30px;
}
#contents #main p.pagenavi {
	font-size: 75%;
	line-height: 100%;
	margin: 0 0 10px 0;
}
#contents #main h2 {
	margin: 0 0 10px 0;
}
#contents #main p.read {
	font-size: 120%;
	font-weight: bold;
	line-height: 120%;
	margin: 20px 0;
}
#contents #main p.pageanchor {
	font-size: 75%;
	line-height: 120%;
	margin: 0 0 20px 0;
}
#contents #main .textcontents {
	margin: 0 0 50px 0;
	font-size: 80%;
}
#contents #main .textcontents h3 {
	margin: 0 0 10px 0;
}
#contents #main .textcontents p.txt {
	line-height: 160%;
}
#contents #main .textcontents span.txtbtn {
}
#contents #main .textcontents span.txtbtn a {
	margin: 0 10px 0 0;
}
#contents #main .textcontents table {
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
}
#contents #main .textcontents table th {
	width: 200px;
	font-weight: bold;
	text-align: left;
	line-height: 150%;
	padding: 5px 8px;
	border: 1px solid #cccccc;
	background: #f4f4f4;
}
#contents #main .textcontents table td {
	text-align: left;
	line-height: 150%;
	padding: 5px 8px;
	border: 1px solid #cccccc;
	background: #ffffff;
}
#contents #main .textcontents table td img {
	vertical-align: middle;
	margin: 0;
}
#contents #main .textcontents ul,
#contents #main .textcontents ol {
	margin: 0 0 0 30px;
	padding: 0;
	line-height: 160%;
}

#contents #main .textcontents ul li,
#contents #main .textcontents ol li {
	margin: 0;
	padding: 0;
	line-height: 160%;
}

/*----leftsidecontents----*/
#contents #side-left {
	width:200px;
	float: left;
	margin: 0;
	padding: 10px 0;
}
#contents #side-left dl {
	background: #95A0AC;
	margin: 0;
	padding: 0 10px 10px 10px;
}

#contents #side-left dt {
	margin: 0;
	padding: 10px 0 0 0;
	cursor: pointer;
}

#contents #side-left p {
	margin: 10px 0 0 0;
	padding: 0;
}

#contents #side-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 50%;
}

#contents #side-left dd,
#contents #side-left dd ul li,
#contents #side-left dd ul li a,
#contents #side-left dd ul li a img {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.search{
	background: #95A0AC;
	padding: 10px 10px 0 10px;
}

.search .searchbox {
	width: 180px;
	height: 60px;
	background: url(../img/products/search_box_bg.jpg) top center;
	text-align: center;
	padding: 30px 0 0 0;
}

.search .searchbox input.searchform {
	width: 165px;
	height: 20px;
	margin: 0 0 5px 0;
	border: 1px solid #cccccc;
}

/*----rightsidecontents----*/
#side-right {
	width:245px;
	float: right;
	padding: 10px 0;
}
#side-right .sidenavi {
	margin: 0 0 20px 0;
}
#side-right .sidenavi ul {
	list-style: none;
}

#side-right .sidebtn {
	padding: 10px;
	margin: 0 0 10px 0;
	background: #e0edf8;
}

#side-right .sidebtn p{
	margin: 10px 0 0 0;
}

#side-right .sidebanner {
	margin: 0 0 10px 0;
}

#side-right .productnavi_sub {
	padding: 10px 10px 0 10px;
}

#side-right .productnavi_sub ul {
	list-style: none;
}

#side-right .productnavi_sub ul li {
	margin: 0 0 10px 0;
}

/*----footer----*/
p.pagetop {
	width: 1100px;
	margin: 10px auto;
	text-align: right;
}
#foot {
	clear: both;
	background: #e0edf8;
	height: 100px;
}
#foot .footnavi {
	background: url(../img/common/footnavi_bg.gif) repeat-x;
	height: 32px;
}
#foot .footnavi .navilist {
	width: 1000px;
	margin: 0 auto;
}
#foot .footnavi ul {
	list-style: none;
	padding: 11px 0 10px 0;
}
#foot .footnavi li {
	float: left;
}
#foot p.copy {
	margin: 10px 0 30px 0;
	font-size: 70%;
	text-align: center;
	line-height: 100%;
}
