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

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #000;
    font-family: "Lucida Grande","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
    font-size:15px;
}

p {
	line-height:2.2;
}

a {
    text-decoration: none; 
    color: #000;
}

a:active {
    text-decoration: none;
    color: #000;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

.clear {
    clear:both;
    font-size:0;
    height:0;
    line-height:0;
    margin:0;
    padding:0;
}



/* wrapper --------------------------------------------------------------------------------  */

div#wrapper {
    position: relative;
    width: 960px;
    margin: 0 auto;
}


/* header --------------------------------------------------------------------------------  */

div#header {
    padding: 55px 0 15px 0;
}

div#header h3 {
    text-indent: -9999px;
    background:url(../../../img/common/insidepylogo.gif) no-repeat;
    width:246px;
    height:78px;
}

div#header a.pyhome {
    display: block;
    text-indent: -9999px;
    background:url(../../../img/common/backhome.gif) no-repeat;
    width:131px;
    height:47px;
    position: absolute;
    right: 0;
    top: 70px;
}
div#header a.pyhome:hover {
    background:url(../../../img/common/backhome_on.gif) no-repeat;
}


/* footer --------------------------------------------------------------------------------  */

div#footer {
    clear: both;
    position: relative;
    margin: 20px 0;
    padding: 5px 0;
    border-top: solid 1px #ccc;
}

div#footer a.pyhome {
    display: block;
    text-indent: -9999px;
    background:url(../../../img/common/flogo.gif) no-repeat;
    width:192px;
    height:21px;
}

div#footer p.copyright {
    display: block;
    text-indent: -9999px;
    background:url(../../../img/common/fcr.gif) no-repeat;
    width:430px;
    height:21px;
    position: absolute;
    top: 4px;
    left: 195px;
    margin: 0 !important;
}

div#footer a.policy {
    display: block;
    text-indent: -9999px;
    background:url(../../../img/common/ftokusho.gif) no-repeat;
    width:144px;
    height:21px;
    position: absolute;
    top: 4px;
    right: 195px;
}

div#footer a.howto {
    display: block;
    text-indent: -9999px;
    background:url(../../../img/common/fhowto.gif) no-repeat;
    width:193px;
    height:21px;
    position: absolute;
    top: 4px;
    right: 0;
}

div#footer a.dotcomlogo {
    display: block;
    text-indent: -9999px;
    background:url(../../../img/common/fyodocom.gif) no-repeat;
    width:200px;
    height:49px;
    margin: 30px auto;
}



/* contents --------------------------------------------------------------------------------  */

#content {
    padding: 0 0 40px 0;
}

#content h1 {
	margin: 0 0 35px 0;
	text-align: center;
}

#content h2 {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	color: #4581af;
	margin: 50px 0 35px 0;
	text-align: center;
	font-size: 18pt;
	font-weight: 400;
}

#content p {
    margin: 0 0 40px 0;
}

#content p.photo {
    text-align: center;
    margin: 0 0 20px 0;
}

#content p.sign {
	text-align: right;
}

#content p.date {
	clear: both;
	text-align: right;
	font-size: x-small;
	color: #888;
}

#content p.separator {
    display: block;
    text-indent: -9999px;
    background:url(../../../img/common/kugiri.gif) no-repeat;
    width:960px;
    height:120px;
    margin: 0 auto;
}

p.point {
	padding: 30px;
	background: #f5f5f5;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
p.point a {
	color: #4581af;
}
p.point em {
	font-weight: bold;
	color: #333;
	font-style: normal;
}

div.left {
	float: left;
	width: 460px;
}
div.right {
	float: right;
	width: 460px;
}


div.tri_n {
	float:left;
	width:310px;
	margin-right:15px;
	margin-bottom: 30px;
}

div.tri_e {
	float:left;
	width:310px;
	margin-bottom: 30px;
}





.clear {
    clear: both;
	line-height:0;
	margin:0;
	padding:0;
}

div.BmenuLeft {
	width:459px;
	float:left;
	background:#333;
	color:white;
	font-weight:bold;
	margin-bottom:10px;
	padding: 20px 8px;
	line-height: 0;
}

div.BmenuRight {
	width:459px;
	float:right;
	background:#333;
	color:white;
	font-weight:bold;
	margin-bottom:10px;
	padding: 20px 8px;
	line-height: 0;
}




/* cart --------------------------------------------------------------------------------  */

p.price {
	color:red;
	font-weight:bold;
	line-height:1.2;
}

p.fixedprice,
span.tax {
	color:#888888;
}


div.shoppingL {
	width:450px;
	float:left;
	margin-bottom:40px;
}

div.shoppingR {
	width:450px;
	float:right;
	margin-bottom:40px;
}

div.shoppingL p,
div.shoppingR p {
	margin:0;
	padding:0;
}

p.ptitle {
	font-weight:bold;
}

p.pread {
margin-bottom:10px !important;
}

div.shoppingimg {
text-align:center;
}

div.cartBtnImg {
	text-align:right;
}

div.cartBtnImg input {
margin-top:20px;
}


#snsButton {
	margin: 20px 0 -35px 0;
	text-align: left;
	float: left;
}
#snsButton ul {
	padding: 0;
	float: left;
}
#snsButton li {
	margin-right: 10px;
	float: left;
}


#content p a {
	color: #4581af;
}
#content li {
	margin: 10px;
}
