﻿@charset "utf-8";
/* CSS Document */

/* cenetring and sizefix */

html {
    margin:0px;
    padding:0px; 
    width:100%; 
    height:100%; 
    border-spacing:0px; 
}

body {
	margin: 0px;
	padding: 0px;
	background: #c30011 url(../images/bg_grade.jpg) repeat-y center top;
	text-align: center;
	width:100%;
	height:100%;
}

#wrapper{
	margin:0px auto;
	width:950px;
	text-align:left;
}

/* header */
#logo{
	margin:0px 0px 0px 0px;
	width:950px;
	height:113px;
}

#menu{
	margin:0px 0px 0px 15px;
	width:935px;
	height:90px;
}

.menu1, .menu2, .menu3, .menu4, .menu5, .menu6{
	float:left;
	width:90px;
	height:90px;
	/*IE6 WMargin*/
	display:inline;
}
.menu4{
	margin-left: 380px;	
}

/* footer */

#footer{
	margin: 0px;
	padding: 0px;
	width:950px;
	height:100%;
}

/* tags */

img{
	border:solid 0px black;
}

.clear{
	margin:0px;
	padding:0px;
	clear:both;
	font-size:0px;
	height:0px;
	width:0px;
}

/*
 テキストサイズままで赤太字。
*/
.boldRed{
	font-weight:bolder;
	color:#F00;
}