/*HTML*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #F2F2F2;
}
h1 {
	font-family: Arial;
	font-size: 120%;
	line-height: 120%;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

/*LINK*/
A:link{
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#003399;
	text-decoration: none;
}
A:visited{
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#003399;
	text-decoration: none;
}
A:active{
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#003399;
	text-decoration: none;
}
A:hover{
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#003399;
	text-decoration: underline;
}

/*FONTSIZE*/
.t-M {
	font-family: Arial; font-size: 80%; line-height: 120%; color: #333333;
}
.t-L {
	font-family: Arial; font-size: 90%; line-height: 120%; color: #333333;
}
.t-LL {
	font-family: Arial; font-size: 100%; line-height: 120%; color: #333333;
}
.t-S {
	font-family: Arial; font-size: 70%; line-height: 120%; color: #333333;
}
.t-SS {
	font-family: Arial; font-size: 60%; line-height: 120%; color: #333333;
}
.h-navi {
	line-height: 120%; color: #333333; font-weight: bold;
}
.t-line {
	color:#FF0000;
	text-decoration:underline;

}

/*TABLE-BACKGROUND*/
.bg-w {
	background-color: #FFFFFF;
}
.bg-y {
	background-color: #FFCC00;
}
.bg-b {
	background-color: #003399;
}
.bg-g {
	background-color: #CCCCCC;
}
.bg-g2 {
	background-color: #F2F2F2;
}
.bg-line {
	background-color: #E5E5E5;
}

/*SEARCH*/
.search-form {
	font-family: Arial; font-size:12px;
}
.search-table {
	background-color: #D8E8F3;
}
.search-title {
	font-family: Arial; font-size: 100%; line-height: 120%; color: #333333; font-weight: bold;
}

/*INFO*/
.otoiawase-form {
	font-family: Arial; font-size:12px;
}
.otoiawase-title {
	font-family: Arial; font-size: 80%; line-height: 120%; color: #333333; font-weight: bold;
}
.otoiawase-cation {
	font-family: Arial; font-size: 80%; line-height: 120%; color: #FF0000; font-weight: bold;
}

/*STORY*/
#story{
	margin: 0px;
}
#story:first-letter {
	font-family: Arial; font-size: 200%; line-height: 120%; color: #003399; font-weight: bold;
	margin: 0px;
}
