/* CSS Document */
@charset"Shift_JIS";

/*--    --*/
*{

	font-size: 100%;
	font-weight: normal;
	font-family: Osaka, "‚l‚r ƒSƒVƒbƒN";
	font-style:normal;
	margin: 0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	text-align:center;
	width: 100%;
	color:#000000;
	line-height:1.4em;
	background-color:#ffffff;
	font-size:13px;
}

img{ border:0px; }
ul, li{ list-style-type: none; }
b,strong{ font-weight:bold; }
.clr{ clear:both; }
.box{ text-align:left; padding:0 10px; }
.lbox{	padding:20px 30px 0 30px; }

#container{
	margin: 0 auto;
	padding:0px;
	width: 800px;
	height:auto;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #a9a9a9;
}

h1{ font-size: 10px; color: #999999; text-align: right; margin: 0 0 10px 0; padding:0 5px; font-weight:normal; }
h2{ font-weight: bold; font-size: 20px; display:block; margin:10px 0; text-align:center; }
h3{ font-weight: bold; font-size: 14px; text-align:left; }
h4{ font-weight: bold; font-size: 16px; }
h5{ background-color:#6699ff; color:#ffffff; padding:0 10px; display:block; margin:10px 0; text-align:left; font-weight:bold; }
h6{ font-weight: bold; font-size: 10px; }

.size1{ font-size: 10px; line-height:1.4em; }
.size2{ font-size: 12px; line-height:1.4em; }
.size3{ font-size: 14px; line-height:1.4em; }
.size4{ font-size: 18px; line-height:1.4em; }
.size5{ font-size: 24px; line-height:1.4em; }
.size6{ font-size: 28px; line-height:1.4em; }
.size7{ font-size: 36px; line-height:1.4em; }
.size8{ font-size: 23px; line-height:1.4em; }
.size9{ font-size: 16px; line-height:1.4em; }

.style1{ color:#ff0000; }
.style2{ color:#1a299e; }
.style3{ color:#3399ff; }
.style4{ color:#333399; }

a:link,
a:visited{
	color:#6699ff;
	text-decoration:underline;
	outline:none;
}

a:hover,
a:active{ color:#0033FF; }
	


/*-- header --*/
#header{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333399;
	height: 25px;
	text-align:right;
	padding:0 10px;
}

/**/

#main{
	width:800px;
	background-image:url(./image/bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin:0px;
	padding:0px;
	height:auto;
}

#contents{
	float:right;
	width:600px;
	text-align:center;
	padding:0 0 10px 0;
}

/*-- menu --*/
#menu{
	color: #FFFFFF;
	float: left;
	width: 200px;
	padding:15px 0 0 0;
	text-align:center;
}

.leftmenu{
	width:180px;
	margin:0 10px;
	padding:0px;
	list-style-type:none;
	display:block;
}

.leftmenu li{
	list-style-type:none;
	text-align:left;
	display:block;
	padding:5px 0 0 0;
	margin:0px;
}

.leftmenu li a,
.leftmenu li a:visited{
	background-image:url(./image/pic1.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 15px;
	color: #ffffff;
}

.leftmenu li a:hover{
	background-image:url(./image/pic2.gif);
	color: #CC0099;
}
/**/


/*-- topics --*/
.topics{
	width:354px;
	margin:10px auto;
	text-align:left;
}

.topics dl{ }

.topics dt {
  clear: left;
  float: left;
  padding:8px 0 3px 5px;
  width: 110px;
}

.topics dd { padding:8px 0px 3px 115px; border-bottom:1px dashed #919191; }

/**/
	
/*--link site map ----*/
.link{
	list-style-type:disc;
	margin:10px 0 20px 40px;
}

.link li{
	list-style-type:disc;
	margin:10px 0 0 0px;
}

a.linkunderline,
a.linkunderline:visited{
	text-decoration:underline;
	color:#ff3bad;
}

a.linkunderline:hover{
	color:#ff6fc3;
	text-decoration:none;
}


/*--list --*/
.list{
	list-style-type:disc;
	margin:0px 0 5px 20px;
	text-align:left;
}

.list li{
	list-style-type:disc;
	padding:5px 0 0 0;
}

ol.list li{
	list-style-type:decimal;
	margin-left:10px;
}

/**/

/*-- table --*/
.table01{
	margin:0 auto;
    border-top:1px solid #a9a9a9;
    border-left:1px solid #a9a9a9;
    border-collapse:collapse;
    border-spacing:0px;
	background-color:#ffffff;
    empty-cells:show;
}
.table01 th{
    border-right:1px solid #a9a9a9;
    border-bottom:1px solid #a9a9a9;
    background-color:#ffffcc;
    padding:5px 10px;
}
.table01 td{
	border-right:1px solid #a9a9a9;
    border-bottom:1px solid #a9a9a9;
    padding:5px;
	text-align:left;
}

.table01 td.tdbo0{
	border:none;
}

.table02{
	margin:0 auto;
    background-color:#ffffff;
    empty-cells:show;
}
.table02 th{
    border:none;
    padding:5px;
    text-align:center;
	vertical-align:middle;
}

.table02 th.pa0{ padding:0px; }

.table02 td{
	border:1px solid #a9a9a9;
    padding:5px 10px;
}

.table02 td img{ margin:3px 0; }
/**/


