@charset "utf-8";

body {
	text-align:center;
	background-color: #240012;
}

/*================================================================
 1 : Layout Setting
================================================================*/


/*======== 1-1 : div#container ========*/

#container{
	text-align:left;
	background-color: #ffffff;
	width:800px;
	margin: 0 auto;
}

/*======== 1-2 : div#header ========*/

#head{
	width: 800px;
	height: 123px;
	text-align: right;
	background: url(../img/headerBack.gif) no-repeat;
	position: relative;
}

#head h1#logo a {
	width: 490px;
	height: 90px;
	padding: 5px;
	position: absolute;
	top: 12px;
	left: 10px;
	display: block;
	color: #ffffff;
	font-size: 1px;
}
#head h1#logo a:hover{background:none;}

#head p#logo a:link, #head p#logo a:visited, #head p#logo a:hover { color: #ffffff;}

#head #google {
	width:260px;
	height: 21px;
	position: absolute;
	top: 13px;
	right: 5px;
}
#head #google img {
	float: left;
}
#head #google input {
	font-size: 12px;
	width: 138px;
	height: 15px;
	margin-left: 3px;
	float: left;
}
#head #google input.searchButton {
	width: 43px;
	height: 21px;
}
#head #google font {
	display: none;
}

/*======== 1-3 : div#inner ========*/

div#inner{
	width: 780px;
	padding: 0 10px;
}

/*======== 1-4 : div#menu ========*/

#menu{
	background-color: #000000;
	width:180px;
	padding: 10px;
	float: left;
}

/*======== 1-5 : div#main ========*/

#main{
	width: 560px;
	margin-left: 20px;
	float: left;
	border-top: 1px solid #996699;
}

/*======== 1-6 : div#footer ========*/

#foot{
	width:780px;
	height: 20px;
	margin: 0 10px;
	padding: 8px 0;
	border-top: 1px solid #666666;
	clear:both;
}

