/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,img,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
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;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a:link {
	outline: none;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	outline: none;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #555555;
	text-decoration: underline;
}
a:active {
	outline: none;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
p {
	margin-bottom: 0.2em;
}
a img,:link img,:visited img {
    border: none;
}
address {
	font-style: normal;
}


/* layout ------------------------------------------------------------------ */


body {
	font-size: 14px;
	line-height:      1.4;
	background-color: #f0f0f0;
	text-align:       center;
	font-family:  sans-serif;
	margin: 0px;
	padding: 0px;
	color: #222222;
	border-style: none;
}


/* for WinIE6*/

* html body {
	font-size: 87.5%;
	font-family: sans-serif;
	letter-spacing: 1px;
}

/* for WinIE7*/

*:first-child+html body {
	font-size: 87.5%;
	font-family: sans-serif;
}
#container_white        {
	background-color: white;
	text-align:        left;
	margin:            0 auto;
	width:             840px;
	border: 1px solid #CCCCCC;
}
#container_washi        {
	background-image:  url("../img/bg_washi.gif");
	background-repeat: repeat;
	text-align:        left;
	margin:            0 auto;
	width:             840px;
	border: 1px solid #CCCCCC;
}
#header  {
	width: 820px;
	padding-top: 15px;
	padding-left: 20px;
	float: left;
}
#white  #header h1  {
	float: left;
	background-image: url(../img/text_phone_white.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	width: 560px;
	height: 40px;
}
#washi  #header  h1 {
	float: left;
	background-image: url(../img/text_phone_washi.gif);
	background-position: right 4px;
	background-repeat: no-repeat;
	width: 560px;
	height: 40px;
}
#header   #cart_open  {
	padding: 10px 20px 4px 0px;
	float: right;
}
#header    #navi  {
	width: 820px;
	clear: both;
	padding: 15px 0px 0px;
}
#header    #navi  li  {
	padding: 0px 13px 0px 0px;
	float: left;
}
.textNavi {
	font-size: 12px;
	border-left: 2px solid #999999;
	float: right;
	clear: both;
	margin-top: 0.8em;
	padding-right: 25px;
	padding-left: 0px;
	line-height: 1.4;
	vertical-align: bottom;
}
.textNavi  li {
	display: inline;
	border-right: 2px solid #999999;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: bottom;
}
#footer  {
	background-image: url(../img/bg_footer.gif);
	width: 840px;
	clear: both;
	letter-spacing: normal;
	color: #333333;
	float: left;
}
#footer    p.logo  {
	width: 166px;
	margin-right: 10px;
	margin-top: 4px;
	float: left;
}
#footer  .fishmart    {
	font-style: normal;
	padding-top: 15px;
}
#footer  .rizaemon   {
	font-size: 85%;
	font-style: normal;
	white-space: nowrap;
}
.btn {
}

