@charset "UTF-8";

/***************************
	Basic Style
***************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6, p, address, ul, ol, dl {
	font-size: 100%;
	font-style: normal;
}


body {
	background: #fff;
	color: #666;
	text-align: center;
	line-height: 1.5;
	font-family: "微軟正黑體",Arial,Helvetica,sans-serif;
	font-size: 14px;
}

a {
	color: #333;
	overflow: hidden;
}

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

img {
	border: none;
	vertical-align: bottom;
}


ul {
	list-style: none;
}


/***************************
         container        
***************************/

#container {
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: left;
}


/***************************
           header
***************************/

#header {
	position: relative;
	margin-bottom: 20px;
	padding-top: 20px;
}

#header h2 {
	margin-bottom: 20px;
}

#lang {
	position: absolute;
	right: 0;
	top: 20px;
	width: 364px;
	height: 20px;
	background: url(images/btn_lang.gif) no-repeat right top;
}

#lang li {
	float: left;
	margin-left: 2px;
}

#lang li a {
	display: block;
	width: 89px;
	text-indent: -9999px;
}

#lang li:nth-of-type(1) a:hover { background: url(images/btn_lang.gif) no-repeat    0px -20px; }
#lang li:nth-of-type(2) a:hover { background: url(images/btn_lang.gif) no-repeat  -91px -20px; }
#lang li:nth-of-type(3) a:hover { background: url(images/btn_lang.gif) no-repeat -182px -20px; }
#lang li:nth-of-type(4) a:hover { background: url(images/btn_lang.gif) no-repeat -273px -20px; }

#lang li:nth-of-type(4) a { background: url(images/btn_lang.gif) no-repeat -273px -20px; }


/***************************
          content
***************************/

#content {
}

#content h1 {
}

#content h2 {
	margin-bottom: 5px;
	color: #900;
	font-size: 24px;
}

#content h3 {
	margin-bottom: 5px;
	font-size: 17px;
}

#content h4 {
	font-size: 15px;
}

#content p {
	line-height: 1.6;
	font-size: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
}


#content ul {
	list-style: none;
	margin: 5px 5px 10px;
}

#content ul li {
	padding-left: 1em;
	text-indent: -0.5em;
}

#content ul li:before {
	position: relative;
	left: -0.5em;
	content: "*";
}


.pagetop {
	text-align: right;
}


/* Introduction */

#intro {
	margin-bottom: 40px;
}

#content #intro h2 {
	margin-bottom: 5px;
	color: #900;
	font-size: 24px;
}

#content #intro p {
	font-size: 16px;
}


/* Zogan */

.article {
	margin: 40px 0 30px;
}

#content .article h2 {
	padding: 0 0 5px 10px;
	border-top: solid 1px #600;
	border-bottom: solid 15px #fff;
	background-color: #600;
	background-image: -webkit-linear-gradient(top, #f3d4d4, #fff);
	background-image: -moz-linear-gradient(top, #f3d4d4, #fff);
	background-image: -o-linear-gradient(top, #f3d4d4, #fff);
	background-image: linear-gradient(to bottom, #f3d4d4, #fff);
}

.article h3 ,
.article p {
	margin-right: 320px;
}

.article p {
	margin-bottom: 1.5em;
}
.article p:last-of-type {
	margin-bottom: 0;
}

#kai {
	min-height: 502px;
	background: url(images/kai_img.jpg) no-repeat right bottom;
}

#moku {
	min-height: 489px;
	background: url(images/moku_img.jpg) no-repeat right bottom;
}


/* Contact */

#contact {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px;
	border: solid 1px #d0c28b;
	background: #eeeada;
}

#content #contact h3 {
	color: #900;
	font-size: 18px;
}

#content #contact p {
	font-weight: bold;
	font-size: 15px;
}


/* Privacy Policy */

#privacy {
	margin: 0 20px 30px;
}

#content #privacy h3 {
	color: #900;
	font-size: 16px;
}

#content #privacy h4 {
	margin-top: 5px;
	padding-top: 5px;
	border-top: dashed 1px #999;
}


/***************************
          footer
***************************/

#footer {
	margin-top: 20px;
	border-top: solid 1px #c9bca0;
	background: #eeeada;
	color: #333;
}

#footer-inner {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0 15px;
	text-align: left;
}


#footer h2 {
	float: left;
	margin-right: 30px;
}

#footer h3 {
	font-size: 16px;
}

.address-jp {
	float: left;
	width: 280px;
	margin-right: 20px;
}

.address-en {
}

#copyright {
	margin-top: 15px;
	padding-top: 15px;
	border-top: solid 1px #a7a28c;
	font-size: 12px;
	text-align: right;
}
