
/***********************ＭＭＳＡ ＣＳＳ***********************/

/*----------------基本----------------*/
body{
	background-color:#CECECE;
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", verdana, "MS UI Gothic";
	}
p{
	font-size:12px;
	line-height:20px;
	color:#333;
	margin:0;
	padding:0;
	}
img{
	border:0px;
	}		
br.clear{
	clear:both;
}
table{
	border:0px;
	}
tr, td{
	border:0px;
	}

/*----------------リンク----------------*/
a{
	color:#003366;
	text-decoration:none;
	}
a:hover{
	color:#CC9933;
	text-decoration:underline;
	}
	
/*----------------段落----------------*/
#body{
	width:900px;
	margin:auto;
	}
#wrapper{
	width:900px;
	margin:auto;
	padding:0;
	float:left;
	background:url(../imgs/common/body_bg.gif) repeat-y;
	}
#container{
	width:780px;
	margin:0;
	padding:0 60px 0 60px;
	float:left;
	}
/*----------------ヘッダ----------------*/
#header{
	margin:0;
	padding:0;
	width:780px;
	height:64px;
	}
#logo{
	margin:0;
	padding:0;
	float:left;
	display:inline;
	}
#header table{
	margin:8px 7px 0 0;
	padding:0;
	float:right;
	display:inline;
	}
.clear{
	clear:both;
	height:1px;
	}
/*----------------メニュー----------------*/
#menu{
	width:780px;
	height:50px;
	margin:0px;
	padding:0px;
	border-bottom: 4px #C0C0C0 solid;
}
#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#menu li, #menu a{
	display:block;/*ボタンの真ん中に位置する*/
	height:50px;
	float:left;
	}
#item01 a{
		width:110px;
		background:url(../imgs/common/btn_m01home.jpg) no-repeat;
		}
#item02 a{
		width:146px;
		background:url(../imgs/common/btn_m02press.jpg) no-repeat;
		}
#item03 a{
		width:139px;
		background:url(../imgs/common/btn_m03about.jpg) no-repeat;
		}
#item04 a{
		width:132px;
		background:url(../imgs/common/btn_m04sch.jpg) no-repeat;
		}
#item05 a{
		width:127px;
		background:url(../imgs/common/btn_m05mem.jpg) no-repeat;
		}
#item06 a{
		width:126px;
		background:url(../imgs/common/btn_m06app.jpg) no-repeat;
		}		
#item01 a:hover{
		width:110px;
		background:url(../imgs/common/btn_m01homer.jpg) no-repeat;
		}
#item02 a:hover{
		width:146px;
		background:url(../imgs/common/btn_m02pressr.jpg) no-repeat;
		}
#item03 a:hover{
		width:139px;
		background:url(../imgs/common/btn_m03aboutr.jpg) no-repeat;
		}
#item04 a:hover{
		width:132px;
		background:url(../imgs/common/btn_m04schr.jpg) no-repeat;
		}
#item05 a:hover{
		width:127px;
		background:url(../imgs/common/btn_m05memr.jpg) no-repeat;
		}
#item06 a:hover{
		width:126px;
		background:url(../imgs/common/btn_m06appr.jpg) no-repeat;
		}	
/*----------------ページ イメージ----------------*/
#pageimg{
	margin:0;
	padding:0 0 15px 0;
}
#pageimgFlash{
	background:url(../imgs/top/main.jpg) no-repeat;
	height:95px;
	margin-bottom:15px;
	padding:165px 0 0px 390px;
}
#subpageimg{
	margin:0;
	padding:0;
	width:780px;
	height:110px;
}
/*----------------フッタ----------------*/
#footer{
	margin:0;
	padding:0;
	width:780px;
	background-color:#DBDBDB; 
	text-align:center;
}	