@charset "utf-8";
/* CSS Document */

/*--------------------------body--------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #E6E6E6;
}
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #336699;
}
th {
	text-align: left;
	vertical-align: top;
	font-size: 14px;
}
td {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-bottom: 15px;
	font-size: 14px;
}
.middle {
	vertical-align: middle;
}
img {
	border-style:none;
}
/*--------------------------txt--------------------------*/
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
	font-weight: normal;
}
h3,h4,h5 {
	font-size: small;
}
.white {
	color: #FFFFFF;
}
.orange {
	color: #FF9900;
}
/*--------------------------LINK--------------------------*/
A {
	font-weight: bold;
}
A:link {
	color: orange;
} 
A:visited {
	color: #FF99CC;
} 
A:hover {
	color: aqua;
	text-decoration: underline overline;
} 
A:active { color: aqua; }
/*--------------------------HEADER--------------------------*/
#header {
	height: 180px;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	width: 760px;
}
#logo {
	float: left;
	width: 158px;
	padding-top: 15px;
	padding-left: 12px;
}
#menu {
	float: right;
	height: 100px;
	width: 560px;
	text-align: right;
}
/*--------------------------TOP PAGE--------------------------*/
#box {
	width: 760px;
	margin: 0 auto;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*---middle---*/
#contents {
	background-color: #E1F2FC;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	width: 760px;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
}
#whatsnew {
	background-image: url(../img/newplate.png);
	background-repeat: no-repeat;
	float: left;
	height: 290px;
	width: 358px;
	padding-left: 22px;
	background-position: right;
}
#newarea {
	height: 250px;
	width: 310px;
	margin-top: 20px;
	text-align: left;
	line-height: 18px;
}
#linne {
	float: left;
	width: 320px;
	padding-left: 30px;
}
/*---bottom---*/
#copyright {
	width: 760px;
	clear: left;
	padding-top: 30px;
}
/*--------------------------PROF PAGE--------------------------*/
#prof {
	border: 10px solid #bee6f0;
	background-color: #EEF7FC;
	margin-bottom: 20px;
}
/*--------------------------BMS PAGE--------------------------*/
#bms {
	border: 10px solid #bee6f0;
	background-color: #EEF7FC;
	margin-top: 20px;
	margin-bottom: 20px;
}

