@charset "utf-8";

@import "../css/reset.css";
@import "../css/fonts.css";

/* Basic XHTML */
body{
	background-repeat:repeat;
	background-color: #fff;
	text-align: center;
	color: #333;
}

a:link{ color: #666; text-decoration:none;}
a:visited{ color: #888; text-decoration:none;}
a:hover, a:visited:hover{ color: #333; text-decoration:underline;}
a:active{ color: red; }

h2 {
	line-height:150%;
	font-size:108%;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #000066;
	border-bottom: 1px solid #ccc;
}

h3 {
	line-height:130%;
	font-size:108%;
	margin-top:20px;
}

p{
	margin:10px 5px;
	line-height:150%;
}

small{
	font-size: 85%;
	color: #666;
	line-height:140%;
}

/* header */

#header{
	margin:20px auto 0 auto;
	width:521px;
	height:207px;
	position:relative;
	background-color:#fff;
}

#header h1{
	position:absolute;
	top:0px;
	left:0px;
	width:521px;
}


/* menu */
#menu0 A{
	display:block;
	position:absolute;
	top:157px;
	left:0px;
	width:108px;
	height:50px;
	background-color:#fff;
}
#menu0 A:link,
#menu0 A:visited,
#menu0 A:hover{
	background: url("http://www.raidenet.com/img/menu0.jpg") top left no-repeat;
}

#menu1 A{
	display:block;
	position:absolute;
	top:157px;
	left:108px;
	width:113px;
	height:50px;
	background-color:#fff;
}
#menu1 A:link,
#menu1 A:visited,
#menu1 A:hover{
	background: url("http://www.raidenet.com/img/menu1.jpg") top left no-repeat;
}

#menu2 A{
	display:block;
	position:absolute;
	top:157px;
	left:221px;
	width:97px;
	height:50px;
	background-color:#fff;
}
#menu2 A:link,
#menu2 A:visited,
#menu2 A:hover{
	background: url("http://www.raidenet.com/img/menu2.jpg") top left no-repeat;
}

#menu3 A{
	display:block;
	position:absolute;
	top:157px;
	left:318px;
	width:100px;
	height:50px;
	background-color:#fff;
}
#menu3 A:link,
#menu3 A:visited,
#menu3 A:hover{
	background: url("http://www.raidenet.com/img/menu3.jpg") top left no-repeat;
}

#menu4 A{
	display:block;
	position:absolute;
	top:157px;
	left:418px;
	width:103px;
	height:50px;
	background-color:#fff;
}
#menu4 A:link,
#menu4 A:visited,
#menu4 A:hover{
	background: url("http://www.raidenet.com/img/menu4.jpg") top left no-repeat;
}

/* container */
#container{
background-color:#FFFFFF;
margin:0 auto;
width:519px;
border:1px solid #ccc;
}

/* section */
#section{
padding:10px 9px;
}

#containerend{
height:10px;
float:none;
clear:both;
}

/* leftblock */
#leftblock1{
	float:left;
	text-align:left;
	width:246px;
}

#leftblock1 strong{
	font-size: 167%;
	line-height:120%;
	font-weight: bold;
}


#leftblock2{
	float:left;
	text-align:left;
	width:246px;
}

#story1{
	font-size: 108%;
	line-height:120%;
	color: #990033;
}

#story2{
	font-size: 108%;
	line-height:120%;
	color: #339933;
}

#story3{
	font-size: 108%;
	line-height:120%;
	color: #ff6633;
}

/* rightblock */
#rightblock1{
	float:right;
	text-align:right;
	width:246px;
}

#rightblock1 strong{
	font-size: 167%;
	line-height:120%;
	font-weight: bold;
}

#rightblock1 a:link{ color: #666; text-decoration:underline; font-weight: normal;}
#rightblock1 a:visited{ color: #888; text-decoration:underline; font-weight: normal;}
#rightblock1 a:hover, a:visited:hover{ color: #333; text-decoration:underline; font-weight: normal;}
#rightblock1 a:active{ color: red; }

#rightblock2{
	float:right;
	text-align:left;
	width:246px;
}

#rightblock2 strong{
	font-size: 131%;
	line-height:135%;
	font-weight: bold;
}

#yoyaku a:link{ color: #CC3300; text-decoration:underline; font-weight: bold;}
#yoyaku a:visited{ color: #cc3300; text-decoration:underline; font-weight: bold;}
#yoyaku a:hover, a:visited:hover{ color: #ff0000; text-decoration:underline; font-weight: bold;}
#yoyaku a:active{ color: #ff0000;}

#pia a:link{ color: #666; text-decoration: none; font-weight: normal;}
#pia a:visited{ color: #888; text-decoration:underline; font-weight: normal;}
#pia a:hover, a:visited:hover{ color: #333; text-decoration:underline; font-weight: normal;}
#pia a:active{ color: red; }

/* footerblock */
#footer{
	margin:5px auto;
	width:521px;
	text-align:left;
}

.nglogo{
	background-image:url(../img/ng_logo.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-attachment:scroll;
	height:38px;
	width:501px;
	margin-left:10px;
	text-align:left;
}

.textleft{
	text-align: left;
}


/* profile */
h2.profile_title{
	color: #666;
	font-size: 131%;
	line-height:120%;
	text-align: left;
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.profile_icon{
	font-size: 100%;
	line-height: 100%;
	letter-spacing: 0.25em; 
}

ul.profile_icon{
	float: none;
}

.profile_icon li{
	text-align: center;
	margin:5px 10px 5px 0;
	border:1px solid #ccc;
	width: 88px;
	height: 88px;
	float: left;
}

.profile_icon li img{
	width: 88px;
	height: 73px;
	border: none;
}

.profile_icon li a:link{ color: #669; text-decoration: none; font-weight: normal;}
.profile_icon li a:visited{ color: #669; text-decoration: none; font-weight: normal;}
.profile_icon li a:hover, a:visited:hover{ color: #006; text-decoration:none; font-weight: normal;}
.profile_icon li a:active{ color: red; }

.clear{
	clear: both;
}


/* profile_id */
#bread{
	color: #666;
	font-size: 108%;
	line-height:120%;
	text-align: left;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

#photo{
	float: left;
}

#photo img{
	border: 1px solid #ccc;
	margin:10px 10px 10px 0;
}

#text{
	text-align: left;
	color: #666;
}

#text h2{
	color: #333;
	font-size: 182%;
	line-height:100%;
	border: none;
}