@charset "UTF-8";
/* CSS Document */

.product {width:820px;
height:auto;
min-height:850px;
margin-left:-30px;
margin-bottom:30px;
padding:30px;
background-image:url(../image/whiteback.png);
background-repeat:repeat;}

.product_left {width:460px;
height:auto;
float:left;}

.product_right {width:340px;
height:auto;
min-height:800px;
float:right;}

#title {display:block;
float:left;
margin-top:0px;
margin-right:600px;
margin-bottom:30px;}

a:link {color:#300;}


/*画像付きタイトル*/

.p_title_first {font-size:12px;
margin:0 0 -10px 0;
color:#300;}

.p_title {font-size:12px;
margin:30px 0 -10px 0;
color:#300;}

.product img {margin-bottom:0px;}

/*文字のみタイトル*/

.p_link {font-size:12px;
margin-top:-30px;}

.blank {width:auto;
height:40px;
display:block;}