@charset "Shift_JIS";

/* ------------ スタイルの初期化 -全称セレクタ（*） ------------ */
*{
 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';
}

/* ------------ CSSハック　IE7とモダンブラウザに適用 ------------ */
html>/**/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;
}

.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;
}

/* ------------  フロート解除のために ------------ */
.FloatR {
	float: right;
}

.clearfix:after {
 content: ".";  /* 新しい要素を作る */
 display: block;  /* ブロックレベル要素に */
 clear: both;
 height: 0;
 visibility: hidden;
}
.clearfix {
 min-height: 1px;
zoom:1;
}
.FloatClear {
	clear: both;
	margin: 0px;
	line-height: 0px;
}

.ImgFloatLeft {
	float: left;
	margin-right: 10px;
}
.ImgFloatRight {
	float: right;
	margin-left: 10px;
}
img {
	border: 0px none #FFFFFF;
}
a img {
	border: 0px none #FFFFFF;
}

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

/* ------------  インデントの設定 ------------ */
.TextIndent {
	text-indent: -1em;
	margin-left: 1em;
}

#address {
	float: right;
}
address {
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	line-height: 100%;
	margin: 0px 10px 5px 0px;
	padding: 0px;
}
#bnr {
	float: left;
	width: auto;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
}
#bnr .img{
	float: left;
	margin-left: 6px;
}

.headerArea_contact {
position: fixed;
right: 0;
top: 240px;
z-index: 1000;
text-decoration: none;
}

.headerArea_contact_text {
text-align: center;
position: relative;
top: 40px;
}

.headerArea_contact_text img {
width: 100px;
padding-left: 6px;
}
