﻿@charset "utf-8";

/* -----------------------------------------------
 * ブラウザ解釈値リセット＆設定
 *
 * Author     : sue
 * LastUpdate : 08/05/21
----------------------------------------------- */

/* ===============================================
 *【基本構成】
 *
 * 1.リセット
 * 2.設定をしなおす
 * 2-1.一般的なパラメーターの設定
 * 3.clearfix
 * 4.メニュータブの設定
=============================================== */

/* -----------------------------------------------------------------------------
 * 1.リセット
----------------------------------------------------------------------------- */

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

address, caption,
cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

/* -----------------------------------------------------------------------------
 * 2.設定をしなおす
----------------------------------------------------------------------------- */

html {
	min-width: 760px; /* Mozillaのみ */
}

body {
	margin: 0px;
	padding: 0px;
	color: #404040;
	font-size: 90%;
	/*text-align: center;*/ /* box centering */
	font-family: "Osaka","ＭＳ Ｐゴシック";
	/*font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック",sans-serif;*/
	background: #ffffff;
}

/* -----------------------------------------------------------------------------
 * 2-1.一般的なパラメーターの設定
----------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.4;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	font-size: x-small;
}

table {
	margin : 0;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: x-small;
}

caption,th {
	text-align: left;
}

img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}

p {
	margin-bottom: 1em;
	line-height: 1.4;
	font-size: x-small;
}

li {
	list-style: none;
	font-size: x-small;
}

textarea {
	font-size: x-small;
}

html>body
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, li, dl, dt, dd,
table,
address, form, textarea, blockquote {
	font-size: small;
}

acronym,abbr {
	cursor: help;
}

hr {
	height: 1px;
	color: #cccccc;
	background: #cccccc;
	border: 0;
}

/* -----------------------------------------------
 * 3.clearfix
------------------------------------------------ */

/*for IE 5.5-7*/
.clr {
	zoom:1;
	display: inline-table;
}

/*for modern browser*/
.clr:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

* html .clr {
	height: 1%;
	display:inline-table;
	/*\*/display:block;/**/
}

/* Hides from IE-mac \*/
* html .clr {
	height: 1%;
}

.clr {
	display: block;
}
/* End hide from IE-mac */


/* -----------------------------------------------------------------------------
 * 4.メニュータブの設定
----------------------------------------------------------------------------- */

ul#tab {
	margin: 0 0 0 12px;
}

ul#tab li {
	float: left;
}

map {
	clear: left;
}

