@charset "UTF-8";
/* formatting style
--------------------------------------*/
* {
	padding: 0px;
	margin: 0px;
	font-style: normal;
}
body {
	font-size: 90%;
	font-family: sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}

/* css hack
--------------------------------------*/
.clearfix:after {
	content: url(../images/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	overflow: hidden; /* for DW view */
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* link styles
--------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* basic layout
--------------------------------------*/
#wrapper {
	width: 875px;
	margin: 20px auto;
}
#main {
	width: 775px;
	padding: 10px 50px;
	background-color: #FFFFFF;
}
#footer {
	padding: 10px;
	color: #FFFFFF;
	background-image: url(../images/corner_bottom.gif);
	background-repeat: no-repeat;
}

/* header styles
--------------------------------------*/
#hnavi {
	color: #FFFFFF;
	background-image: url(../images/corner_top.gif);
	background-repeat: no-repeat;
	height: 43px;
	padding-top: 2px;
}
#hnavi h1 {
	margin-left: 15px;
	font-size: 100%;
	font-weight: normal;
}
#hnavi p {
	font-size: 90%;
	margin-left: 15px;
	float: left;
}
#hnavi ul {
	font-size: 90%;
	float: left;
	list-style: none;
}
#hnavi ul li {
	display: inline;
	margin-left: 5px;
}
#hnavi a:link,
#hnavi a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#hnavi a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#hnavi a:active {
	text-decoration: none;
}
#header {
	height: 510px;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 10px;
	top: 10px;
}
#header .tel {
	position: absolute;
	right: 10px;
	top: 10px;
}
#header #registration {
	height: 465px;
	background-image: url(../images/header_g.jpg);
	background-repeat: no-repeat;
	font-size: 100%;
	color: #000000;
	padding-right: 270px;
	padding-left: 240px;
	padding-top: 15px;
}
#header #registration ul {
	list-style: none;
}
#header #registration a:link,
#header #registration a:visited {
	color: #000000;
	text-decoration: underline;
}
#header #registration a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#header #registration a:active {
	text-decoration: none;
}
#header #button {
	position: absolute;
	bottom: 50px;
	right: 20px;
}
#header #gnavi {
	width: 875px;
	position: absolute;
	top: 480px;
	left: 0px;
}
#header #gnavi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#header #gnavi ul li {
	float: left;
	display: inline;
}

/* table styles
--------------------------------------*/
#home #main table {
	margin-bottom: 10px;
	border-top: 0px none;
	border-bottom: 0px none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-collapse:sepalate;
	margin-right: auto;
	margin-left: auto;
}
#home #main table th {
	padding: 5px 10px;
	text-align: center;
}
#home #main table td {
	padding: 5px 20px;
	text-align: center;
}
#home #main table .item01 {
	border: 2px solid #FF8333;
	color: #FF8333;
}
#home #main table .item02 {
	border: 2px solid #065656;
}
#home #main table .item03 {
	background-color: #97ADF4;
}
#home #main table .item04 {
	background-color: #CBD5FF;
}
#home #main table .type_a {
	background-color: #FFDCCC;
}
#home #main table .type_b {
	background-color: #DFF795;
	color: #CC0000;
}
#home #main table .declaration {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4;
	color: #065656;
	padding: 10px;
	background-color: #DFF795;
	text-align: left;
	border-top: 2px solid #065656;
	border-bottom: 2px solid #065656;
}

#company #main table {
	width: 90%;
	margin: 10px auto;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-collapse:collapse;
}
#company #main table th {
	width: 30%;
	padding: 10px;
	background: #ECECEC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	text-align: right;
}
#company #main table td {
	width: 70%;
	padding: 10px;
	background: #FAFAFA;
	border-bottom: solid 1px #CCCCCC;
	text-align: left;
}
#company #main table td li {
	background-image: url(../images/icon/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding-left: 14px;
	list-style: none;
	line-height: 1.5;
	margin-bottom: 3px;
}

/* home styles
--------------------------------------*/
#main h2,
#main h3 {
	margin-bottom: 10px;
	text-align: center;
}
#main #lead {
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	color: #000000;
}
#home #main #lead dl {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#main #lead dl dt {
	float: left;
	margin-right: 10px;
	margin-left: 15px;
}
#home #main #salespoint {
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
#home #main #salespoint dl {
	float: left;
	padding: 5px;
	width: 360px;
	margin-left: 5px;
}
#home #main #salespoint dl dt {
	font-size: 125%;
	font-weight: bold;
	color: #AA0000;
}
#home #main #salespoint dl dd img {
	float: left;
	margin-right: 10px;
}
#home #main #salespoint dl .caption {
	padding-left: 190px;
}
#home #main #voice {
	margin-bottom: 15px;
	padding: 5px;
}
#home #main #voice .user {
	width: 250px;
	float: left;
	margin-left: 5px;
}
#home #main #voice img {
	float: left;
}
#home #main #voice p {
	width: 165px;
	margin-left: 80px;
	font-size: 90%;
}
#home #main #entry {
	padding: 10px;
	background-color: #FFCC33;
	width: 745px;
	margin-right: auto;
	margin-left: auto;
}
#home #main #entry #account_entry {
	width: 60%;
	float: left;
	margin-right: 15px;
}
#home #main #entry #account_entry #mailform {
	background-color: #FF9900;
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#home  #main  #entry  #account_entry p {
	font-size: 85%;
	color: #666666;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
}

/* footer styles
--------------------------------------*/
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer #imgs {
	float: left;
}
#footer #element #imgs #tel {
	margin-right: 10px;
}
#footer p {
	margin: 0px;
	text-align: right;
}
#footer ul {
	text-align: right;
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-left: 15px;
}
#footer address {
	text-align: right;
}

/* contact form
--------------------------------------*/
#contact #main #quotationform {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#contact #main #quotationform .terms {
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom: 2px dotted #999999;
	font-size: 105%;
}
#contact #main #quotationform em {
	font-weight: bold;
	color: #990000;
}
#contact #main #quotationform h4 {
	font-size: 120%;
	background-image: url(../images/icon/check.gif);
	background-repeat: no-repeat;
	background-position: left -0.4em;
	padding-left: 30px;
	color: #003333;
}
#main input[type="text"] {
	padding: 2px;
	border: 1px solid 999999;
}
#contact #main table {
	border-top: 1px solid #CCCCCC;
	border-bottom: 0px none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-collapse:collapse;
	width: 700px;
}
#contact #main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#contact #main table tr.odd {
	background-color: #E8EEF9;
}
#contact #main table td {
	text-align: left;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#contact #main  span {
	font-size: 80%;
	color: #FF0000;
	margin-left: 10px;
}
#contact #main table .item {
	text-align: center;
}
#contact #main form textarea#comment {
	overflow: auto;
	height: 100px;
	width: 350px;
}

/* thanks styles
--------------------------------------*/
#thanks #main #thankyou {
	text-align: left;
	border-bottom: 2px dotted #999999;
	font-size: 175%;
	padding-left: 5px;
	color: #666666;
}
#thanks #main p {
	padding-left: 5px;
	margin-bottom: 15px;
}

/* area styles
--------------------------------------*/
#area #main #info {
	float: right;
	width: 235px;
	margin-right: 5px;
	padding: 10px;
	background-color: #CCFF66;
}
#area #main #info p {
	margin-bottom: 5px;
	font-size: 110%;
}
#area #main #map {
	width: 500px;
	margin-left: 5px;
}
#area #main #map p {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 95%;
	color: #AA0000;
	font-size: 105%;
}
#area #main a:link,
#area #main a:visited {
	color: #0000FF;
	text-decoration: underline;
}
#area #main a:hover {
	color: #3366FF;
	text-decoration: none;
}
#area #main a:active {
	text-decoration: none;
}

/* privacy styles
--------------------------------------*/
#privacy #main ul {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 20px 5px;
	background-color: #DFDFDF;
}
#privacy #main ul li {
	margin-bottom: 10px;
	margin-left: 20px;
	list-style: decimal outside;
}

/* service styles
--------------------------------------*/
#service #main div {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#service #main dl dt {
	float: left;
}
#service #main dl dd {
	margin-left: 330px;
}
#service #main dd p {
	padding: 0px;
	font-size: 85%;
	margin-bottom: 5px;
	color: #000000;
}
#service #main dd p.attention {
	color: #FFF333;
	font-weight: bold;
	padding: 5px;
	background-image: url(../images/shop/attention.gif);
	background-repeat: repeat-y;
}
#service #main #space {
	margin-left: 10px;
}


/* flow styles
--------------------------------------*/
#flow #main .flow01,
#flow #main .flow02,
#flow #main .flow03,
#flow #main .flow04 {
	height: 100px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#flow #main p {
	padding: 10px;
	width: 480px;
	margin-left: 200px;
}

/* tmpl styles
--------------------------------------*/
#tmpl #main .modify01 {
	padding: 10px;
	background-color: #FFEE99;
	margin-bottom: 10px;
}
#tmpl #main .modify01:hover {
	background-color: #FFCC33;
	color: #FF4400;
	text-decoration: underline;
}
#tmpl #main .modify01 h4 {
	font-size: 160%;
	color: #FF4400;
	font-weight: bold;
	text-align: center;
}
#tmpl #main .modify02 {
	padding: 10px;
	background-image: url(../images/tmpl/mod02_bg.gif);
	background-repeat: repeat-y;
}
#tmpl #main .modify02 h3 {
	font-size: 110%;
	text-align: center;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/tmpl/mod02_sub.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#tmpl #main p {
	color: #000000;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#tmpl #main #items {
	margin-bottom: 5px;
}
#tmpl #main #items dl {
	float: left;
	padding: 5px;
	width: 360px;
}
#tmpl #main #items dl dt {
	font-size: 125%;
	font-weight: bold;
	color: #AA0000;
	padding-left: 5px;
	border-bottom: 1px solid #AA0000;
	border-left: 5px solid #AA0000;
	border-top-color: #AA0000;
	border-right-color: #AA0000;
	line-height: 1.4;
	margin-bottom: 3px;
}
#tmpl #main #items dl dd {
	float: left;
	margin-right: 10px;
	font-size: 90%;
}
#tmpl #main .modify02 h4 {
	font-size: 110%;
	color: #FF0000;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}
