@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: 0; 
	padding: 0;
	background: #65bca0 url(背景画像パス) repeat left top;
	height: 100%;
	color: #ffffff;
	font-size: 13px;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,Arial,sans-serif;
}

/* for IE7 */
*+html body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: small;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "メイリオ";
	font-size: small;
}

a {	text-decoration: underline; outline:none; }
a:link		{ color: #003bff; }
a:visited	{ color: #003bff; }
a:hover		{ color: #00b621; }
/*a:hover		{ color: #ffcc00; }*/
a:active	{ color: #ffcc00; }

img { vertical-align: top; border: 0; }

caption, th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

li{ list-style:none;}

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; }
/* */

.centering { display: block; margin: 0 auto; }

.floatR { float: right; }
.floatL { float: left; }

.alignC { text-align:center; }
.alignR { text-align:right; }

.valignT { vertical-align:top; }
.valignM { vertical-align:middle; }

.mgt0 { margin-top:0px !important; }
.mgt5 { margin-top:5px !important; }
.mgt10 { margin-top:10px !important; }
.mgt15 { margin-top:15px !important; }
.mgt20 { margin-top:20px !important; }

.pdt0 { padding-top:0px !important; }
.pdt5 { padding-top:5px !important; }
.pdt10 { padding-top:10px !important; }
.pdt15 { padding-top:15px !important; }
.pdt20 { padding-top:20px !important; }


/*テキスト
----------------------------------------------------------------*/
.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_r { color: #F00; }

/**/
