@charset "utf-8";



/* ------------------------------------------------ */
/* LAYOUT */
/* ------------------------------------------------ */

#contentsBody {
	padding: 20px 30px 0 30px;
}

#catchEx {
	clear: left;
	width: 100%;
	background: url("../images/home/bg_catch.jpg") repeat-x;
}
#catch {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	background: url("../images/home/catch.jpg") repeat-x;
}


/* Sidebar */
/* ------------------------------------------------ */

#sidebar {
	padding: 0 0 20px 0;
}

#sidebar #bnNavi {
	margin-top: 30px;
}
#sidebar #bnNavi .glossary {
	margin-top: 10px;
}

#iso{
margin-top: 15px;
padding:0 0 0 10px;
}


/* Contents */
/* ------------------------------------------------ */

#contents h2 {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
}

#contents #homeMenu {
	float: left;
	margin: 20px 0 4px 0;
}
#contents #homeMenu .column {
	float: left;
	display: inline;
	width: 245px;
	margin: 0 5px 0 5px;
}
#contents #homeMenu .column ul {
	margin: 12px 0 0 0;
}
#contents #homeMenu .column ul li {
	float: left;
	display: inline;
	width: 115px;
	margin: 2px 0 0 0;
	font-size: 80%;
	line-height: 1.3;
}
#contents #homeMenu .column ul li.odds {
	width: 130px;
}
#contents #homeMenu .column .links a {
	color: #333;
	text-decoration: none;
}
#contents #homeMenu .column ul li a:hover {
	color: #06c;
	text-decoration: underline;
}


/* topics */

#contents #hTopics {
	float: left;
	width: 520px;
}
#contents #hTopics img {
	display: block;
}
#contents #topics {
	float: left;
	width: 520px;
	margin: 0 0 30px 0;
	background: #f9f9f9;
}
#contents #topics dl {
	float: left;
	width: 518px;
	padding: 4px 0;
	border: 1px solid #eee;
}
#contents #topics dt {
	clear: both;
	float: left;
	width: 84px;
	margin: 0 0;
	padding: 4px 8px 4px 8px;
	font-size: 75%;
	line-height: 1.3;
	border-top: 0px solid #ddd;
}
#contents #topics dd {
	float: left;
	width: 400px;
	margin: 0 0;
	padding: 4px 8px 4px 8px;
	font-size: 75%;
	line-height: 1.3;
	border-top: 0px solid #ddd;
}


#contents #topicswp p {
	margin: 0 0 30px 0;
	background: #f9f9f9;
	font-size: 75%;
}

#topicswp p {
	margin: 8px 8px 8px 8px;
	background: #f9f9f9;
	font-size: 75%;
	line-height: 1.8;
}



#topicsif {
	float: left;
	width: 400px;
	margin-bottom: 20px;
}

h2.title{
clear:both;
height:28px !important;
background:url(../images/home/title_bg.gif) no-repeat 0 0 !important;
color:#fff !important;
padding:7px 0 0 19px !important;
font-size:16px;
}

h2.title a{
color:#fff;
text-decoration:none;
}

ul.topbox{
background:url(../images/home/topbox_bg.gif) no-repeat left bottom;
padding:10px 15px 5px 5px;
margin-bottom:25px;
}

ul.topbox li{
float:left;
margin-left:10px;
margin-bottom:10px;
display:inline;
}

ul.topbox li img{
vertical-align:top;
}


