/*------------all--------------*/
body {
	background-color: white;
	background-image: url(image/topback.jpg);
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: gray;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration:underline;
}
img {
	border: 0;
}
* {
	font-family: "小塚ゴシック Pro","メイリオ","Meiryo","MS UI Gothic","Osaka","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
	line-height: 1.5em;
}



/*-----------movepagetop-------------*/
html>body #movepagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 500;
}
#movepagetop {
	_position: absolute;
	_right: 0;
	_top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+(documentElement.clientHeight-this.clientHeight) - 0
	: document.body.scrollTop
	+(document.body.clientHeight-this.clientHeight) - 0);
	_z-index: 500;
}


/*-------------wrapper------------*/
#wrapper01 {
	text-align:center;
}
#wrapper02 {
	text-align:left;
	margin: 0px auto;
	width: 860px;
}


/*-------------- space ---------------*/
.space10 {	height: 10px;	}
.space20 {	height: 20px;	}
.space30 {	height: 30px;	}
.space40 {	height: 40px;	}
.space50 {	height: 50px;	}
.space60 {	height: 60px;	}
.space70 {	height: 70px;	}
.space80 {	height: 80px;	}
.space90 {	height: 90px;	}
.space100 {	height: 100px;	}


/*--------footer---------*/
#footermenu {
	text-align: center;
	border-style: solid none none none;
	border-color: gray;
	border-width: 1px;
	font-size: 12px;
	color: gray;
	width: 860px;
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
}
#footercopyright {
	text-align: center;
	font-size: 12px;
	color: gray;
	margin: 5px 0 10px 0;
}
#footercopyright a:link {
	color: gray;
}
#footercopyright a:visited {
	color: gray;
}


/*--------common---------*/
.red {
	color: red;
}
.enji {
	color: #cc0000;
}
.blue {
	color: blue;
}
.bold {
	font-weight: bold;
}
.mini01 {
	font-size: 12px;
}
.titlebar {
	color: white;
	font-size: 15px;
	font-weight: bold;
	background-image: url(image/titleback.gif);
	background-repeat: no-repeat;
	width: 795px;
	height: 30px;
	padding: 4px 0 0px 25px;
	margin: 20px 0 0 20px;
}
.titlebar2 {
	color: yellow;
	font-size: 15px;
	font-weight: bold;
	background-image: url(image/titleback2.gif);
	background-repeat: no-repeat;
	width: 795px;
	height: 30px;
	padding: 4px 0 0px 25px;
	margin: 20px 0 0 20px;
}
.kakomi01 {	/*項目の囲み*/
	width: 860px;
	border-color: #aaaaaa;
	border-width: 1px;
	border-style: dotted;
	background-color: #fafafa;
}
.item-num {	/*item前の数値*/
	float: left;
	width: 30px;
	font-size: 14px;
	color: #0000ff;
	margin: 10px 0 20px 20px;
}
.item-text {
	float: left;
	width: 785px;
	font-size: 14px;
	color: #444444;
	margin: 10px 0 20px 3px;
}
.item-image {
	float: right;
	margin: 0 0 20px 20px;
}
.item-image500 {
	float: right;
	width: 500px;
	margin: 0 0 20px 20px;
}
.item-clear {	/*ボーダー無し*/
	clear: both;
	margin: 0px 0 10px 20px;
}
.item-clear-line {	/*ボーダー有り*/
	clear: both;
	border-color: #aaaaaa;
	border-width: 1px;
	border-style: dashed none none none;
	margin: 0px 0 10px 20px;
	width: 820px;
}
.text01 {
	width: 790px;
	font-size: 14px;
	color: #444444;
	margin: 5px 0 5px 20px;
}
.text02 {
	width: 790px;
	font-size: 16px;
	color: #222222;
	font-weight: bold;
	margin: 5px 0 5px 20px;
}

/*---------tokusyou------------*/
#tokusyou-text {
	width: 810px;
    border-collapse: collapse;
	margin: 20px 0 20px 25px;
}
#tokusyou-text th {
	width: 170px;
    border-style: none none dashed none;
    border-width: 1px;
    border-color: gray;
	color: #444444;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	padding: 10px 0 10px 0;
}
#tokusyou-text td {
    border-style: none none dashed none;
    border-width: 1px;
    border-color: gray;
	color: #444444;
	font-size: 13px;
	padding: 10px 0 10px 0;
}
#tokusyou-text td#riyou {
	font-size: 11px;
}


/*---------order------------*/
.order-kakomi01 {
	width: 820px;
	background-color: #ffffdd;
	margin: 3px 0 5px 20px;
}
.order-kakomi01-num {
	float: left;
	width: 20px;
	font-size: 12px;
	color: #222222;
	margin: 5px 0 5px 5px;
}
.order-kakomi01-text {
	float: left;
	font-size: 12px;
	color: #222222;
	margin: 5px 0 5px 5px;
}
.order-kakomi01-clear {
	clear: both;
}


/*---------index------------*/
.home-num {	/*項目前の数値*/
	float: left;
	width: 15px;
	font-size: 14px;
	color: #0000ff;
	margin: 1px 0 1px 20px;
}
.home00-text {	/*画像が無い場合*/
	float: left;
	width: 790px;
	font-size: 14px;
	color: #444444;
	margin: 1px 0 1px 3px;
}
.home00-clear {	/*ボーダー無し*/
	clear: both;
	margin: 0px 0 1px 20px;
}
.home00-clear-line {	/*ボーダー有り*/
	clear: both;
	margin: 0px 0 1px 20px;
	border-color: #aaaaaa;
	border-width: 1px;
	border-style: dashed none none none;
	width: 820px;

}
.home01-kao {	/*レビュー*/
	float: left;
	width: 120px;
	text-align: center;
	font-size: 14px;
	color: #444444;
	margin: 10px 0 20px 15px;
}
.home01-text {	/*レビュー*/
	float: left;
	width: 680px;
	font-size: 14px;
	color: #444444;
	margin: 10px 0 20px 20px;
}


/*---------license------------*/
.license-kakomi01 {
	width: 500px;
	background-color: #ddffdd;
	margin: 5px 0 5px 0px;
	padding: 10px;
}
