body{
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka,monospace;
	margin:0px auto;
	padding:0px;
	/*font-size:84%;*/
	line-height:135%;
	color:#fff;
	/*background:url(../img/body_img.gif) repeat;*/
	background: #000;
	text-align:center;
}

a{
	color:#cc0;
	text-decoration:underline;
}
a:hover{
	color:#666;
	text-decoration:underline;
}

#mainframe{
	width:800px;
	text-align:left;
	margin:0px auto;
	/*border-left:2px solid #aaa;
	border-right:2px solid #aaa;*/
	background:#000;
}

#mainheader{
	margin-top: 5px;
	font-size: 120%;
	color: #ccc;
}

#companyname{
	font-weight: bold;
	margin-bottom: 5px;
}

#mainmenu{
	font-size: 80%;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}

#mainmenu a{
	color: #ccc;
	text-decoration: none;
	margin-right: 20px;
}

#mainmenu a:hover{
	background: #ccc;
	color: #c00;
}

#submenu{
	
}

#copyright{
	font-size: 80%;
	color: #666;
	border-top: 1px dotted #333;
	text-align: right;
}


#topnews{
	color: #999;
	font-size: 80%;
	margin: 10px;
}


.conttitle{
	margin: 10px 0 10px 0;
}


.srvtitle{
	margin: 40px 0 5px 0;
	padding: 5px 2px 2px 5px;
	font-size: 150%;
	font-weight: normal;
	color: #fff;
	/*border-bottom: 1px dashed #333;*/
	background: #333;
}

.srvdesc{
	font-size: 90%;
	padding: 10px;
}

.srvdetail{
	font-size: 90%;
	text-align: right;
}


/*info*/
.body_title{
	margin: 40px 0 5px 0;
	padding: 5px 2px 2px 5px;
	font-size: 150%;
	font-weight: normal;
	color: #fff;
	/*border-bottom: 1px dashed #333;*/
	background: #333;
}

table.info_overview_tbl,table.info_history_tbl{
	margin-left: 50px;
	width: 90%;
	border-collapse: collapse;
}

td.ino_title,td.inh_title{
	width: 20%;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #666;
}

td.ino_cont,td.inh_cont{
	width: 80%;
	text-align: left;
	vertical-align: middle;
	font-size: 0.8em;
	border: 1px solid #666;
	padding: 5px;
}

td.ino_title{
	background-color: #060;
}

td.inh_title{
	background-color: #630;
}

td.inh_cont{
	/*background-color: #eef;*/
}

.body_exp{
	margin-left: 40px;
	font-size: 90%;
	width: 90%;
}

div.wn_box{
	width:90%;
	text-align:center;
	border: 1px solid #666;
}

div.wn_title{
	background-color: #009;
	height: 1.5em;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	padding: 3px;
}

div.wn_cont{
	padding: 5px;
	background-color: #eee;
	text-align:left;
}


/*general*/
table.service_info_tbl{
	width: 80%;
	border-collapse: collapse;
	border: 1px #333 solid;
	margin-left: 50px;
	margin-bottom: 50px;
}

td.sit_title{
	width: 20%;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	padding: 4;
	border: 1px #999 solid; 
	vertical-align: middle;
}

td.sit_cont{
	width: 80%;
	font-size: 0.8em;
	/*background-color: #eef;*/
	padding: 4px;
	border: 1px #999 solid; 
}

td.sit_cont ul{
	margin-left: 15px;
	padding-top: 10px;
	list-style: disc;
}

p.center{
	text-align: center;
}


.datacont{
	margin-left: 40px;
	width: 85%;
	font-size: 90%;
}

.tol_exp{
	margin: 0 0 30px 0;
	border-bottom: 1px solid #333;
}
