/*#############################################################
Template by: Viktor Persson (http://arcsin.se)
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
 text-decoration: none;
 }

body {
	color: #BBB;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	position: absolute;
	background-color: #111;
	background-repeat: repeat-y;
	background-position: center center;
}

body a:link{
           text-decoration:underline;
		   color:#990000;
		   }
body a:visited{
           text-decoration:none;
		   color:#999999;
		   }
body a:hover, a:acitive{
           text-decoration:underline;
		   color:#990000;
		   font-weight:bolder;
		   }
		   
		   
iframe { 
border: none;
background-color:#FFFFFF;
} 		   

p,ul {
	font-size: 11px;
	padding-bottom: 1.2em;
}

blockquote {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	background-color: #404040;
}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {
font: normal 2.4em sans-serif;
}
h1 a{
text-decoration:none;
}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}
th, td{
	font-size:10px;
	text-align: left;
	padding:5px;
   }
h3{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
	background-color: #121212;
	height:20px;
	vertical-align:middle;
	line-height: 20px;
	padding-top: 2px;
	padding: 5px;
}
h4{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9D8C93;
	font-weight: bold;
}
h5{
	font-family:  "MS PƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:14px;
	color:#999999;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	padding-top:5px;
	margin-right:200px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-align: left;
	background-image: none;
	height: 24px;
	vertical-align: middle;
}
/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(../jpn/img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

.left2 {float: left;}
.right2 {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
	width:800px;
	background-image: url(../jpn/img/header.jpg);
	cursor: crosshair;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
	width:800px;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
	width:800px;
}
.main2 {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
	width:800px;
}
.main .left {
float:left;
width: 64%;}
.main .right {
float:right;
width: 36%;}

.main .left2 {
	float:left;
	width: 25%;
}
.main .right2 {
	width: 75%;
	float:right;
	text-align: left;
	font-size: 10px;
}
.main .right3 {
	width: 75%;
	text-align: left;
	font-size: 10px;
	float:right;
}

.main .left2 h1{
	font: normal 14px sans-serif;
	color:#CCCCCC;
}

.main .left2 h1 {
text-decoration:none;
color:#CCCCCC;
}

.main .right2 h1{width: 80%;}

.content {
	border-top: 1px solid #444;
	padding: 16px;
}
.content2 {
	border-top: 1px solid #444;
	padding: 16px;
	font-size:11px;
}

/* content elements */
.content h1 {
	background: url(../jpn/img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content h1 a{
text-decoration:none;
color: #EEE;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* content elements 2 */
.content2 h1 {
	background: url(../jpn/img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content2 h1 a{
text-decoration:none;
color: #EEE;
}
.content2 a {
	color: #999;
	text-decoration: underline;
}
.content2 a:hover {color: #CCC;}
.content2 .descr {margin-bottom: 5px;}

/* navigation */
.nav {
      background: #191919 url(../jpn/img/nav.gif);
}
.nav a {
	background: #191919 url(../jpn/img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
	width:59px;
	text-decoration:none;
}
.nav a:link {
	background: #191919 url(../jpn/img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
	width:59px;
	text-decoration:none;
}
.nav a:hover, a:active {
	background: #191919 url(../jpn/img/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(../jpn/img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
    text-decoration:none;
	color:#666666;
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {
    text-decoration:none;
	color:#666666;
}
.footer a:hover {
	text-decoration:none;
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

/* ’Ç‰Á */
#ITS{
background-image:url(../jpn/img/ITS_l.jpg);
background-repeat:no-repeat;
width:300px;
height:311px;
}
#infester{
background-image:url(../jpn/img/infester_l.jpg);
background-repeat:no-repeat;
width:300px;
height:296px;
}
#scar{
background-image:url(../jpn/img/scar_l.jpg);
background-repeat:no-repeat;
width:300px;
height:296px;
}

.blue{
	color: #457E91;
	font-weight:bold;
	}
