* {
  margin: 0;
  padding: 0;
}

body{
	width:100%;
	background-image : url("image/back.jpg");
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color:#ffffff;
}

#my_body{
	width : 700px;
	position:relative;
	margin:0 auto;
	border-left:1px double #000099;
	border-right:1px solid #000099;
	background-color:#000099;
	}

#my_header
{
	width:100%;
	height:40px;
	margin:0;
	background-color:#000099;
	}

#my_contents{
	width:500px;
	float:left;  
	background-color:#fff;
		}


		
#main{
	margin: 0;
	padding: 0.3em 0.1em 0.3em 0.3em;
	font-size: 11pt;
	font-style: normal;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","Osaka";		
	line-height: 140%;
	border-bottom-color: #A8C8FF;
}

#my_navigation{
	float:left; 
	width:200px;
	background-color:#000099;
}

#menu {
	margin:5px 0px 10px 0px;
	height:400px;
	padding:0px 0px 0px 11px;
	background-color:#000099;		
	}
 
#menu ul { 
	margin: 0; 
	padding :0; 
	list-style-type : none; 
}

#menu li { 
display : inline; 
padding :0; 
margin:0; 
}

#menu a {
display:block; 
border:4px double #aac;
background-color:#dde;
font-size:small;
font-family: "‚l‚r ‚oƒSƒVƒbƒN","Osaka";
padding:0.3em 0 0.1em 0.5em;
text-decoration:none;
color:#000;
margin:10px 5px 0px 5px;
text-align:center;
height:1.2em;
width:150px;
}

#menu a:hover{
display:block; 
border:4px double #6699ff;
background-color:#fff;
font-size:small;
font-family: "‚l‚r ‚oƒSƒVƒbƒN","Osaka";
text-decoration:none;
color:#557;
margin:10px 5px 0px 5px;
height:1.2em;
}


h1,h2,h3,h4{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","Osaka";
	font-size: medium;
	font-style: normal;
	border-style:solid;
	border-width:0px 0px 1px 12px;
	boder-color:#ffffff;
	padding:0.1em;
	margin-bottom:0.4em;
		}

.minititle{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","Osaka";
	font-size: medium;
	font-weight:bold;
	font-style: normal;
	border-top-color: #cc9999; 
	border-bottom-color: #cc9999; 
  	border-style: double;
  	border-width: 4px 0px;
  	line-height: 130%;
	padding:0.1em;
	margin-bottom:0em;
	background-color:#6699FF;
	text-align:center;
	color:#ffffff;
}


p{
	margin-top:0px;
}

.sick{
	width:480px;
	clear:left;
}

.sick dl{
	margin:  0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

.sick dt{
	font-style: normal;
	font-weight:bold;
	line-height: 1.2em;
	margin-left:0.5em;
	padding: 0px 0px 0px 0px;
	width:10em;
}

.sick dd{
	position:relative; 
	top:0.2em; 
	left:1em;
	border-width: 0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height: 100%;
	z-index:1;
	
	line-height: 1.2em;
}
.sick p{
	margin:0 0 7px 0;
	padding:0;
}

div.navi {
   background-color:#ffffff;
   padding: 3px;
   font-size: small;
   color:#000099;
}

div.navi a {
   color: #000099;
   text-decoration: none;
   border-style:solid;
   border-width:0px 0px 1px 6px;
   border-color:#6699FF;
   padding: 0px 0.2em 0px 0.2em;
   line-height:120%;
}

div.navi a:hover{
	background-color:#99ccff;
	text-decoration:none;
	color:#557;
}

#my_footer {
	width:100%;
	clear:both;
	background-color:#000099;
	color:#fff;
	text-align: center;
	
}
		