@charset "UTF-8";
/* ------------ スタイルの初期化 -全称セレクタ（*） ------------ */
*{
 margin:0;
 padding:0;
 zoom:1;
}

/* ------------ 一般的なタグの基本設定 ------------ */
body {
font-size: 100.01%;
/*text-align: center;*/
font-family:"メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', 'sans-serif';
color:#444444;
}

/* ------------ CSSハック　IE7とモダンブラウザに適用 ------------ */
html>/**/body {
font-size: 11.69pt;
}
html>body body{
font-size: 11.69pt;
}

/* ------------ スタイルの初期化 -リスト関連 ------------ */
ul,ol,dl{
  list-style:none;
}
li{
  display:list-item;
  zoom:normal;
}

/* ------------  フォントサイズの設定 ------------ */
h1,h2,h3,h4,h5,h6, li {
	line-height: 1.3;
}
h1 {
	font-size: 182%;
}
h2 {
	font-size: 167%;
}
h3 {
	font-size: 153.9%;
}
h4 {
	font-size: 138.5%;
}
h5 {
	font-size: 123.1%;
}
h6 {
	font-size: 108%;
}
p {
font-size: 93%;
line-height: 1.5;
text-align: justify;
text-justify: inter-ideograph;
}

/* ------------  テーブルの基本スタイル ------------ */
table {
font-size:inherit;
border-collapse: collapse;/* ---  セル同士をくっつける 逆は「separate」 --- */
}
.em {
font-style:normal;
}
.bold {
	font-weight: bold;
}

.text8 { font-size:61.6%; }
.text9 { font-size:69.3%; }
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

/* ------------  フォントのカラーのために ------------ */
.Red {
color:#FF0000;
}
.Blue {
color:#0000FF;
}
.Green {
color:#009900;
}
.Orange {
color:#FF6600;
}
.Purple {
color:#6633FF;
}


/* ------------  フォントの装飾のために ------------ */
.bold {
	font-weight: bold;
}

/* --------------------------- 寄せる設定 ------------ */
.clearfix:after {
 content: ".";  /* 新しい要素を作る */
 display: block;  /* ブロックレベル要素に */
 clear: both;
 height: 0;
 visibility: hidden;
}
.clearfix {
 min-height: 1px;
 zoom:1;
}
.FloatClear {
clear: both;
}
.FloatL {
	float: left;
}
.FloatR {
	float: right;
}
.AlignR {
	text-align: right;
}
.AlignL {
	text-align: left;
}
/* ----------  画像のフロートとリンクの設定 ------------ */
.ImgFloatLeft {
	float: left;
	margin-right: 10px;
}
.ImgFloatRight {
	float: right;
	margin-left: 10px;
}
img {
	border: 0px none #FFFFFF;
}
a img {
	border: 0px none #FFFFFF;
}
/* -----------------  ブロックの設定 ------------ */
.DisplayB {
	display: block;
}
.DisplayI {
	display: inline;
}
.DisplayIB {
	display: inline-block;
}

/* -----------------  リンクカラーの基本設定 ------------ */
a:link {
	color: #0000FF;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #FFFF00;
}

a{
	outline:none;
}
/* -----------------HTML5用------------ */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}