@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  base.css
	infomation :  リセット、初期設定 (※変更なし)
	
 ---------------------------------------------- */


*{
	margin:0px;
	padding:0px;
	list-style:none;
}

/*　Chrome・Safari　*/
@media screen and (-webkit-min-device-pixel-ratio:0){
body{
	letter-spacing: normal !important;
}}

html{
	height:100%;
letter-spacing:0;}

body{
	color:#000000;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size:0.8em;
	line-height:1.8em;
	height:100%;
	background-color: #000;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,tr,form {   
	margin:0; padding:0; font-size:100%;
}

em{
	font-style:normal;
}

img {
	border:0;
	vertical-align:top;
	-ms-interpolation-mode:bicubic;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

.notxt{
	font-size:0px;
	line-height:0px;
	text-indent:-10000px;
}

.auto{
margin:0 auto 0 auto;}

.floaL{
	float:left;}

.floaR{
	float:right;}

.clearL{
	clear:left;}


.clearR{
	float:right;}

.tRight{
	text-align:right;}

/*-----------------------------------------------------------
 link
-----------------------------------------------------------*/

a:link { 
	color:#675a1d;
	text-decoration:none;}
	
a:visited {
	color:#675a1d;
	text-decoration:none;}
	
a:hover {
	color:#c40101;
	text-decoration:none;}
	
a:active {
	color:#675a1d;
	text-decoration:none;}

a:focus { outline:none;}