@charset "utf-8";



/* ヘッダー */

h1 {
	margin: 0 auto;
	padding: 5px 0 17px;
	width: 800px;
	background: #FFF;
	text-align: left;
}

#useGuide {
	position: relative;
	width: 800px;
	margin: 0 auto;
}
#useGuide a {
	position: absolute;
	top: -40px;
	right: 0;
}

#global {
	width: 800px;
	margin: 0 auto 10px;
}
#global li {
	float: left;
}
#global:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

/* インデックス */
#index div#indexArea {
	margin: 0 auto;
	width: 800px;
	background: url(../images/index_bg.gif);
}
#index div#indexFlashWrap {
	padding: 0 5px 5px;
	background: url(../images/index_bg_bottom.gif) no-repeat bottom;
}



/* flash */
div#flashArea {
	margin: 0 auto;
	width: 800px;
/*	height: 595px;*/
}


/* 金額 */
dl#price {
	margin: 10px auto;
	width: 800px;
	height: 40px;
	background: url(../images/total_title_Bg.gif) no-repeat right top;
	zoom: 1;
}
dl#price:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}
dl#price dt {
	float: left;
}
dl#price dd {
	width: 500px;
	float: right;
	padding: 0 18px 0 0;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}
dl#price dd strong {
	font-size: 26px;
	margin-right: 4px;
}



/* 商品エリア */
div#itemList {
	margin: 0 auto;
	width: 800px;
	background: url(../images/border01_bg.gif);
}
div#itemInner {
	background: url(../images/border01_top.gif) no-repeat;
	zoom: 1;
}
div#itemInner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

div#itemList h2 {
	padding: 15px 10px 5px;
}
div#itemList p.notes {
	padding: 0 12px 5px;
}
div.box {
	float: left;
	display: inline;
	margin-top: 10px;
	margin-left: 10px;
	background: url(../images/border02_bottom.gif) no-repeat bottom left;
}
div.box div {
	position: relative;
	display: inline;
	float: left;
	width: 365px;
	margin-right: 10px;
	padding: 10px;
	background: url(../images/border02_top.gif) no-repeat;
}
div.box p.ph {
	float: left;
	border: 1px solid #d8d8d8;
}
div.box dl {
	float: right;
	width: 273px;
}

div.box dt {
	padding: 2px 2px 8px;
	font-weight: bold;
	background: url(../images/text_bg.gif) repeat-x left bottom;
}
div.box dd {
	padding: 5px 2px 2px;
	font-weight: bold;
}
div.box dd.price {
	padding-top: 8px;
	float: left;
}
div.box dd.btn {
	float: right;
	padding-bottom: 5px;
}
div.box p.notes {
	float: right;
	width: 273px;
	padding: 0 !important;
	font-size: smaller;
}
div.box ul {
	position: absolute;
	right: 10px;
	bottom: 16px;
}

p.no-item {
	padding: 40px 0 30px;
	text-align: center;
}

p#print {
	padding: 10px 0;
	text-align: center;
	background: url(../images/border01_bottom.gif) no-repeat left bottom;
}


ul.notes {
	width: 800px;
	margin: 15px auto 40px;
}


/* フッター */
div#footerArea {
	width: 800px;
	margin: 30px auto 0;
	padding: 0 0 15px;
	text-align: center;
	font-size: 80%;
}

div#footerArea ul {
	margin: 0 0 15px;
}

/* 代替え */

div.substitute {
	padding: 50px 10px;
	text-align: center;
	line-height: 2;
}
div.substitute p {
	margin-bottom: 15px;
}


/* 使い方ガイド */
div#guideArea {
	position: relative;
	width: 800px;
	margin: 0 auto;
}
/*div#guideArea ul {
	position: absolute;
	left: 5px;
	bottom: 7px;
}*/

div#guideArea h1 {
	margin-bottom: 0;
	padding: 0;
}

div#guideArea div#inner {
	width: 775px;
	padding: 12px;
	background: url(/coordinate/simulation/images/guide/content_innner.png) repeat-y center top;
}

div#guideArea div#inner div.step {
	width: 251px;
	margin-bottom: 10px;
	margin-right: 11px;
	float: left;
	font-weight: bold;
	font-size: 112%;
}

div#guideArea div#inner div.wide {
	width: 513px;
}

div#guideArea div#inner div.step div.inner {
	padding: 10px;
	border: 2px solid #f2f2f2;
	border-top: none;
}

div#guideArea div#inner div.step div.inner ul li {
	list-style: disc;
	margin-left: 15px;
}

div#guideArea div#bottom {
	height: 10px;
	background: url(/coordinate/simulation/images/guide/content_bottom.png) no-repeat bottom left;
}

