/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-family: Helvetica, Arial, sans-serif;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

/* original css */
body {
	background: url(../images/bg.gif) repeat left top;
}

header {
		text-align: center;
		padding: 0 0 10px 0;
}

h1 {
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	background: #000;
	padding: 4px 0;
}

section{
	text-align:center;
	padding:0 0 0 0;
}


h3 {
	font-size: 85%;
	padding: 13px 0 0;
}

nav{
	padding:10px 0 5px 0;
	text-align:center;
}

ul.list{
	background:none;
	margin:0 auto;
}
ul.list li{
	display:inline;
}


.list_nav {
	text-align: left;
    background: #000;
    margin:10px 0 15px;
	border-top: 1px solid #999;
}


.list_nav li {
	position: relative;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
}

.list_nav a{
	display:block;
	font-size: 107%;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
	padding: 20px 80px 20px 20px;
}

.list_nav a:hover{
	color: #d70000;
}

.list_nav li a:after {
	position:absolute;
}

.list_nav .shop a:after{
	content: url(../images/icn_shop.png) ;
	right: 20px;
	top:15px;
}

.list_nav .mail a:after{
	content: url(../images/icn_mail.png) ;
	right: 20px;
	top:15px;
}

.list_nav .tel a:after{
	content: url(../images/icn_tel.png) ;
	right: 20px;
	top:17px;
}

.list_nav .privacy a:after{
	content: url(../images/icn_privacy.png) ;
	right: 23px;
	top:9px;
}

footer {
	color: #fff;
	padding:15px 0 0 0;
	text-align:center;
	background: #515151;
}

dl.add{
	padding: 0 0 10px 0;
}

dl.add dt{
	font-size:112.5%;
	font-weight: bold;
}

dl.add dd{
	font-size: 85%;
	line-height: 1.5;
}

.pc_btn {
	position: relative;
	width: 280px;
	height: 25px;
	margin:5px auto 10px;
	padding:0 0 0 40px;
	background:#f90321;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}

.pc_btn a {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 85%;
	text-decoration: none;
	font-weight: bold;
}

.pc_btn a:before {
	position:absolute;
}

.pc_btn a:before{
	content: url(../images/icn_pc.png) ;
	left:50px;
	top:3px;
}

.pc_btn a:hover {
	color: #000;
}

.Copyright {
	background: #000;
}
			
address{
	font-size:68.75%;
	font-style: normal;
	color:#fff;
	padding: 8px 0;
}

footer {
	  font-weight: normal;
    text-shadow: 0 0 0 	#fff;
}
