/* CSS Document */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}


/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/*初期指定*/
body {
   margin: 0;
   padding: 0;
   background-color: #FFF;
   color:#000;
   font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
a{
	outline-width:0;
	color:#000000;
	text-decoration:none;
}
a:hover {
   color: #f21c06;
   text-decoration:underline;
}
a:active {
	color:#282222;
	text-decoration:none;
}
blockquote{
   margin-left:1em;
   padding-left:1em;
   border-left:2px solid #CCC;
   color:#CCC;
}
pre{
   width:100%;
   padding:1em 0;
   overflow:auto;
   border-top:1px dotted #333;
   border-bottom:1px dotted #333;
}
/*clearfix初期指定：floatをしている内容がはみ出さないように、外の要素を調整*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
/*clearfix：ここまで/


/*CLASS初期指定*/

.hidden {
   display: none;
   visibility: hidden;
}
.alignright {
   float: right;
}
.alignleft {
   float: left;
}
.clear {
   clear: both;
}
.container {
	margin-left: auto;
	width: 960px;
	margin-right: auto;
}

#header {
	height: 55px;
	width: 100%;
	background-image: url(http://www.hellorah.com/img/header/bg.gif);
	background-repeat: repeat;
}
#header .box {
	height: 55px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header .box h1{
	display: block;
	float: left;
	height: 40px;
	width: 150px;
	margin: 9px 0px 0px 0px;
}
#header .box h1 a{
	display: block;
	background-image: url(http://www.hellorah.com/img/header/logo.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 150px;
}
#header .box h1 a:hover{
	background-position: 0px -40px;
}
#header .box span {
	display: none;
}
#header .box ul {
	padding: 0px;
	margin: 0px;
	float: right;
}
#header .box ul li {
	float: left;
}
.about a {
	background-image: url(http://www.hellorah.com/img/header/btn-about.gif);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 82px;
}
.book a {
	background-image: url(http://www.hellorah.com/img/header/btn-book.gif);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 73px;
}
.brand a {
	background-image: url(http://www.hellorah.com/img/header/btn-brand.gif);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 82px;
}
.special a {
	background-image: url(http://www.hellorah.com/img/header/btn-special.gif);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 82px;
}
.artist a {
	background-image: url(http://www.hellorah.com/img/header/btn-artist.gif);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 82px;
}
.blog a {
	background-image: url(http://www.hellorah.com/img/header/btn-blog.gif);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 82px;
}
.library a {
	background-image: url(http://www.hellorah.com/img/header/btn-library.gif);
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	width: 82px;
}
#header a:hover{
	background-position: 0px -55px;
}
#header a:active{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
.container #footer {
	background-repeat: repeat;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}

#footer a{
	color:#000;
	text-decoration:none;
	font-size: 93%;
	line-height: 1.1em;
}
#footer a:hover { color: #f21c06; text-decoration:underline;}
#footer a:active {
	color:#282222;
	text-decoration:none;
}

#footer .left {
	display: block;
	float: left;
	width: 480px;
}
#footer .center {
	display: block;
	background-image: url(http://www.hellorah.com/img/f-brand.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-right: 50px;
	padding-right: 30px;
	height: 200px;
}
#footer .right {
	display: block;
	width: 420px;
	float: right;
	padding-right: 60px;
}
#footer .left ul{
	display: block;
	height: 12px;
	margin-bottom: 8px;
}
#footer .left li{
	display: block;
	float: left;
	margin-right: 20px;
}
.copyrigths {
	background-image: url(http://www.hellorah.com/img/copyrights.gif);
	height: 12px;
	width: 341px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 0px;
	top: 68px;
}
.storedata {
	line-height:1.4em;
	color:#000000;
	height: 66px;
	float: right;
	background-image: url(http://www.hellorah.com/img/qr.gif);
	padding-right: 76px;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 93%;
}
.container #bottom {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 40px;
	position: relative;
	width: 960px;
	padding-bottom: 30px;
}
.newsall span {
	display: none;
}
#header .box .tel a{
	background-image: url(http://www.hellorah.com/img/header/info.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 132px;
	display: block;
	margin-left:19px;
	margin-top:13px;
	margin-right:7px;
}
#header .box .tel a:hover{
	background-position: 0px 0px;
}
#header .box .map a{
	background-image: url(http://www.hellorah.com/img/header/map.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 42px;
	display: block;
	margin-top:5px;
}
#header .box .map a:hover{
	background-position: 0px -42px;
}
.gotop {
	position: absolute;
	left: 920px;
	top: 10px;
}
.gotop a {
	background-image: url(http://www.hellorah.com/img/btn/btn-top.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 40px;
}
.gotop a:hover{
	background-position: 0px -40px;
}
.gotop a:active{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
.on {
	background-position: 0px -55px;
}
#categoryArea  span {
	display: none;
}
.menu_01 {
	display: block;
	width: 318px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.menu_01 img {
	float: left;
	margin-right: 10px;
	height: 50px;
	width: 67px;
}
.menu_01 h2 {
	line-height: 1em;
	font-size: 108%;
	display: block;
	float: left;
	padding-top: 12px;
	font-weight: bold;
}
.menu_01 span {
	line-height: 1em;
	float: left;
	font-size: 85%;
	display: block;
	font-weight: normal;
}
.menu_01 p {
	display: block;
	clear: both;
	font-size: 108%;
	line-height: 1.5em;
	color: #333333;
	padding: 8px;
	width: 302px;
}
.container #info {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.menu_01:hover {
	background-color: #e5e5e5;
	text-decoration: none;
	color: #f21c06;
}
.menu_01:active {
	background-color: #FFE5DF;
}
.newtitle {
	background-image: url(http://www.hellorah.com/img/tit-delivary.gif);
	height: 18px;
	background-repeat: no-repeat;
	display: block;
	width: 960px;
	margin-bottom: 10px;
}
.infotitle {
	background-image: url(http://www.hellorah.com/img/tit-info.gif);
	height: 18px;
	background-repeat: no-repeat;
	display: block;
	width: 960px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.badge {
	margin: -20px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
	height: 40px;
	width: 40px;
	position: absolute;
	z-index: 100;
}
#footer .left a {
	background-image: url(http://www.hellorah.com/img/icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	font-size: 85%;
	line-height: 1.1em;
}
#left .photo {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 450px;
}
.container .shosai {
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#left .thumbnail {
	display: block;
	width: 450px;
	padding-top: 6px;
}
#left .thumbnail li {
	float: left;
	height: 106px;
	width: 106px;
	margin-right: 6px;
	border: 1px solid #cccccc;
	overflow: hidden;
	background-image: url(http://www.hellorah.com/img/nopicture.gif);
	background-repeat: no-repeat;
}
#left .thumbnail li img{
	margin-left: -172px;
	margin-top: -172px;
}
#right .thumbnail {
	display: block;
	padding-top: 6px;
}
#right .thumbnail li {
	float: left;
	height: 85px;
	width: 85px;
	margin-right: 10px;
	border: 1px solid #cccccc;
	overflow: hidden;
}
#right {
	float: right;
	width: 485px;
}
#left {
	float: left;
}
.exp {
	font-size: 108%;
	line-height: 1em;
	font-weight: bold;
	display: block;
	margin-bottom: 7px;
}
.brand {
	font-size: 123.1%;
	line-height: 1em;
	font-weight: bold;
}
.name {
	font-size: 167%;
	line-height: 1em;
	font-weight: bold;
	margin-top: 0.1em;
}
.txt {
	font-size: 93%;
	line-height: 2em;
	margin-top: 1.2em;
}
.price {
	font-size: 123.1%;
	line-height: 1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
.btn input{
	background-color: #ec000f;
	height: 30px;
	width: 150px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid #ec000f;
	display: block;
	cursor: pointer;
	font-size: 116%;
	line-height: 30px;
	text-align: center;
}
.btn input:hover{
	background-color: #FFFFFF;
	color: #666666;
	border: 1px solid #ccc;
}
.btn input:active{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn .soldout{
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 30px;
	width: 150px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	font-size: 116%;
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.trackback {
	font-size: 108%;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.number {
	width: 65px;
	margin-top: -1px;
}
* html .number {
	margin-top: -3px;
}

#right .data {
	display: block;
	margin-bottom: 8px;
	width: 475px;
}
.data li {
	display: block;
	float: left;
}
.number table {
	display: block;
	margin: 0px;
	padding: 0px;
}
.question {
	font-size: 93%;
	line-height: 1em;
	display: block;
	padding-top: 10px;
}
.question a{
	color: #000000;
	text-decoration:underline;
}
.question a:hover{
	color: #f21c06;
	text-decoration:underline;
}
.question a:active{
	color: #1e1a1a;
	text-decoration:none;
}
.pulldown {
	margin-right: 15px;
}
.pulldown2 {
	margin-left: 15px;
}
#right .buy {
	display: block;
}
.buy li {
	display: block;
	float: left;
	margin-right: 15px;
}
#right #spec {
	height: 450px;
}
.thickbox {
	background-image: url(http://www.hellorah.com/img/icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	line-height: 1.1em;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #000000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 2px solid #fff;
}
#lightbox-container-image {
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0px;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: -36px;
	float: left;
	position: absolute;
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	width: 30px;
	top:145px;
}
#lightbox-nav-btnNext {
	right: -36px;
	float: right;
	position: absolute;
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
	width: 30px;
	top:145px;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0;
}
#lightbox-container-image-data {
	padding: 0;
	color: #FFFFFF;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 100%;
	float: left;
	text-align: left;
	padding-top: 10px;
}	
#lightbox-image-details-caption {
	font-weight: normal;
	display: block;
	margin-bottom: -3px;
}

#lightbox-image-details-name {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-top: 0.5em;
}			
#lightbox-secNav-btnClose {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0px;
}
#lightbox-secNav {
	text-align: right;
	padding-bottom: 10px;
	position: absolute;
	right: -6px;
	top: -2px;
	z-index: 99;
}
a:focus{
outline:none;
}

a { outline: none; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
	font-size: 108%;
	line-height: 1.6em;
}

#TB_secondLine {
	color:#666666;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	padding: 0px 0px 0px 30px;
	overflow: hidden;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_closeWindow{
	height:25px;
	float:right;
}
#TB_closeAjaxWindow{
	text-align:right;
	float:right;
	height: 30px;
	width: 30px;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
#TB_closeAjaxWindow a{
	background-image: url(http://www.hellorah.com/img/btn-close2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #b60101;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 30px;
}
#TB_closeAjaxWindow a:hover{
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#TB_ajaxWindowTitle{
	float:left;
	margin-bottom:1px;
}

#TB_title{
	background-color:#FFF;
	height:25px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	width: 350px;
	margin: 0px;
	padding: 0px;
	border:none;
}

#gmo_CMSPbar{
	display:none;
}
