/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

*{margin:0; padding:0;}
body{
	padding:0;
	margin:0;
	font-size:small;
	_font-size:x-small;	/*IE*/
	color:#333;
	background-color:#efefef;
	line-height:1.3em;
	font-family: 'MS PGothic',Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	text-align:center;
	word-break:break-all;
}
div,p,span,a,input,select,textarea,form,ul,ol,li,dl,dt,dd,tr,td,table{font-size:100%;}
th{ text-align:left; vertical-align:top;}
img , a{border:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:1em;}
strong,em{font-style:normal;}
ul,ol{list-style:none;}
hr{display:none;}
address{font-style:normal;}
input{vertical-align:middle;}
caption{text-align:left;}
th{font-weight:normal;}
/*
a:link{color:#003399; text-decoration:none;}

a:active{color:#CC2929; text-decoration:none;}
*/
a{color:#0066CC; text-decoration:none;}
a:hover{color:#CC2929; text-decoration:none;}
a:visited{color:#660099; text-decoration:none;}

h1 {
font-size: 120%;
padding:20px 0px 5px 0;
margin:0px }

h1 a,h1 a:visited{
	margin:0;
	color: #333333;
	font-family:"Trebuchet MS",Helvetica,san-serif;
	font-size:140%;
	font-weight:bold;
	text-decoration:none;
 }

h2 {
font-size:140%;
font-weight: bold;
padding: 10px 0px;
margin:0px;}

h3 {
font-size:130%;
font-weight: bold;
padding: 10px 0px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 800px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
text-align:left;
}

/* ----------banner for logo-------------- */
#banner {
padding: 0px;
margin: 0 0 10px 0;
}
#banner img {padding:10px 0px 10px 0px;} 

#main-title{
padding:15px 0px 15px 0;

}

#navitabs ul {
	margin: 0;
	padding: 0;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	width: 100%;
}

#navitabs ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#navitabs ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100px;
	line-height: 1;
	list-style-type: none;
}

#navitabs ul li a {
	padding: 0.3em 5px;
	display: block;
	position: relative;
	color: #333;
	text-align: center;
	text-decoration: none;
}

#navitabs ul li a:hover {
	color: #000;
	background-color: #ddddff;
}

#navitabs ul li.active a {
	color:#333;
	font-weight:bold;
	background-color: #cfcfcf;
}


/* -----------------content--------------------- */
#contentWraper {
padding: 0px;
margin-left: 200px;
margin-right: 0px;
}
div#contentWraper { 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

#contentWraper_noleft { 
padding: 0px;
margin-left: 0px;
margin-right: 0px;
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

p{
padding: 10px 0;
margin:0px;
}
pre{
padding: 10px 10px;
margin:10px;
background-color:#fcfcfc;
color:#222;
}

/* --------------left navi------------- */
#left {
float: left;
width: 190px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
font-size:80%;
margin-top:4em;
clear: both;
padding: 0px;
}

