@charset "Shift_JIS";

*{
font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro","‚l‚r ‚oƒSƒVƒbƒN";
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #0B0B0B;
}

#main{
	background-color: #0B0B0B;
	padding-left: 100px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
}

#header{
	text-align: left;
	padding-left: 110px;
	margin-top: 25%;
}

#logo{
	background-image: url(../images/lt_logo.gif);
	display: block;
	width: 293px;
	height: 63px;
}

.hide{
	display: none;
}

#footer{
	text-align: right;
	padding-right: 5%;
}

.text_base{
	font-size: 75%;
	color: #EDEDED;
	padding-left: 50px;
	text-align: left;
}

.text_dark{
	font-size: 75%;
	color: #878787;
}

a:link {
	color: #D61946;
	text-decoration: none;
} 

a:visited {
	color: #D61946;
	text-decoration: none;
}

a:hover   {
	color: #D61946;
	text-decoration: underline;
}

a:active {
	color: #FF00B8;
	text-decoration: none;
} 

