/* 商品詳細CSS */ 


/* 初期化 */

* 
{ 
margin : 0 ; 
padding : 0 ; 
border-style:none;
}





/* ボディーベース定義 */

body 
{ 
width:100%;
font-family: "MS PGothic", Osaka, "MS Gothic", Gothic, sans-serif;
font-size:10pt;
height:500px;
text-align:center;
}




/* メイン定義エリア*/

div#main
{
position:relative;
margin-right:auto;
margin-left:auto;
text-align:center; 
width : 500px ;
}



/*ヘッダー定義エリア*/

div#header
{
margin:0 auto;
margin-top:10px;
height:30px;
}






/*コンテンツ定義エリア*/

div#content
{
width:500px;
background:url('../images/bg.gif') repeat-x scroll 0% 0%;
background-color: #FFFFFF;
text-align:left;
/*height:500px;
overflow:auto;*/
border:solid 1px #0000CD;
padding:15px;
}



div#content img
{
margin-left:0px;
margin-right:15px;
margin-bottom:15px;
}

div#content p
{
line-height:1.8em;
}


div#content h1
{
font-size:11pt;
font-weight:600;
line-height:2em;
margin-top:20px;
margin-bottom:0px;
color:#0000cd;
}


div#content h2
{
font-size:11pt;
font-weight:600;
line-height:2em;
margin-top:20px;
margin-bottom:0px;
color:#0000cd;
}


div#content h3
{
font-size:10pt;
font-weight:600;
line-height:1.5em;
margin-top:10px;
margin-bottom:0px;
color:#9932CC;
}



div#content .button{
position:relative;
text-align:right;
margin:0;
}


div#content p a.entry{
position:absolute;
display:block;
top:-4em;
right:0em;
text-decoration:none;
}

div#content p a.entry2{
position:absolute;
display:block;
top:-6em;
right:0em;
text-decoration:none;
}








/*コモンクラス*/

.center
{
margin-left:auto;
margin-right:auto;
text-align:center;
}

.left
{
text-align:left;
}

.right
{
text-align:right;
}

.strong
{
font-weight:bold;
color:#ff8c00;
}

.list
{
margin-left:1em;
}




/*テキストサイズ定義*/
.textl
{ 
font-size: 14pt; line-height: 22px;
}

.textm
{ 
font-size: 12pt; line-height: 18px;
}

.texts
{
font-size : 10pt; line-height: 5px;
}


/*フロート定義*/
.floatl 
{
float: left;
}

.floatr
{
float: right;
}

.clear 
{
clear: both;
}


/*テキストカラー定義*/

.elb_blue
{
color:#104E8B;
}


.elb_comon
{
color:#696969;
}



.orange
{
color:#FF8C00;
}


.red
{
color:#FF0000;
}












