/* ################################ */
/*
CSS Source Coding
2006/12/20
*/
/* ################################ */

*{
margin:0px;
padding:0px;
border:0px;
background-color:transparent;
/*white-space:0.5em;
word-spacing:0.5em;
*/
text-align:left;
font-weight:normal;
font-style:normal;
text-decoration:none;
empty-cells:show;
border-collapse:collapse;
line-height:130%;
font-size:100%;;
text-align:left;
border-spacing:0px;
/*font-family:"Osaka", "MS UI Gothic", "sans-serif"*/
font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3"; 
clear:none;
}

html{
}

body{
	width:auto;
	font-size:85%;
}

body{
	margin:0px auto;
	text-align:center;
	background:url(../images/aa_r1_c1.jpg) repeat bottom left;
	height:100%;
}

#pages{
	width:740px;
	height:100%;
	margin:0px auto;
}

#top{
	background:url(../images/ab_r1_c2.jpg) left top no-repeat;
	height:104px;
}

#contents{
	width:740px;
	height:auto;
	min-height:540px;
	background:#FFFFFF;

}

#main{
	height:100%;
	float:left;
	clear:none;
	width:537px;
	background:#FFFFFF;
}

#menu{
	height:100%;
	float:right;
	width:203px;
	clear:none;
	background:#FFFFFF;
}

#bottom{
	background:url(../images/bb_r23_c2.jpg) left top no-repeat;
	height:28px;
}

#ct{
	margin-left:9px;
	margin-right:9px;
}

/* ##################################### */
/*  CSS in ID */
/* ##################################### */

#menu li{
	list-style:none;
	margin-bottom:1px;
}

#menu .mt{
	list-style:none;
	margin-top:4px;
	margin-bottom:1px;
}


/* ##################################### */
/* Basic Class Set for Non CSS */
/* ##################################### */

.textarea{
	margin:0px 10px;
	width:450px;
}

.title {
	display:none;
	visibility:hidden;
}

/* Size Class */

.t1{
	font-size:180%;
}

.t2{
	font-size:140%;
}

.t3{
	font-size:100%;
}

.t4{
	font-size:95%;
}

.t5{
	font-size:88%;
}

.t6{
	font-size:80%;
}
.mainword {
	font-size: 1em;
	background: #FFFFFF;
}

/* color */

.white{
	color:#FFFFFF;
}

.red{
	color:#CC0000;
}

.blue{
	color:#006699;
}

.green{
	color:#009900;
}

/* text decoration */

.stg{
	font-weight:bold;
}

.nml{
	font-weight:normal;
}

.ita{
	font-style:italic;
}

.Not{
	color:#FF3300;
}

/* Position */

.Cnt{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.Lt{
	text-align:left;
}

.Rt{
	text-align:right;
}

.top{
	vertical-align:top;
}

.middle{
	vertical-align:middle;
}

.bottom{
	vertical-align:bottom;
}

.clear{
	clear:both;
	float:none;
}

/* FONT */

.JpFP{
	font:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

.JpF{
	font:"‚l‚r ƒSƒVƒbƒN", "Osaka|“™•";
}

.fontE1{
	font:Arial, Helvetica, sans-serif;
}

.fontE2{
	font:"Times New Roman", Times, serif;
}

/* Table Width set */

.td20{
	width:20px;
}

.td30{
	width:30px;
}

.td40{
	width:40px;
}

.td50{
	width:50px;
}

.td60{
	width:60px;
}

.td70{
	width:70px;
}

.td80{
	width:80px;
}

.td100{
	width:100px;
}

.td150{
	width:150px;
}

.td200{
	width:200px;
}

.td250{
	width:250px;
}

.td300{
	width:300px;
}

.td320{
	width:320px;
}

.td330{
	width:330px;
}

.td340{
	width:340px;
}

.td350{
	width:350px;
}

.w100{
	width:100%;
}

.w99{
	width:99%;
}

.w95{
	width:95%;
}

.w90{
	width:90%;
}

.w80{
	width:80%;
}

.w70{
	width:70%;
}

.w50{
	width:50%;
}

.w40{
	width:40%;
}

.w30{
	width:30%;
}

.w20{
	width:20%;
}

.w10{
	width:10%;
}

/* HTML TAG */

strong{
	font-weight:bold;
}

h1{
	font-size:1.6em;
	font-weight:bolder;
}

h2{
	font-size:1.2em;
	font-weight:bolder;
}

/*h3{
	font-size:1.1em;
	font-weight:bolder;
	color:#333;
	border-bottom:2px #333 solid;
	margin-bottom:1em;
}*/

h3{
	font-size:1.1em;
	font-weight:bolder;
}

h4{
	font-size:1em;
	font-weight:bolder;
	color:#FFFFFF;
	background:#666;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}
h5{
	font-size:0.9em;
	font-weight:bolder;
}
h6{
	font-size:0.8em;
	font-weight:bolder;
}

.pop{
	color:#000;
}

#main ol{margin-left:1em; list-style:outside; list-style:decimal;}
#main ol:after {margin-bottom:1em;}
#main li{line-height:1.5em;}