@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      default.css
 Author:         Your Name (admin)
 Style Info:     uEUX^C̃ZbgƊ{ݒ
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
	height:100%;
}
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;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}

hr{
  height:0px;
  margin:7px 0;
  border:block;
  border-top:1px solid #CCC;
}

h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
	color: #666666;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
	color: #545454;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #545454;
	font-size: 75%;
	line-height: 150%;
	background-color: #F9F9F9;
	height:100%;
}
html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/* ------------ A Style */
a:link	{
	text-decoration: none;
	border:none;
}

a:visited	{
	text-decoration: none;
	border:none;
}

a:hover	{
	text-decoration: none;
	border:none;
}

a:active	{
	text-decoration: none;
	border:none;
}
