﻿@charset "utf-8";

/* ---------------------------------------- */
/* ----- reset Section -------------------- */
/* ---------------------------------------- */
html, body,
ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
div, p, blockquote,
th, td,
form, fieldset, input, textarea,
pre {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1.5em;
	color: #3C3C3C;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address,
caption, th,
cite,
code, var,
dfn,
em, strong {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset {
	border: 0;
}
optgroup {
	color: #000;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
abbr, acronym {
	border: 0;
	cursor: help;
}
img {
	border: 0;
	vertical-align: top;
}
object,
embed {
	vertical-align: bottom;
}
hr {
	display: none;
}
a {
	color: #336699;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	color: #173655;
	text-decoration: underline;
}



/* ---------------------------------------- */
/* ----- container Section ---------------- */
/* ---------------------------------------- */
body {
	background-color: #fdfdfd;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Osaka",arial,helvetica,clean,sans-serif;
	font-size: 14px;
	text-align: center;
}
div#container-5 {
	background-color: #ffffff;
	margin-top: 30pt;
	margin-left: auto;
	margin-bottom: 0pt;
	margin-right: auto;
	width: 1080px;
}
.f_clear {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/* --clearfix -- */
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
	zoom:1; /*IE6レイアウト崩れ対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
/* -- clearfix end --*/

