@charset "Shift_JIS";

/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

em{
	font-style:normal;
	font-weight:bold;
	font-size:1.2em !important;
}

.txt_s{ font-size:10px;}
.txt_m{ font-size:12px;}
.txt_l{ font-size:14px;}
.bold{ font-weight:bold !important;}
.nobold{ font-weight:normal !important;}
.red{ color:#CC0000;}
.orange{ color:#FF6600;}

/*--- default */
body {
	background: #000;
	color: #ccc;
	font-size: small;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


.imgleft  { float: left; }
.imgright { float: right; }

/*layout
--------------------------------*/

#header,
#contents,
#footer{
	width:900px;
	margin:0 auto;
}

#wrapper{
	width:100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}

* html div#wrapper{
	height: 100%;
}

/*contents
--------------------------------*/
#contents .pagetop{ 
	clear:both;
	text-align:right;
	margin-right:40px;
	margin-bottom:10px;
}

/*clearfix*/
.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear{display:inline-table; zoom:1;}
/* \*/
* html .clear{height:1%;}
.clear{display:block;}
/* */

