@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	1. Common Format

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ==============================================================================

	1.1 Reset

============================================================================== */

html,body,h1,h2,h3,h4,h5,h6,div,p,li,dl,dt,dd,table,th,td,form{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{font-size:14px;}
ul{list-style: none; margin: 0; padding: 0;}
ol{list-style: decimal; margin: 0 0 0 1.9em; padding: 0;}
img{text-decoration: none; border: 0; font-size: 0px;}
hr{display: none;}
table{border-collapse: collapse;}
th,td{vertical-align:top;}
caption,th{text-align: left;}
button{background: none; border: none; margin: 0; padding: 0; cursor: pointer;}


/* ==============================================================================

	1.2 global

============================================================================== */

body, th, td, textarea{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
}


body.company {
	text-align: center;
	background: url(../img/company_bg.png) repeat-x;
}

body.club {
	text-align: center;
	background: url(../img/club_bg.png) repeat-x;
}


div.wrapper {
	text-align: left;
	width: 864px;
	margin: 0 auto;
}


a {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}

a.newwin {
	background: url(../img/icon_newwin.gif) no-repeat left bottom;
	padding-left: 20px;
}



/* ==============================================================================

	1.3 header

============================================================================== */

div#header {
	display: inline-block;
}
div#header:after {clear: both; display: block; content: "."; visibility: hidden; height: 0;}
/* Hides from IE-mac \*/
* html div#header {height: 1%;}
div#header {display: block;}
/* End hide from IE-mac */

h1 {
	font-size: 10px;
	font-weight: normal;
}

p#logo {
	margin-top: 20px;
	width: 265px;
	float: left;
}
p#header_inquiry {
	width: 337px;
	float: right;
	padding-top: 24px;
}


/* ------------------------------------------------------------------------------

	1.4.1 gnav

------------------------------------------------------------------------------ */
ul#gNav {
	margin:0 0 10px 0;  
	padding:0;
	width: 864px;
	height:30px;  
	overflow:hidden;  
	background:#009; 
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

ul#gNav li {
	float: left;
	list-style:none; 
	width:123px; 
}

ul#gNav li a {
	display: block;
	overflow: hidden;
	line-height:30px;  
	color:#fff; 
	text-align:center;  
}

ul#gNav li a:hover { 
	color:#f00; 
	background:#cff; 
}  

ul#gNav li .nav_on {
	font-size: 12px; 
	font-weight: bold; 
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #900; }


/* ==============================================================================

	1.4 pagelead

============================================================================== */

div#pagelead {
	height: 131px;
	margin-bottom: 30px;
}

div#pagelead h2 {
	padding: 43px 0 8px 30px;
}

p#topicPath {
	font-size: 10px;
	padding: 0px 0 10px 30px;
}

p#topicPath strong,
p#topicPath a {
	color: #777;
	font-weight: normal;
}


/* ==============================================================================

	1.5 main

============================================================================== */

div#main {
	margin-bottom: 30px;
	display: inline-block;
}
div#main:after {
	clear: both;
	display: block;
	content: ".";
	visibility: hidden; height: 0;
}
/* Hides from IE-mac \*/
* html div#main {height: 1%;}
div#main {display: block;}
/* End hide from IE-mac */

.catch-copy {
	display: block;
	max-width: 574px;
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	font-family: "optima", "MS 明朝", "ヒラギノ明朝 ProN", "ヒラギノ明朝 Pro", "HiraMinProN-W3", "モトヤLマルベリ3等幅";
	color: #666666;
	}

/* ==============================================================================

	1.6 content

============================================================================== */

div#content {
	display: inline-block;
	float: left;
	width: 574px;
	line-height: 1.5;
	font-size: 14px;
}

div#content h3.ttl {
	margin-bottom: 1em;
}

div#content div.txt_ttl {
	background: url(../img/txt_ttl_head.gif) no-repeat top;
	padding-top: 5px;
}

div#content div.txt_ttl h3 {
	font-family: "Hiragino Mincho Pro W6", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", serif;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	background: url(../img/txt_ttl_btm.gif) no-repeat bottom #f6f0e8;
	margin-bottom: 1em;
	padding: 0 10px 5px 20px;
}

div#content div.txt_ttl01 {
	background: url(../img/txt_ttl_head.gif) no-repeat top;
	padding-top: 5px;
}

div#content div.txt_ttl01 h3 {
	font-family: "Hiragino Mincho Pro W6", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", serif;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	background: url(../img/txt_ttl_btm01.gif) no-repeat bottom #f6f0e8;
	margin-bottom: 1em;
	padding: 0 10px 5px 20px;
}

div#content div.txt_ttl02 {
	background: url(../img/txt_ttl_head02.gif) no-repeat top;
	padding-top: 5px;
}

div#content div.txt_ttl02 h3 {
	font-family: "Hiragino Mincho Pro W6", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", serif;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	background: url(../img/txt_ttl_btm02.gif) no-repeat bottom #f6f0e8;
	margin-bottom: 1em;
	padding: 0 10px 5px 20px;
}

div#content div.txt_ttl03 {
	background: url(../img/txt_ttl_head03.gif) no-repeat top;
	padding-top: 5px;
}

div#content div.txt_ttl03 h3 {
	font-family: "Hiragino Mincho Pro W6", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", serif;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	background: url(../img/txt_ttl_btm03.gif) no-repeat bottom #f6f0e8;
	margin-bottom: 1em;
	padding: 0 10px 5px 20px;
}

div#content div.txt_ttl04 {
	background: url(../img/txt_ttl_head04.gif) no-repeat top;
	padding-top: 5px;
}

div#content div.txt_ttl04 h3 {
	font-family: "Hiragino Mincho Pro W6", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", serif;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	background: url(../img/txt_ttl_btm04.gif) no-repeat bottom #f6f0e8;
	margin-bottom: 1em;
	padding: 0 10px 5px 20px;
}

div#content div.txt_ttl05 {
	background: url(../img/txt_ttl_head05.gif) no-repeat top;
	padding-top: 5px;
}

div#content div.txt_ttl05 h3 {
	font-family: "Hiragino Mincho Pro W6", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", serif;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	background: url(../img/txt_ttl_btm05.gif) no-repeat bottom #f6f0e8;
	margin-bottom: 1em;
	padding: 0 10px 5px 20px;
}

div#content h4.sttl {
	font-size: 14px;
	margin-bottom: 0.2em;
}
div#content h4.txt_sttl {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	border-left: 5px solid #F3E68B;
	margin-bottom: 0.4em;
	padding: 0 0 0 8px;
}

div#content p {
	margin-bottom: 0.8em;
}

div#content h3.serial_ttl {
	margin-bottom: 0.2em;
}

div#content p.serial_cap {
	font-weight: bold;
	margin-bottom: 1.8em;
}

div#content p.serial {
	margin-bottom: 1.8em;
}

div#content a.pdf {
	background: url(../../img/pdf.png) no-repeat;
	padding: 0px 10px 10px 23px;
}

div .cap {
	font-size: 12px;
	font-weight: bold;
}

/* pop_up
------------------------------------------------------------------------------ */
body:after {
	content: "";
	display: block;
	clear: both; }
.popup {
	position: relative,; top: 0;
	display: block;
	float: left;
	width: 600px;
	}
.popup-box {
	position: abslute;
	display: block;
	float: left;
	width: 540px;
	padding: 0 auto;
	margin: 10px;
	}
.popup-left {
	display: block;
	float: left;
	width: 230px;
	height: auto;
	padding: 0; }
.popup-right {
	display: block;
	float: right;
	width: 300px;
	padding: 0; }
.popup-box h1 {
	font-size: 32px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 25px;
	color: #c00;
	margin-bottom: 10px;
	padding: 0; 	}
.popup-box h2 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 16px;
	color: #000;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #000; }
.popup-box h3 {
	margin-top: 10px;
	font-size: 16px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 130%;
	padding: 0;
	color: #000; }
.popup-box p {
	font-size: 20px;
	font-size: 1.3rem;
	line-height: 150%;
	padding: 10px 0; }
.popup-box a {
	font-size: 20px;
	font-size: 1.3rem;
	line-height: 150%;
	padding: 10px 0;
	color: #00f; }
.popup-box a:hover {
	font-size: 20px;
	font-size: 1.3rem;
	line-height: 150%;
	padding: 10px 0;
	color: #f00; }
.popup-box strong {
	font-size: 20px;
	font-size: 1.3rem;
	line-height: 150%;
	font-weight: bold;
	color: #000; }


/* section
------------------------------------------------------------------------------ */

div.section {
	margin: 0 5px 1.5em 5px;
	display: inline-block;
	width: 574px;
}
div.section p.ttl{
	font-size: 18pt;
}
div.section p.rt{
	padding-right:10px;
}
div.section:after {clear: both; display: block; content: "."; visibility: hidden; height: 0;}
/* Hides from IE-mac \*/
* html div.section {height: 1%;}
div.section {display: block;}
/* End hide from IE-mac */
div.section ul {
		margin: 0 0 0 35px;
		list-style-type: disc;
	}

/* gotoPagetop
------------------------------------------------------------------------------ */
p.gotoPagetop {
	text-align: right;
	margin-bottom: 2em;
}

/* ==============================================================================

	1.7 side

============================================================================== */

div#side {
	width: 250px;
	float: right;
}

#side .banner {
	margin-bottom: 0;
}

div#side iframe {
	margin-bottom: 0;
}
div#side img {
	margin: 10px 0;
}

.cds-navi {
  list-style-type: none;
  margin: 0 0 2em;
  padding: 0;
}

.cds-navi li { display: inline; }

.cds-navi li a {
  padding: 12px;
  width: 226px;
  display: block;
  background-color: #F9F9FF;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}

.cds-navi li a:hover {
  background-color: #8888BC;
  color: #fff;
  text-decoration: underline;
}

.cds-navi li.m {
	font-size: 16px;
  padding: 12px;
  width: 226px;
  display: block;
  background-color: #E0E0FA;
  color: #1A1A5D;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}

.cds-navi li.o {
  padding: 12px;
  width: 226px;
  display: block;
  background-color: #8888BC;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
}



/* side_aboutus
------------------------------------------------------------------------------ */
dl#side_aboutus {
	background: url(../img/side_aboutus_btm.gif) no-repeat bottom #E0E0FA;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
dl#side_aboutus dt {
	font-weight: bold;
	background: url(../img/side_aboutus_top.gif) no-repeat top;
	padding: 15px 15px 5px 15px;
}
dl#side_aboutus dd {
	padding: 1px 15px;
}
dl#side_aboutclub {
	background: url(../img/side_aboutclub.gif) no-repeat bottom #faeee0;
	padding-bottom: 15px;
	margin-bottom: 20px;
	height: 195px;
}
dl#side_aboutclub dd{
	font-size: 95%;
	padding: 68px 20px 30px 20px;
	margin-bottom: 20px;
}

dl#side_aboutclub a {
	width: 140px;
	height: 60px;
	display: block;
	background: url(../img/more_btn.png) no-repeat;
	background-position: right;
}
dl#side_aboutclub a.more {
	padding-left: 80px;
}


dl#side_member {
	padding-bottom: 15px;
	margin-bottom: 20px;
	height: 51px;
}


/* side_rectangle
------------------------------------------------------------------------------ */
p#side_rectangle {
	margin-bottom: 15px;
}


/* ==============================================================================

	1.8 footer

============================================================================== */

#footer {
	font-size: 11px;
	text-align: center;
	color: #fff;
	background: url(../img/footer_btm.gif) no-repeat bottom #777;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	clear: both;
	display: inline-block;
}
div#footer:after{clear: both; display: block; content: "."; visibility: hidden; height: 0;}
/* Hides from IE-mac \*/
* html div#footer {height: 1%;}
div#footer {display: block;}
/* End hide from IE-mac */

ul#fnav {
	background: url(../img/footer_top.gif) no-repeat top;
	margin-bottom: 1em;
	padding-top: 20px;
}
ul#fnav li {
	display: inline;
}
ul#fnav li a {
	color: #fff;
}


p#copyright {
	color: #fff;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	2. Page Layout

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* ==============================================================================

	2.0 home

============================================================================== */

body#home {
	background: none;
}

/* ------------------------------------------------------------------------------

	2.0.1 home_img

------------------------------------------------------------------------------ */

div#homeImg {
	background: url(../../img/homeImg.jpg) no-repeat;
	width: 864px;
	height: 315px;
	overflow: hidden;
	margin-bottom: 5px;
	position: relative;
}
div#homeImg h2 {
	position: absolute;
	top: 53px;
	left: 474px;
}


/* homeImgNav
------------------------------------------------------------------------------ */
ul#homeImgNav {
	z-index: 99;
}
ul#homeImgNav li.homeImgNav_company {
	position: absolute;
	top: 124px;
	left: 432px;
}
ul#homeImgNav li.homeImgNav_case {
	position: absolute;
	top: 124px;
	left: 619px;
}
ul#homeImgNav li.homeImgNav_service {
	position: absolute;
	top: 201px;
	left: 619px;
}
ul#homeImgNav li.homeImgNav_business {
	position: absolute;
	top: 201px;
	left: 432px;
}


/* ------------------------------------------------------------------------------

	2.0.2 home_news

------------------------------------------------------------------------------ */

div#home_news {

}
div#home_news dl {
	margin: 0 5px 0 5px;
}
div#home_news p {
	text-align: right;
	margin: 0 12px 9px 12px;
}
div#home_news dt {
	font-weight: bold;
	color: #777;
	padding-bottom: 0.7em;
	width: 1px;
	float: left;
	clear: both;
}
div#home_news dd {
	margin-left: 30px;
	padding-bottom: 0.7em;
}

div#home_news dd a {
	background: url(../../img/pdf.png) no-repeat;
	padding: 0px 10px 10px 23px;
}


/* ------------------------------------------------------------------------------

	2.0.2 home_faq

------------------------------------------------------------------------------ */

div#home_faq ul li {
	background: url(../../img/home_faq_q.gif) no-repeat left 3px;
	padding: 0 0 0.2em 22px;
}



/* ==============================================================================

	2.1 service

============================================================================== */

div.service_pagelead {
	background: url(../../service/img/service_pagelead_img.jpg) no-repeat right;
}

div#content div.back_blue_line {
	border: 1px solid #ccc;
	padding: 8px;
	margin-bottom:10px;
	background-color: #E8F2F6;
	font-size: 88%;
	line-height: 150%;
}

table.ser_a_tbl {
	border: 1px solid #ccc;
	margin: 10px 10px 0px 0px;
	width: 560px;
}

table.ser_a_tbl th {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 5px 8px;
}

table.ser_a_tbl td {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #ccc;
	padding: 5px 8px;
}

table.ser_a_tbl th.ttl,
table.ser_a_tbl td.ttl {
	background-color: #E8F2F6;
	text-align: left;
}
table.ser_a_tbl th {
	width: 35%;
	text-align: left;
}
table.ser_a_tbl td {
	width: 65%;
}

table.ser_a_tbl td b {
	font-weight: bold;
}

/* ==============================================================================

	2.2 case

============================================================================== */

div.case_pagelead {
	background: url(../../case/img/case_pagelead_img.jpg) no-repeat right;
}

h3.faq_q {
	font-family: "Hiragino Mincho Pro W6", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", serif;
	color: #555;
	background: url(../../faq/img/faq_q_bg.gif) no-repeat top #f6f0e8;
	padding: 10px 10px 0 50px;
}
div.faq_a {
	background: url(../../faq/img/faq_a_bg.gif) no-repeat top;
	margin-bottom: 1.5em;
	padding: 20px 5px 0 5px;
}

table.faq_a_tbl {
	border: 3px solid #f8c4b9;
	margin: 10px 10px 1em 10px;
	width: 534px;
}
table.faq_a_tbl caption {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	color: #777;
	border-left: 5px solid #f39e8b;
	margin-bottom: 0.3em;
	padding-left: 8px;
}
table.faq_a_tbl th,
table.faq_a_tbl td {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #ccc;
	padding: 5px 8px;
}
table.faq_a_tbl td {
	text-align: right;
}


/* ==============================================================================

	2.3 company

============================================================================== */

div.company_pagelead {
	background: url(../../company/img/company_pagelead_img.jpg) no-repeat right;
}

div#company_mission dd {
	padding-top:10px;
}

div#company_mission dd a {
	background: url(../../img/pdf.png) no-repeat;
	padding: 0px 10px 10px 23px;
}

/* ==============================================================================

	2.3 business

============================================================================== */

div.business_pagelead {
	background: url(../../business/img/business_pagelead_img.jpg) no-repeat right;
}

div#content div.back_blue {
	padding: 8px;
	margin-bottom:30px;
	background-color: #D5EAFF;
	font-size: 88%;
	line-height: 150%;
}

div#content div.back_navy {
	width"574px";
	padding: 8px;
	margin-bottom:10px;
	background-color: #151D8A;
	color: #fff;
	font-size: 120%;
	line-height: 150%;
}

div#content div.back_join {
	width"374px";
	padding: 4px;
	margin:40px 100px 40px;
	background-color: #6666FF;
	text-align: center;
	color: #fff;
	font-size: 100%;
	line-height: 150%;
}

div#content div.back_join a {
	text-align: center;
	color: #fff;
	font-size: 100%;
	line-height: 150%;
}

div#content div.back_join a link {
	text-align: center;
	color: #f00;
	font-size: 100%;
	line-height: 150%;
}

div#content table div.back_join_s {
	width"156px";
	padding: 4px;
	margin:20px 0px 10px;
	background-color: #6666FF;
	text-align: center;
	color: #fff;
	font-size: 100%;
	line-height: 150%;
}

div#content table div.back_join_s a {
	text-align: center;
	color: #fff;
	font-size: 100%;
	line-height: 150%;
}

div#content table div.back_join_s a link {
	text-align: center;
	color: #f00;
	font-size: 100%;
	line-height: 150%;
}

table.bus_a_tbl {
	border: 1px solid #ccc;
	margin: 10px 10px 1em 10px;
	width: 555px;
}
table.bus_a_tbl th,
table.bus_a_tbl td {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #ccc;
	padding: 5px 8px;
}

table.bus_a_tbl th.ttl,
table.bus_a_tbl td.ttl {
	background-color: #D5EAFF;
	text-align: center;
}
table.bus_a_tbl th {
	width: 20%;
	text-align: center;
}
table.bus_a_tbl td {
	width: 80%;
}



/* ==============================================================================

	2.4 club

============================================================================== */

/*
div.club_pagelead_index {
	background: url(../../club/img/club_pagelead_index_img.jpg) no-repeat right;
}
*/
div.club_pagelead_index {
	background: none;
}

div.club_pagelead {
	background: url(../../club/img/club_pagelead_img.jpg) no-repeat right;
}

div#club_news {

}
div#club_news dl {
	margin: 0 5px 0 5px;
}
div#club_news p {
	text-align: right;
	margin: 0 12px 9px 12px;
}
div#club_news p.center {
	text-align: center;
	margin-bottom: 5px;
}
div#club_news dt {
	font-weight: bold;
	color: #777;
	padding-bottom: 0.7em;
	width: 1px;
	float: left;
	clear: both;
}
div#club_news dd {
	margin-left: 100px;
	padding-bottom: 0.7em;
}

table.club_a_tbl {
	border: 1px solid #ccc;
	margin: 10px 10px 0px 0px;
	width: 560px;
}
table.club_a_tbl th,
table.club_a_tbl td {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #ccc;
	padding: 5px 8px;
}

table.club_a_tbl th.ttl,
table.club_a_tbl td.ttl {
	background-color: #D5EAFF;
	text-align: center;
}
table.club_a_tbl td {
	width: 50%;
}

table.club_a_tbl2 {
	border: 1px solid #ccc;
	margin: 10px 10px 0px 0px;
	width: 560px;
}
table.club_a_tbl2 th,
table.club_a_tbl2 td {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #ccc;
	padding: 5px 8px;
}

table.club_a_tbl2 th.ttl,
table.club_a_tbl2 td.ttl {
	background-color: #D5EAFF;
	text-align: center;
}

a.top_l {
	display: block;
	width: 100px;
	height: 100px;
	background-image: url('top_l.gif');
}
/* ------------------------------------------------------------------------------

	2.3.3 outline

------------------------------------------------------------------------------ */

table#company_outline {
	border: 3px solid #E7E6FD;
	width: 564px;
}
table#company_outline th,
table#company_outline td {
	font-size: 14px;
	border: 1px solid #E7E6FD;
	padding: 8px 10px;
}
table#company_outline th {
	white-space: nowrap;
	letter-spacing: 0.1em;
	background-color: #F4F4FF;
	width: 90px;
}


/* ------------------------------------------------------------------------------

	2.3.4 access

------------------------------------------------------------------------------ */

div#googleMapArea {
	width: 560px;
	border: 2px solid #f6f0e8;
	margin: 0 5px 2em 5px;
}



/* ==============================================================================

	2.4 news

============================================================================== */

div.news_pagelead {
	background: url(../../news/img/news_pagelead_img.jpg) no-repeat right;
}

div#content p.newsDate {
	font-size: 12px;
	font-weight: bold;
	color: #777;
}


/* ==============================================================================

	2.5 inquiry

============================================================================== */

div.inquiry_pagelead {
	background: url(../../inquiry/img/inquiry_pagelead_img.jpg) no-repeat right;
}

table.form_tbl {
	width: 564px;
	margin: 0 5px 2em 5px;
}

table.form_tbl th,
table.form_tbl td {
	border: 1px solid #f8c4b9;
	padding: 8px 10px;
}
table.form_tbl th {
	white-space: nowrap;
	letter-spacing: 0.1em;
	background-color: #f6f0e8;
	width: 130px;
}

div#content table.form_tbl p.form_msg {
	font-size: 11px;
	line-height: 1.3;
	color: #666;
	margin-bottom: 0.5em;
}

div#content p#input_btn {
	text-align: center;
	padding-bottom: 2em;
}

div#err_info {
	color: #f00;
	background-color: #f6f0e8;
	padding: 1em;
	border:  1px solid #dfdcd2;
	margin: 0 19px 2em 19px;
}
div#err_info ul {
	list-style: disc;
	margin-left: 1em;
}


/* ==============================================================================

	2.7 privacy

============================================================================== */

div.privacy_pagelead {
	background: url(../../privacy/img/privacy_pagelead_img.jpg) no-repeat right;
}


/* ==============================================================================

	2.8 sitemap

============================================================================== */

div.sitemap_pagelead {
	background: url(../../sitemap/img/sitemap_pagelead_img.jpg) no-repeat right;
}

ul#sitemap_list {
	margin: 0 20px 20px 20px;
}
ul#sitemap_list li {
	list-style: square;
	margin-bottom: 1em;
}
ul#sitemap_list li.sitemap_listChild ul {
	margin: 1em 0 0 2em;
}
ul#sitemap_list li.sitemap_listChild ul li {
	list-style: circle;
	margin-bottom: 0.3em;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	3. Other Styles

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ------------------------------------------------------------------------------

	3.1 font

------------------------------------------------------------------------------ */

.fs11px { font-size: 11px; }
.fs12px { font-size: 12px; }
.fs14px { font-size: 14px; }
.fs16px { font-size: 16px; }

.fw_bold { font-weight: bold;}
.fw_normal { font-weight: normal;}

/* ------------------------------------------------------------------------------

	3.2 float align

------------------------------------------------------------------------------ */

.clearfix { display: inline-block; }
.clearfix:after{clear: both; display: block; content: "."; visibility: hidden; height: 0;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear_both { clear:both; }

.align_left { text-align: left; }
.align_center { text-align: center; }
.align_right { text-align: right; }

.valign_top { vertical-align: top; }
.valign_middle { vertical-align: middle; }
.valign_bottom { vertical-align: bottom; }

.img_left { float: left; margin: 0 15px 15px 0; }
.img_right { float: right; margin: 0 0 12px 12px; }

/* ------------------------------------------------------------------------------

	3.3 ul ol

------------------------------------------------------------------------------ */

ul.ul_disc {
	list-style: disc;
	margin-bottom: 1em;
	margin-left: 1.9em;
}

/* ------------------------------------------------------------------------------

	3.4 width height

------------------------------------------------------------------------------ */

.w100px { width: 100px; }
.w200px { width: 200px; }
.w300px { width: 300px; }
.w350px { width: 350px; }
.w400px { width: 400px; }
.h150px { height: 150px; }
.h200px { height: 200px; }

/* ------------------------------------------------------------------------------

	3.5 color

------------------------------------------------------------------------------ */
.cl_f00 { color: #f00; }
