@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:#ffffff;
	background:#000008;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Arial Unicode MS";
	font-size:0.8em;
	line-height:1.8em;
	height:100%;}

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;}

.clear{
	clear:both;}

.clearL{
	clear:left;}


.clearR{
	float:right;}

.tRight{
	text-align:right;}

/*-----------------------------------------------------------
 link
-----------------------------------------------------------*/

a:link { 
	color:#ffffff;
	text-decoration:none;}
	
a:visited {
	color:#ffffff;
	text-decoration:none;}
	
a:hover {
	color:#ffffff;
	text-decoration:none;}
	
a:active {
	color:#ffffff;
	text-decoration:none;}

a:focus {
	outline:none;}
	
a img.linkimg{
	background:none!important;
}

a:hover img.linkimg{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:none!important;
}