@charset "utf-8";
/* CSS Document */
* html body {/* for WinIE6 */
	font-size:75%;
	font-family:Verdana, "lr oSVbN", sans-serif;
}
*: first-child+* html body {/* for WinIE7 */
	font-size:75%;
	font-family: "CI", Meiryo, sans-serif;
}
html {
	overflow-y:scroll;
	margin-bottom:1px;/* Operap */
	height:100%;
}
body {
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-size: 85%;
	text-align:center;
	background-image:url(../images/ir-previewimage.jpg);
	background-repeat:repeat;
	min-height:100%;
	height:100%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height:0;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#container {
	margin: 0px auto;
	width: 950px;
	text-align: left;
	position:relative;
	font-size:85%;
	background-color:#FFF;
	min-height:100%;
	overflow:hidden;
	border-right:solid 1px #999;
	border-left:solid 1px #999;
}
#header {
	width: 950px;
	background: #9933cc;
	height: 90px;
}
#header #leftheader {
	float: left;
	margin-top: 10px;
	padding-left:10px;
	width: 250px;
}
#header #leftheader #page_exp {
	font-size: 0;
	line-height:0;
	visibility:hidden;
}
#header #rightheader {
	float: right;
	width: 655px;
}
#header #rightheader h2#btn_home {
	float: right;
}
#header #rightheader h2#btn_home a {
	float: left;
	margin: 5px 5px 0 10px;
	display: block;
	text-decoration: none;
}
#inquiry a {
	clear:both;
	float:right;
	margin:5px 5px 0 0;
	font-size:85%;
	color:#CCC;
	text-decoration:none;
}
p#inquiry a:hover {
	color:#FFF;
}
#header #rightheader ul#menu {
	clear: both;
	float: right;
	margin-top: 8px;
}
#header #rightheader ul#menu li {
	float: left;
}
#header #rightheader ul#menu li a {
	display: block;
	height: 30px;
	text-decoration: none;
	background-color: #FFF;
}
#footer {
	height: 30px;
	width: 950px;
	background: #9933cc;
	font-size:80%;
	line-height:3;
	color:#CCC;
}
#footer ul {
	float:left;
}
#footer ul li {
	float: left;
	padding-left:10px;
}
#footer ul li a {
	color:#CCC;
}
#footer ul li a:hover {
	color: #FFF;
}
#footer address {
	float: right;
	font-style: normal;
	padding-right:5px;
}
#contents {
	margin:10px 15px 15px 15px;
	background-color:#FFF;
	letter-spacing:1px;
	line-height:1.5;
}
#contents p.pagetop {
	float: right;
	margin-top: 15px;
	font-size:90%;
}
#contents p.pagetop a {
	text-decoration: none;
	color: #C0F;
}
#contents .pagetop a:hover {
	color: #F9F;
}
#sub_contents {
	width:920px;
	color:#603;
	margin-top:5px;
	overflow:hidden;
	height:auto;
}
#rightside {
	float:right;
	width:655px;
}
#leftside {
	width:250px;
	float:left;
}	