
* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	font-family: Osaka, "MS UI Gothic", Verdana, Arial, Helvetica,monospace;
	background: #fff url("../../img/background/bk_body.gif") repeat-x;
	font-size: 80%;
	line-height: 175%;
	text-align: left;
}
/* Common
------------------------------------------------------- */
.capital {
	text-transform: uppercase;
}
a {
	color: #333;
	text-decoration: none;
	padding: 0 0 1px;
	border-bottom: none;
}
/* header
----------------------------------------------------------- */
#header h1 .enTitle {
	display: none;
}
#header p a .enTitle {
	display: none;
}
#header p a img {
	border: none;
}
/* crumb
------------------------------------------------------- */
#crumb {
	display: none;
}
/* fontSize
----------------------------------------------------------- */
#fontSize {
	display: none;
}/* globalNavi
----------------------------------------------------------- */
#globalNavi {
	display: none;
}/* mainImg
----------------------------------------------------------- */
#mainImg {
	width: 100%;
	text-align: right;
	margin: 10px 0 0 0;
}
/* print
----------------------------------------------------------- */
.print {
	text-align: left;
}

/* contents
----------------------------------------------------------- */
#contents {
	width: 100%;
}
h1 {
	font-size: 1.4em;
	margin: 20px 0;
}
h2 {
	font-size: 1.4em;
	margin: 10px 0;
}
#innerCont .pline {
	border-bottom: 1px solid #999;
	margin: 0 0 20px;
}
/* index ---------------------------- */
body.index #contents dl {
	background: url("../../img/top_img/line.gif") repeat-y left;
}
body.index #contents dl:after {
	content: "";
	display: block;
	clear: both;
	margin-top: -1px;
}
body.index #contents dl {
	display: inline-table;
}
/*\*/
* html body.index #contents dl {
	height: 1em;
}
/**/
body.index #contents dt {
	float: left;
	width: 100px;
	margin: 0 280px 10px 0;
}
body.index #contents dd {
	float: left;
	width: 4000px;
	margin: 0 0 10px -270px;
	clear: right;
}
/* environment ---------------------------- */
body.environment #innerCont h2 {
	font-size: 1.2em;
	padding: 0 0 10px;
}
body.environment #innerCont h3 {
	font-size: 1.0em;
	padding: 0 0 0 5px;
}
body.environment #innerCont ol,
body.environment #innerCont ul {
	padding: 0 0 20px 30px;
}
/* data ---------------------------- */
body.dataTop #contents #innerCont {
	padding: 0 0 150px;
}
body.dataTop #contents #innerCont li {
	margin: 0 0 0 30px;
}
body.data #innerCont h2 {
	font-size: 1.2em;
	padding: 0 0 10px;
}
body.data #innerCont h3 {
	font-size: 1.0em;
	padding: 0 0 0 5px;
}
body.data #innerCont ol {
	padding: 0 0 20px 30px;
}
body.data #innerCont dd {
	padding: 0 0 10px 0;
}
body.data #innerCont dd.pline {
	border-bottom: 1px solid #999;
	margin: 0 0 20px;
	padding: 0 0 20px 0;
}
table {
	font-size: 90%;
	line-height: 175%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 0 20px;
}
table th,table td {
	padding: 5px 5px;
}
table th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #eee;
}
table th.row {
	background: #09c;
	color: #fff;
}
table td.gray {
	background: #fafafa;
}
table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table td.borderNo {
	border-bottom: none;
	border-right: none;
}
table td.borderNoRight {
	border-bottom: 1px solid #ccc;
	border-right: none;
}
table td.borderNoBottom {
	border-bottom: none;
	border-right: 1px solid #ccc;
}
table td.aligncenter {
	text-align: center;
}
.width80 {
	width: 80px;
}
.width110 {
	width: 110px;
}
/* rule ---------------------------- */
body.rule #innerCont h2 {
	font-size: 1.2em;
	padding: 0 0 10px;
}
body.rule #innerCont h3 {
	font-size: 1.0em;
	padding: 0 0 0 5px;
}
body.rule #innerCont ol,
body.rule #innerCont ul {
	padding: 0 0 20px 30px;
}
/* privacy ---------------------------- */
body.privacy #innerCont h2 {
	font-size: 1.2em;
	padding: 0 0 10px;
}
body.privacy #innerCont h3 {
	font-size: 1.0em;
	padding: 0 0 0 5px;
}
body.privacy #innerCont dl {
	width: 410px;
}
body.privacy #innerCont dt {
	font-size: 1.2em;
	padding: 0 0 10px 0;
	font-weight: bold;
}
body.privacy #innerCont dd {
	padding: 0 0 20px 0;
}
/* footer
------------------------------------------------------- */
#footer {
	width: 100%;
}
#footer h2 {
	display: none;
}
#footer ul {
	display: none;
}
/* address
------------------------------------------------------- */
address {
	font-family: Verdana, Arial, Helvetica,monospace;
	font-size: 12px;
	font-style: normal;
	margin: 50px 0 0;
}
address a {
	color: #333;
	text-decoration: none;
}

