@charset "utf-8";
body {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
    font-size:80%;
	line-height: 1.8;
	color: #4F4F4F;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #ffffff;
}
h2,h3{
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 160%;
	background: url(../images/r_header.png) no-repeat top left;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%;
}
p,ul{
	margin: 0px;
	padding: 0px;
}

li{
	list-style-type: none;
}
img {
	border: none;
}

p {
	margin: 3px 20px;
	padding-left: 8px;
	padding-right: 6px;
}

a {
	text-decoration: none;
	color: #4f4f4f;
}
a:hover {
	text-decoration: underline;
	color: red;
}

#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 15px;
}
#container_wrap {
	width: 810px;
	padding:0;
	text-align: left;
}
#container_bottom {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 15px;
	height: 10px;
}
#topnavi {
	color: #444;
	margin: 0;
	height:20px;
	width:810px;
}
#topnavi li {
	float: right;
	padding-right: 2em;
}

#header {
	width: 810px;
}
#header_txt {
	color: #ffffff;
	font-weight:bold;
	font-size: 150%;
	float: left;
}

#main {
	width: 100%;
	display: inline;
}
.maincontents {
	margin: 5px;
	border: 1px solid #ddd;
	padding: 10px;
}
.cbody {
	padding: 10px;
}

#footmenu {
	clear: both;
	text-align:center;
	width: 810px;
}
#footer {
	color: #FFFFFF;
	background-color: #444;
	text-align: center;
	clear: both;
	font-size: 10px;
	margin: 2px;
	padding: 5px;
	border-top: #e6171a 3px solid;
}
#copy {
	font-weight: bold;
}
#footer a {
	color: #a4e6f4;
	text-decoration: none;
	font-size: 90%;
}

.mcbox {
	border:#ccc 1px solid;
}
.mcbox p {
	padding : 5px;
}
.mcbox h3, .mbox h4 {
	text-align: center;
	background-color:black;
	color:white;
}

.rbox {
   background: #e6171a;
}
.rtop div {
   background: url(../images/r_tl.png) no-repeat top left;
}
.rtop {
   background: url(../images/r_tr.png) no-repeat top right;
}
.rbottom div {
   background: url(../images/r_bl.png) no-repeat bottom left;
}
.rbottom {
   background: url(../images/r_br.png) no-repeat bottom right;
}

.rtop div, .rtop, 
.rbottom div, .rbottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.rcontent { margin: 0 30px; }

#navibar {
   margin: 5px;
}

/* Basic code - don't modify */
 
#nav { display: block; margin: 0; padding: 0; position: relative;}
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
 * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }
    
/* Essentials - configure this */
#nav ul { width: 150px; }
#nav ul ul { left: 151px; }

/* Everything else is theming */
 
#nav { background-color: #000000; height: 24px; }
#nav *:hover { background-color: none; }
#nav a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }
  #nav li.hover a { background-color: #5E5A5A; }
  #nav ul { top: 25px; }
    #nav ul li a { background-color: #5E5A5A; }
      #nav ul a.hover { background-color: #FFB300; }
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

