/* body.css */

*{
	margin:0;
	padding:0;
	color:#000000;
	font-size:100%;
	font-weight:nomal;
	font-style:nomal;
	text-decoration:none;
	}

body{
    background-color:#ffffff;
    background-image:url("../img/bg-body.gif");
	background-repeat:repeat-all;
    color:#000000;
    font-family:"‚l‚r ‚oƒSƒVƒbƒN","Osaka",sans-self;
    font-size: small;
	text-align:center;
}

a  {	
	font-size:small;
    color:#0033FF;
    text-decoration:none;
}

a:hover{
    color:#cc0000;
    border-bottom: 1px #ff0000 solid;
}

a:active{
    color:#cc0000;
}

dl#menu a{
	color:#000000;
}

dl#menu a:hover{
	color:#ff0000;
	border-bottom: 1px #ff0000 solid;
}

a:hover.imglink{
	border:0;
}

img{border:0;}
	
div#headline{
	width:800px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	background-color:#294983;
	color:#ffffff;
	text-align:right;
	}

	
div#header{
	width:800px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	background-image:url("../img/bg-header.gif") ;
	background-repeat: repeat-all;	
	color:#ffffff;
	text-align:left;
	}


div#header-navi{
	width:800px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	background-color:#999999;
	color:#ffffff;
	text-align:right;
	}
	
div#footer{
	clear:both;
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0;
	background-color:#294983;
	color:#ffffff;
	font-size: small;
	padding:0px;
	text-align:center;
	}

div#footer1{
	clear:both;
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 0;
	background-color:#999999;
	color:#ffffff;
	font-size: small;
	padding:0px;
	text-align:center;
	}

div#container{
	width:800px;
	background-color: #FFFFFF;
	margin-right:auto;
	margin-left:auto;
	background-image:url("../img/bg-cont.gif") ;
	background-repeat: repeat-y;
	padding:0px;	
	}
	
div#contboxB{
	width:760px;
	background-color: #FFFFFF;
	padding:10px 20px; 
	margin:0px;
	text-align:center;
	}

div#leftmenu{
	width:180px;
	padding:0px 0px;
	text-align:left;
	float:left;	
	}
	
div#contbox{
	width:580px;
	padding:0px 20px 10px 0px; 
	float:right;
	background-color:#ffffff;	
	text-align:center;	
	}

	
div#cont-a{
	width:560px;
	padding:5px;
	text-align:left;
	}
	
div#cont-b{
	width:330px;
	margin-top:0px;
	padding:0px 0px 10px 10px;
	text-align:left;
	float:left;
	}
	
div#cont-c{
	width:190px;
	padding:0px;
	margin:10px 10px 10px 10px;
	text-align:left;
	background-image:url("../img/bg-cont3.gif") ;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	border-style:solid;
	border-color: #cccccc;
	border-width: 1px;
	float:right;
	}

