


* {
margin : 0px ;
padding : 0px ;
}

body {
	background-color: #FFFFFF;
}

body,td,th {
	font-family: '‚l‚r ‚oƒSƒVƒbƒN', Osaka, 'ƒqƒ‰ƒMƒmŠpƒS Pro W3';
	font-size: 13px;
	color: #666666;
	line-height: 150%;
}

a:link {
	color: #666666;
}
a:visited {
	color: #669999;
}
a:hover {
	color: #333333;
	BACKGROUND-COLOR: #ebebeb;
}
a:active {
	color: #333333;
}



div#top{
position:relative;left:10px;
height:116px;
width: 700px;
background-image : url(images/topindex_01.gif) ;
background-repeat : no-repeat ;
background-position : top left ;
}


div#main{
width: 700px;
margin-left: 10px;
height: 100%;
background-image:url(images/waku_04.jpg);
background-repeat:repeat-y; 
background-position : left ;
}

div#main_left{
 float:left;
width: 111px;
position:relative;left:-560px;
}


div#main_right{
 float:left;
width: 560px;
position:relative;left:120px;
}


div#wrapper{
color: #ffffff;
height: 100%;
width: 111px;
margin: 0 auto;
padding: 0;
text-align: left;
background-image: url(images/waku_04.jpg)repeat-y 0 0; 
}

div#bottom{
position:relative;top:-1px;
margin-left: 10px;
clear:both;
text-align: center;
padding-top: 80px;
width: 700px;
background-image : url(images/waku_06.jpg) ;
background-repeat : no-repeat ;
background-position : top left ;
}

h1{
color: #999999;
position:relative;top:70px;left:140px;
height: 28px;
font-weight: bolder;
font-size: 22px;
width: 270px;
padding-left: 20px;

background-image : url(images/h1.gif) ;
background-repeat : repeat-x ;
background-position :bottom ;
}

h2{
font-size: 22px;
font-weight: bolder;
text-align: center;
padding-top: 13px;
padding-bottom: 5px;

}

/************************************************************/


.toptext {
	font-size: 90%;
}

table.top{
width:520px;
border:0px;
margin-left:25px;
}

tr.toptr{
text-align: center;
height: 28px;
}

th.top{
font-size: 140%;
font-family: "‚l‚r ‚oƒSƒVƒbƒN";
}

td.toptd{
font-size: 130%;
font-family: "‚l‚r ‚oƒSƒVƒbƒN";
}

table.mini{
text-align: center;
width:90px;
border:0px;
 }

table.big{
width:510px;
border:0px;
 }
 

.style1 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
#td a {
display:block; 
	vertical-align: middle;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	letter-spacing: -0.1px;
}
#td a:hover {
display:block; 
	vertical-align: middle;
	font-weight: bold;
	color: #339999;
	text-decoration: none;
	background-color:#654D4D;
}

.style2 {
	font-size: 23px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN";
	font-weight: bold;
}
.style3 {
font-size: 140%;
font-family: "‚l‚r ‚oƒSƒVƒbƒN";
text-align: center;
}
HR {
	font-size: 1px;
	color: #999999;
}
#td1 {
	background-color: #FFFFFF;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #D1D1D1;
	vertical-align: top;
	width: 130px;
}
#td2 {

	background-color: #FFFFFF;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #D1D1D1;
	vertical-align: top;
	width: 90px;
}
#td3 {

	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #D1D1D1;
	vertical-align: top;
}
#td13 {
	background-color: #FFFFFF;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #D1D1D1;
	vertical-align: top;
	}

.sikiri{
height: 40px;
background-image : url(images/oooo-1.gif) ;
background-repeat : no-repeat ;
background-position : center center ;

}


.ee{
width:520px;
padding:20px;
background-color: #F6F6F6;
margin-bottom:20px;
}




/*ƒƒjƒ…[‚ÌCSS*/


/*<![CDATA[*/

/* page styling, unimportant for the menu. only makes the page looks nicer */
/* - - - ADxMenu: BASIC styles - - - */

.menu {
	width: 10em;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
}

.menu, .menu ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px;
	margin: -30px 0 0 -10px;
	background: #ededed;	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #eee;
/*	background: #234;*/
}

.menu {
	width: 96px;
}

.menu ul {
	width: 13em;
}

.menu a{
	text-decoration: none;
	color: #999;
	padding:0.1em 0.5em;
	display: block;
	overflow: hidden; 
}

.menu a:hover, .menu li:hover>a {
	color: #339999;
	background: #ccc;
	display:block;
	overflow: hidden; 
}

.menu li {	/* create borders around each item */
	/*border: 1px solid #ccc;*/
background-image : url(images/menu.gif) ;
background-repeat : repeat-x ;
background-position :bottom ;
}
.menu>li + li, .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: -1px;
}

.menu li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
/*.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}*/


.menu li:hover>ul>li {
	border: 1px solid #666;

}
.menu li:hover>ul>li a{
	color: #666666;

	display:block;

}
.menu li:hover>ul>li a:hover{
	color: #339999;
	display:block;


}

/*]]>*/
</style>

<!--[if lte IE 6]>
<style type="text/css" media="screen, tv, projection">
/*<![CDATA[*/

/* - - - ADxMenu: BASIC styles - - - */

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10000;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* submenu goes to the right */
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li {	/* fix white gap problem */
	float: left;
	width: 100%;
}

.menu li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector color: */
	color: #fc3;
	background-image : url(images/menu.gif) ;
	background-repeat : repeat-x ;
	background-position :bottom ;
	background :#ccc ;
}

.menu .adxmhoverUL {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/*]]>*/apping */
	top: 5px;
	left: 90%;
}

/*]]>*/