@charset "shift_jis";

#contents h2{
	margin-bottom:15px;
	width:195px;
	height:40px;
	color:#666;
	font-size:16px;
	letter-spacing:3px;
	font-weight:800;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	background:url("../image/bg_title_basic.png") no-repeat bottom right;
}
#contents h3{
	margin:1em;
	color:#666;
	letter-spacing:.2em;
	font-weight:800;
}
#contents h4{
	font-size:.9em;
	margin-left:1em;
	margin-bottom:.5em;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
}
.section{
	border:1px solid #ccc;
	width:583px;
	margin-left:195px;
	margin-bottom:1em;
	background:url("../image/bg_trans.png") repeat 0 0;
}
.section .section{
	border:none;
	margin:0;
	background:none;
}
.section p{
	margin-left:1em;
}
.section .section p{
	margin-left:4em;
	margin-right:4em;
}
.section ul{
	margin-left:4em;
	margin-bottom:1em;
}
.section li{
	line-height:1.5em;
}
#valid,#license{
	text-align:center;
}

/*	印刷出力時設定	*/
@media print{

}
