@charset "UTF-8";
/* formatting styles
--------------------------------------*/
* {
	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:url(../images/bg.gif) repeat-x;
}
hr {
	display: none;
}
address {
	font-size: 85%;
}
/* link styles
--------------------------------------*/
a img {
	border-style: none;
}
a:link, a:visited {
	color: #FF6666;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF3333;
	text-decoration: 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 */

/* pagetop
--------------------------------------*/
.pagetop {
	padding:0 17px 0 0;
	text-align:right;
	margin-top: 10px;
	font-size: 75%;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.pagetop a:link, .pagetop a:visited {
	color: #0066FF;
	text-decoration: underline;
}
.pagetop a:hover, .pagetop a:active {
	color: #0066FF;
	text-decoration: none;
}
/* basic layout
--------------------------------------*/
#wrapper {
	width: 930px;
	background-image: url(../images/shadow-trans.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
}
#container {
	width: 894px;
	margin: 0px auto;
	border-top: 2px solid #666666;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	width: 794px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #E8EEF9;
	padding: 10px 10px 5px;
	border-top: 1px solid #999999;
}
#bottom {
	width: 930px;
	height: 25px;
	margin: 0px auto 10px;
	color: #FFFFFF;
	text-align: center;
	background-image: url(../images/bottom-trans.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* header styles
--------------------------------------*/
#header {
	height: 450px;
	position: relative;
	background-image: url(../images/header/header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 115%;
	font-weight: bold;
	color: #FDFD00;
	margin-left: 15px;
	padding-top: 5px;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 35px;
}
#header #hnavi {
	list-style: none;
	position: absolute;
	left: 235px;
	top: 35px;
	height: 80px;
}
#header #hnavi li {
	float: left;
}
#header #hnavi li img {
	margin-left: 5px;
}
#header .mail {
	position: absolute;
	top: 35px;
	right: 15px;
}
#header #gnavi ul {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 894px;
	list-style: none;
}
#header #gnavi ul li {
	float: left;
	display: inline;
}
/* breadcrumbs
--------------------------------------*/
#path {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-color: #E8EEF9;
}
#path #breadCrumb {
	font-size: 90%;
}
/* main styles
--------------------------------------*/
#main h2 {
	margin-bottom: 10px;
}
#main h3 {
	font-size: 125%;
	color: #000033;
	padding-left: 5px;
	border-left: 5px solid #000033;
	margin-bottom: 5px;
}
#main h4 {
	color: #FFFFBE;
	background-color: #009999;
	text-align: center;
	font-size: 100%;
	margin-bottom: 5px;
	padding-top: 2px;
}
#main em {
	color: #E50000;
	font-weight: bold;
}
#main #eyecatch {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 794px;
}
#main #eyecatch .offer {
	margin-bottom: 10px;
}
#main #content {
	width: 734px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#main .sub_copy {
	font-size: 150%;
	font-weight: bold;
	background-image: url(../images/icon_yorozu.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 45px;
	padding-top: 5px;
	border-bottom: 3px solid #000000;
	margin-bottom: 10px;
	border-top: 1px solid #000000;
}
#main .body_copy {
	font-size: 115%;
	width: 704px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#main .body_copy span {
	font-size: 80%;
	color: #CC0000;
}
/* footer styles
--------------------------------------*/
#footer a {
	color: #333333;
}
#footer a:hover {
	color: #999999;
	text-decoration: none;
}
#footer .info {
	margin-bottom: 5px;
}
#footer .info .rollover {
	margin-right: 9px;
}
#footer #support {
	float: left;
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 10px;
}
#footer #flink {
	float: right;
	margin: 0px;
}
/* home styles
--------------------------------------*/
#home #main #content .service {
	width: 734px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#home #main #content .service .body_copy dl dt {
	float: left;
	width: 225px;
}
#home #main #content .service .body_copy dl dt img {
	display: block;
	margin-bottom: 10px;
}
#home #main #content .service .body_copy dl dd {
	margin-bottom: 10px;
	float: right;
	width: 469px;
}
#home #main #content .service .body_copy dl dd p {
	margin-bottom: 5px;
}
#home #main #content .service .body_copy #comparison {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
}
#home #main #content .service .body_copy #comparison th {
	color: #0000FF;
	font-size: 85%;
	background-color: #E8EEF9;
	padding: 3px 5px;
	border: 1px solid #999999;
}
#home #main #content .service .body_copy #comparison td {
	padding: 3px 5px;
	font-size: 80%;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#home #main #content .service .body_copy #comparison .cases {
	width: 225px;
	font-size: 85%;
	color: #E50000;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
#home #main #content .service .body_copy #comparison .total {
	border-top: 1px solid #000000;
	color: #0000FF;
	font-size: 90%;
	background-color: #E8EEF9;
}
#home #main #content .service #items {
	width: 704px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#home #main #content .service #items th {
	width: 232px;
	border: 2px solid #9F9F9F;
}
#home #main #content .service #items td {
	width: 212px;
	background-color: #FEFFE8;
	border: 2px solid #9F9F9F;
	padding: 5px 10px;
	vertical-align: top;
}
#home #main #content .service .body_copy .photo img {
	margin-right: 7px;
}
#home #main #content .service .body_copy .photo #key {
	margin-right: 0px;
}
#home #main #content .voice dl {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#home #main #content .voice dt {
	float: left;
	padding-right: 15px;
}
#home #main #content .voice dd {
	padding-left: 100px;
	padding-top: 10px;
}
#home #main #content .voice dd .femail {
	font-size: 105%;
	color: #FF3366;
	font-weight: bold;
}
#home #main #content .voice dd .mail {
	font-size: 105%;
	color: #6666CC;
	font-weight: bold;
}
#home #main #content .voice dd .comment {
	font-size: 100%;
	color: #454545;
	padding-top: 5px;
	border-top: 1px dashed #454545;
}

/* develop styles
--------------------------------------*/
#develop #main .body_copy .division {
	margin-bottom: 15px;
}
#develop #main #content .body_copy dl dt {
	float: left;
}
#develop #main #content .body_copy dl dt img {
	display: block;
	margin-bottom: 10px;
}
#develop #main #content .body_copy dl dd {
	margin-left: 215px;
	margin-bottom: 10px;
	border-top: 1px dotted #000033;
	padding-top: 5px;
	padding-left: 5px;
}
/* export styles
--------------------------------------*/
#export #main #content #recruit {
	margin-bottom: 25px;
}
#export #main #content .body_copy #recruit #merchant {
	float: left;
	list-style: none;
}
#export #main #content .body_copy #recruit #merchant li {
	font-size: 100%;
	background-image: url(../images/globe.jpg);
	background-repeat: no-repeat;
	background-position: left 0.17em;
	padding-left: 30px;
	line-height: 1.9;
	color: #0099CC;
	font-weight: bold;
}
#export #main #content .body_copy #recruit dl {
	margin-left: 350px;
	padding: 10px 5px 10px 10px;
	border: 1px dotted #999999;
}
#export #main #content .body_copy #recruit dt {
	font-size: 90%;
	color: #000000;
}
#export #main #content .body_copy #recruit .pdf {
	font-size: 100%;
	background-image: url(../images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}
#export #main #content .body_copy .movie {
	background-color: #666666;
	padding: 10px 5px 10px 10px;
	margin-bottom: 10px;
	color: #FFFF00;
}
#export #main #content .body_copy #playlist {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
/* contact styles
--------------------------------------*/
#contact #main .body_copy {
	margin-bottom: 25px;
}
#contact #main em {
	font-size: 11px;
	color: #E50000;
	font-weight: normal;
}
#contact #main table.mailform tr th span {
	font-size: 10px;
	color: #999999;
}
#contact #main table.mailform tr td span {
	font-size: 12px;
	color: #000000;
}
/* area styles
--------------------------------------*/
#area #main #map {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#area #main #content .prefecture {
	margin-bottom: 15px;
}
#area #main #content .prefecture p {
	font-size: 80%;
}
#area #main #content .prefecture em {
	font-size: 150%;
}
#area #main #content .prefecture a:link,
#area #main #content .prefecture a:visited {
	color: #000099;
	text-decoration: underline;
}
#area #main #content .prefecture a:hover,
#area #main #content .prefecture a:active {
	color: #0000FF;
	text-decoration: none;
}
/* company styles
--------------------------------------*/
#company #main #content table {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 1px;
	margin-bottom: 15px;
}
#company #main #content table tr th {
	background-color: #CBD5FF;
	width: 200px;
	color: #000066;
}
#company #main #content table tr td {
	background-color: #E0E6FF;
	padding: 5px 15px 3px;
}
/* company styles
--------------------------------------*/
#privacy #main #content .pp {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
/* chiiki styles
--------------------------------------*/
#chiiki #main #eyecatch #sub_top {
	background-image: url(../images/chiiki/sub_top.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 794px;
	margin-bottom: 10px;
}
#chiiki #main #eyecatch #sub_top h2 {
	padding-left: 125px;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	margin-bottom: 0px;
}
#chiiki #main #eyecatch #sub_top p {
	padding-right: 10px;
	padding-left: 125px;
	font-size: 75%;
	color: #000000;
}
#chiiki #main #content .service {
	margin-bottom: 15px;
}
#chiiki #main #content .service h2 {
	font-size: 150%;
	font-weight: bold;
	background-image: url(../images/chiiki/h2.gif);
	background-repeat: no-repeat;
	height: 38px;
	padding-top: 6px;
	color: #FFFF00;
	position: relative;
}
#chiiki #main #content .service span {
	font-size: 110%;
	font-weight: bold;
	color: #FFFF00;
	position: absolute;
	top: 3px;
	right: 500px;
}
#chiiki #main #content .service .added {
	font-size: 110%;
	color: #003366;
	font-weight: bold;
}
#chiiki #main #content .service .edit {
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

