@charset "utf-8";
/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
}
.normal {
	font-size: 11pt; line-height: 150%; font-weight: 400; color: #333333; 
}
.normal10pt {
	font-size:10pt; line-height:150%; color:#333333; font-weight:400;
}
.small {
	font-size: 11px; font-weight: 400; color: #333333; 
}
.main {
	color: #155620; font-size:12px; 
}

.mgn10 {
	margin: 10px 0; 
}
.mgn10u {
	margin-top: 10px; 
}
.mgn10l {
	margin-bottom: 10px; 
}


/*midasi*/

.komidasi{
	font-size:12pt; color: #064BD7; font-weight:bold; background-color:#CCCCFF; padding:3px;
}
.line {
	border: 1px solid #0099CC; padding:3px; 
}
.subtitle {
	width:300px; background:#064BD7; border:3px solid #CCCCFF; padding:10px; font-size:12pt; font-weight:bold; color:#FFFFFF;  
}  
.ntitle {
	background:#CCCCFF; border:1px dotted #064BD7; padding: 5px ; color:#064BD7; font-size:12pt; font-weight:bold;
}



h1 {
	font-size: x-small; font-weight: 500; color: #333333; text-align: left; padding: 0px; 
}
h2 {
	font-size: medium; font-weight: 700; color: #333333;
}

.img-r {
	margin: 10px; float: right; 
}
.img-l{
	margin: 10px; float: left; 
}
.clear {
	clear:both; 
}
.line_cent {
	text-align:center;
}


/*LINK*/
a:visited {
	color:#63C; text-decoration:none; 
}
a:link {
	color: #1E449A; text-decoration:none; 
}
a:hover {
	color: #00B7EE; text-decoration: underline; 
}
a:active {
	color: #FF9900; text-decoration: underline;
}

/*color*/

.blue10pt {
	font-size:10pt; color:#1E449A;line-height:120% ;
}
.blue {
	font-size:11pt; color: #3366ff; line-height:120% ;
}
.lblue {
	color:#064BD7; font-size:11pt;line-height:120% ;
}
.sblue {
	color:#33CCFF; font-size:11pt;line-height:120% ;
}
.mblue{
	color:#0066CC; font-size:10pt;line-height:120% ;
}
.white {
	font-size:10pt; color:#ffffff;line-height:120% ;
}
.red {
	color:#C00; 
}

