@charset "utf-8";

body {
	background: url(../images/bg.gif);
}

h2 {
	font-size: 140%;
	color: #000;
	font-weight: bold;
	background: url(../images/h2_bg.jpg) no-repeat;
	margin: 2em 0 1em 0;
	padding-left: 1em;
}


h3 {
	font-size: 120%;
	border-left: 10px solid #3265fc;
	margin: 1em;
	padding-left: 0.5em;
}


strong {
	font-weight: bold;
	color: #990033;
}


/* ===============  ID Section  =============== */

#main {
	background: #fff;
}

#global_navi {
	text-align: right;
	color: #fff;
}
#global_navi a:link {
	color: #fff;
}
#global_navi a:visited {
	color: #fff;
}


#top_banner {
	background: url(../images/top_banner.jpg) no-repeat;
	width: 1000px;
	height: 90px;
}

#top_banner h1 {
	font-size: medium;
	color: #fff;
	font-weight: normal;
	position: relative;
	top: 62px;
	left: 46px;
}

#footer {
	text-align: center;
	color: #fff;
	line-height: 1.1em;
}

#bottom_navi p {
	text-align: center;
	clear: both;
	margin-top: 3em;
}

#topic_path {
	vertical-align: middle;
	height: 15px;
	margin: 1em 0 3em 0;
	font-size: 90%;
	
}

#page_description {
	width: 80%;
	margin: -30px auto 20px auto;
	padding: 30px 30px 15px 30px;
	border: 1px solid #ccc;
}
#page_description p {
	font-size: 150%;
	text-align: center;
}


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

#contents {
	width: 750px;
	margin: 10px 30px 10px 50px;
	float: left;
	background: #fff;
	display: inline;     /*     IE6対策     */
}

#contents p {
	margin-left: 2em;
}

#contents ol {
	margin-left: 3em;
}

#contents th {
	background-color: #def;
	border-top: 1px none;
	border-right: 1px solid #95B7EA;
	border-bottom: 1px solid #95B7EA;
	border-left: 1px none;
	padding: 0.2em 1em;
}
#contents td {
	background-color: #eee;
	border-top: 1px none;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none;
	padding: 0.2em 1em;
}

/* ===============  Class Section  =============== */

.now {
	background: #9cf;
	padding: 0.1em 0.5em;
}


.dc:first-letter {
	font-size: 200%;
	color: #fff;
	background-color:#444;
	float:left;
	margin-right:0.2em;
	padding: 0.1em;
}
