@charset "UTF-8";


	/* -- Sy[W
	ӁI
	base.cssɂ͐FATCŶ݂ɂقJX^}CY₷łB
	ʒu֌W͋֎~B
	 --*/


body {
	margin:0 auto;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:1.5em;
	letter-spacing:1px;
	background-color:#F0F0F0;
}

h1, h2, h3 {
	margin:0;
	padding:0;
}

p, dl {
	margin:10px 20px;
	padding:0px;
}

dl p {
	margin:0px;
}


	/* --- table֌W --- */


table {
	border-collapse:collapse;
	padding:5px;
}

caption {
	font-size:0.7em;
	line-height:130%;
	text-align:left;
}

th, td {
	padding:5px;
	font-size:0.9em;
	line-height:140%;
	letter-spacing:1px;
}


	/* --- Xg֌W --- */


ol, ul, li {
	margin:0;
	padding:0;
}

ul, ol {
	text-align:left;
}

li {
	font-size:1.0em;
	line-height:1.5em;
	letter-spacing:1px;
}

img {
	border:none;
	list-style-position:outside;
}


	/* -- avf --*/


a:link, a:visited {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	color:#0000FF;
	text-decoration:underline;
}

a:active {
	color:#FF0000;
}


	/* --- {\ ---*/


div#topline {
	top:0;
	left:0;
	height:9px;
	width:100%;
	background:url(../../img/00line.jpg);
	position:fixed;
	vertical-align:top;
	z-index:9999;
}

div#bottomline {
	left:0;
	bottom:0;
	width:100%;
	height:9px;
	background:url(../../img/00line.jpg);
	position:fixed;
	vertical-align:bottom;
	z-index:9999;
}

div#wrapper {
	width:760px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	text-align:center;
	border:1px solid #CCCCCC;
	display: inline-table;
	z-index:1;
	background-color: #FFFFFF;
}

#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #containerD {
    height: 1em;
    overflow: visible;
}
/**/


	/* -- Header  --*/


div#wrapper div#header {
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	text-align:left;
	width:760px;
	height:122px;
	z-index:9999;
}

div#header h1 {
	width:540px;
	height:115px;
	background:url(../../img/00banner.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
}

div#goog {
	float:left;
	width:200px;
	top:8px;
	position:relative;
	line-height:0.1em;
}

div#language {
	margin:0 0 -6px 17px;
}


	/* -- Menu  --*/


div#menu {
	margin:0;
	width:760px;
	height:30px;
	text-align:center;
	background-image:url(../../img/00menuback.jpg);
	background-repeat:repeat-x;
	z-index:9999;
	position: relative;
}

#menu h2 {
	display:none;
}

#menu ul {
	height:27px;
	background-repeat:no-repeat;
}

#menu li {
	height:27px;
	list-style-position:outside;
	font-size:0.8em;
	margin:0 13px 0 15px;
	padding:3px 0 0 10px;
	float:left;
}


/* -- main  --*/


div#wrapper .invisible,
div#wrapper .invisible a {
	display:none;
	/* hack v2 for MacIE \*/
	display:block;
	position:absolute;
	font-size:0.1em;
	line-height:0.1em;
	width:0.1em;
	left:-9999px;
	/* end hack */
}

div#main {
	top:18px;
	width:760px;
	margin-bottom:25px;
	text-align:left;
	z-index:2;
	position:relative;
	overflow: hidden;
}

/* -- pX -- */


div#topics {
	width:100%;
	text-align:center;
	margin:5px 2px 10px 5px;
}

div#path h3 {
	width:0;
	height:0;
	margin:0;
	padding:0;
	text-indent:-9999px;
}

div#topics #path ul {
	list-style-position:inside;
	margin:20px 2px 2px 5px;
	padding:0 0 20px 0;
}

div#topics #path li {
	float:left;
	list-style:none;
	font-size:0.8em;
	background-image:url(../../img/listcur.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
}

/* -- pX -- */


/* -- copy -- */


div#wrapper div#footer {
	margin:10px auto;
	text-align:center;
	width:300px;
	visibility: visible;
	z-index: 10;
}

div#footer div#copy {
	display:block;
	width:300px;
	height:130px;
	text-align:left;
	visibility:visible;
	z-index:15;
}

div#copy p {
	font-size:0.8em;
	line-height:1.1em;
	letter-spacing:normal;
}


	/* --  --*/


.strong {
	font-weight:bold;	
}

.italic {
	font-style:italic;
}

.underline {
	text-decoration:underline;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.small {
	font-size:0.9em;
}

.wsmall {
	font-size:0.7em;
}

.top {
	vertical-align:top;
}

.middle {
	vertical-align:middle;
}

.bottom {
	vertical-align:bottom;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.floatclear {
	clear:both;
}

.red {
	color: #FF0000;
}


	/* -- Xg -- */
	

.none {
	list-style-type:none;
}

.disc {
	list-style-type:disc;
}

.square {
	list-style-type:square;
}

 /* A B C D E etc. */
.upper_alpha {
	list-style-type:upper-alpha;
}

 /* a b c d e etc. */
.lower_alpha {
	list-style-type:lower-alpha;
}

 /* 1 2 3 4 5 etc. */
.decimal {
	list-style-type:decimal;
}

 /* i ii iii iv v etc. */
.l_roman {
	list-style-type:lower-roman;
}

 /* I II III IV V etc. */
.u_roman {
	list-style-type:upper-roman;
}

.totop p {
	text-align:right;
	font-size:0.9em;
}
