/* --------------------------------------------------------
 * 
 * 		default css
 * 
 * -------------------------------------------------------- */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 75%;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
html>/**/body { font-size: 12px; }
div,dl,dt,dd,p,table,th,td,ul,ol,li,h1,h2,h3,h4,h5,h6 {	margin: 0; padding: 0; }
ul,ol,li { list-style: none; }
table {	border-collapse: collapse; border-spacing: 0; }
br { letter-spacing: 0px; font-weight: normal; }
img {
	border: 0;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

/* class style
=========================================*/
.right { float: right; }
.left { float: left; }
.clear { clear:both; }
.clearfix { display: inline-table; }

.hidden {
	overflow: hidden;
}
.note {
	color: #F63;
	font-size: large;
	text-align: left;
	margin-bottom: 20px;
}
.red {
	color: #F00;
	font-weight: bold;
}
.mfp_err {
	color: #F00;
}
.confbtn {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.none {
	text-indent: -99999%;
	display: none;
}

.odd {
	background-color: #f0ffff;
}


/* padding margin
=========================================*/
.padd10_top {
	padding-top: 10px;
}
.padd5_top {
	padding-top: 5px;
}
.padd5_btm {
	padding-bottom: 5px;
}
.marg40_btm {
	margin-bottom: 40px;
}
.marg20_btm {
	margin-bottom: 20px;
}
.marg10_right {
	margin-right: 10px;
}
.marg30_right {
	margin-right: 30px;
}
.marg10_left {
	margin-right: 10px;
}


/* anchor style
=========================================*/
a:link {
	color: #006092;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {	color: #004a88;	text-decoration: underline; }
a:hover, a:active { color: #69C; text-decoration: underline; }
a:hover { color: #2c82c9; text-decoration: underline; }
