/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background: #E7E7E7 url('body.jpg') top left;
font-size: 13px;
font-family: メイリオ,Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #DB7093;}
a:visited {color:#c43300;}
a:hover {color: #c43300;}
a:active { color:#000000;}

h1 {
font-size: 14px;
text-transform:uppercase;
font-weight: bold;
padding: 0px 0px 0px 10px;
/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px }

h2 {
color: white;
font-size:14px;
font-weight: bold;
padding: 0px 0px 0px 10px;
background-color:#666666;
}


h3 {
color: white;
font-size:14px;
font-weight:bold;
padding: 0px 0px 0px 10px;
background-color:#009999;
}

h4 {
color: glay;
font-weight:bolder;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 800px;

margin-left: auto;
margin-right: auto;
height:100%;
background: #E8E8E8 url('menubottom.jpg') no-repeat bottom left;
border:1px solid #8D8D8D;
}

/* ----------banner for logo-------------- */
#banner {
height:250px;
text-align: center;
background:  url('header.jpg') no-repeat bottom center;
background-color: #e1ddd9;

padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 
#bannertitle{padding-top:50px;font-size:2em;font-weight:bold;}

/* ----------banner2 for logo-------------- */
#banner2 {
height:151px;
text-align: center;
background:  url('header2.jpg') no-repeat bottom center;
background-color: #e1ddd9;

padding: 0px;
margin: 0px;
}
#banner2 img {padding:10px 0px;} 
#banner2title{padding-top:50px;font-size:2em;font-weight:bold;}

#banner3 {
height:151px;
text-align: center;
background:  url('header3.gif') no-repeat bottom center;
background-color: #e1ddd9;

padding: 0px;
margin: 0px;
}
#banner3 img {padding:10px 0px;} 
#banner3title{padding-top:50px;font-size:2em;font-weight:bold;}

#banner4 {
height:170px;
text-align: center;
background:  url('image/header4.png') no-repeat bottom center;
background-color: #e1ddd9;

padding: 0px;
margin: 0px;
}
#banner4 img {padding:10px 0px;} 
#banner4title{padding-top:50px;font-size:2em;font-weight:bold;}


/* -----------------content--------------------- */
#content {

background:#ffffff;
/*url('content.jpg') no-repeat top right;*/
line-height:160%;
padding: 10px;
margin-left: 200px;
margin-right: 0px;
}
div#content { 
min-height:600px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

/* -----------------content--------------------- */
#content2 {

background:#ffffff  url('content.jpg') no-repeat top right;
line-height:160%;
padding: 10px;
margin-left: 0px;
margin-right: 0px;
}
div#content2 { 
min-height:600px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

/*** �W�����v ***/
p#jump{
	position:fixed;
	bottom:10px;
	right:10px;
	background:gray;
	padding:5px 10px;
}

p#jump a{
	font-family:Arial;
	font-size:100%;
	text-decoration:none;
	color:#fff;
}


p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
/*background:#E8E8E8;
height:90%;*/
background-color:#333333;

}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:0px;
height:35px;
text-align: right; 
background:  url('footer.gif') repeat-x ;
}
 #footer h1 a{
 color:#FFFFFF;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }
 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
 list-style-image: url("bullet.gif");
 background-color:#333333;
 padding: 8px;
 margin: 0px;
}

 .verticalmenu li a:link, .verticalmenu a:visited, .verticalmenu a:hover {
   display: block;
   font:メイリオ, Verdana, Arial, Helvetica, sans-serif;
   /*bold 1.1em*/ 
   color: white;
   text-decoration: none;
   text-align: left;
   font-size:13px;
   width: 175px;
   height: 28px;
   /*background: url('menuhover.gif') no-repeat;*/
 }
 .verticalmenu a:hover{
   /*background: url('menuhover.gif') no-repeat;*/
   background-color:#FFFFFF;
   color:#FF3300;
    padding: 0px;
 margin: 0px;
 }
