﻿@charset "utf-8";

/* body */
body {
	background-color: #FFFFDF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	line-height: 160%;
	color: #333333;
	margin: 0;
	padding: 10px;
}

/* link */
a:link {
	color: #3333FF;
}
a:visited {
	color: #993399;
}
a:hover {
	color: #FF6600;
}

/* menu */
div#menu {
	padding-bottom: 53px;

}
.clearBoth {
	clear: both;
}


/* text */
h1 {
	font-size: 1em;
	line-height: 100%;
	color: #FF6600;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1em;
	line-height: 100%;
	color: #FF6600;
	margin: 0;
	padding: 28px 0 7px 0;
}
.noh2 {
	padding: 7px 0;
}
h2#subtitle {
	padding-bottom: 6px;
}
h2#sideTitle {
	padding-bottom: 10px;
}
h3 {
	color: #993300;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
h3#subtitle {
	line-height: 100%;
	color: #FF6600;
	font-size: 0.9em;
	font-weight: normal;
	padding-bottom: 5px;
}
p {
	font-size: 90%;
	margin: 0;
	padding: 0;
}
p#subtitle {
	line-height: 100%;
	color: #FF6600;
	font-size: 0.9em;
	font-weight: normal;
	padding-bottom: 5px;
}
div#bodyMain h3.mgn {
	padding-top: 15px;
}
div#bodyMain .box {
	padding-top: 17px;
}
div#bodyMain .boxb {
	padding-bottom: 17px;
}
div#bodyRight p {
	padding-bottom: 10px;
}
p.moreView {
	text-align: right;
	padding-top: 3px;
}
p.detail {
	clear: both;
	font-size: 0.8em;
	line-height: 120%;
	text-align: right;
	padding-top: 10px;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.deco {
	list-style-image: url(../img/deco3_1.gif);
	padding-left: 30px;
}

ol {
	margin: 0;
	padding: 0 0 0 35px;
}
li {
	margin: 0;
	padding: 0;
}
.marking {
	color: #FF0000;
}
div.contactBox {
	width: 320px;
	border: 2px solid #CCCCCC;
	margin-top: 20px;
	padding: 5px 10px;
}
div.graph {
	text-align: center;
}

/* table */
table.listTable {
	padding: 15px;
}
table.listTable td.listItem {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 4px;
}
table.listTable td.listName {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFCC66;
	padding-top: 4px;
}

table.gridTable {
	border-collapse: collapse;
	margin-top: 3px;
}
table.gridTable td {
	line-height: normal;
	text-align: center;
	border: solid 1px #FFAA00;
	padding: 2px 3px;
}
table.gridTable td.gridContents {
	text-align: center;
	background-color: #FFCC00;
	font-weight: bold;
}
table.gridTable td.gridName1 {
	text-align: left;
	background-color: #FFF0AA;
	font-weight: bold;
}
table.gridTable td.gridName2 {
	background-color: #FFF0AA;
	font-weight: bold;
}

/* step */
h2.step {
	text-align: center;
}
div.step {
	text-align: center;
	padding-top: 20px;
}

/* form */
form input,
form textarea {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	line-height: 130%;
	margin: 0;
	padding: 0;
}
form input {
	/* height: 16px; */
	vertical-align: bottom;
}

.bold {
	font-weight:bold;
}

/* image deco */
img {
	border: none;
}
img.deco1 {
	padding-right: 4px;
}
img.deco2 {
	padding-right: 2px;
}
img.deco3_1 {
	padding: 0 3px 0 7px;
}
img.deco3_2_1 {
	padding-right: 2px;
}
img.deco3_2_2 {
	padding: 0 2px 0 7px;
}
img.deco4 {
	padding: 0 4px 1px 0;
}
img.category {
	padding-bottom: 2px;
}

/* shadow */
#shadow_t {
	background: url(../img/shadow_t.gif) no-repeat;
}
#shadow_b {
	background: url(../img/shadow_b.gif) no-repeat;
}
#shadow_l {
	background: url(../img/shadow_l.gif) repeat-y;
}
#shadow_r {
	background: url(../img/shadow_r.gif) repeat-y;
}

/* main table */
table#mainTable {
	margin: 0 auto;
}
div#main {
	background-color: #FFFFFF;
	padding: 15px 40px;
}
h1#maintitle {
	display: inline;
}

/* swf area */
div#ad {
	padding: 7px 0 8px 0;
}

/* navi */
ul#navi {
	position: relative;
}
ul#navi a {
	display: block;
	width: 167px;
	height: 58px;
	text-decoration: none;
}
ul#navi li {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

ul#navi li#menu1 {
	background: url(../img/learn_0.jpg) no-repeat;
}
ul#navi li#menu1 a:hover {
	background: url(../img/learn_1.jpg) no-repeat;
}
ul#navi li#menu2 {
	left: 171px;
	background: url(../img/check_0.jpg) no-repeat;
}
ul#navi li#menu2 a:hover {
	left: 171px;
	background: url(../img/check_1.jpg) no-repeat;
}
ul#navi li#menu3 {
	left: 342px;
	background: url(../img/consult_0.jpg) no-repeat;
}
ul#navi li#menu3 a:hover {
	left: 342px;
	background: url(../img/consult_1.jpg) no-repeat;
}
ul#navi li#menu4 {
	left: 513px;
	background: url(../img/know_0.jpg) no-repeat;
}
ul#navi li#menu4 a:hover {
	left: 513px;
	background: url(../img/know_1.jpg) no-repeat;
}

/* footer navi */
div#footer {
	clear: both;
	padding-top: 35px;
}
ul#footNavi {
	position: relative;
	padding-bottom: 17px;
}
ul#footNavi a {
	display: block;
	height: 10px;
	text-decoration: none;
}
ul#footNavi li {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}
ul#footNavi li#footMenu1 {
	left: 60px;
	background: url(../img/company_0.gif) no-repeat;
}
ul#footNavi li#footMenu1 a {
	width: 40px;
}
ul#footNavi li#footMenu1 a:hover {
	left: 60px;
	background: url(../img/company_1.gif) no-repeat;
}
ul#footNavi li#footMenu2 {
	left: 120px;
	background: url(../img/contact_0.gif) no-repeat;
}
ul#footNavi li#footMenu2 a {
	width: 59px;
}
ul#footNavi li#footMenu2 a:hover {
	left: 120px;
	background: url(../img/contact_1.gif) no-repeat;
}
ul#footNavi li#footMenu3 {
	left: 199px;
	background: url(../img/legal_0.gif) no-repeat;
}
ul#footNavi li#footMenu3 a {
	width: 48px;
}
ul#footNavi li#footMenu3 a:hover {
	left: 199px;
	background: url(../img/legal_1.gif) no-repeat;
}
ul#footNavi li#footMenu4 {
	left: 267px;
	background: url(../img/eshop_0.gif) no-repeat;
}
ul#footNavi li#footMenu4 a {
	width: 114px;
}
ul#footNavi li#footMenu4 a:hover {
	left: 267px;
	background: url(../img/eshop_1.gif) no-repeat;
}
ul#footNavi li#footMenu5 {
	left: 401px;
	background: url(../img/privacy_0.gif) no-repeat;
}
ul#footNavi li#footMenu5 a {
	width: 89px;
}
ul#footNavi li#footMenu5 a:hover {
	left: 401px;
	background: url(../img/privacy_1.gif) no-repeat;
}
ul#footNavi li#footMenu6 {
	left: 510px;
	background: url(../img/sitemap_0.gif) no-repeat;
}
ul#footNavi li#footMenu6 a {
	width: 50px;
}
ul#footNavi li#footMenu6 a:hover {
	left: 510px;
	background: url(../img/sitemap_1.gif) no-repeat;
}
ul#footNavi li#footMenu7 {
	left: 580px;
	background: url(../img/link_0.gif) no-repeat;
}
ul#footNavi li#footMenu7 a {
	width: 38px;
}
ul#footNavi li#footMenu7 a:hover {
	left: 580px;
	background: url(../img/link_1.gif) no-repeat;
}

/* copy */
div#copy {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	padding-top: 4px;
}

/* bread crumbs list */
div#bclTop {
	padding: 14px 0 0 0 ;
}
div#bclBottom {
	clear: both;
	padding-top: 15px;
}
div.bcl {
	font-size: 0.8em;
	padding-bottom: 5px;
}
div.bcl a {
	text-decoration: underline;
}
div.bcl a:link {
	color: #333399;
}
div.bcl a:visited {
	color: #993399;
}
div.bcl a:hover {
	color: #FF6600;
}

/* page top */
div.pagetop {
	text-align: right;
	padding-top: 5px;
	clear: both;
}

/* header */
div#header {
	width: 680px;
	/* width: 100%; */
	display: inline-table;
	padding: 0 0 15px 0;
}
div#logo {
	float: left;
	width: 280px;
	padding-left: 5px;
	margin-top: 7px;
}
div#header ul {
	display: block;
	float: right;
	width: 387px;
	height: 55px;
	background-image: url(/img/header_contact_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
div#header ul li {
	display: block;
	list-style: none;
	line-height: 100%;
}
div#header ul li#h_c1 {
	width: 387px;
	height: 28px;
}
div#header ul li#h_c1 a {
	display: block;
	width: 171px;
	height: 25px;
	margin: 0 5px 3px 211px;
	text-indent: -9999px;
	background-image: url(/img/header_contact.jpg);
	background-repeat:no-repeat;
	/*\*/
	overflow: hidden;
	/**/ /* hack for firefox, MacIE5.x */
}
div#header ul li#h_c1 a:hover {
	background-position: 0 -25px;
}
div#header ul li#h_c2 {
	width: 125px;
	height: 10px;
	color: #999999;
	font-size: 10px;
	margin: 0 0 6px 263px;
}
div#header ul li#h_c3 {
	width: 387px;
	height: 11px;
	color: #999999;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 5px;
}
div#header ul li#h_c2 a         , div#header ul li#h_c3 a         { text-decoration: underline; }
div#header ul li#h_c2 a:link    , div#header ul li#h_c3 a:link    { color: #009999; }
div#header ul li#h_c2 a:visited , div#header ul li#h_c3 a:visited { color: #009999; }
div#header ul li#h_c2 a:hover   , div#header ul li#h_c3 a:hover   { color: #FF6600; }

/* content */
div#content {
	clear:both;
}

/* Layout */
div#bodyMain {
	width: 680px;
	/* width: 100%; */
	display: inline-table;
}
div#bodyLeft {
	float: left;
	padding-right: 10px;
}
div#bodyRight {
	float: right;
}

#certificate {
	padding:50px 30px 0px 30px;
	
}

#pmark {
	margin-bottom: 35px;
}
#pmark_img {
	position: relative;
	text-indent: -9999px;
	width: 75px;
	height: 75px;
	left: 0px;
	background: url(../img/pmark.gif) no-repeat;
	padding: 0;
	margin: 0 0 10px 0;
}
#pmark_img a {
	display: block;
	text-decoration: none;
	width: 75px;
	height: 75px;
}
#sslmark_img {
	position: relative;
	text-indent: -9999px;
	width: 100px;
	height: 68px;
	left: 0px;
	background: url(../img/trustseal.jpg) no-repeat;
	padding: 0;
	margin: 0 0 10px 0;
}
#sslmark_img a {
	display: block;
	text-decoration: none;
	width: 100px;
	height: 68px;
}

/* float close */
div#header,
div#bodyMain {
	overflow: auto;
	overflow: visible;
}

div#header:after,
div#bodyMain:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* hides from ie-mac */
/*\*/
* html div#header,
* html div#bodyMain {
    height: 1em;
    overflow: visible;
}
/**/
div#header,
div#bodyMain {
	display: block;
}
/* end hide from ie-mac */
