﻿@charset "UTF-8";

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Browser Style Reset
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/

html {
	font-size:12px;
	_font-size:0.75em;/*- IE6 -*/
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
	clear:both;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
	font-weight:normal;
}
img, abbr, acronym, fieldset	{
	border: 0;
	vertical-align: middle;
}
li	{
	list-style-type: none;
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Font Style
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
body {
	font-family: 'YuGothic', 'Yu Gothic',' 游ゴシック',' メイリオ','Meiryo',' ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	color: #333333;
	font-size: 1em;
	line-height: 1.6;
	text-align: left;
	padding-top: 0px;
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* link Style
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
a:link	{
	text-decoration: underline;
	color: #2a5793;
}

a:visited	{
	text-decoration: underline;
	color: #2a5793;
}

a:hover	{
	text-decoration: none;
	color: #2a5793;
}

a:active	{
	text-decoration: none;
}

a:focus	{
	text-decoration: none;
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* new clearfix
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	overflow: hidden;
	}
.clearfix {
  min-height: 1px;
}
* html .clearfix             { /*zoom: 1;*/ } /* IE6 */
*:first-child+html .clearfix {  /*zoom: 1;*/ } /* IE7 */
