@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント -------------------- */

body {
	color: #333333 ;
	font-family:  sans-serif, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 1.6em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html body {
	font-size: 75%;
}
* html table {
	font-size: 100%;
	line-height: 1.5em;
}
*:first-child + html body {
	font-size: 75%;
}
/**/


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background: #FFFFFF url(../img/bg.jpg) repeat;
	behavior: expression(IEPNGFIX.fix(this));
}

img,table {
	border: none;
}

ol,ul {
	list-style: none;
}

address,em,cite {
	font-style: normal;
}


/* 基本テキストリンク -------------------- */

a {
	text-decoration: ;
}
a:link {
	color: #;
}
a:visited {
	color: #;
}
a:hover {
	color: #;
}
a:active {
	color: #;
}


/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

br.clr /* テスト用 */ {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#globalMenu {
	margin: 0 0 80px 0;
}

div#all {
	width: 984px;
	margin: 0px auto ;
	padding: 0 0 50px 0;
	text-align: left;
}


div#mainHeader {
	width: 984px;
	height:  7px;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../img/base_top.png) no-repeat left top;
	behavior: expression(IEPNGFIX.fix(this));
}
div#main {
	display: block;
	width: 984px;
	background: url(../img/base_body.png) repeat-y left top;
	behavior: expression(IEPNGFIX.fix(this));
	margin: 0px auto;
	text-align: left;
}
div#mainFooter {
	clear: both;
	width: 984px;
	height: 9px;
	
	background: url(../img/base_bottom.png) no-repeat left top;
	behavior: expression(IEPNGFIX.fix(this));
	margin: 0 0 3px 0;
}

div#copyright div.mt {
	float: left;
	margin: 0 2px 0 0;
	
}
div#copyright div.mt a{
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	width: 120px;
	height: 13px;
	background: url(../img/mt.png) no-repeat left top;
	behavior: expression(IEPNGFIX.fix(this));
}
div#copyright div.copy {
	float: left;
	display: block;
	width: 294px;
	height: 13px;
	
	background: url(../img/copyright.png) no-repeat left top;
	behavior: expression(IEPNGFIX.fix(this));
}


/* a arrow */
a{
	color: #709ECF;
	text-decoration: none;
}
a.arrow{
	padding: 0 8px 0 0;
	background: url(../img/arrow.png) no-repeat right;
}
a.arrow_left{
	padding: 0 0 0 8px;
	background: url(../img/arrow_left.png) no-repeat left;
}
a.home{
	padding: 0 0 0 12px;
	background: url(../img/icon_home.png) no-repeat left;
}

a.capsule{
	color: #FFFFFF;
	text-decoration: none;
}
div.capsuleCap1 {
	float: left;
	width: 8px;
	height: 18px;
	background-image: url(../img/cupsule_cap1.png);
}
div.capsuleBody {
	float: left;
	height: 18px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-size: 87.5%;
}
div.capsuleCap2 {
	float: left;
	width: 8px;
	height: 18px;
	background-image: url(../img/cupsule_cap2.png);
	margin: 0 5px 0 0;
}

div.textArea{
	padding: 20px 20px 10px 20px;
	width: 944px;
}
div.textArea .textBlock{
	margin: 0 0 20px 0;
}

