@charset "utf-8";

/* MASTER INIT
------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Osaka","lroSVbN";
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0;
}

body {
	font-size: 12px;
	color: #333;
}

a {
	color: #0000FF;
	outline-style: none;
}

a:link {
    text-decoration: underline;
}
  
a:visited {
    text-decoration: underline;
}
  
a:hover {
	text-decoration: none;
}
  
a:active {
	text-decoration: none;
}

ul,
ol {
	list-style-type: none;
}

img {
	border: none;
}

.clearFix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearBoth {
	clear: both;
}

/* HEADER
------------------------------------------------------------------------------*/

#header {
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	height: 144px;
}

#headerContent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	float: left;
	width: 318px;
	height: 80px;
}

#location {
	margin-top: 15px;
	margin-bottom: 5px;
	text-indent: -9999px;
	height: 12px;
	width: 199px;
	background-image: url(images/location.jpg);
}

#tel {
	float: right;
	width: 356px;
	margin-top: 20px;
	height: 56px;
}

/* GLOBAL NAVIGATION
------------------------------------------------------------------------------*/

#gNav {
	padding-top: 10px;
}

#gNav li {
	text-indent: -9999px;
	float: left;
}

#gNav a {
	height: 44px;
	width: 180px;
	display: block;
}

#gNavHome a {
	background-image: url(images/gnav_home.jpg);
}

#gNavPrice a {
	background-image: url(images/gnav_price.jpg);
}

#gNavPoint a {
	background-image: url(images/gnav_point.jpg);
}

#gNavSubsidy a {
	background-image: url(images/gnav_subsidy.jpg);
}

#gNavContact a {
	background-image: url(images/gnav_contact.jpg);
}

#gNav a:hover {
	background-position:left bottom;
}

/* FERTURE
------------------------------------------------------------------------------*/

#feature {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9C0;
	padding-top: 5px;
	position: relative;
}

#featureContent {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	height: 228px;
	background-image: url(images/bg_feature.jpg);
	background-repeat: no-repeat;
	padding-left: 230px;
	padding-top: 10px;
}

#featureText {
	margin-bottom: 20px;
}

/* MAIN
------------------------------------------------------------------------------*/

#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#pickupArea {
	float: left;
	width: 650px;
}

#bannerArea {
	float: right;
	width: 235px;
}

#pickupArea h2 {
	margin-bottom: 20px;
}

#service {
	background-image: url(images/bg_service.jpg);
	background-repeat: no-repeat;
	height: 256px;
	padding: 20px;
	margin-bottom: 20px;
}

#serviceContent {
	float: left;
	width: 268px;
}

#serviceOutline {
	float: right;
	width: 246px;
}

#serviceOutline p {
	line-height: 1.5;
}

#serviceLead {
	margin-bottom: 20px;
}

#btnService {
	margin-top: 20px;
}

#btnMore {
	margin-left: 110px;
}

/* FOOTER
------------------------------------------------------------------------------*/

#footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9C0;
	background-color: #FCFFF1;
}

#footerContent li {
	display: inline;
}

#footerContent {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

#footerContent ul {
	text-align: center;
	margin-bottom: 10px;
}

address {
	text-align: center;
}

/* WRAPPER SUBPAGE
------------------------------------------------------------------------------*/

#wrapperSub {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

#mainArea {
	float: left;
	width: 650px;
}

#mainArea h1 {
	padding-bottom: 20px;
}

.priceHeading {
	margin-bottom: 20px;
}

/* PRICE
------------------------------------------------------------------------------*/

#bannerPack {
	float: left;
	width: 315px;
	padding-bottom: 10px;
}

#bannerCashBack {
	float: right;
	width: 315px;
	padding-bottom: 10px;
}

#taxService th,
#taxService td,
#socialService th,
#socialService td,
#subsidyService th,
#bookService th,
#bookService td {
	width: 200px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
}

#subsidyService td {
	width: 200px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
}

#taxService th,
#socialService th,
#subsidyService th,
#bookService th {
	background-color: #d9ecf2;
}

#taxService,
#socialService,
#subsidyService,
#bookService,
#officeOutline {
	border-collapse:collapse;
}

.bgGray td {
	background-color: #f7f7f7;
}

.contain {
	margin-top: 20px;
	margin-bottom: 10px;
}

.note {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
}

.note li {
	line-height: 1.5;
}

.btnContact {
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
	width: 311px;
	margin-bottom: 20px;
}

.btnContact a {
	background-image: url(images/btn_contact.jpg);
	display: block;
	height: 62px;
	width: 311px;
}

.btnContact a:hover {
	background-position:left bottom;
}

#incentive {
	margin-bottom: 20px;
}

#bookService {
	margin-bottom: 10px;
}

/* POINT
------------------------------------------------------------------------------*/

.pointText,
.subsidyText {
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pointAns {
	margin-bottom: 20px;
}

/* SUBSIDY
------------------------------------------------------------------------------*/

#subsidyIncentive {
	margin-bottom: 10px;
}

#mainArea h3 {
	margin-top: 15px;
	margin-bottom: 10px;
}

.subsidyList dt {
	line-height: 1.5;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
}

.subsidyList dd {
	line-height: 1.5;
	margin-bottom: 5px;
}

#subsidyListBottom {
	margin-bottom: 10px;
}

/* OFFICE
------------------------------------------------------------------------------*/

#officeOutline th {
	width: 150px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-color: #d9ecf2;
}

#officeOutline td {
	border: 1px solid #CCCCCC;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#profile {
	background-image: url(images/photo.jpg);
	background-repeat: no-repeat;
	padding-left: 160px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#officeOutline {
	margin-bottom: 20px;
}

.profileInfo {
	margin-top: 10px;
	margin-bottom: 5px;
}

#profile li {
	line-height: 1.5;
}

#googleMap {
	height: 325px;
	width: 650px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#mapInfo {
	line-height: 1.5;
}

/* CONTACT
------------------------------------------------------------------------------*/

.covey {
	padding: 5px;
	height: 16px;
	border: 1px solid #CCC;
	background-image: url(images/bg_form.jpg);
	background-repeat: repeat-x;
	width: 240px;
}

*:first-child+html .covey {
	padding-top: 7px;
	padding-bottom: 3px;
}

* html body .covey {
	padding-top: 7px;
	padding-bottom: 3px;
}

textarea {
	background-image: url(images/bg_form.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	height: 146px;
	width: 440px;
	border: 1px solid #CCC;
}

#mailform th {
	text-align: right;
	height: 40px;
	width: 100px;
	padding-right: 20px;
}

#mailform #message {
	height: 170px;
}

#mailform {
	margin-top: 10px;
	margin-bottom: 15px;
}

#submit {
	background-image: url(images/btn_submit.jpg);
	height: 56px;
	width: 206px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}

#submitLine {
	height: 66px;
}

#bannerTel {
	margin-top: 10px;
	margin-bottom: 20px;
}

#bannerPrivacy {
	margin-top: 10px;
}

#thankyou {
	line-height: 1.5;
	height: 500px;
}

#priceBanner {
	height: 179px;
}

#mailform #formSubject {
	height: 100px;
}

#mailform p {
	line-height: 20px;
}

/* INDEX ANNOUNCEMENT (SEO ONLY)
------------------------------------------------------------------------------*/

#headAnnouncement {
	margin-top: 20px;
}

#pickupArea dl {
	width: 100%;
}

#pickupArea dt {
	height: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #D9ECF2;
	width: 90px;
	padding-left: 15px;
	float: left;
}

#pickupArea dd {
	margin-left: 120px;
	margin-bottom: 3px;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 15px;
}

/* ANNOUNCEMENT (SEO ONLY)
------------------------------------------------------------------------------*/

#entryAnnounce h1 {
	height: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #D9ECF2;
	padding-left: 10px;
	margin-bottom: 10px;
}

#entryAnnounce h1 span {
	padding-right: 20px;
}

#entryAnnounce p {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.5;
	margin-bottom:15px;
}

#entryHeading {
	padding-bottom: 20px;
}

/* INDEX FOOTER (SEO ONLY)
------------------------------------------------------------------------------*/

#footerContent h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

#footerContent h4 {
	font-size: 10px;
	margin-bottom: 10px;
}

#footerContent table {
	border-collapse:collapse;
	margin-bottom: 25px;
}

#footerContent th {
	background-color: #E6F2C1;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	padding: 5px;
}

#footerContent td {
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#footerContent .nameAddress {
	text-align: left;
}

.taxListName,
.taxListPostCode,
.taxListTel {
	width: 140px;
}

.taxListAddress {
	width: 300px;
}

#taxList {
	width: 900px;
}

/* ADDITION INDEX 2009/09/30,2010/03/26
------------------------------------------------------------------------------*/

#btnRecruit {
	position: absolute;
	top: 15px;
	right: 0px;
}

#bannerArea dt {
	margin-bottom: 10px;
}

#bannerArea dd {
	font-size: 10px;
	line-height: 1.5;
}

/* ADDITION RECRUIT 2009/09/30
------------------------------------------------------------------------------*/

#recruitOutline {
	border-collapse:collapse;
	width: 650px;
	margin-bottom: 200px;
}

#recruitOutline th {
	width: 85px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #CCCCCC;
	background-color: #d9ecf2;
	text-align: left;
	padding-left: 15px;
}

#recruitOutline td {
	border: 1px solid #CCCCCC;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
