body {
	margin: 0px;
	color:#444444;
	line-height: 130%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","MS UI Gothic",sans-serif;
	font-size: 80%;
	background-color: #ffffff;
	overflow: auto;
}

a {
	color:#4282b5;
	text-decoration:none;
}

a:hover {
	color:#00c000;
	text-decoration:underline;
}

img {
	border-width:0px
}

.topbar{
	background-image:url(image/hrline.gif);
	background-repeat:  repeat-x;
	background-position: left bottom;
}


ul.navi {
	padding: 0px;
	margin: 0px;
	top: 80px;
	left:300px;
	position: absolute;
	color: #ffffff;
	text-align: left;
}

ul.navi a {
	border:1px solid #666666;
	padding-right: 5px;
	padding-left: 5px;
	width:80px;
	height:18px;
	color: #444444;
	text-align: center;
	background-color: #ffffff;
	text-decoration: none;
}

ul.navi a:hover {
	color: #ffffff;
	background-color:#4282b5;
	text-decoration: none
}

ul.navi li {
	display: inline;
}

p.clap{
	color: #333333;
	font-size:12px;
	padding: 0 0 0 0px;
}

p.ans{
	color: #666666;
	
}

#bottom{
	width:100%;
	text-align:right;
	padding-right:50px;
	margin-top:0px;
	height:20px;
	border-top:1px solid #444444;
	border-bottom:1px solid #444444;
	clear: both;
	background-color: #eeeeee;
}
.menu_lay{
  width: 170px;
  margin:0;
  padding: 20px 0px 5px 0px;
  }
.menu_lay h2{
  font-size: 90%;
  letter-spacing: 0.1em;
  color:#444444;
  margin: 0px;
  padding: 1px 2em 0.2em 1em;
  border-left: solid 5px steelblue;
  text-align: left;
  }
.menu_lay p{
  text-indent: 0em;
  background-color: #ffffff;
  margin: 0px;
  padding: 0.5em 0em 0.7em 0.7em;
  border: solid 1px #636563;
  background-image : url(image/slash.gif) ; 
  background-repeat : no-repeat ;
  background-position : left bottom ;
  }

td{
	font-size: 12px;
	color:#444444;
}

.main{
	width: 660px;
	background-image: url(image/t_line.gif);
	background-repeat: repeat-y;
	background-position: 170px top;	
}

.menu{
	float: left;
	width: 180px;
	padding:0;
	margin:0 0 0 10px;
}

.contents {
	float: right;
	width: 450px;
	color: #444444;
	padding: 20px 10px 0 0;
	margin-bottom:30px;
}

.contents h5 {
	color: #dddddd;
	font-weight:normal;
	font-size: 12px;
	margin: 5px 50px 25px 0px;
	border-bottom: #444444 1px solid;
	border-left: steelblue 5px solid;
	padding-right: 25px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 3px;
}

.contents h5 a{color:#b22222;}

.right{
	text-align: right;
	padding-right:70px;
}

.mm{margin-top:5px;}
.gray{color:#222223;}
.orange{color: #ff6600;}
.blue{color:#049afc;}
.subtitle{text-decoration:none;}
.white{color:#ffffff;}
strong{color:#b22222;}
.f_left{float:left;}
.f_right{float:right;}
.border{border:1px solid #444444; padding:3px;}