/* 共通 */
* { margin: 0; padding: 0; font-size: 10pt; color: #333333; }
img { border: 0; vertical-align: bottom; }
a:link, a:visited { color: #0000ff; text-decoration: none; font-size: 8pt; }
a:active, a:hover { color: #ff0000; text-decoration: underline; font-size: 8pt; }
hr { margin: 0 10px 0 10px; height: 1px; border: 1px solid; color: #ffeedd; }
h1 { line-height: 0px; text-indent: -9999px; }
h2 { line-height: 0px; text-indent: -9999px; }
body { text-align: center; background-color: #f9f9f9; }
#container { width: 802px; background: url(image/header-bcg.gif) no-repeat center top #ffffff; border: 1px #ffeedd solid; margin: 0 auto; }
#footer { height: 40px; padding: 10px; }
#footer-left { float: left; }
#footer-right { float: right; }
#header-navi { float: right; margin: 24px 10px 0 0; }
#header-navi li { display: inline; }

/* トップページ index.html */
#top-container { width: 802px; background-color: #ffffff; border: 1px #ffeedd solid; margin: 0 auto; }
#top-header { height: 60px; background: url(image/top-header.gif) no-repeat; }
#flash-box-dummy { width: 800px; height: 250px; background: url(image/../flash-dummy.gif) no-repeat; }
#order-contents { width: 800px; }
#order-contents-left { width: 150px; float: left; }
#order-contents-left li { display: inline; list-style-type: none; }
#order-contents-right { width: 650px; float: right; }
.floatclear { clear: both; }