@charset "utf-8";
/*######################################################################
master CSS
######################################################################*/
/*


------------------------------------------------------------------------
GLOBAL RESET
----------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td {	margin: 0;	padding: 0;}
table {	border-collapse: collapse;	border-spacing: 0;}
fieldset,img,abbr {	border: 0;}
address,caption,cite,cide,dfn,h1,h2,h3,h4,th,var {	font-style: normal;	font-weight: normal;}
caption,th {	text-align: left;}
q:before,q:after {	content:'';}
a {	text-decoration: none;}
/*
------------------------------------------------------------------------
component
----------------------------------------------------------------------*/
body {
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	/*font-family: 'Hiragino Kaku Gothic Pro','メイリオ','Verdana',san-serif;*/
	font-family: 'Helvetica','Verdana','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','"ヒラギノ角ゴ Pro W3"',san-serif;
	font-size: 62.5%;
	min-width: 710px;
	/*word-wrap: break-word;	/* IE */
	background-color:#1A1A1A;
	color:#fefefe;
}
/*
----------------------------------------------------------------------*/
p {
	color: #323232;
	font-size: 12px;
	line-height: 1.5;
	margin:0;
	letter-spacing:0.033em;
}
a {
	color: #fefefe;
	overflow:hidden;

}
a:link {
	color: #fefefe;
}
a:visited {
	color:#CCCCCC;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.hidden, hr {
	display: none;
}
hr.clear{
clear:both;
display:none;
}

.dotLine {
	width: 100%;
	border-bottom: 1px dotted #940000;
	padding-bottom:5px;
}
.topspace{margin-top:10px;}
div#pagetop{
	width:580px;
	margin:0 auto;
	text-align:right;
	margin-top:15px;
}
div#pagetop a{
	color:#323232;
	font-size:12px;
	line-height:1.5;
}
div#pagetop a:hover{color:#AEEE00;}
	
/*
------------------------------------------------------------------------
crearfix
----------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */
/*
----------------------------------------------------------------------*/
