/*
 *                  R e b R a n k  S t y l e  F i l e
 *
 *                 P r o d u c t s  S M D  A r c . c s s
 */


/*--------------------------------------------------------------------- General */

body {
	margin       : 0;
	padding      : 0;
	overflow     : auto;
	text-align   : center;
	color        : #ffffff;
	font-size    : 10pt;
	overflow-x   : auto;
	overflow-y   : scroll;
	
	background-color      : #111111;
	background-image      : url(../products/smdarc/images/smdarc_background.png);
	background-repeat     : x-repeat;
	background-attachment : fixed;
	background-position   : 0 0;
}

#body_smdarc_index {
	overflow   : hidden
}

a {
	color           : #ffcc00;
	text-decoration : underline;
}

a:hover {
	color           : #ff6600;
	text-decoration : underline;
}
u {
	font-weight      : normal;
	text-decoration  : underline;
}

/*--------------------------------------------------------------------- Index */

/* 中央を規定 */
#CenteringBox_Parent{
	position : absolute;
	top      : 50%;
	left     : 50%;
}

/* 相対的に中央に持ってくる */
#CenteringBox_Child{
	/* MUST be half the width */
	position : relative;
	width    : 900px;
	height   : 500px;
	margin   : -250px auto auto -450px;
	z-idex   : 4;
}

#CenteringBox_Index{
	position     : relative;
	top          : 0px;
	left         : 0px;
	width        : 900px;
	height       : 500px;
	margin-left  : auto;
	margin-right : auto;

}

/* 親ボックス */
#BackImg_Parent_Index{
	position : relative;
	top      : 0px;
	left     : 0px;
	width    : 880px;
	height   : 100%;
	
	background-color : #000000;
	margin-left      : auto;
	margin-right     : auto;
	
	background-image      : url(../products/smdarc/images/smdarc_back_center.gif);
	background-repeat     : repeat-y;
	background-attachment : scroll;
	
}


/* 子ボックス */
div#BackImg_Bottom_Index{
	position : absolute;
	bottom   : 0px;
	left     : 50%;
	width    : 880px;
	height   : 250px;
	
	margin-left     : -440px;
	margin-right    : auto;
	
	overflow : hidden;
	z-index  : 2;
	
	background            : url(../products/smdarc/images/smdarc_background_grd.png) no-repeat;
	background-attachment : scroll;
	background-position   : 0 0;
}
* html div#BackImg_Bottom_Index{
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}


/*--------------------------------------------------------------------- Main */

/* 親ボックス */
#BackImg_Parent_Main{
	position : relative;
	top      : 0px;
	left     : 0px;
	width    : 880px;
	height   : auto;
	
	background-color: #000000;
	margin-left     : auto;
	margin-right    : auto;
	
	background-image      : url(../products/smdarc/images/smdarc_back_center.gif);
	background-repeat     : repeat-y;
	background-attachment : scroll;
	
}

/* 子ボックス */
#BackImg_Bottom{
	position : absolute;
	bottom   : 0px;
	left     : 0px;
	width    : 880px;
	height   : 250px;
	
	margin-left     : auto;
	margin-right    : auto;
	
	overflow : hidden;
	z-index  : 2;
	
	background            : url(../products/smdarc/images/smdarc_background_grd.png) no-repeat;
	background-attachment : scroll;
	background-position   : 0 0;
}

* html div#BackImg_Bottom{
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}

/* --------------------------------------------------------------------- Layout */

.smdarc_Products_TopicBox_Table td{
	white-space   : nowrap;
	border-bottom : 1px dotted #666666;
	padding       : 2 10 2 0;
	font-size     : 10.5pt;
}

.smdarc_headline {
	border-top    : 3px double #666666;
	border-bottom : 3px double #666666;
	font-weight   : bold;
	font-size     : 16pt;
	padding       : 2 10 2 10;
	margin        : 5;
	z-index       : 4;
}


.smdarc_titlesnap{
	z-index  : 3;
}

.smdarc_linkimg{
	z-index  : 3;
}

#script {
	visibility : hidden;
	width      : 1;
	height     : 1;
}

.smdarc_page_sample img{
	margin    : 10;
}

.smdarc_list_table{
	font-size : 9pt;
	margin    : 0 0 20 0;
}

.smdarc_list_table td{
	font-size      : 9pt;
	white-space    : nowrap;
	vertical-align : top;
	border-bottom  : 1px solid #666666;
	margin         : 30;
	padding        : 10 0 0 0;
}

.smdarc_jacket_img {
	border : 1px solid #333333;
	margin : 20;
}

.smdarc_TitleTable {
	position    : relative;
	height      : 500px;
	width       : 740px;
	margin-left : -370px;
	
	margin      : 0 auto 20 auto;
	z-index     : 2;
}

.smdarc_CommentTable {
	position   : relative;
	text-align : left;
	
	width      : 660px;
	margin     : 20 auto 0 auto;
	z-index    : 2;
}
.smdarc_CommentTable_p{
	margin : 0 auto 0 10;
}
