@charset "utf-8";

body { 
	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	line-height:140%;
	color:#333333;
}

h1,h2,h3,h4,h5,p,ul,span,br{
	margin:0;
	padding:0;
}
li{
	margin:0;
	padding:0;
	list-style:none;
}

a:link,a:visited,a:active{
	text-decoration: underline;
	color:#3231CD;
}

a:hover{
	color:#C2C2C2;
	text-decoration:none;
}

hr{
	display:none;
}

/*IME*/
.zenkaku {
	ime-mode: active;
	color: #333333;
}
.zenkaku2 {
	font-family: "Arial", "Verdana", "Helvetica", "sans-serif";
	ime-mode: active;
	color: #333333;
	font-size: 0.75em;
}
.hankaku {
	ime-mode: disabled;
	color: #333333;
}

/*font*/
.f10{
	 font-size: 0.65em;
	 line-height: 140%;
}

.f11{
	 font-size: 0.7em;
	 line-height: 140%;
}

.f12{
	 font-size: 0.75em;
	 line-height: 140%;
}

.f12_bold {
	font-size: 0.75em;
	line-height: 140%;
	font-weight: bold;
}

.f12_right {
	font-size: 0.75em;
	line-height: 140%;
	text-align: right;
}

.f12_bold_middle {
	font-size: 0.75em;
	line-height: 140%;
	text-align: center;
	font-weight: bold;
}

.f12_bold_right {
	font-size: 0.75em;
	line-height: 140%;
	font-weight: bold;
	text-align: right;
}

.f12_red {
	font-size: 0.75em;
	line-height: 140%;
	font-weight: bold;
	color: #FF0000;
}

.f12_blue {
	font-size: 0.75em;
	line-height: 140%;
	font-weight: bold;
	color: #3231CD;
}

.f12_brown {
	font-size: 0.75em;
	line-height: 140%;
	color: #93784D;
}

.f12_brown_bold {
	font-size: 0.75em;
	line-height: 140%;
	font-weight: bold;
	color: #93784D;
}

.f14{
	 font-size: 0.875em;
	 line-height: 140%;
}

.f14_middle {
	font-size: 0.875em;
	line-height: 140%;
	text-align: center;
	font-weight: bold;
}

.f14_bold {
	font-size: 0.875em;
	line-height: 140%;
	font-weight: bold;
}

.f14_brown_bold {
	font-size: 0.875em;
	line-height: 140%;
	font-weight: bold;
	color: #93784D;
}

.f14_brown_bold_middle {
	font-size: 0.875em;
	line-height: 140%;
	text-align: center;
	font-weight: bold;
	color: #93784D;
}

.f16{
	 font-size: 1em;
	 line-height: 140%;
}

.f16_middle {
	font-size: 1em;
	line-height: 140%;
	text-align: center;
	font-weight: bold;
}

.f16_bold {
	font-size: 1em;
	line-height: 140%;
	font-weight: bold;
}

.f16_brown_bold_middle {
	font-size: 1em;
	line-height: 140%;
	text-align: center;
	font-weight: bold;
	color: #93784D;
}

.f18{
	 font-size: 1.125em;
	 line-height: 140%;
}

.f20{
	 font-size: 1.25em;
	 line-height: 140%;
}

.f12_white {
	font-size: 0.75em;
	line-height: 140%;
	color: #FFFFFF;
	text-align: center;
}
.f12_middle {
	font-size: 0.75em;
	line-height: 140%;
	text-align: center;
}

.f10_middle {
	font-size: 0.65em;
	line-height: 140%;
	text-align: center;
}
.f13 {
	 font-size:0.8125em;
	 line-height: 140%;
}

