﻿@charset "UTF-8";

/*=============================================================
	URI: http://zen.ogawa-group.co.jp/yakiniku-ogawa/
	Created: 2008.09
	Modified: 
	Author: wan55. yuko aono
=============================================================*/
@import url("common.css");
/*========================Contents=============================
	01) Reset
	02) Redefine
	
	99) Clear
=============================================================*/
/*-------------------------------------------------------------
	01) Reset
-------------------------------------------------------------*/
body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
table,th,td,
pre,
fieldset,
address,
form,
button,
p {
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------------------
	02) Redefine
-------------------------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
	background: #f4f2f0;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #454545;
}

* html body {font-size: 75%;}

*:first-child+html body {font-size: 75%;}

ul,ol {list-style: none;}
li li {font-size: inherit;}

h1,h2,h3,h4,h5,h6,
address,
caption,
textarea,
em {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {border: 0;}

caption,th {text-align: left;}
hr {display: none;}

button {
	background: none;
	border: 0;
	overflow: visible;
	cursor: pointer;
}


