@charset "Shift_JIS";

/* ------------------------------
	共通
------------------------------ */
*{
	margin:0px;
	padding:0px;
}

body,
td{
	color:#333;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"Osaka","MS UI Gothic",sans-serif;
	line-height:18px;
}



#close a{
	display:block;
	cursor: pointer;	
}


#close a:link,
#close a:visited{
	display:block;
	background-color:#F5F5F5;
}
#close a:hover,
#close a:active{
	display:block;
	background-color:#E5E5E5;
}

.text1c { font-size:10px; line-height:14px; }
.text2c { font-size:12px; line-height:16px; }
.text3c { font-size:14px; line-height:18px; }
.text1 { font-size:10px; line-height:16px; }
.text2 { font-size:12px; line-height:18px; }
.text3 { font-size:14px; line-height:20px; }
.text1n { font-size:10px; line-height:18px; }
.text2n { font-size:12px; line-height:20px; }
.text3n { font-size:15px; line-height:22px; }

a:link { color:#2F4F88;text-decoration:underline; }
a:visited { color:#8295B8;text-decoration:underline; }
a:hover { color:#2F4F88;text-decoration:none; }

.red {color: #FF0000}


/*移行コンテンツ*/
div#contents{
	padding:0 0 10px 0 !important;
}

.boxCenter{
	margin:0 auto;
}