@charset "UTF-8";

@import "reset.css" ;
@import "base.css" ;
@import "clearfix.css" ;

* {
	background: none !important;
	color: #000000 !important;
	overflow: visible !important;
}

/* @group 初期設定 */

html {
	background: none !important;
	color: #000000 !important;
}

body {
	font-size: 10pt;
	font-family: serif;
}

h1, h2, h3, h4, h5, h6, dt, th {
    font-family: 'Century Gothic', Arial, sans-serif !important;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	margin: 0 !important;
	padding: 0 !important;
}

body.normal h1,
body.sitemap h1 {
	font-size: 15.1pt;
	font-weight: bold;
	border: 1px solid #999;
	border-left: 8px solid #404040;
	line-height: 1;
	padding: 11px 8px;
	margin-bottom: 17px;
}

body.normal h2,
body.sitemap h2 {
	font-size: 12.1pt;
	font-weight: bold;
	line-height: 1;
	padding: 8px 10px;
	border: 3px double #999 !important;
	margin-bottom: 15px;
}

body.normal h3,
body.sitemap h3 {
	font-size: 10.6pt;
	font-weight: bold;
	line-height: 1;
	border-left: 6px solid #404040;
	border-bottom: 1px dotted #666;
	padding: 3px 9px 5px 7px;
	margin-bottom: 15px;
}

h4 {
	font-weight: bold;
	line-height: 1;
	border-left: 6px solid #999;
	padding: 3px 7px 4px 7px;
	margin-bottom: 15px;
}

h5 {
	font-weight: bold;
	display: list-item;
	list-style: square;
	margin: 0 0 15px 1em;
	padding: 0 !important;
	border: none !important;
}

h6 {
	font-weight: bold;
	margin: 0 0 15px 0;
}

p {
	margin-bottom: 15px;
}

p.lead {
	font-size: 10.6pt;
	font-weight: bold;
	font-style: italic;
}

p.caution {
	display: list-item;
	list-style-image: url(../images/print_icon_caution.gif);
	margin-left: 18px;
	padding: 0 !important;
}

ul.caution {
	margin: 0 0 20px 18px;
}

ul.caution li {
	list-style-image: url(../images/print_icon_caution.gif);
	margin-left: 1em;
	margin-bottom: 4px;
	padding: 0 !important;
}

ul.link-list {
	margin: 0 0 20px 20px;
}

div#content-area div#content div#main-content ul.link-list li {
	list-style-image: url(../images/print_icon_link.gif);
	margin-left: 1em;
	margin-bottom: 6px;
	padding-left: 0 !important;
}

ol {
	margin: 0 0 20px 33px;
}

ol li {
	margin-bottom: 3px;
}

ol li ol {
	margin: 4px 0 0 15px;
}


ul.list {
	margin: 0 0 20px 29px;
}

ul.list li {
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 3px;
	padding: 0 !important;
}

ul.list li ul {
	margin-left: 15px;
}

ul.list li ul li {
	list-style: circle;
}

dl {
	margin-bottom: 20px;
}

dl dt {
	display: list-item;
	list-style: disc;
	font-weight: bold;
	margin: 0 0 3px 13px;
	padding-left: 0 !important;
}

dl dd {
	margin: 0 0 10px 13px;
}

table {
	width: 99%;
	margin-bottom: 20px;
}

table th {
	padding: 3px 7px;
	text-align: left;
	font-weight: bold;
	border: 1px solid #999 !important;;
}

table td {
	padding: 3px 7px;
	border: 1px solid #999 !important;;
}

/* @end */

ul#header-nav,
ul#global-nav,
div#nav-area,
div#footer-area,
div#footer-nav-area {
	display: none !important;
}

div#header {
	height: 70px !important;
}

body.home div#header {
	height: 80px !important;
}

body.normal div#header,
body.sitemap div#header,
body.normal div#second-header,
body.sitemap div#second-header,
body.normal div#content,
body.sitemap div#content,
body.normal p#copyright,
body.sitemap p#copyright {
	width: 626px !important;
}

div#main-content {
	padding: 0 !important;
}

p#main-image img {
	width: 626px;
	height: 57px;
}

p.lead {
	padding-left: 0 !important;
}

div#info dl dt {
	margin-left: 15px !important;
}

div#form-privacy {
	overflow: auto !important;
}

/* @group IE用 */

* html div#content-area div#content div#main-content dl.address-list {
	zoom: 1;	
}

* html div#content-area div#content div#main-content div.index-pattern,
* html div#content-area div#content div#main-content div.index-pattern-sigle,
* html div#content-area div#content div#main-content div.pattern1-1,
* html div#content-area div#content div#main-content div.pattern1-1-1 {
	overflow: hidden;
	width: 643px;
}

* html body.home {
	zoom: 72%;
}


*:first-child+html div#content-area div#content div#main-content div.index-pattern,
*:first-child+html div#content-area div#content div#main-content div.index-pattern-sigle,
*:first-child+html div#content-area div#content div#main-content div.pattern1-1,
*:first-child+html div#content-area div#content div#main-content div.pattern1-1-1 {
	overflow: hidden;
	width: 643px;
}

/* @end */
