@charset "utf-8";

/*--------------------------------------------------------------------
reset
--------------------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}



/*--------------------------------------------------------------------
common
--------------------------------------------------------------------*/

/*body*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}


td {
	line-height: 1.5em;
}



h1 {
	text-align: left;
	font-size: 11px;
	float: left;
	margin-top: 20px;
}

a:link {
	color: #006699;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #006699;
}



/*container*/

#container {
	width: 797px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../commonimg/bg_main.gif);
	background-repeat: repeat-y;
	font-size: 0.8em;
	line-height: 1.5em;
}
.way {
	width: 500px;
	margin-left: 60px;
}
.tdcenter {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
#maincontent ol {
	list-style-type: decimal;
	padding-left: 30px;
}
#maincontent ol li {
	list-style-type: decimal;
}

#container2 {
	width: 797px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 0.75em;
	line-height: 1.5em;
}

/*header*/

#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../commonimg/bg_header.jpg);
	background-repeat: repeat-x;
	height: 138px;
}
#hleft {
	float: left;
}
#hright {
	float: right;
	width: 565px;
	text-align: right;
	height: 109px;
}
#headercontent {
	width: 797px;
	margin-right: auto;
	margin-left: auto;
}

/*global nav*/

#global {
	width: 565px;
	clear: both;
}

/*content*/

#content {
	width: 840px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
}
#maincontent h2 {
	margin-bottom: 20px;
}
#maincontent h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #669900;
}



/*local*/

#local {
	float: left;
	width: 212px;
	text-align: left;
}
.voice {
	margin-top: 30px;
	margin-bottom: 30px;
	border: medium double #FFCC66;
	background-color: #FFFFCC;
}
#maincontent .voice p {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}


#local h2 {
	margin: 0px;
	padding: 0px;
}
#info {
	width: 210px;
	background-color: #EEEEEE;
}
#info p {
	margin: 10px;
}


/*maincontent*/

#maincontent {
	width: 560px;
	float: right;
	text-align: left;
}
.maintxt {
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.top {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
}
.top h4 {
	margin-bottom: 10px;
}
.goods p {
	display: inline;
}
.six {
	width: 262px;
	float: right;
	text-align: left;
	margin-bottom: 20px;
}
.six02 {
	width: 262px;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

/*nav*/

#navtop {
	background-color: #FFFFFF;
}

#nav {
	width: 212px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}
#nav ul {
	list-style-image: none;
	list-style-type: none;
	width: 212px;
}
#nav li.n1 {
	width: 212px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#nav li.n1 a {
	background-image: url(../commonimg/arrow_orange.gif);
	background-repeat: no-repeat;
	height: 25px;
	display: block;
	background-position: left center;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 20px;
	color: #FF6600;
}
#nav li.n1 a:hover {
	color: #FF0000;
	background-image: url(../commonimg/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

/*nav2*/

#nav2 {
	width: 212px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}
#nav2 ul {
	list-style-image: none;
	list-style-type: none;
	width: 212px;
}
#nav2 li.n2 {
	width: 212px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#nav2 li.n2 a {
	background-image: url(../commonimg/arrow_green.gif);
	background-repeat: no-repeat;
	height: 25px;
	display: block;
	background-position: left center;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 20px;
	color: #669900;
}
#nav2 li.n2 a:hover {
	color: #FF0000;
	background-image: url(../commonimg/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

/*nav3*/

#nav3 {
	width: 212px;
	background-color: #EEEEEE;
}
#nav3 ul {
	list-style-image: none;
	list-style-type: none;
	width: 212px;
}
#nav3 li {
	width: 212px;
}

#nav3 li a {
	background-image: url(../commonimg/arrow_gray.gif);
	background-repeat: no-repeat;
	height: 25px;
	display: block;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 20px;
	color: #666666;
}
#nav3 li a:hover, #nav li .here{
	color: #FF0000;
	background-image: url(../commonimg/arrow_red.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-position: left center;
	text-decoration: none;
}

/*subnav*/

#nav li.subnav {
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#nav li.subnav a {
	background-image: url(../commonimg/arrow_gray.gif);
	background-repeat: no-repeat;
	height: 20px;
	display: block;
	background-position: left center;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 20px;
	color: #666666;
}
#nav li.subnav a:hover {
	color: #FF0000;
	background-image: url(../commonimg/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}

/*subnav*/

#nav2 li.subnav {
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#nav2 li.subnav a {
	background-image: url(../commonimg/arrow_gray.gif);
	background-repeat: no-repeat;
	height: 20px;
	display: block;
	background-position: left center;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 20px;
	color: #666666;
}
#nav2 li.subnav a:hover {
	color: #FF0000;
	background-image: url(../commonimg/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
}


/*footer*/

#footer {
	background-image: url(../commonimg/bg_footer01.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #444444;
}
#footertxt {
	width: 797px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#footer ul li {
	display: inline;
	margin: 0px;
	padding-right: 5px;
	padding-left: 10px;
	color: #FFFFFF;
	background-image: url(../commonimg/arrow_foot.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 0.7em;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer02 {
	font-size: 11px;
	color: #FAFAFA;
	text-align: center;
	background-color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}


/*wide use*/

.clear {
	clear: both;
}
.mtu10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mtu20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt10 {
	margin-top: 10px;
}
.ml10 {
	margin-left: 10px;
}
.ml30 {
	margin-left: 30px;
}
.mu3 {
	margin-bottom: 3px;
}
.mu30 {
	margin-bottom: 30px;
}


.tframe01 {
	border: 1px solid #999999;
}

.txtb {
	font-weight: bold;
}
.txt16b {
	font-size: 16px;
	font-weight: bold;
}

.txtredb {
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
}
.txtred18b {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.txtred {
	color: #FF0000;
}
.txtblue {
	color: #006699;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.btn_rignt {
	text-align: right;
	margin-right: 5px;
	margin-top: 10px;
}
.acenter {
	text-align: center;
}
.aright {
	text-align: right;
}
.t01 {
	background-color: #ECECEC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 300px;
}
.t02 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.t03 {
	background-color: #ECECEC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 150px;
	text-align: left;
}
.t04 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
}
.t05 {
	background-color: #ECECEC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 200px;
}
.t06 {
	background-color: #FFE1E1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 200px;
}

.t07 {
	background-color: #EEEEEE;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.t08 {
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}
.tframe {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}


.tframe02 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
}
.warm {
	font-size: 0.9em;
	color: #FF0000;
}
.fontrei {
	float: right;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
}
.error_string ul {
	color:#FF0000;
	margin-top: 10px;
	margin-left: 20px;
}
#maincontent ul {
	list-style-type: none;
	text-align: left;
	padding-left: 30px;
}
#maincontent li {
	list-style-type: square;
	margin-bottom: 10px;
	margin-top: 10px;
}

#maincontent ul .ten {
	list-style-type: circle;
}


.mｌ10tu10 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.mr20 {
	margin-right: 20px;
}
.bg_orange {
	background-color: #fbf2b9;
	width: 560px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.iconq {
	background-image: url(../qa/img/img_q.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #0099CC;
}

.icona {
	background-image: url(../qa/img/img_a.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.qa {
	width: 520px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#maincontent .hnav {
	padding: 0px;
	text-align: right;
	margin-bottom: 20px;
}

#maincontent .hnav ul {
	list-style-image: none;
	list-style-type: none;
	text-align: right;
}
#maincontent .hnav ul li {
	display: inline;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}

.hnav  a {
	text-decoration: none;
}


.hnav  .noline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.t09 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.orangeframe {
	background-image: url(../commonimg/orange_main.gif);
	background-repeat: repeat-y;
}
.orangeframe_txt {
	background-image: url(../commonimg/okyaku.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.blueframe {

	background-image: url(../commonimg/blue_main.gif);
	background-repeat: repeat-y;
}
.blueframe_txt {

	background-image: url(../commonimg/tousya.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.tframe03 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 10px;
	margin-bottom: 20px;
}
.tsample {
	padding-bottom: 20px;
	text-align: center;
}
