@charset "UTF-8";



/* base
------------------------------*/

h1{
	padding: 3px;
	color: #004499;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-top: 4px solid #004499;
	border-bottom: 2px solid #004499;
}

h2{
	margin-top: 20px;
	padding-top: 10px;
	color: #1B9740;
	font-size: 15px;
	font-weight: bold;
	border-top: 2px solid #1B9740;
}

p,li{
	margin-top: 10px;
	margin-left: 2px;
	margin-right: 2px;
	color: #442A19;
	font-size: 12px;
	line-height: 160%;
}

a{
	color: #1E9BE9;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

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

li{
	margin-top: 0;
	margin-left: 20px;
	list-style-type: disc;
}



/* common
------------------------------*/

.right{
	text-align: right;
}

.center{
	text-align: center;
}

.small{
	color: #999;
	font-size: 12px;
}


