@charset "utf-8";
/* CSS Document */

/* リセット */
body {
	margin:0;
	padding:0;
}

/* --OTHER TAGS-- */
a img, img {
	outline: none!important;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px;
	padding: 0px;
}
header, hgroup, nav, aside, footer, article, section, blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li , ol , p , pre, span, td, th, ul{
margin:0;
padding:0;
}
header, hgroup, nav, aside, footer, article, section {
	display: block;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, var {
	font-style:normal;
	font-weight:normal;
}

caption, th {
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%; 
	}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bold;
	margin: 1.5em 0 0.2em;
	clear: both;
}
P, ul, ol, pre ,dl{
	margin-bottom: 1em;
}
P {
	text-align:justify;
	text-justify: inter-ideograph;  
}
ul  {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 1.8em;
}
ul li {
	margin-bottom: 0.4em;
}
ul ul {
	margin-bottom: 0.4em;
}

ol{
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 0.8em;
	margin-left: 25px;
}
ol li {
	margin-bottom: 0.4em;
}
pre  {
	font-size:120%;
}
dl {
}
dt {
	font-weight: bold;
}
q:before, q:after {
content:'';
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
padding:0;
vertical-align:baseline;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:92.3%;
	background-color: #FFF;
	margin: 0px 0px 1.5em;
	line-height: 1.54;
}
table caption {
	text-align: left;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2px;
	font-weight: bold;
}
table p {
	margin-bottom: 0.4em;
	text-align: inherit;
}
th, td {
	padding: 0.4em 0.4em 0.2em;
	border: 1px solid #CCCCCC;
}
th {
	background-color: #F9F8EA;
	margin-top: 0.4em;
	font-weight: normal;
	color: #333;
}
thead th {
	background-color: #E3EDDB;
	color: #000;
}
tfoot th, tfoot td {
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: #336699;
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: bold;
	letter-spacing: normal;
}
em {
	font-style: italic;
}
blockquote {
	border-left: 2px solid #336699;
	padding-left: 0.8em;
}
	
/*フロート解除用CSS*/

/* clearfix */
.clearfix:after {
	content:"";
	display:block;
	clear:both;
	height: 0px;
	width: 100%;
}
dd {
	margin-bottom: 1em;
}
