/* Global ---------------------- */

*{
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	color:#333333;
	font-size:10px;
	line-height:1.4em;
	background-color:#000000;
	font-family:Helvetica,Osaka,Arial,sans-serif;
}
* html body {
	text-align:center;
	padding-bottom:40px;
}
*:first-child+html body {
	padding-bottom:40px;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size:100% !important;
}
h1 a:link,h2 a:link,h3 a:link {color: #000000;}
h1 a:visited,h2 a:visited,h3 a:visited {color: #000000;}
h1 a:hover,h2 a:hover,h3 a:hover {color: #999999;}
img {border:0;}
ul {list-style-type:none;}
a {
	overflow:hidden;
	outline:none;
	/*color: #5691DF;*/
	color: #333333;
	text-decoration:none;
}
a:link {color: #999999;}
a:visited {color: #999999;}
a:hover {color: #339999;}

/* Utilities ---------------------- */

.clearfix:after {  
   content: ".";  
   display: block;  
   visibility: hidden;  
   height: 0.1px;  
   font-size: 0.1em;  
   line-height: 0;  
   clear: both;  
}
.clearfix {
   zoom: 1;
}


/* Layout ---------------------- */

#container {
	margin:40px auto;
	padding:25px;;
	width:945px;
	background-color:#FFFFFF;
	text-align:left;
}
#container-inner {
	background-image:url(../images/1px_line.gif);
	background-repeat:repeat-y;
	background-position:314px top;
}
.container-inner_main {
	background-image:url(../images/1px_line_main.gif) !important;
}
.container-inner_blog {
	background-image:url(../images/1px_line_blog.gif) !important;
}
#leftBlock {
	float:left;
	width:315px;
}
#content {
	float:left;
	width:630px;
}
* html #content {
	width:580px;
}

/* Layout <Header> ---------------------- */
#header {
	background-image:url(../images/cr.gif);
	background-repeat:no-repeat;
	background-position:10px 18px;
	height:168px;
	border-bottom:1px solid #999999;
}
#header h1 {
	float:left;
	display:block;
	margin: 24px 0 40px;
	padding: 0 0 0 109px;
	text-indent:-10000px;
	text-align: center;
	width:205px;
}
*:first-child+html #header h1 {
	padding: 0 0 0 55px;
}
#header h1 a {
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:center top;
	display:block;
	height:23px;
	width:94px;
}
#navi {
	margin: 0 0 0 55px;
	width:240px;
}
#navi ul li {
	width:80px;
	float:left;
	margin:0 0 5px;
}
#navi ul li a {
	color:#000000;
}
#navi ul li a:hover {
	color:#999999;
}

/* Layout <Top> ---------------------- */

#topMain {
	margin:0;
	border-top:1px solid #999999;
	background-image:url(../images/1px_line.gif);
	background-position:314px top;
	background-repeat:repeat-y;
}
#topMain #topLeft,#topMain #topRight {
	float:left;
	width:314px;
	margin:0;
	padding:0;
}
* html #topMain #topRight {
	width:265px;
}
* html #topMain #topRight .topMainBlock {
	padding:0 4px 40px !important;
}
* html #topMain #topRight .topMainOnline img {
	width:255px;
}

.topMainBlock {
	border-bottom:1px solid #999999;
	margin:0;
	padding:0 18px 10px;
}
.topMainBlock .topMainTxt {
	margin:0 0 30px;
}
.topMainBlock_last {
	border-bottom:none;
}
.topMainBlock h2 {
	margin:25px 0 20px;
	text-align:center;
}
.topMainBlock .topMainTxt div p {
	margin-bottom:10px;
}
.topMainBlock .topMainTxt div a img {
	margin:5px auto;
	display:block;
}
.topMainBlock .topMainBlog {
	margin:0 0 40px;
}
.topMainBlock .topMainBlog_last {
	margin:0;
}

.topMainOnline {
	margin:30px auto;
	text-align:center;
}
.topMainOnline a {
	display:block;
	padding:10px 0;
}


/* Layout <Contents> ---------------------- */

/* 共通 左コラム */
#leftBlock .left_column h2 {
	margin:25px 0 20px;
	text-align:center;
}
#leftBlock .left_column .LcolumnBlock {
	margin:0 0 40px;
	padding:0 12px;
	clear:both;
}
#leftBlock .left_column .LcolumnBlock a img {
	margin:5px auto;
	display:block;
}
#leftBlock .left_column .LcolumnBlock .LcolumnBlock_title a {
	/*color:#333333 !important;*/
}

#leftBlock .left_column ul.subcat_side {
	padding:30px 0 20px 120px;
	border-bottom:1px solid #999999;
}
#leftBlock .left_column ul.subcat_side li {
	margin:0 0 10px;
}
#leftBlock .left_column ul.subcat_side li a {
	margin:0;
	padding:2px 3px 1px;
	color:#000000;
}
#leftBlock .left_column ul.subcat_side li a:hover {
	color:#999999;
}
#leftBlock .left_column ul.subcat_side li.select span {
	margin:0;
	padding:3px 3px 2px;
	background-color:#666666;
	color:#FFFFFF;
}
#leftBlock .left_column ul.subcat_side li a.select {
	margin:0;
	padding:3px 3px 2px;
	background-color:#666666;
	color:#FFFFFF;
}
#leftBlock .left_column ul.releases_side {
	padding:30px 0 0 30px;
	border-bottom:1px solid #999999;
}
#leftBlock .left_column ul.releases_side li {
	width:256px;
	margin:0 0 20px;
}
#leftBlock .left_column ul.releases_side li a {
	color:#000000;
}
#leftBlock .left_column ul.releases_side li a:hover {
	color:#999999;
}

/* 共通 メイン */
#content #titleBlock {
	padding:15px;
	text-align:center;
	background-color:#FFFFFF;
}
.container-inner_main #content #titleBlock {
	height:45px;
	padding:0;
}
#content #titleBlock h2 span.none_b {
	display:none;
}
#content #contentsMain {
	/*width:630px;*/
	border-top:1px solid #999999;
}
#content #contentsMain .block {
	margin:30px 15px;
}
* html #content #contentsMain .block img.bigimg {
	width:550px;
}
#content #contentsMain .block .blockHead span.about_plus {
	color:#FF0000;
}

/* ブログ */
#content #blogMain {
	border-top:1px solid #999999;
	background-image:url(../images/1px_line.gif);
	background-position:439px top;
	background-repeat:repeat-y;
}
#content #blogMain #blogLeftBlock {
	width:440px;
	float:left;
}
#content #blogMain #blogLeftBlock .blogBlock {
	margin:30px 15px 0;
	padding:0 0 20px ;
	line-height:1.4em;
}
#content #blogMain #blogLeftBlock .blogBlock .blockHead {
	margin:0 0 10px;
}
#content #blogMain #blogLeftBlock .blogBlock .blockHead span.day {
	/*font-weight:bold;*/
}
#content #blogMain #blogLeftBlock .blogBlock .blockBdy a {
	/*color:#999999;*/
}
#content #blogMain #blogLeftBlock .blogBlock .blockBdy a:hover {
	/*color:#339999;*/
}

#content #blogMain #blogRightBlock {
	width:190px;
	float:left;
}
* html #content #blogMain #blogRightBlock {
	width:140px;
}
#content #blogMain #blogRightBlock .blogRightBlock_list {
	margin:20px;
}
* html #content #blogMain #blogRightBlock .blogRightBlock_list {
	margin:20px 10px;
}
#content #blogMain #blogRightBlock .blogRightBlock_list h3 {
	margin-bottom:20px;
	text-align:center;
	font-weight:bold;
}
#content #blogMain #blogRightBlock .blogRightBlock_list h3 {
	margin-bottom:20px;
	font-weight:bold;
}

/* ショップ */
.shopLead {
	margin:30px 0 0;
	padding:0 10px;
	line-height:1.6em;
}
.shopBdy {
	margin:0 0 50px;
	padding:32px 0 0;
	border-top:1px solid #FFFFFF;
}
.shopBdy img {
	margin:0 50px 0 0;
	padding:0;
	float:left;
	display:block;
	width:120px;
}
.shopBdy .shop_cap {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	width:220px;
	font-size:115%;
}
.shopBdy .shop_cap dl {
	margin:0 0 1px;
	padding:0;
	width:220px;
}
.shopBdy .shop_cap dl dt {
	margin:0 5px 0 0;
	padding:0;
	float:left;
	width:75px;
}
.shopBdy .shop_cap dl dd {
	margin:0;
	padding:0;
	float:left;
	width:140px;
}
.shopBdy .shop_btn {
	margin:0;
	padding:96px 0 0;
	float:left;
}
.shopBdy .shop_btn form {
	margin:0;
	padding:0;
	display:block;
}


/* Layout <Footer> ---------------------- */
#footer {

}


/* Text Size ---------------------- */

* html body {
	font-size:12px;
}
/*
body:first-of-type #container {
	font-size:95%;
}
div#container , x:-moz-broken, x:last-of-type {
	font-size:100% !important;
}

/* safari only \*/
html:\66irst-child body {
	font-size:88%;
}
html*div#container {
	font-size:88%;
}
*/
