@charset "utf-8";
/* CSS Document */

/* toppage */

h1.top_h1 {
	width:1100px;
	color:#3412ba;
	font-size:16px;
	margin:0 auto;
	text-align:center;
}

p.title {
	margin-top:0px;
	font-weight:bold;
}

h2.top_h2 {
	width:1100px;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
}

h2.top_h2 span {
	color:#00F;
}

h3.top_h3 {
	color:#0000a0;
	font-size:30px;
	margin:7px 10px 20px 0;
	padding:6px 0;
	border-top:#000 solid 2px;
	border-bottom:#000 solid 2px;
}

h3.top_h3 span {
	color:#F00;
	font-size:16px;
}

/* contentpage */

.con_title {
	width:540px;
	font-size:18px;
	margin:0 0 20px;
	padding:5px 0px;
	border-top:solid 2px;
	border-bottom:solid 2px;
}

h2.con_title {
	margin-top:40px;
}

.con_title span {
	font-size:14px;
	font-weight:normal;
}

.con_small {
	font-size:10pt;
	margin:0px;
	padding:0px;
}