@charset "UTF-8";

/**/

blockquote, div, dl, dt, dd,  
h1, h2, h3, h4, h5, h6,  
ul, ol, li, p, pre, span, td, th {
	margin: 0;
	padding: 0;
}

html {overflow-y:scroll;}

body {
	margin: 0; 
	padding: 0;
	background: #fff url(../image/common/bg_body.gif) repeat-y center top;
	letter-spacing: 0.1em;
	color: #333;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
	line-height:1.4;
}

#content {
	width: 900px;
	height: auto;
	display: block;
	margin: 0 0 0 10px;
}


/* for IE7 */
*+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: small;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック";
	font-size: small;
}

a {	text-decoration: underline; }
a:link		{ color: #ff0066; }
a:visited	{ color: #ff0066; }
a:hover		{ color: #ff99cc; }
a:active	{ color: #ff99cc; }

img { vertical-align: top; border: 0; }

a img { border: 0; }
a:hover img {
	opacity:0.8; filter:
	alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

caption, th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	font-size:inherit;
	font:100%;
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after { content:''; }

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.floatR { float: right; }
.floatL { float: left; }

.alignC { text-align: center; }
.imgCenter { display: block; margin: 0 auto; }
.right { float: right; }
.left { float: left; }

.blank10px{padding-top:10px;}
.blank15px{padding-top:15px;}
.blank30px{padding-top:30px;}
.blank20px{padding-top:20px;}
.mag_t10{margin-top:10px;}
.mag_b10{margin-bottom:10px;}
.pad_t10{padding-top:10px;}
.pad_b10{padding-bottom:10px;}
.pad_all5{padding:5px;}

.t-left{ text-align:left; }
.t-right{ text-align:right;}
.t-center{ text-align:center;}

.displayNone { display:none;}

/*テキスト
----------------------------------------------------------------*/
.font-10 { font-size: 77%; }
.font-11 { font-size: 85%; }
.font-12 { font-size: 93%; }
.font-13 { font-size: 100%; }
.font-14 { font-size: 108%; }
.font-15 { font-size: 116%; }
.font-16 { font-size: 123.1%; }
.font-17 { font-size: 131%; }
.font-18 { font-size: 138.5%; }
.font-19 { font-size: 146.5%; }
.font-20 { font-size: 153.9%; }
.font-21 { font-size: 161.6%; }
.font-22 { font-size: 167%; }
.font-23 { font-size: 174%; }
.font-24 { font-size: 182%; }

.font-red { color: #ff0000; }
.font-black { color: #000000; }
.font-cd { color: #12b3ea; }
.font-dcd { color: #ff9900; }
.font-default { color: #ffcc00; }

.color-red		{ color: #ff0000; }
.color-red-b	{ color: #ff0000; font-weight: bold; }
.color-mred		{ color: #cb172f; }
.color-mred-b	{ color: #cb172f; font-weight: bold; }
.color-purple	{ color: #990066; }
.color-purple-b	{ color: #990066; font-weight: bold; }
.color-pink		{ color: #ff3366; }
.color-pink-b	{ color: #ff3366; font-weight: bold; }
.color-blue		{ color: #006699; }
.color-blue-b	{ color: #006699; font-weight: bold; }
.color-wblue	{ color: #99CCFF; }
.color-wblue-b	{ color: #99CCFF; font-weight: bold; }
.color-green	{ color: #339900; }
.color-green-b	{ color: #339900; font-weight: bold; }
.color-orange	{ color: #ff6600; }
.color-orange-b	{ color: #ff6600; font-weight: bold; }
.color-black	{ color: #000000; }
.color-black-b	{ color: #000000; font-weight: bold; }
.color-gray		{ color: #999999; }
.color-gray-b	{ color: #999999; font-weight: bold; }
.color-strong_gray		{ color: #7B7B7B; }
.color-strong_gray-b	{ color: #7B7B7B; font-weight: bold; }
.color-white	{ color: #ffffff; }
.color-white-b	{ color: #ffffff; font-weight: bold; }
.color-yellow	{ color: #F90; }
.color-yellow-b	{ color: #F90; font-weight: bold; }

/* その他、サンクル・マクロス等でのテキスト装飾 */
.l_font		{ font-size: 108%; color: #000000; }
.m_font		{ font-size: 93%; color: #000000; }
.s_font		{ font-size: 85%; color: #000000; }
.ss_font	{ font-size: 9px; color: #000000; }
.l_font_b	{ font-size: 108%; font-weight: bold; color: #000000; }
.m_font_b	{ font-size: 93%; font-weight: bold; color: #000000; }
.s_font_b	{ font-size: 85%; font-weight: bold; color: #000000; }


.l_font_r	{ font-size: 108%; color: #FF0000; }
.m_font_r	{ font-size: 93%; color: #FF0000; }
.s_font_r	{ font-size: 85%; color: #FF0000; }
.l_font_rb	{ font-size: 108%; color: #FF0000; font-weight: bold; }
.m_font_rb	{ font-size: 93%; color: #FF0000; font-weight: bold; }
.s_font_rb	{ font-size: 85%; color: #FF0000; font-weight: bold; }


.ll_font_w	{ font-size: 123.1%; color: #FFFFFF; }
.l_font_w	{ font-size: 108%; color: #FFFFFF; }
.m_font_w	{ font-size: 93%; color: #FFFFFF; }
.s_font_w	{ font-size: 85%; color: #FFFFFF; }
.ll_font_wb	{ font-size: 123.1%; color: #FFFFFF; font-weight: bold; }
.l_font_wb	{ font-size: 108%; color: #FFFFFF; font-weight: bold; }
.m_font_wb	{ font-size: 93%; color: #FFFFFF; font-weight: bold; }
.s_font_wb	{ font-size: 85%; color: #FFFFFF; font-weight: bold; }


.l_font_bl	{ font-size: 108%; color: #0000FF; }
.m_font_bl	{ font-size: 93%; color: #0000FF; }
.s_font_bl	{ font-size: 85%; color: #0000FF; }
.ll_font_blb{ font-size: 123.1%; color: #0000FF; font-weight: bold; }
.l_font_blb	{ font-size: 108%; color: #0000FF; font-weight: bold; }
.m_font_blb	{ font-size: 93%; color: #0000FF; font-weight: bold; }
.s_font_blb	{ font-size: 85%; color: #0000FF; font-weight: bold; }


.l_font_gr	{ font-size: 108%; color: #009900; }
.m_font_gr	{ font-size: 93%; color: #009900; }
.s_font_gr	{ font-size: 85%; color: #009900; }
.l_font_grb	{ font-size: 108%; color: #009900; font-weight: bold; }
.m_font_grb	{ font-size: 93%; color: #009900; font-weight: bold; }
.s_font_grb	{ font-size: 85%; color: #009900; font-weight: bold; }


.l_font_g	{ font-size: 108%; color: #CCCCCC; }
.m_font_g	{ font-size: 93%; color: #CCCCCC; }
.s_font_g	{ font-size: 85%; color: #CCCCCC; }
.ss_font_g	{ font-size: 9px; color: #CCCCCC; }
.l_font_gb	{ font-size: 108%; color: #CCCCCC; font-weight: bold; }
.m_font_gb	{ font-size: 93%; color: #CCCCCC; font-weight: bold; }
.s_font_gb	{ font-size: 85%; color: #CCCCCC; font-weight: bold; }


.l_font_ye	{ font-size: 108%; color: #ffff00; }
.m_font_ye	{ font-size: 93%; color: #ffff00; }
.s_font_ye	{ font-size: 85%; color: #ffff00; }
.ll_font_yeb{ font-size: 123.1%; color: #ffff00; font-weight: bold; }
.l_font_yeb	{ font-size: 108%; color: #ffff00; font-weight: bold; }
.m_font_yeb	{ font-size: 93%; color: #ffff00; font-weight: bold; }
.s_font_yeb	{ font-size: 85%; color: #ffff00; font-weight: bold; }


.l_font_o	{ font-size: 108%; color: #FF6600; }
.m_font_o	{ font-size: 93%; color: #FF6600; }
.s_font_o	{ font-size: 85%; color: #FF6600; }
.l_font_ob	{ font-size: 108%; color: #FF6600; font-weight: bold; }
.m_font_ob	{ font-size: 93%; color: #FF6600; font-weight: bold; }
.s_font_ob	{ font-size: 85%; color: #FF6600; font-weight: bold; }


.l_font_p	{ font-size: 108%; color: #660066; }
.m_font_p	{ font-size: 93%; color: #660066; }
.s_font_p	{ font-size: 85%; color: #660066; }
.l_font_pb	{ font-size: 108%; color: #660066; font-weight: bold; }
.m_font_pb	{ font-size: 93%; color: #660066; font-weight: bold; }
.s_font_pb	{ font-size: 85%; color: #660066; font-weight: bold; }


.l_font_dp	{ font-size: 108%; color: #990066; }
.m_font_dp	{ font-size: 93%; color: #990066; }
.s_font_dp	{ font-size: 85%; color: #990066; }
.l_font_dpb	{ font-size: 108%; color: #990066; font-weight: bold; }
.m_font_dpb	{ font-size: 93%; color: #990066; font-weight: bold; }
.s_font_dpb	{ font-size: 85%; color: #990066; font-weight: bold; }


.l_font_rbl	{ font-size: 108%; color: #057DA7; }
.m_font_rbl	{ font-size: 93%; color: #057DA7; }
.s_font_rbl	{ font-size: 85%; color: #057DA7; }
.l_font_rblb{ font-size: 108%; color: #057DA7; font-weight: bold; }
.m_font_rblb{ font-size: 93%; color: #057DA7; font-weight: bold; }
.s_font_rblb{ font-size: 85%; color: #057DA7; font-weight: bold; }


.l_font_pp	{ font-size: 108%; color: #9A106E; }
.m_font_pp	{ font-size: 93%; color: #9A106E; }
.s_font_pp	{ font-size: 85%; color: #9A106E; }
.l_font_ppb	{ font-size: 108%; color: #9A106E; font-weight: bold; }
.m_font_ppb	{ font-size: 93%; color: #9A106E; font-weight: bold; }
.s_font_ppb	{ font-size: 85%; color: #9A106E; font-weight: bold; }


.l_font_dg	{ font-size: 108%; color: #333333; }
.m_font_dg	{ font-size: 93%; color: #333333; }
.s_font_dg	{ font-size: 85%; color: #333333; }
.l_font_dgb	{ font-size: 108%; color: #333333; font-weight: bold; }
.m_font_dgb	{ font-size: 93%; color: #333333; font-weight: bold; }
.s_font_dgb	{ font-size: 85%; color: #333333; font-weight: bold; }


.l_font_dye	{ font-size: 108%; color: #FFCC00; }
.m_font_dye	{ font-size: 93%; color: #FFCC00; }
.s_font_dye	{ font-size: 85%; color: #FFCC00; }
.l_font_dyeb{ font-size: 108%; color: #FFCC00; font-weight: bold; }
.m_font_dyeb{ font-size: 93%; color: #FFCC00; font-weight: bold; }
.s_font_dyeb{ font-size: 85%; color: #FFCC00; font-weight: bold; }


.list_square {
    display:inline;
    line-height: 1em;
	font-size:0.9em;
	list-style-position: outside;
}

.list_square li {
	margin-bottom: 5px;
    color: #000000;
	padding-left: 14px;
	background: url(../image/common/bg_list01.gif) no-repeat 2px 3px;
	list-style-type: none;
	
}


li {list-style-type: none;}

/**/
.mag_b5{margin-bottom:5px;}

/**/



