@charset "utf-8";
/*===========================
GOGAKU SHUNJUSHA
topics
=========================== */

#topics {
	position: relative;
	width:898px;
}

/*===========================
h1,h2
=========================== */

#main h1 {
	background-image: url(../img/topics/bg_h1.gif);
	margin:0 0 30px 0;
}

#main h2 {
	background-image: url(../img/topics/icn_h2.gif);
	color:#3366CC;
	height:auto;
	margin:0 0 7px 0;
}

/*===========================
button
=========================== */

#main .btn-inlink a {
	background-image: url(../img/topics/bg_btn.gif);
}


/*===========================
main
=========================== */

/* 1-2 topics */

#main .main-date {
	margin-bottom: 1em;
}

#main #main-left {
	padding: 0;
}

#main #main-right {
	float: right;
	margin: 0;
	padding: 0 0 30px 1em;
}

#main .main-body {
	margin-bottom: 1.5em;
}

#main ul {
	margin-bottom: 1.5em;
}

#main h2 {
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	margin: 0 0 15px 0;
}

/* 1-3 list */

#main dl {
display: block;
padding: 0;
line-height: 1.3em;
width:659px;
padding:0 0 2.5em 2px;
}

#main dl dt {
	display:block;
	float: left;
	clear:left;
	width: 8.5em;
	margin:0;
	padding: 8px 0 8px 0;
}

#main dl dd {
	margin:0;
	padding: 8px 0 8px 9em;
	border-bottom: dotted 1px #a6a6a6;
}



/*===========================
side-title
=========================== */

.side-title {
background-color:#CCCCCC;
}

#side .side-text1 a {
	background-image: url(../img/topics/icn_h2_2.gif);
}

#side ul {
 border-top:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	padding:10px 0 10px 0;
	margin:15px 0 0 0;
}



