* {
	margin:0;
	padding:0;
}

body {
	background: #fff;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: .85em;
}

#wrapper {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding:0;
	overflow: hidden;
	border-top:none;
	/*border-right:1px solid #69C;
	border-left:1px solid #69C;
	border-bottom:1px solid #69C;*/
}

#header{
	width: 980px;
	height:80px;
	padding:10px 0 10px 0;
	top:0;
	left:0;
	background:#FFF;
	border-bottom:1px solid #ccc;
}

#maincontent {
	clear:both;
	width: 640px;
	float:left;
	padding:1em 0 2em 0;
	background:#FFF;
}

#menu {
	width:620px;
	padding: .2em 10px;
	border:1px solid #ddd;
}

#menu img{
	padding:0 5px;
}

#comments {
	width:640px;
	font-size: .85em;
}

#comments .comment {
	padding:5px 10px;
	border-bottom:1px solid #ddd;
}

#comments .time {
	margin-left:10px;
	color:#666;
}

#subcontent{
	width: 310px;
	float:right;
	padding:3.7em 0 2em 0;
}

#stars {
	margin:5px 0px;
}

#stars img{
	margin-right:10px;
}

.ratings {
	color:#666;
}

.views {
	float:right;
}

#subcontent p {
	padding:0 5px;
}

#footer{
	font-size: .8em;
	clear:both;
	text-align:center;
	width:980px;
	padding:20px 0;
	border-top:1px solid #ccc;
}

h1{
	margin: 0 30px 0 0;
	padding: 0;
	float:left
}

img.banner {
	float:left;
	width:600px;
	margin-left:110px;
}

#maincontent h2{
	font-size: 1.3em;
	font-weight: bold;
	margin:5px 0 5px 0;
	padding:0;
}

#maincontent h3{
	font-size: 1em;
	margin:0;
	padding:20px 0 10px 0;
}

#comments h3 {
	background-image: url(../img/tri.png);
	background-repeat: no-repeat ;
	background-position: left;
	padding:10px 10px 10px 20px;
	border-bottom:1px solid #ddd;
}

#subcontent h3.more {
	background-image: url(../img/tri.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:1.2em;
	margin: .5em 0;
}

#maincontent table{
	margin:10px 0 10px 0;
}

#maincontent p {
	margin:10px 0 0 0;
}

#sidebox {
	padding:5px 20px 5px 5px;
	margin-right:5px;
	width:300px;
	background:#ddd;
	font-size: .85em;
}

#sidebox img{
	border:3px double #333;
	margin-right:5px;
	margin-bottom:10px;
}

#sidebox h3{
	font-size:1em;
	color:#06C;
}

#movielist{
	padding:5px 5px;
	width:298px;
	font-size: .85em;
	border:1px solid #ddd;
}

#movielist ul li{
	list-style-type:none;
}

#movielist img{
	border:3px double #333;
	margin-right:5px;
}


img {
	border: 0;
}


#maincontent .goods img.w {
	border:0;
	float:left;
}

#maincontent .fig {
	margin:5px 0;
}



#maincontent .goods .cart{
	float:left;
	padding:15px 0 15px 10px;
}

.attention {
	font-size: .8em;
	font-weight:bold;
	color: #F00;
}

.spacer{
	clear:both;
	visibility: hidden;
	margin:0;
	padding:0;
}

.w {
	float:left;
}

.e {
	float:right;
}

/* menu ----------------------------------------------------------- */
#menu ul{
	margin:0 10px 0 10px;
}

ul.mainmenu li{
	display: inline;
}

ul.mainmenu li ul{
	display: inline;
	padding:0 10px 0 10px;
	margin:0 10px 0 10px;
}

/* list ----------------------------------------------------------- */
ul.note {
	margin: 0 0 .5em 0 !important;
	padding: 0 !important;
}
ul.note li {
	font-size: .8em;
	list-style-type: none;
	padding-left: 1em;
}
ul.note li:before {
	content: '※';
	margin-left: -1em;
}
ul.note li span.notelibefore {
	margin-left: -1em;
}

/* list notes----------------------------------------------------------- */
ol.notes {
	padding:0 20px;
	margin: 20px 0;
}
ol.notes li {
	font-size: .85em;
	list-style-type: decimal;
}
ul.notes {
	padding:0 20px;
	margin: 20px 0;
}
ul.notes li {
	font-size: .85em;
	list-style-type: disc;
}
ul.notes li span.notelibefore {
	margin-left: -1em;
}

ul.sublist li{
	margin:0 10px;
	list-style-type: disc;
}


/* table ---------------------------------------------------------- */
table.table1 {
	font-size: .9em;
	margin: 0 0 1em;
	border-top: 3px #999 double;
	border-bottom: 3px #999 double;
	border-collapse: collapse;
}
table.table1 th {
	font-weight: normal;
	color: #000;
	background: #f4f4ff;
}
table.table1 th, table.table1 td {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: .2em .5em;
	border: 1px solid #ccc;
}
table.table1 thead tr th, table.table1 thead tr td, table.table1 tr.subheader th, table.table1 tr.subheader td {
	background: #cfc;
}

table.table1 thead th {
	vertical-align: middle;
	text-align:center;
}

table.table1 tbody {
	border-top: 3px double #999;
}
table.table1 .num {
	text-align: right;
}
table.table1 .mark {
	text-align: center;
	vertical-align: middle;
}
table.table1 ul, table.table1 ol {
	margin: .25em 0 .25em 1.5em;
	padding: 0;
}
table.table1 dl {
	margin: .25em 0;
	padding: 0;
}

table.spectable th {
	white-space: nowrap;
}
table.spectable ul {
	margin: 0 0 .5em 0;
	padding: 0 0 0 1em;
}

table.spectable{
	margin:20px 20px;
	width:920px;
}

table.spectable td{
	text-align:center;
	vertical-align: middle;
}



/*table legend*/
#legend caption {
	text-align:left;
}

#maincontent table#legend {
	margin: .25em 0 .5em 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

/*go top*/
p.top{
	clear:both;
	text-align:right;
	padding:3px 0;
}

/* a */
a{
	font-weight:bold;
	color:#06C;
	text-decoration:none;
}

a:hover{
	font-weight:bold;
	color:#06C;
	text-decoration:underline;
}


/* list tr color */
.odd {    
		background-color: #fff;
}
.even {
    background-color: #eef;
}

/* footnote */
#footnotewin {
	text-align: left;
	font-size: .85em;
	background-color: #fffff8;
	margin: .5em;
	padding: .25em !important;
	border: 1px #999 solid;
	width: 150px;
	position: absolute;
}
#maincontent #footnote {
	font-size: .9em;
}
#maincontent #footnote th, #footnotewin th {
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
