@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	color: #333333;
	background: #FFFFFF url(../images/body_bg.gif) left top repeat-y;
}
img {
	border: none;
	vertical-align: top;
}

.style1 {
color: #0000FF;
}

.style2 {
color:#FF0000;
}

/* 固定幅の2段組レイアウト
---------------------------------------------*/
#content {
	width: auto;
	margin-left: 220px;
	padding-top: 40px;
	border-top: 10px solid #26241E;
}

p.title {
	margin-top: 20px;
	margin-left: 10px;
	font-size:120%;
	line-height:130%;
	width:600px;
}

p.product {
	font-size:25px;
	font-weight:bold;
	line-height:150%;
	color:#FF0000;
	width:600px;
}

p.product2 {
	font-size:22px;
	font-weight:bold;
	line-height:150%;
	color:#006600;
	width:600px;
	text-align:left;
}

p.product3 {
	font-size:20px;
	font-weight:bold;
	line-height:150%;
	color:#333333;
	width:600px;
	text-align:left;
}

p.pimg {
    margin-top:30px;
    margin-left:20px;
	width:650px;
	text-align:center;
}

p.pletter {
	margin-top: 30px;
	margin-left: 20px;
	font-size:150%;
	line-height:180%;
	width:650px;    
}

p.pletter2 {
	margin-top: 30px;
	margin-left: 20px;
	font-size:150%;
	font-weight:bold;
	color:#0000FF;
	width:650px;
	text-align:center;
    background-color:#FFFFCC;
	padding: 10px;
}

p.pletter3 {
	margin-top: 10px;
	margin-left: 20px;
	font-size:30px;
	font-weight:bold;
	color:#FF0000;
	width:650px;
	text-align:center;	
}

p.pcart {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	width:650px;
	text-align:center;	
}

p.spec {
	margin-top: 30px;
	margin-left: 20px;
	font-size:130%;
	line-height:180%;
	color:#000000;
	width:650px;
	background-color:#FFFFCC;
	padding: 10px;
}

p.product_name {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	margin-top: 20px;
}

p.product_price {
	font-size:35px;
	font-weight:bold;
	color:#0000FF;
}

img.info {
	margin-top: 50px;
}

img.center {
    margin-top: 20px;
}

#logo {
	position: absolute;
	left: 19px;
	top: 50px;
	width: 139px;
}
#globalNav {
	position: absolute;
	left: 0;
	top: 113px;
	width: 175px;
	padding-bottom: 50px;
	border-top: 1px solid #5F5F5F;
	height: 7px;
}

#globalNav li {
	border-bottom: 1px solid #5F5F5F;
}

#globalNav2 {
	position: absolute;
	left: 0;
	top: 300px;
	width: 175px;
	padding-bottom: 300px;
	border-top: 1px solid #5F5F5F;
}
#globalNav2 li {
	border-bottom: 1px solid #5F5F5F;
}
#globalNav3 {
	position: absolute;
	left: 0;
	top: 620px;
	width: 175px;
	padding-bottom: 300px;
	border-top: 1px solid #5F5F5F;
}
#globalNav3 li {
	border-bottom: 1px solid #5F5F5F;
}
#viewCart {
	position: absolute;
	right: 30px;
	top: 50px;
	width: 102px;
}

h2.prod{
	margin-top: 30px;
	border-bottom: 5px dotted #FF0000;
	font-size:25px;
	color:#0000FF;
}

h2.protitle{
    margin-top:30px;
	border-bottom: 1px solid #CCCCCC;
	font-size:200%;
	font-weight:bold;
	border-left: 8px solid #0000FF;
	padding-left: 8px;
	color:#FF0000;
}

a.product{
	color:#FFFFFF;
}

dd.des{
    color: #000000;
	height: 50px;
	padding: 2px 0;
	}

dd.product{
    color:#FF0000;
	font-size:120%;
	font-weight:bold;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	}

/* 大見出し
---------------------------------------------*/
h1 {
	margin-bottom: 20px;
}

/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	width: 800px;
	margin-left: 220px;
	padding: 40px 0 30px 0;
}
#footer p {
	text-align:center;
	line-height:180%;
}
#footerNav01 {
	position: absolute;
	right: 146px;
	top: 45px;
	width: 101px;
}
#footerNav02 {
	position: absolute;
	right: 15px;
	top: 45px;
	width: 121px;
}
#footerNav03 {
	position: absolute;
	right: 20px;
	top: 45px;
	width: 48px;
}
