@charset "UTF-8";

/**/
/*初期設定
----------------------------------------------------------------*/
body, 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 {
	background-color: transparent;
	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: #ffcc00; }
a:visited { color: #ffcc00; }
a:hover { color: #ffcc00; text-decoration: underline;}
a:active { color: #ffcc00; }

a img { border: 0; }

caption, th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

q:before, q:after { content:''; }

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;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


/*レイアウト
----------------------------------------------------------------*/

dl {
	overflow: auto;
	color: #ffffff;
	line-height: 1.2;
}

dl dt {
	color: #660000;
	font-weight: bold;
}

dl dd {
	background: url(../image/top/img_border_renew.gif) no-repeat bottom left;
	line-height: 1.3;
	padding-bottom: 3px;
	margin-bottom: 2px;
}


/**/



