@charset "UTF-8";



/*
	1 : initialize
	2 : textLink
	3 : layout
	4 : scrollup
*/



/* **********************************************************************
1 : initialize
********************************************************************** */
* {
margin: 0;
padding: 0;
}


body {
background-color: #000000;
color: #FFFFFF;
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", Osaka;
font-size: 11px;
line-height: 1.7;
text-align: center;
}

img {
border: 0;
}

ul,
dl {
list-style-type: none;
}

hr {
display: none;
}

.dn {
display: none;
}

/* clearFix */
.clearFix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearFix { display: inline-block; }
/* Hides from IE-mac ¥*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac ¥*/


/* **********************************************************************
2 : textLink
********************************************************************** */
a {
text-decoration: none;
}

a:link,
a:visited,
a:active {
color: #CC6600;
}

a:hover {
text-decoration: underline;
}


/* **********************************************************************
3 : layout
********************************************************************** */
#wrapper {
width: 860px;
margin: 0 auto;
text-align: left;
}


/* **********************************************************************
4 : scrollup
********************************************************************** */
#scrollup {
float: right;
position: fixed;
width: 50px;
height: 125px;
bottom: 0px;
right: 0;
}


#i2i {
display: none; 
}
