@charset "utf-8";

/* ****************************************************
Title: top.css
Created: 2010-06-23
Last Modified: 2010-07-21
Editor(s): nishio
Last Editor: tsutsu 
***************************************************** */


/* Table Of Contents
----------------------------------------

# General Elements
# gNav
# visual & pageBody
# content
# sidebar
# clearfix
# common classes

----------------------------------------*/


/* # General Elements
---------------------------------------------------------------------------- */



/* # gNav
---------------------------------------------------------------------------- */

ul#gNav li#gNavHome a img {
	visibility: hidden;
}


/* # visual & pageBody
---------------------------------------------------------------------------- */

div#visual p {
	background: transparent url(../images/bg_visual.gif) repeat-x left top;
	border-bottom: 7px solid #f3f3ef;
	height: 285px;
}


/* # content
---------------------------------------------------------------------------- */

div#content {
	float: left;
}

div#content h2 {
	margin-bottom: 15px;
}

div#content h3 {
	background: url(../common/images/bg_sh_half_btm.gif) no-repeat left bottom;
	line-height: 1.0;
	margin-bottom: 10px;
}

div#content h3 span {
	background: url(../common/images/bg_sh_half_top.gif) no-repeat left top;
	display: block;
	padding: 8px 15px;
}

div#content div#news {
	float: left;
	width: 700px;
}

div#content div#news div.section {
	margin-bottom: 0;
	width: 340px;
}

div#content div#news div.section dl {
	margin-top: -9px;
}

div#content div#news div.section dl dt {
	padding: 6px 9px 0;
}

div#content div#news div.section dl dd {
	background: url(../common/images/bg_bd_dot.gif) repeat-x left bottom;
	padding: 0 9px 10px;
}

div#content div#news div.section dl dd.last {
	background: none;
	padding-bottom: 0;
}

div#content div#news div.section p.backnumber {
	background: url(../common/images/ico_arrow01.gif) no-repeat left center;
	margin: 10px 0 0 10px;
	padding-left: 10px;
}


/* # sidebar
---------------------------------------------------------------------------- */

div#sidebar {
	float: right;
}

div#sidebar h2 {
	margin-bottom: 15px;
}

div#sidebar div#knowledge {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

div#sidebar div#knowledge ul {
	margin-bottom: -8px;
}

div#sidebar div#knowledge ul li {
	margin-bottom: 8px;
}

/*
div#sidebar ul#sBnr {
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
}*/


/* # clearfix
---------------------------------------------------------------------------- */

div#content,
div#content ul#relatedBnr {
	zoom: 1;
}

div#content:after,
div#content ul#relatedBnr:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


/* # common classes
---------------------------------------------------------------------------- */

