@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;
	height: 100%;
}

body {
	margin: 0px auto;
	background: url(../image/common/bg_body.jpg);
	height: 100%;
	color: #333333;
	font-size: 13px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}

/* for IE7 */
*+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 78%;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 80%;
}

a {	text-decoration: none; }
a:link { color: #FF9900; }
a:visited { color: #FF9900; }
a:hover { color: #FF9900; text-decoration: underline;}
a:active { color: #FF9900; }

a img { border: 0; }

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%;
}

img { vertical-align: bottom; }

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;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

/*センタリング
----------------------------------------------------------------*/
.centering { display: block; margin: 0 auto; }
.f_left { float: left;}
.f_right { display: block; float: right;}

/*クリア
----------------------------------------------------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


/*テキスト寄せ
----------------------------------------------------------------*/
.txt_left { text-align: left;}
.txt_right { text-align: right;}
.txt_center { text-align: center;}

/*テキストサイズ
----------------------------------------------------------------*/
.font-t-small { font-size: 73%; }
.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%; }

.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-green	{ color: #339900; }
.color-green-b	{ color: #339900; font-weight: bold; }
.color-orange	{ color: #ff6600; }
.color-orange-b	{ color: #ff6600; font-weight: bold; }
.color-yellow	{ color: #ff9900; }
.color-yellow-b	{ color: #ff9900; 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; }

/*テキストカラー
----------------------------------------------------------------*/
.l_font { font-size: 123.1%; }
.m_font { font-size: 100%; }
.s_font { font-size: 77%; }
.l_font_b { font-size: 123.1%; font-weight: bold; }
.m_font_b { font-size: 100%; font-weight: bold; }


.l_font_r { font-size: 123.1%; color: #ff0000; }
.m_font_r { font-size: 100%; color: #ff0000; }
.s_font_r { font-size: 77%; color: #ff0000; }
.l_font_rb { font-size: 123.1%; color: #ff0000; font-weight: bold; }
.m_font_rb { font-size: 100%; color: #ff0000; font-weight: bold; }
.s_font_rb { font-size: 77%; color: #ff0000; font-weight: bold; }


.l_font_w { font-size: 123.1%; color: #ffffff; }
.m_font_w { font-size: 100%; color: #ffffff; }
.s_font_w { font-size: 77%; color: #ffffff; }
.l_font_wb { font-size: 123.1%; color: #ffffff; font-weight: bold; }
.m_font_wb { font-size: 100%; color: #ffffff; font-weight: bold; }
.s_font_wb { font-size: 77%; color: #ffffff; font-weight: bold; }


.l_font_bl { font-size: 123.1%; color: #0000ff; }
.m_font_bl { font-size: 100%; color: #0000ff; }
.s_font_bl { font-size: 77%; color: #0000ff; }
.l_font_blb { font-size: 123.1%; color: #0000ff; font-weight: bold; }
.m_font_blb { font-size: 100%; color: #0000ff; font-weight: bold; }
.s_font_blb { font-size: 77%; color: #0000ff; font-weight: bold; }


.l_font_gr { font-size: 123.1%; color: #009900; }
.m_font_gr { font-size: 100%; color: #009900; }
.s_font_gr { font-size: 77%; color: #009900; }
.l_font_grb { font-size: 123.1%; color: #009900; font-weight: bold; }
.m_font_grb { font-size: 100%; color: #009900; font-weight: bold; }
.s_font_grb { font-size: 77%; color: #009900; font-weight: bold; }


.l_font_g { font-size: 123.1%; color: #cccccc; }
.m_font_g { font-size: 100%; color: #cccccc; }
.s_font_g { font-size: 77%; color: #cccccc; }
.l_font_gb { font-size: 123.1%; color: #cccccc; font-weight: bold; }
.m_font_gb { font-size: 100%; color: #cccccc; font-weight: bold; }
.s_font_gb { font-size: 77%; color: #cccccc; font-weight: bold; }

.l_font_o { font-size: 123.1%; color: #ff6600; }
.m_font_o { font-size: 100%; color: #ff6600; }
.s_font_o { font-size: 77%; color: #ff6600; }
.l_font_ob { font-size: 123.1%; color: #ff6600; font-weight: bold; }
.m_font_ob { font-size: 100%; color: #ff6600; font-weight: bold; }
.s_font_ob { font-size: 77%; color: #ff6600; font-weight: bold; }

.l_font_y { font-size: 123.1%; color: #ffcc00; }
.m_font_y { font-size: 100%; color: #ffcc00; }
.s_font_y { font-size: 77%; color: #ffcc00; }
.l_font_yb { font-size: 123.1%; color: #ffcc00; font-weight: bold; }
.m_font_yb { font-size: 100%; color: #ffcc00; font-weight: bold; }
.s_font_yb { font-size: 77%; color: #ffcc00; font-weight: bold; }

.l_font_o { font-size: 123.1%; color: #ff6600; }
.m_font_o { font-size: 100%; color: #ff6600; }
.s_font_o { font-size: 77%; color: #ff6600; }
.l_font_ob { font-size: 123.1%; color: #ff6600; font-weight: bold; }
.m_font_ob { font-size: 100%; color: #ff6600; font-weight: bold; }
.s_font_ob { font-size: 77%; color: #ff6600; font-weight: bold; }


/**/

/*ぶら下がりリスト*/
ul.list_notice {
	margin-top: 5px;
    list-style: none;
    font-size: 85%;
    line-height: 1.3;

}
 
ul.list_notice li {
    padding-left: 1em; 
    text-indent: -1em; 
}


