@charset "utf-8";

*{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.4em;
	padding:0px;
	margin:0px;
}

body{
	background-color:#0C76E2;
}

#top{
	background-color:#0C76E2;
}
	
#topArea{
	background-color:#0C76E2;
}


#frame {
	margin:0px auto 0px auto;
	background: #ffffff url(../img/bg.gif) repeat scroll 0px 0px;
}



#content {
	margin:0px auto 0px auto;
	padding: 0px;
	width: 800px;
	background: #ffffff url(../img/shadow.jpg) repeat-x scroll 0px 0px;
}


/* header
---------------------------- */


#header {
	padding: 0px;
	height: 32px;
	width: 800px;
	margin: 0px auto 0px auto;
	background-color:#71aeec;
}

#logo {
	float: left;
	height: 32px;
	width: 150px;
}

#entry{
	width:90px;
	height:20px;
	float:right;
	margin-top:5px;
}

#shachoBlog{
	width:90px;
	height:20px;
	float:right;
	margin-top:5px;
}


#heiseizm{
	width:170px;
	height:20px;
	float:right;
	margin-top:5px;
}




/* global menu
---------------------------- */

#GlobalMenu {
	padding: 0px;
	height: 40px;
	width: 800px;
	margin: 0px auto 0px auto;
	background-color:#71aeec;
}

#GMbox{
	margin:0px;
	padding:0px;
}


.GlobalMenuTub {
	margin: 0px;
	padding: 0px;
	float: left;
	height:auto;
}






/* sub menu
---------------------------- */

#subMenu {
	height: 30px;
	width: 750px;
	margin: 0px auto 0px auto;
	border:1px #c0c0c0 solid;
	background-color:#ffffff;
}


#SMbox{
	margin:0px;
	padding:5px 0px 0px 0px;
}


.SubMenuTub {
	margin: 0px;
	padding: 0px;
	float: left;
	height:auto;
	border-right:1px #c0c0c0 solid;
}


#JobMenuTub {
	margin: 0px;
	padding: 0px;
	float: left;
	height:auto;
	border-right:1px #c0c0c0 solid;
}



/* footer
---------------------------- */

#footer {
	padding: 0px;
	height: auto;
	width: 800px;
	margin: 0px auto 0px auto;
	border-top:10px #71aeec solid;
}


#FooterTubBox{
	margin:5px 0px 20px 20px;
	padding:0px;
	height:20px;
}

.FooterTub{
	width:110px;
	height:20px;
	float:left;
	list-style-type:none;
}

#copyright{
	width:760px;
	margin:0px auto 10px auto;
	clear:both;
}

#divi{
	width:20px;
	height:20px;
	float:left;
	list-style-type:none;
	color:#ffffff;
}



/* rollover
---------------------------- */

a.menu1 {
	background:#ffffff url(../img/intro.jpg) no-repeat scroll 0px 0px;
	display:block;
	overflow:hidden;
	position:relative;
	width:120px;
	height:38px;
}

a.menu1:hover {
  background-color: #ff0000;
}

a.menu1 img {
background-color: #ffffff;
}

a.menu1:hover img {
position: relative;
top: -38px;
}



a.menu2 {
	background:#ffffff url(../img/heiseistyle.jpg) no-repeat scroll 0px 0px;
	display:block;
	overflow:hidden;
	position:relative;
	width:100px;
	height:38px;
}

a.menu2:hover {
  background-color: #ff0000;
}

a.menu2 img {
background-color: #ffffff;
}

a.menu2:hover img {
position: relative;
top: -38px;
}



a.menu3 {
	background:#ffffff url(../img/job.jpg) no-repeat scroll 0px 0px;
	display:block;
	overflow:hidden;
	position:relative;
	width:100px;
	height:38px;
}

a.menu3:hover {
  background-color: #ff0000;
}

a.menu3 img {
background-color: #ffffff;
}

a.menu3:hover img {
position: relative;
top: -38px;
}



a.menu4 {
	background:#ffffff url(../img/members.jpg) no-repeat scroll 0px 0px;
	display:block;
	overflow:hidden;
	position:relative;
	width:120px;
	height:38px;
}

a.menu4:hover {
  background-color: #ff0000;
}

a.menu4 img {
background-color: #ffffff;
}

a.menu4:hover img {
position: relative;
top: -38px;
}


a.menu5 {
	background:#ffffff url(../img/freshman.jpg) no-repeat scroll 0px 0px;
	display:block;
	overflow:hidden;
	position:relative;
	width:170px;
	height:38px;
}

a.menu5:hover {
  background-color: #ff0000;
}

a.menu5 img {
background-color: #ffffff;
}

a.menu5:hover img {
position: relative;
top: -38px;
}



a.menu6 {
	background:#ffffff url(../img/info.jpg) no-repeat scroll 0px 0px;
	display:block;
	overflow:hidden;
	position:relative;
	width:190px;
	height:38px;
}

a.menu6:hover {
  background-color: #ff0000;
}

a.menu6 img {
background-color: #ffffff;
}

a.menu6:hover img {
position: relative;
top: -38px;
}






























li{
	list-style-type:none;
}



#movie{
	padding-top:20px;
}



/* links
---------------------------- */

a:link.unv {
	color: #ffffff;
	text-decoration:none;
}

a:active.unv {
	color: #ffffff;
	text-decoration:none;
}

a:visited.unv {
	color: #ffffff;
	text-decoration:none;
}

a:hover.unv {
	color: #ffffff;
	text-decoration:none;
}






