@charset "utf-8";
/* CSS Document */

/* Product */
#product {
	width:875px;
	margin:0 auto;
	text-align:left;
	clear:both;
	}
	
.product_inner {
	width:215px;
	float:left;
	margin-bottom:5px;
	}
	
.product_inner h2 {
	width:195px;
	margin:0 auto 12px auto;
	font-size:1.2em;
	font-weight:bold;
	}
	
.product_inner p {
	width:195px;
	margin:0 auto 6px auto;
	}
	
.product_inner img {
	margin:0 0 20px 0;
	padding:0;
	}

a.pbg_01,
a.pbg_02,
a.pbg_03 {
	background:url(../../images/product/bg_normal.gif) left bottom no-repeat;
	width:215px;
	height:400px;
	display:block;
	color:#333;
	text-decoration:none;
	}
a.pbg_01_en,
a.pbg_02_en,
a.pbg_03_en {
	background:url(../../images/product/bg_normal_en.gif) left bottom no-repeat;
	width:215px;
	height:510px;
	display:block;
	color:#333;
	text-decoration:none;
	}
	
a:hover.pbg_01 {
	background:url(../../images/product/bg_01.gif) left bottom no-repeat;
	color:#333;
	text-decoration:none;
	}
	
a:hover.pbg_02 {
	background:url(../../images/product/bg_02.gif) left bottom no-repeat;
	color:#333;
	text-decoration:none;
	}

a:hover.pbg_03 {
	background:url(../../images/product/bg_03.gif) left bottom no-repeat;
	color:#333;
	text-decoration:none;
	}
a:hover.pbg_01_en {
	background:url(../../images/product/bg_01_en.gif) left bottom no-repeat;
	color:#333;
	text-decoration:none;
	}
	
a:hover.pbg_02_en {
	background:url(../../images/product/bg_02_en.gif) left bottom no-repeat;
	color:#333;
	text-decoration:none;
	}

a:hover.pbg_03_en {
	background:url(../../images/product/bg_03_en.gif) left bottom no-repeat;
	color:#333;
	text-decoration:none;
	}
	
.ml5 {
	margin-left:5px;
	}

