html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}

table {
	margin-top:0px;
	border-width: 1px 0px; /* 上下だけ引く */
	border-spacing:0px;
	border-padding:0px;
}


fieldset,img,abbr,acronym {
    border:0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style:normal; */
    /* font-weight:normal; */
}

ol,ul {
    list-style:none;
	letter-spacing:0.2em;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration:underline;
    outline:none;
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}


/* Layout ----------------------------------------------------------------- */

body {
    text-align: left;
    background: #fff;
}

#wrapInner {
    width: 800px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #footer {
    position: relative;
}



#header-inner, #wrapInner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}

/* Utilities */

.pkg:after, #wrapInner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #wrapInner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #wrapInner { height: 1%; }
.pkg, #wrapInner { display: block; }
/* */


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: 0;
}

h2{
	font-size:1.3em;	
}

p{
	line-height:1.6;
	text-align:justify;
}



blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside;}
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#headerDescription {
    margin-bottom: 0;
}

.outline1{
	background-color: #ede9c9;
	border-width: 1px 0px; /* 上下だけ引く */
	border-color: #968b78; /* 線色 */
	border-style: solid; /* 線種：実線 */
	
}

#syouhinlist  {
	border-spacing:0px;
	margin:15px;
	border:0px;
}

#syouhinlist td{
	padding:0px;
}

#syouhinlist td h3{
    margin:0px;
	padding-bottom: 1px;
	font-size:13px;
	}
	
#syouhinlist td h4{
    margin:0px;
	font-size:13px;
	padding-bottom: 3px;
	}
	
#syouhinlist td h5{
    margin:0;
    padding-left:6px;
	font-size:16px;
	line-height:1.5;
	color:#006 ;
	font-weight:normal;
	}
	
#syouhinlist td h6{
    margin:0px;
    padding:0px;
	}

#syouhinlist td p{
    margin:0px;
    padding: 0 8px 0 8px;
	line-height:1.5;
	font-size:12px;
	}
	
#syouhinlist td img {
	padding: 30px 0 0 0;	
}

#syouhinlist td img.line{
	padding: 10px 0 3px 0;	
}

#fnavi{
	text-align:center;	
}

#pagetopnavi{
	text-align:right;	
}
#privacy{
	padding:10px ;
	font-size:10px;
	line-height:140%;
}


.fstrong{
font-weight:bold;
}

.fitalic{
font-style:italic;
}

