@charset "UTF-8";

/* CSS Document */


/* DEFAULT RESET SET UP
====================================================================================================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	background: transparent;
	vertical-align: baseline;
}

/* remember to define focus styles */
:focus {
	outline: 0;
}

body {
	font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "Lucida Sans Unicode", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS PGothic", Geneva, sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #F3E2CB;
	text-align: center;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F3E2CB;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.67;
}

ul, ol, li {
	list-style-type: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* LINK SET UP
====================================================================================================================================================== */

a:link {
	color: #4C6691;
	text-decoration: none;
}

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

a:hover {
	color: #B9C3C6;
	text-decoration: underline;
}

a:active {
	color: #B9C3C6;
	text-decoration: underline;
}

/* FLOAT SET UP
====================================================================================================================================================== */

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.float_none {
	float: none;
}

/* CLEAR SET UP
====================================================================================================================================================== */

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.clear_both {
	clear: both;
}

.clear_none {
	clear: none;
}

/* CLEARFIX SET UP
====================================================================================================================================================== */

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

/* IE7, MacIE5, for IE 5.5-7 */
.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* WinIE6 below, Exclude MacIE5, Hide from MacIE \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End WinIE6 below, Exclude MacIE5, Hide from MacIE */

