﻿.XoqCub {
	display: none;
}
body, div, form, fieldset, input, textarea {
    margin: 0;  padding: 0;
}

body {
	background-color:#fff;
	color:#333333;
	font-size: 75%;
	line-height: 130%;
	font-family: "ＭＳ Ｐゴシック", "Osaka",Arial, Helvetica, sans-serif, Verdana;
}

table {
/*	font-size:inherit;*/
	font-size:100%;
}

ul {
	margin: 0 0 0 2em;
	padding: 0;
}

a {
	text-decoration: none;
	color: #1279c6;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #1279c6;
}

a:hover {
	color: #e16f00;
	text-decoration: underline;
}

a:active {
	color: #e16f00;
	text-decoration: underline;
}

img {
	border:0;
}


#PrintImageWrapper {
	height: auto;
	z-index: 2;
	padding-top: 5px;
	margin: 0px;
	text-align: right;
	float:right;
}

#ModelSelectWrapper {
	width:300px;
	height:30;
	z-index:1;
	padding:0px;
	margin:0px;
	background-color:#E6E6E6;
	float:right;
}
#ModelSelectWrapper:after {
	height:	0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#ContentsWrapper320 {
	width:320px;
	height:auto;
	z-index:1;
	padding:0px;
	margin-bottom:10px;
}

#ContentsWrapper320 h3 {
	background-color:#CCCCFF;
	font-size:110%;
	width:100%;
	margin: 0px;
	padding-top:5px;
	padding-bottom:5px;
}

#ContentsWrapper320 p {
	width:100%;
	margin: 0px;
	background-color:#FFFFFF;
}

#ContentsWrapper80 {
	position:relative;
	left:0px;
	top:0px;
	width:80px;
	height:auto;
	z-index:1;
	padding:0px;
	margin: 0px;
}

#ContentsWrapper620 {
	position:relative;
	left:80px;
	top:-15px;
	width:620px;
	height:auto;
	z-index:1;
	padding:0px;
	margin: 0px;
}


/* **************************** */
/* Webレイアウト用　デザインBOX */
/* **************************** */
#wrapperBox	{
	width: 970px;
}

#PrintPageWrapperBox	{
	width: 700px;
}
#PrintPageWrapperBox:after	{
	height:	0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#PrintPageWrapperBox img.figure {
  float: right; /* 画像を左寄せにする場合は left */
  display: inline; /* for IE6,7 */
  margin: 0;
  border: none;
}

/* コンテンツ表示エリア（横のナビやコンテンツ部を含めた表示範囲） */
#containerBox	{
	width: 970px;
}
#containerBox:after	{
	height:	0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* コンテンツ表示エリア（メインコンテンツ：右ナビ付） */
#contentsBox	{
	width: 820px;
	float: right;
}
#contentsBox:after	{
	height:	0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* ページ左側のナビ部 */
#LeftNaviBox	{
	width: 150px;
	padding: 0px;
	float: left;
}

/* ページ中央メイン部 */
#mainBox_withRightnavi	{
	float: left;
	width: 650px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	margin: 0px;
}
#mainBox {
	float: left;
	width: 800px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	margin: 0px;
}

#RightNaviBox	{
	float: right;
	width: 152px;
	padding: 0px;
	margin: 0px;
}




