
/* common 
------------------------------------ */
body {
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#333333;
	line-height:1.5;
	font-size:12px;
	background:#f2f2f2 url(../images/bodyBg.gif) left top repeat-x;
}

* { margin:0px; padding:0px; }

ol, ul { list-style-type:none; }

hr { display:none; }

img { border:none; }

/* リンク設定 */
a { /*\*/ overflow:hidden; /*\*/ }
a:link { color: #0a2e84; text-decoration: underline;}
a:active { color: #0a2e84; text-decoration: underline;}
a:visited { color: #0a2e84; text-decoration: underline;}
a:hover { color: #0a2e84; text-decoration: none;}

div.clear {
	width:100%;
	height:0px;
	margin:0;
	padding:0;
	line-height:0;
	font-size:0px;
	text-indent:-9999px;
	clear:both;
	overflow:hidden;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.maB2{ margin:0 0 2px 0; }
.maB5{ margin:0 0 5px 0; }
.maB6{ margin:0 0 6px 0; }
.maB10{ margin:0 0 10px 0; }
.maB12{ margin:0 0 12px 0; }
.maB15{ margin:0 0 15px 0; }
.maB19{ margin:0 0 19px 0; }
.maB20{ margin:0 0 20px 0; }
.maT5{ margin:5px 0 0 0; }
.maT10{ margin:10px 0 0 0; }
.maT10B5{ margin:10px 0 5px 0; }
.maT15R10B10{ margin:15px 10px 10px 0; }
.maTB10{ margin:10px 0; }
.maR10{ margin:0 10px 0 0; }
.maR12{ margin:0 12px 0 0; }
.maL10{ margin:0 0 0 10px; }
.maRL20{ margin:0 20px; }

.paR10{ padding:0 10px 0 0; }
.paL10{ padding:0 0 0 10px; }

.floatL{ float:left; }
.floatR{ float:right; }

.alignC{ text-align:center; }
.alignL{ text-align:left; }
.alignR{ text-align:right; }

.red{ color:#ff0000; }
.blue{ color:#0a2e84; }
.orange{ color:#ff6600; }

.bold{ font-weight:bold; }
.txt10{ font-size:90%; }



/* container 
------------------------------------ */
#container {
	width:750px;
	margin:4px auto 0 auto;
	padding:0;
	background:#ffffff;
	overflow:hidden;
}


/* contents 
------------------------------------ */
#contents {
	width:750px;
	margin:0 auto 20px auto;
	padding:0;
	float:none;
	background:url(../images/contents_bg.gif) left top repeat-y;
}
#contents .contents_bgB {
	height:100%;
	padding:0 0 3px 0;
	overflow:hidden;
	background:url(../images/contents_bgB.gif) left bottom no-repeat;
}


/* left */
#contents .contentsLeft{
	width:243px;
	padding:0 0 1px 0;
	text-align:left;
	float:left;
}
#flash_area{
	width:243px;
	height:690px; 
}
#contents .contentsLeft .linkBtn{
	width:243px;
	margin:0 auto;
	text-align:center;
}
ul#socialbtn{
	width:200px;
	margin:10px auto 0 auto;
	overflow:hidden;
}
ul#socialbtn li{
	width:100px;
	height:30px;
	margin:0;
	padding:0;
	text-align:center;
	float:left;
}
#contact{
	width:243px;
	margin:0 auto 10px auto;
	text-align:center;
}


/* right */
#contents .contentsRight{
	width:490px;
	padding:0 0 6px 0;
	text-align:left;
	float:left;
}
#contents .contentsRight h2{
	width:490px;
	margin:0 0 15px 0;
}


/* navi 
------------------------------------ */
ul#navi{
	width:490px;
	height:68px;
	margin:0;
	padding:0 0 5px 0;
	overflow:hidden;
	background:#ffffff;
}
ul#navi li{
	width:auto;
	float:left;
}

/* banner 
------------------------------------ */
#banner{
	width:490px;
	margin:0;
	padding:0 0 5px 0;
	text-align:center;
	background:#fff;
}

/* main 
------------------------------------ */
#main{
	width:484px;
	margin:0;
	padding:3px 3px 0 0;
	background:url(../images/contentsR_bg.gif) left top no-repeat;
}

/* pagetopArea 
------------------------------------ */
.pagetopArea{
	padding:0 23px 10px 0;
	text-align:right;
}
/* pagetopArea01
------------------------------------ */
.pagetopArea01{
	padding:0 10px 10px 0;
	text-align:right;
}


/* footer 
------------------------------------ */
#footer{
	width:750px;
	margin:0 auto;
	padding:5px 0 5px 0;
	text-align:center;
	background:#0a2e84;
}

/* popup 
------------------------------------ */
#popup{
	padding:23px 0 0 0;
	background: url(../images/popup_bgTop.gif) left top repeat-x #fff;
}
#popup img{
	margin:0 0 20px 0;
}

