﻿@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);
#header h2{
	position:absolute;
	left:0px;
	top:40px;
}

#content h3 {
	margin-bottom: 16px;
	padding: 0 0 0 10px;
	line-height: 31px;
	height: 31px;
	font-size: 16px;
	color: #0D598A;
	font-weight: bold;
	clear: both;
	background: url(../img/h2_bg.gif) left bottom no-repeat;
}

/*																				index[hello, concept]                     */ 

#content .section{
	margin-bottom: 22px;
}

#content .section div{	
	float: right;
}

#content .section p{
	margin: -3px 204px 0 0;
}

#content .section p.name{
	text-align: right;
	margin-top: 5px;
}


/*																				index[topics]                     */ 

#content #topics {
	height: 180px;
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 19px;
}

#content #topics dl.even{
	background-color: #FFFFEA;
}

#content #topics dt {
	float: left;
	clear: left;
	padding: 2px 0 2px 20px;
	background: url(../img/icon01.gif) 3px center no-repeat;
}

#content #topics dd {
	padding: 2px 0 2px 130px;
	_text-indent: -3px;
	_padding-left: 128px;
}

#content #topics dd a{
	text-decoration: underline;
}

#content #topics dd a:hover{
	text-decoration: none;
}



html body .sbox_cen{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	z-index:10;}

