@charset "utf-8";

body {
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	color:#333;
	font-family: Arial, Helvetica, Verdana, Hiragino Kaku Gothic Pro, Osaka, Meiryo, sans-serif;
	background-image: url(../img/material/bg.jpg);
	font-size: small;
}


h1 {
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	letter-spacing: normal;
}

h2 {
	color: #990000;
	margin: 0 0 7px 0;
	font-size: medium;
	padding:3px 5px;
	border-color:#990000;
	border-width:0 0 1px 7px;
	border-style:solid;
	width: 90%;
}

h3 {
	color: #000000;
	margin: 0 0 5px 0;
	font-size: medium;
	font-weight: bold;
	line-height: normal;
}


li {
	list-style-type:none;
	margin-right: 5px;
	display: inline;
}

#number-li {
	display: list-item;
	list-style-type: decimal;
	margin: 5px 0px 5px;
}

p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: small;
	line-height: 1.4em;
}



#notes {
	font-size: 90%;
	color: #666666;
}


#main {
	padding-left: 17px;
	font-size: small;
	line-height: 1.2em;
	width: 500px;
}

#menu ul, #menu li {
                    margin:0;
                    padding:0;
                    list-style:none;
                   }

#menu {
	display: block;
}

#menu li {
          float:left;
		  }


#submenu ul, #submenu li {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
                   }


#fotter {
	font-size: x-small;
	float: right;
	text-align: right;
	margin: 2px 5px 2px;
}
	
#c {
	font-size: small;
	margin: 2px 0px 0px 5px;
	text-align: left;
	color: #FFFFFF;
	float: left;
}



#border {
	border-color:#B63870;
	border-style:solid;
	border-top-style:none;
	border-width:1px;
	display: table;
}

#update {
	font-size:x-small;
	color:#A67E92;
	letter-spacing:2px;
	margin-left:500px;
	margin-top: 50px;
	font-family: Arial, Helvetica, Verdana, "Hiragino Kaku Gothic Pro", Osaka, Meiryo, sans-serif;
          }

#event {
	line-height: 1.2em;
	float: right;
	margin: 37px 10px;
}


.round-top {
	background: no-repeat top left;
	background-color: #FEF1E9;
	background-image: url(../img/material/round/round_t_l.gif);
	margin: 0px;
	padding: 0px;
}
.round-top span {
	background: no-repeat top right;
	background-image: url(../img/material/round/round_t_r.gif);
	margin: 0px;
	padding:0px;
	display: block;
	height: 10px;
}
.round-bottom {
	background: no-repeat bottom left;
	background-image: url(../img/material/round/round_u_l.gif);
	background-color: #FEF1E9;
	margin:0px;
	padding:0px;

}
.round-bottom span {
	background: no-repeat bottom right;
	height: 10px;
	display: block;
	background-image: url(../img/material/round/round_u_r.gif);
	margin:0px;
	padding:0px;

}
.round-body {
	background-color: #FEF1E9;
	margin:0px;
	font-size: small;
	padding: 0px 10px;
}


.round-body p {
	margin: 0px;
	padding: 0px;
}




#company {
	border-bottom-color: #F5989D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 4px 0px 4px 2px;
	font-size: small;
}


#small {
	font-size: x-small;
	padding-right: 3px;
}

#red {
	font-weight: bold;
	color: #FF0000;
}

.td_left {
	background-image: url(../img/material/tdbg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 5px;
}

.td_right {
	border-color: #F5C7DA;
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	padding: 5px 5px 5px 5px;
	
}

