﻿@charset "utf-8";

@import url("reset.css");
@import url("header.css");
@import url("body.css");
@import url("footer.css");
@import url("module/block.css");
@import url("module/div.css");
@import url("module/form.css");
@import url("module/inline.css");
@import url("module/list.css");
@import url("module/table.css");

/* =======================================================

	Layout
   -------------------------------------------------------

		div#body		- 880px
			div#main	- 640px
			div#sub		- 202px

========================================================== */


/*  Common Elements
---------------------------------------------------------- */

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

html {
	overflow-y: scroll;
}

body {
	border-top: 4px solid #ddd;
	background: #fff url(../image/gnav-bg.gif) no-repeat 50% 71px;
	color: #666;
	font-size: 84%;
	line-height: 1.5;
	text-align: center; /* for WinIE6 */
}

a:link,
a:visited {
	text-decoration: underline;
	color: #666;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: text-bottom;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

/*  Common id, class
---------------------------------------------------------- */

.center {
	text-align: center;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.hidden {
	display: none;
}

.no-bg {
	background: none !important;
}

.no-border {
	border: none !important;
}

.no-margin {
	margin: 0 !important;
}

.no-list-style,
.no-list-style li {
	list-style: none !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
	background: none !important;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
