﻿@charset "utf-8";
/* CSS Document */

body {
	font: 13px "ＭＳ Ｐゴシック", "MS UI Gothic", "ＭＳ ゴシック", Arial;
	margin: 0px;
	padding: 0px;
	color: #693706;
	height: 100%;
	background: url(../../img/pc/bg_head_re.jpg) repeat-x;
	letter-spacing: 0.2em;
	}
	
html { height: 100%; }

h1, h2, h3, h4, p, ul, li { margin:0px; padding:0px; }

li { list-style: none; }

a:link { color: #FF6699; text-decoration: none;}
a:hover { color: #FF6699; text-decoration: underline; }
a:visited { color: #FFB3CB; text-decoration: none; }
a img { border: 0; }

#bg_inner, #header, #content { margin: 0 auto; }


/* container
---------------------------------------------------------- */
#container {
	background:url(../../img/pc/bg_foot_re.jpg) repeat-x;
	background-position: 50% 100%; 
	width: 100%;
	}
	

/* bg_inner
---------------------------------------------------------- */
#container #bg_inner {
	background: url(../../img/pc/bg_head.jpg) no-repeat;
	width:1200px;
	}


/* header
---------------------------------------------------------- */
#container #header {
	width: 900px;
	height: 420px;
	position:relative;
	}

/* logo_ttl ---------------------------------------------- */
#container #header .logo_ttl {
	position: absolute;
	left: 40px;
	top: 26px;
	}

/* logo -------------------------------------------------- */
#container #header h1 {
	position: absolute;
	left: 22px;
	top: 72px;
	}

/* description ------------------------------------------- */
#container #header .description {
	width: 500px;
	position: absolute;
	left: 40px;
	top: 230px;
	font-weight: bold;
	line-height: 130%;
	}


/* 携帯サイト
----------------------------------------------------------- */

/* mobile_mail -------------------------------------------- */
#container #header .mobile_mail {
	position: absolute; 
	top: 305px; 
	left: 589px;
	}
	
/* mobile_qr ---------------------------------------------- */
#container #header .mobile_qr {
	position:absolute;
	left: 769px;
	top: 238px;
	}



/* content
----------------------------------------------------------- */
#container #content {
	width: 900px;
	position: relative;
	}

#container #content h2 {
	position: absolute;
	left: 45px;
	top: -162px;
	}
	

/* 新着待受一覧
----------------------------------------------------------- */

/* new_img ------------------------------------------------ */
body#main #container #bg_inner #content ul {
	padding: 50px 0px 0px 48px;
	}
	
* html body#main #container #bg_inner #content ul {
	margin: 50px 0px 0px 48px;
	padding: 0px;
	}

body#main #container #bg_inner #content ul li {
	width: 162px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	float: left;
	margin: 20px 48px 0px 0px;
	}

body#main #container #bg_inner #content ul li img {
	width: 140px;
	border: 1px solid #CCCCCC;
	margin: 10px;
	}

body#main #container #bg_inner #content ul li p {
	width: 140px;
	height: 30px;
	margin: 0px 10px 10px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	}


/* footer
----------------------------------------------------------- */
#container #footer {
	background: url(../../img/pc/bg_foot.jpg) no-repeat;
	width: 1200px;
	height: 215px;
	position: relative;
	margin: 20px auto 0 auto;
	text-align: center;
	}
	
#container #footer p {
	position: absolute;
	left: 600px;
	top: 170px;
	color: #2E5300;
	letter-spacing: normal;
	font-weight: bold;
	}
	

