body {
	font-family:arial;
	font-size:12px;
	color:#AAAAAA;
	margin:8px;
	height:100%;
	background : #ffffff url(bg.png) repeat-y left top ;
}

h1 {
	color:#ff8547;
	font-size:14px;
	font-weight:normal;
	margin:0;
}
h2 {
	color:#ff8547;
	font-size:28px;
	font-weight:normal;
	margin:0;
}
h3 {
	color:#CCCCCC;
	font-size:16px;
	font-weight:normal;
	margin:0;
}

a {
	text-decoration:none;
	color:#ff8547;
}

#container {
	padding: 0 40px 0 60px;
/*	width:100%;*/
}

#header {
	width:700px;
	text-align:left;
}

#leftheader {
	width:500px;
	float:left;
	margin-bottom:15px;
}
#leftheader_top {
	width:220px;
	float:left;
	margin-bottom:15px;
}
#rightheader {
	width:160px;
	height:100px;
	float:right;
	background: #fff url(/nekotube/titleb.png) no-repeat;*/
}
#rightheader_top {
	width:430px;
	height:140px;
	float:right;
	background: #fff url(/nekotube/title.png) no-repeat;*/
}

#main {
	clear:both;
	width:700px;
	height:100%;
	text-align:center;
	border-top:1px solid #CCCCCC;
	padding-top:10px;
	margin:0 auto;
}

hr {
	color:#cccccc;
	border:1px;
}

img {
	padding:0 5px 5px 0;
	border;none;
}

a img {
	padding:5px;
	border;none;
	border-color:#ff8547;
}

#left {
	float:left;
}

#menu {
	list-style:none;
	width:150px;
	margin:0;
	padding-left:15px;
	padding-top:10px;
	padding-right:15px;
}

#menu li {
	padding-bottom:5px;
}

#menu li a {
	font-size:12px;
	color:#007FFF;
	text-decoration:none;
}

#menu li a:hover {
	text-decoration:underline;
}

#content {
	float:left;
	padding-top:10px;
	padding-left:15px;
	height:100%;
	border-left:1px solid #CCCCCC;
}

#menuebox #content {
	text-align:center;
	margin:0 auto;
	padding-top:10px;
	padding-left:15px;
	height:100%;
	border-left:1px solid #CCCCCC;
}

#footer {
	clear:left;
	width:700px;
	text-align:right;
	border-top:1px solid #CCCCCC;
	padding-top:3px;
}


.box {
	border:1px solid #AAAAAA;
	vertical-align:top;
	margin-bottom:10px;
	width:500px;
}

.menuebox {
	float:left;
	border:1px solid #AAAAAA;
	vertical-align:top;
	text-align:center;
	margin:5px 10px;
	padding:0;
	width:195px;
	height:165px;
}

.box h2 {
	font-size:15px;
	border-bottom:1px solid #CCCCCC;
	padding:7px;
	background-color:#F9F9F9;
}

.menuebox h2 {
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	padding:5px;
	background-color:#F9F9F9;
}

.box .content, .menuebox .content {
	padding:20px 15px;
}

.menuebox .content {
	padding:5px;
}

.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
