@charset "UTF-8";

/* CSS Document */

/*=========================================

	post:		showa_shokuhin_HP
	File Name:	default.css
	Creater:		mayama
	
=========================================*/

/* = reset
----------------------------------*/

* {
		margin:0;
		padding:0;
		text-align:left;
		font-style:normal;
		font-weight:normal;
}

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

fieldset, img, abbr, acronym {
		border:0;
}

ol, ul {
		list-style:none;
}

h1, h2, h3, h4, h5, h6 {
		font-size:100%;
		line-height:110%;
}

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

a, ins, del {
		text-decoration: none;
}

img {
		vertical-align: bottom;
}

object, embed, th, td {
		vertical-align: top;
}

hr {
		clear:both;
		width:0;
		height: 1%;
}

p {
		margin-bottom:0.8em;
}

/* = common
----------------------------------*/

body {
		font-size: 12px;
		font-family: Arial, Helvetica, Verdana, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
		color:#333;
		text-align:center;
		line-height:1.8;
		background: #ffffff;
}

* html body {
		font-size: 75%;
}


/* = link color
----------------------------------*/

a:link {
		color:#804F1B;
		text-decoration:none;
}

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

a:hover {
		text-decoration:underline;
}

/* = clearfix
----------------------------------*/

.clearfix {
		display:inline-block;
}

/* new clearfix */
.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
}

/* IE6 */
* html .clearfix {
		zoom: 1;
}

/* IE7 */
*:first-child+html .clearfix {
		zoom: 1;
}

/* MacIE begin \*/
*+html .clearfix {
		height:1%;
}

* html .clearfix {
		height:1%;
}

.clearfix {
		display: block;
}
/* Mac IE end */
