@charset "utf-8";
/* CSS Document */
/* style.css */
/* 基本レイアウト */

* {
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

body {
	background-color: #000000;
	text-align: center;
	height: 100%;
}
html {
	height: 100%;
}
img {
	border-style: none;
}
a {
	color: #01B0F0;
	text-decoration: none;
}
a:hover {
	color: #01B0F0;
	text-decoration: underline;
}
* html .main_area_title p,h2 {    
	display: inline;    
	zoom: 1;    
}    
* html #logo {
	behavior: expression(IEPNGFIX.fix(this));
}
*:first-child+html .main_area_title p,h2 {    
	display: inline;    
	zoom: 1;    
}   
#header {
	height: 55px;
	width: 760px;
	padding-top: 30px;
	background: url(../images/header_bg.gif) no-repeat;
}
#logo a img {
	text-decoration: none;
	border: 0px;
}
h1 {
	font-size: 12px;
	color: #CCCCCC;
	text-align: right;
	line-height: 12px;
	margin-right: 10px;
}
#logo {
	height: 40px;
	width: 204px;
	float: left;
	margin-left: 10px;
}
#top_ad_fields {
	height: 40px;
	width: 500px;
	float: right;
	margin-right: 10px;
}
#wrapper {
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	background-image: url(../images/back_ground.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
}
#container {
	width: 760px;
	margin-left: 70px;
}

#container_black {
	width: 760px;
	margin-left: 70px;
}

#main_area {
	width: 558px;
	margin-left: 10px;
	float: right;
}
#main_area p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
}
#main_area table {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	text-align: center;
}
.top_navigation {
	height: 74px;
	width: 760px;
	margin-top: 10px;
}
ul.top_navigation_tab {
	list-style-type: none;
}
ul.top_navigation_tab li {
	height: 38px;
	width: 152px;
	float: left;
}
.top_navigation_bottom {
	height: 36px;
	width: 760px;
	clear: both;
}
#middle_container {
	width: 760px;
	margin-top: 10px;
	color: #CCCCCC;
}
#flash_area {
	height: 247px;
	width: 760px;
	padding-top: 10px;
}
#middle_navigation_wrapper {
	float: left;
	width: 192px;
}

.middle_navigation {
	width: 192px;
	list-style-type: none;
	padding-bottom: 20px;
}
.middle_navigation_title {
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
	height: 30px;
	width: 192px;
	background: url(../images/middle_navigation_main_area/middle_navigation_index_bg.gif) no-repeat;
	padding-top: 5px;
	color: #FFF;
}
.middle_navigation_index {
	width: 192px;
	font-size: 12px;
	/*background: no-repeat;*/
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
}
.middle_navigation_index a {
	display: block;
	width: 192px;
	height: 30px;
	text-indent: 25px;
	text-align: left;
	color: #CCCCCC;
	/*background-image: url(../images/middle_navigation_main_area/middle_navigation_index_bg.gif);
	*/
}
.middle_navigation_index a:hover {
	color: #FF0;
	font-weight: bold;
}
.middle_navigation_QR {
	padding-top: 10px;
	text-align: center;
}
.middle_navigation_cart {
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 20px;
}
.middle_navigation_bottom {
	/*background-image: url(../images/middle_navigation_main_area/middle_navigation_bottom.gif);
	background-repeat: no-repeat;*/
	width: 192px;
	height: 1.2em;
	background-color: #333333;
}*/
#main_area_bottom {
	background-image: url(../images/middle_navigation_main_area/main_area_bottom.gif);
	height: 10px;
	width: 558px;
	background-repeat: no-repeat;
}
.main_area_title {
	/*background-image: url(../images/middle_navigation_main_area/main_area_title.gif);
	background-repeat: no-repeat;*/
	font-size: 14px;
	width: 553px;
	font-weight: bold;
	padding-left: 5px;
	height: 20px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.main_area_title p,h2 {
	vertical-align: middle;
	display: table-cell;
	border: 0px;
	font-size: 16px;
}
.main_area_text {
	width: 500px;
	height: auto;
	font-size: 12px;
	color: #CCCCCC;
	background: url(../images/note_line.gif);
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 30px;
}
.main_area_text p {
	margin-right: 10px;
}
div#thanks {
	text-align: center;
	height: 40px;
	width: 500px;
}
div#thanks p {
	font-size: 16px;
}
div#thanks p strong {
	font-size: 18px;
	color: #CC0000;
}
#footer {
	height: 30px;
	width: 760px;
	clear: both;
	padding-top: 10px;
	bottom: 0px;
	position: static;
}
#wrapper #container #middle_container #middle_navigation_wrapper p {
	font-size: small;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#wrapper #container #middle_container #main_area table tr td p strong {
	color: #F00;
}
#bold {
	font-weight: bold;
	color: #FFF;
}
#wrapper #container #middle_container #main_area .main_area_text h3 {
	color: #FFF;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
}
#wrapper #container #middle_container #main_area .main_area_text table {
	margin-right: auto;
	margin-left: auto;
}
#wrapper #container #middle_container #main_area .main_area_text table tr td a img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*border: 1px #FFFFFF solid;     /* 枠線の装飾 */
    background-color: #oooooo;   /* 背景色 */
}
#wrapper #container #middle_container #main_area .main_area_sub_title p{
	font-size: x-large;
	font-weight: bold;
	color: #F69;
	text-align: center;
}
#wrapper #container #middle_container #main_area .main_area_sub_title_white p{
	font-size: large;
	font-weight: bold;
	text-align: center;
}
#wrapper #container #middle_container #main_area .main_area_sub_title_white p img {
	padding-right: 30px;
}
#wrapper #container #middle_container #main_area .main_area_sub_title #crown_price tr td {
	text-align: right;
}
#wrapper #container #middle_container #main_area .main_area_sub_title #crown_price tr td strong {
	font-size: large;
	text-decoration: underline;
}
#wrapper #container #middle_container #main_area .main_area_sub_title #crown_price {
	text-align: center;
}

select, option, input {
	color: #000;
}

#wrapper #container #middle_container #main_area .main_area_sub_title center #rodium p {
	font-size: 12px;
	color: #FFF;
	text-align: left;
}
#wrapper #container #middle_container #main_area .main_area_sub_title center #rodium cite {
	font-size: 10px;
	text-align: right;
}
#wrapper #container #middle_container #main_area .main_area_sub_title center #rodium blockquote {
	background: #333;
	padding: 30px;
	border: 1px solid #FFF;
}
#wrapper #container #middle_container #main_area .main_area_sub_title_white p a {
	color: #F69;
}

