@charset "UTF-8";

a:link{
	color:rgb(50,50,50);
	text-decoration: underline;
}

a:active{
	color:rgb(0,0,0);
	text-decoration: underline;
}

a:visited{
	color:rgb(80,80,80);
	text-decoration: underline;
}

a:hover{
	color:rgb(0,0,0);
}

a.underline{text-decoration:underline;}

a.none{text-decoration:none;}

body{
	background:url('../img/Back.gif');
	margin:0;
	margin-bottom:100;
	padding:0;
	color:rgb(50,50,50);
}

div{
	position:absolute;
}

table{
	padding:0;
	border-spacing:0;
	border:0;
	border-collapse:collapse;
}

table.logo{
	top:40%;
	height:80;
	background:rgb(255,255,255);
}

td{
	border-spacing:0;
	border:0;
	vertical-align:top;
	padding:0;
}

td.cont{
	padding-bottom:50;
	line-height:400%;
	text-align:left;
}

td.tex{
	position:static;
/*	background:url('../img/Back_B.gif') 0 0;*/
	background:rgb(240,240,240);
	width:480;
	padding:20;
	margin:0;
	right:19;
	top:0;
	border-right:2 solid rgb(100,100,100);
	border-bottom:1 solid rgb(100,100,100);
}

div.top{
	position:static;
	top:0;
	left:0;
	padding:0;
	margin:0;
	vertical-align:top;
}

div.side{
	background:rgb(255,255,255);
	text-align:left;
	right:0;
	top:10%;
}

div.link_top{
	position:static;
	text-align:right;
	width:100%;
	margin-top:40;
	padding:2 0;
	background-color:rgb(50,50,50);
}

div.tex_base{
	position:static;
	text-align:left;
	margin-top:50;
	margin-left:15%;
	width:600;
}

div.sub_win{
	text-align:left;
	top:25;
	right:150;
	width:300;
}

div.subsub_win{
	text-align:left;
	top:50;
	right:175;
	width:300;
	z-index:100;
}

div.sub_win_tex{
	position:static;
	text-align:left;
	width:100%;
	background:url('../img/Back_W.gif') 0 0;
	border:1 solid rgb(0,0,0);
	padding:20 10 20 10;
}

div.sub_win_tex2{
	position:static;
	text-align:left;
	padding:10 10 0 10;
}

img{
	border:0;
	margin:0;
	padding:0;
}

form{
	display:inline;
	vertical-align:top;
	padding:0;
	margin:0;
}

p{
	display:inline;
	font-family:'Hiragino Kaku Gothic Pro',sans-serif;
}

p.h1{
	font-weight: 900;
	font-size:13;
	line-height:200%;
	color:rgb(0,0,0);
}

p.h2{
	font-size:11;
	line-height:200%;
}

p.h3{
	font-size:11;
	font-weight: 900;
	text-align:right;
	line-height:200%;
}

p.h4{
	font-size:13;
	font-weight: 900;
	line-height:150%;
}

p.h5{
	font-size:11;
	line-height:150%;
}

p.h3_news{
	font-size:11;
	font-weight: 900;
	text-align:left;
	line-height:200%;
	padding-left:5;
}

p.h4_news{
	font-size:11;
	font-weight: 90;
	text-align:left;
	line-height:200%;
	padding-left:5;
}

p.head{
	writing-mode:tb-rl;
	font-size:20;
	color:#999999;
}

p.h6{
	font-size:9;
	font-weight: 900;
	text-transform:uppercase;
	line-height:1;
	white-space:nowrap;
	padding:2 2 2 2;
	color:#ffffff;
}

p.h7{
	font-weight: 900;
	font-size:12;
	white-space:nowrap;
}

p.h8{
	font-size:12;
	font-weight: 900;
	text-align:right;
	text-transform:uppercase;
}