/* Base */

body{
	margin:0px;
	color:#333333;
	background-color:#FFEDB7;
}

a:link {
	color:#0033cc;
}

a:visited {
	color:#0033cc;
}

a:active {
	color:#3366FF;
}

a:hover {
	color:#3366FF;
	text-decoration: none; 
}


/* Font Type */


.textSn{
	font-size: 70%;
}

.textS{
	font-size: 70%;
	line-height: 130%;
}

.textMn{
	font-size: 80%;
}

.textM{
	font-size: 80%;
	line-height: 150%;
}



.textLn{
	font-size: 90%;
}

.textL{
	font-size: 90%;
	line-height: 120%;
}

.title01 {
	margin: 8px 0px;
	font-weight: bold;
	color: #334994;
	font-size: 90%;

}

.title02 {
	margin:20px 10px 8px 0px
	padding-left: 4px;
	border-left: solid 5px #FF8E33;
	font-weight: bold;
}

.title03 {
	margin: 8px 0px;
	font-weight: bold;
	color: #663333;
	font-weight: bold;

}

h1 {
	border-top: solid 3px #003333;
	border-bottom: solid 3px #003333;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
}
.cap {
	font-size: 10px;
	letter-spacing: 0.02em;

}
