﻿@charset "UTF-8";

*{
	margin:  0;
	padding: 0;
	font-weight: normal;
	font-style : normal;
}

body{
	width : 100%;
	height: 100%;
	
	font-size: 100%;
	line-height: 150%;
	font-family: メイリオ, sans-serif, "ＭＳ Ｐゴシック";
	color: #aaaaaa;
	text-align: center;
	
	background-color: #000;
	scrollbar-base-color      : #252559;
    scrollbar-face-color      : #252559;
    scrollbar-track-color     : #000;
    scrollbar-shadow-color    : #002;
    scrollbar-darkshadow-color: #002;
    scrollbar-highlight-color : #44a;
    scrollbar-3dlight-color   : #44a;
    scrollbar-arrow-color     : #66d;
	
	background-image : url("img/bg/title.jpg");
	background-position: 40% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a:link, a:visited{ color: #ff9900; }
a:hover  {
	color: #00ccff;
	background-color: #000044;
	position: relative;
	top: 1px;
}
a:active { color: #ffffff; }

a.enter{
	display: block;
	width: 210px;
	height: 45px;
	border-bottom: 1px solid #a70;
	background-image: url("img/system/enter_button1.png");
}
a:hover.enter{
	background-image: url("img/system/enter_button2.png");
}

/*------------------------------------------------------------------------------------------------*/
div.contents{
	margin: 3.5em 0 30px 0;
}
div.title{
	height: 125px;
	border-bottom: 2px solid #777;
}
div.box{
	clear: right;
	width: 80%;
}

/* 半透明 */
div.trans{
	background:url("img/system/alpha_black.png");
}
* html div.trans{ /* IE6 hack */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/system/alpha_black.png',sizingMethod='scale');
	background:none;
}

div.left{
	float: left;
	width: 240px;
	text-align: left;
	padding: 10px 0 10px 30px;
	margin: 20px 0 0 0;
}
div.right{
	float: right;
	width: 40%;
	max-width: 280px;
	text-align: left;
	margin-top: 1.5em;
	padding: 10px;
}

img.title{
	float: left;
	margin-left: 10px;
}
img.siteName{
	float: right;
	margin: 90px 10px 0 0;
}
img.myName{
	float: right;
	margin: 0 10px 25px 0;
}
img.enter{
	border: 0;
}

h2{
	color: #99e;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #88b;
	margin-bottom: 5px;
}

ul{
	color: #99e;
	font-size: 80%;
	line-height: 130%;
	text-align: right;
	list-style-type: none;
	margin-bottom: 1.0em;
}

font.navi{
	font-size: 80%;
	color: #a72;
	margin: 5px;
}



