@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: #00c; text-decoration:none;}
a:visited{ color: #551a8b; text-decoration:none;}
a:hover, a:visited:hover{ color: #00c; text-decoration:underline;}
a:active{ color: red; }

h2 {
	line-height:150%;
	font-size:136%;
	margin-bottom: 5px;
	color: #B23F65;
}

h3 {
	line-height:180%;
	font-size:180%;
	margin:6px 0;
	border-bottom: 1px solid #ccc;
	font-weight:bold;
	color: #666;
}

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

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

strong{
	font-size: 122%;
	line-height:160%;
}

/* 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;
}

#blognavi{
	float:none;
	clear:both;
	text-align:center;
	margin-bottom:15px;
}

/* section */

#section{
	padding:10px 20px;
}

#content{
	text-align:left;
	margin-top: 20px;
	margin-bottom:50px;
}

#content p {
	font-size: 100%;
	margin:10px 5px;
	line-height:150%;
}

#content strong{font-weight:bold;}


/* pastblock */
#pastblock{
	float:none;
	clear:both;
	text-align:left;
	margin-bottom:50px;
}

#pastblock h2{
	color: #666;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}


/* footerblock */
.blogpowered{
	border-top: 1px solid #ccc;
	padding:10px 0;
	font-size: 85%;
	float:none;
	clear:both;
}

#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;
}