@import url('html.css');
@import url('base.css');

/* main のスタイル設定 */
#main div.section {
 clear:both;
}

#main div.leftside {
 width:49%;
 float:left;
}

#main div.rightside {
 width:49%;
 float:right;
}

#main h2 {
	font-size:100%;
	font-weight:normal;
	color:#000000;
	background-color:#EEEEFF;
	border-top:1px solid #FF9900;
	border-bottom:1px solid #FF9900;
	border-left:8px solid #FF9900;
	border-right:1px solid #FF9900;
	padding:3px;
}

#main h3 {
	font-size:100%;
	font-weight:normal;
	color:#000000;
	background-color:#EEEEFF;
	border-top:1px solid #FF9900;
	border-bottom:1px solid #FF9900;
	border-left:8px solid #FF9900;
	border-right:1px solid #FF9900;
	padding:3px;
}

#main p {
 line-height:150%;
}

#main p.special {
 font-size:120%;
 text-align:center;
 color:#FF0000;
}

p#toplink a {
 color:#000000;
 text-decoration:none;
}
p#toplink a:hover {
 text-decoration:none;
}

