@charset "UTF-8";

/* ================================================================ *
	レイアウト用 CSS
	この CSS には，レイアウトの基本的な設定・共通設定が
	書かれています。
 * ================================================================ */
 


#wrapper {
	position: relative;
	background-color: #000d23;
	width: 1000px;
	height: 1000px;
	margin: 0px auto;
}


a {
	text-decoration: none;
	color: #aaa;
}

a:hover{
	text-decoration: none;
	color: #666;
}

#left {
	position: absolute;
	top: 150px;
	left: 450px;
	height: 750px;
	width: 400px;
	margin: 0px;
	padding: 30px;
	color: #fff;
	font-size: 14px;
	line-height: 1.2em;
	background-color: #dd0000;
	border: solid 3px #999;
	/*opacity: 0.7;
	filter: alpha(=60);*/
}


#right{
	position: absolute;
	top: 150px;
	left: 120px;
	width: 302px;
	height: 450px;


}

 #rinako{
	position: absolute;
	top: 550px;
	left: 120px;
	font-size: 11px;
	color: #fff;
}

#chuck{
	position: absolute;
	top: 600px;
	left: 180px;
	width: 200px;
	height: 150px;
	color: #ddd;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#chuck img{
	border: solid 1px #999;
}


#footer{
	position: absolute;
	top: 980px;
}


/* JQuery のNavi　

#topnav {
	margin: 10px 0px 20px;
	padding: 0;
	list-style: none;
	font-size: 15px;
	clear: both;
	float: left;
	width: 1000px;
	background-color: #666;
}

ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	height:20px;

}


ul#topnav li.v3{
	padding: 0 0 0 212px;
}

ul#topnav a, ul#topnav span {
	padding: 10px 17px;
	float: left;
	text-decoration: none;
	color: #fff;
	clear: both;
	height: 20px;
	line-height: 5px;
	background: #1d1d1d;
}

ul#topnav a {
	color: #7bc441;

}

ul#topnav span {
	display: none;
}

ul#topnav.v2 span{
	background: #666 repeat-x left top;
}

ul#topnav.v2 a{
	color: #666;
	background: #fff repeat-x left bottom;
}


