html, body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ","ＭＳゴシック",Calibri, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	height: 100%;
}
body {
	background-image: none;
	background-color: rgb(245, 245, 245);
}
p {
	margin: 0px;
	padding: 5px;
	font-size: 10pt;
	line-height: 120%;
}
a {
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
}

img.mainimg {
	border-bottom: solid 2px #663333;
}

p.center {
	text-align: center;
}
p.quote {
	line-height: 150%;
	text-align: right;
	font-family: sans-serif;
	font-size: 12pt;
	color: #669966;
	font-weight: bold;
}
span.name {
	font-size: 10pt;
}
h1 {
	margin: 10px 5px 5px 0px;
	font-size: 14pt;
}
h1.weak_h1 {
	margin: 10px 5px 5px 0px;
	padding: 0px;
	font-size: 12pt;
	color: #999999;
}
h2 {
	margin: 10px 5px 25px 0px;
	font-size: 12pt;
}
h2.emphasize {
	color: #993366;
	font-size: 14pt;
}
h3 {
	margin: 10px 0px 10px 0px;
	font-size: 10pt;
	color: #663333;
	padding-left: 5px;
	border-left: inset 10px #993333;
	background-color: #eeeeee;
}
a:link, a:visited {
	text-decoration:none;
	color: inherit;
}
a:hover {
	background-color: rgb(204, 102, 102);
	color: white;
}
.clearimg {
	width: 63px;
	height: 28px;
}
.navilink {
	position: relative;
	top: -9px;
	padding-top: 0px;
	height: 28px;
	font-weight: bold;
}

.sec {
	position: relative;
	line-height: 120%;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	width: 210px;
	background-color: rgb(255, 204, 102);
}
.sec:hover {
	background-color: rgb(204, 153, 102);
}
ul.main_menu {
	list-style-type: square;
	margin: 5px 0px 15px -10px;
}
.main_menu_on {
	background-color: black;
	color: white;
	border-radius: 5px;
}
.main_menu_off {
	background-color: #999999;
	color: white;
	border-radius: 5px;
}
ul.main_menu li {
	margin-bottom: 2px;
}
li.main_menu_on {
	background-color: rgb(255, 153, 153);
	list-style-type: circle;
	margin-left: -10px;
	color: black;
	font-weight: bold;
	border-radius: 5px;
}
ul.square {
	list-style-type: square;
	margin: 5px 0px 15px -10px;
}

#qlogo {
	position: relative;
	width: 328px;
	margin: 0px;
	margin-left: 3px;
	margin-top: 5px;
	padding: 0px;
	height: 36px;
}
#navibg {
	position: relative;
	height: 29px;
	width: 900px;
	margin-top: 5px;
	margin-left: 15px;
	padding: 0px;
	border-radius: 6px;
	background-image: url('../img/bg-menu-youare.fw.png');
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
}
#Goback {
	position: relative;
	float: right;
	background-color: #cccccc;
	width:50px;
	height: 100%;
	padding:3px;
	font-size: 14px;
	text-align: center;
}
#Goback:hover {
	background-color: #ffffff;
	color: black;
}
#main {
	display: block;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	width: 890px;
	max-width: 890px;
	min-height: 500px;
}
#main_left {
	position: relative;
	float: left;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 675px;
	padding: 0px;
	border-radius: 5px;
}
#context {
	position: relative;
	margin: 5px 10px 15px 20px;
}
#main_menu {
	position: relative;
	float: right;
	width: 210px;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-top: 5px;
	background-image: url('../img/colorbar.png');
	overflow: hidden;
	background-position: left top;
}
#main_end {
	position: relative;
	clear: both;
	margin: 10px 10px 20px 15px;
	width: 890px;
	background-color: #999999;
	border-radius: 6px;
	padding: 5px;
}
