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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #background {
        min-height: 1000px;
    }
    #main {
        min-height: 1000px;
    }
}

a:link {
	color: #F06;
	text-decoration: none;
	font-weight: 900;
} 
  
a:visited {
	color: #F09;
}

a:hover {
	color: #F6F;
	text-decoration:underline;
}   

a:active {
	color: yellow;
} 


h3 a:link {
	color: #006;
	text-decoration: none;
	font-weight: 900;
} 
  
h3 a:visited {
	color: #006;
}

h3 a:hover {
	color: #600;
	text-decoration:underline;
} 



/* PRODUCT ITEM BOX */
.i_box {
	float: left;
	width: 514px;
	height: 178px;
	margin-bottom: 20px;
	background-color: white;
	color: #003;
	border: #FFF solid 1px;
}

.i_box .caption {
	float: left;
	width: 492px;
	height: 20px;
	background-color: #999;
	font-size: 14px;
	padding: 10px;
	color: white;
	font-weight: bold;
	border: #FFF solid 1px;	
}

.i_box .iphoto {
	float: left;
	height: 136px;
	width: 100px;
}

.i_box .itext {
	float: right;
	width: 400px;
	height: 82px;
	font-size: 12px;
	line-height: 1.3em;
	padding: 5px;
}

.itexts {
	float: right;
	width: 400px;
	height: 60px;
	font-size: 12px;
	line-height: 1.3em;
	padding: 5px;
}

.i_box .price  {
	float: left;
	width: 240px;
	border: #09F solid 1px;
	margin: 0 0 0 10px;
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
}

.i_box .count {
	padding: 5px 0 0 30px;
}

.i_box .size {
	padding:  0 0 0 10px;
}

.i_box .color {
	padding: 10px 0 0 30px;
}

.i_box .cart {
	float: right;
	width: 113px;
	margin: 0 10px 0 0;
}

.i_box .cart2 {
	float: right;
	width: 113px;
	margin: 10px 10px 0 0;
}

.i_box .contents {
	padding: 8px 0 0 0;
	font size: 10px;
	color: #666;
}

/* PRODUCTS DETAIL */
.detailbox {
	float: left;
	width: 660px;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.detailbox_m {
	float: left;
	width: 610px;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.rphoto {
	float: right;
	width: 400px;
	margin-left: 10px;
	padding: 0;
	border: #999 solid 1px;
}

.rphoto_m {
	clear: both;
	float: right;
	width: 282px;
	margin: 10px 0 0 10px;
}

.rphoto_sm {
	float: right;
	width: 250px;
	padding: 0;
	margin: 10px 0 0 10px;
}
	

.rphoto_s {
	float: right;
	width: 142px;
	padding: 0;
	border: #999 solid 1px;
}

.photo_l {
	float: left;
	width: 610px;
	margin: 10px auto;
	text-align: center;
}

.photo_l_text {
	clear: both;
	float: left;
	width: 594px;
	padding: 5px 10px 0 10px;
	font-size: 13px;
	line-height: 1.4em;
	color: #003;
}

.photo_l_text h1 {
	font-size: 16px;
	color: #303;
	padding: 0 0 5px 0;
	border-bottom: groove #0CF;
	width: 594px;
}

.photo_l_text h2 {
	font-size: 14px;
	color: #303;
	border-bottom: dashed #999 2px;
	width: 594px;
}


.detail_text {
	padding: 5px 10px 0 10px;
	font-size: 13px;
	line-height: 1.4em;
	color: #003;
}

.detail_contents {
	padding: 0 10px;
	font-size: 13px;
	color: #666;
	line-height: 1.6em;
}

.bold {
	font-weight: bold;
}

.movie {
	clear: both;
	float: left;
	width: 540;
	margin: 0 auto;
}

.red {
	font-weight: bold;
	color: red;
}


/* ダウンロード販売 */
#dlm {
	clear: both;
	float: left;
    margin: 0 0 10px 0;
	padding: 10px;
	width: 490px;
	background-color: #000040;	
	border: solid gold 2px;
}


#dlm ul {
	margin: 0 5px 0 10px;
	padding: 10px 0 0 10px;
	color: white;
}

#dlm li {
	padding: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.3;
}

#dlm a:link {
	color: #FF9;
	text-decoration: underline;
	font-weight: 900;
} 
  
#dlm a:visited {
	color: orange;
}

#dlm a:hover {
	color: Yellow;
	text-decoration:underline;
}   

#dlm a:active {
	color: #CF0;
} 

.imgbox {
	float: left;
	width: 800px;
	height: auto;
	padding: 5px 0 5px 0;
}
