@charset "utf-8";

/* ===================================================================
CSS information

 file name  :module.css
 style info :共通の汎用スタイル
=================================================================== */

/* CLEARFIX
========================================================== */
.clearfix{
  zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
  content:".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
* html .clearfix{
  display: inline-table;
  /*\*/display: block;/**/
}

/* h1-6
========================================================== */

/*コーポレートロゴ*/
h1 {
}

/*コンテンツヘッダー見出し*/
h2 {
	width: 970px;
	margin: 0 auto;
	padding: 10px 0;
}

/*黒帯news見出し*/
h3 {
}

/*左ボーダー青見出し*/
h4 {
	border-left: 7px solid #006BBA;
	font-size: 154%;
	margin: 5px 0 10px;
	padding: 0 0 0 10px;
}

/*背景水色見出し*/
h5 {
	background: none repeat scroll 0 0 #D2EBFC;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
}

/*各項目画像見出し*/
h6 {
}

/* LINK
========================================================== */
a {border: none;}
a:link    { color: #0071be; text-decoration: underline; }
a:visited { color: #0071be; text-decoration: underline; }
a:hover   { color: #0071be; text-decoration: none; }
a:active  { color: #0071be; text-decoration: none; }

a.arrow {
	background: url(../images/shared/icon_arrow.gif) no-repeat 0 3px;
	padding-left: 10px;
}

a.linker         { color: #5f5f5f; text-decoration: none;}
a.linker:link    { color: #5f5f5f; text-decoration: none;}
a.linker:visited { color: #5f5f5f; text-decoration: none;}
a.linker:hover   { color: #5f5f5f; text-decoration: none;}
a.linker:active  { color: #5f5f5f; text-decoration: none;}


/* BLOCK
========================================================== */
.block {display: block;}
.none  {display: none;}


/* FLOAT
========================================================== */
.floatLeft  {float: left;}
.floatRight {float: right;}
.clearLeft  {clear: left;}
.clearRight {clear: right;}
.clearBoth  {clear: both;}


/* TEXT SIZE
========================================================== */
.zero {font-size: 0;} /*minimum*/
.xxsmall {font-size: 50%;} /*minimum*/
.xsmall {font-size: 65%;} /*9px*/
.small  {font-size: 85%; font-weight: normal;} /*11px*/
.middle {font-size: 100%;} /*13px*/
.large  {font-size: 120%;} /*16px*/
.xlarge {font-size: 150%;} /*20px*/
.xxlarge {font-size: 180%;} /*24px*/


/* TEXT ALIGN
========================================================== */
.left   {text-align: left;}
.right  {text-align: right;}
.center {text-align: center;}


/* TEXT LAYOUT
========================================================== */
.bold {font-weight: bold;}


/* COLOR
========================================================== */
.red    {color: #f30000;}
.orange {color: #ff4800;}
.blue   {color: #006bba;}


/* BACKGROUNDCOLOR
========================================================== */
.bg_blue {background: #b5e1fb;}


/* MARGIN
========================================================== */
.mT5  {margin-top: 5px;}
.mR5  {margin-right: 5px;}
.mB5  {margin-bottom: 5px;}
.mT10 {margin-top: 10px;}
.mR10 {margin-right: 10px;}
.mB10 {margin-bottom: 10px;}
.mL10 {margin-left: 10px;}
.mL15 {margin-left: 15px;}
.mT20 {margin-top: 20px;}
.mB20 {margin-bottom: 20px;}


/* BUTTON
========================================================== */

/* オレンジS */
.btn_orangeS a {
	background: url(../images/shared/btn_orangeS.gif) no-repeat 0 0;
	display: block;
	width: 170px;
	height: 23px;
	color: #fff;
	text-align: center;
	font-size: 110%;
	text-decoration: none;
	padding: 6px 0;
}
.btn_orangeS a:hover {background: url(../images/shared/btn_orangeS.gif) no-repeat 0 -35px;}
.btn_orangeS a.on    {background: url(../images/shared/btn_orangeS.gif) no-repeat 0 -35px;}


/* オレンジM */
.btn_orangeM a {
	background: url(../images/shared/btn_orangeM.gif) no-repeat 0 0;
	display: block;
	width: 225px;
	height: 23px;
	color: #fff;
	text-align: center;
	font-size: 110%;
	text-decoration: none;
	padding: 16px 0;
}

.btn_orangeM a:hover {background: url(../images/shared/btn_orangeM.gif) no-repeat 0 -55px;}
.btn_orangeM a.on    {background: url(../images/shared/btn_orangeM.gif) no-repeat 0 -55px;}

/* オレンジL */
.btn_orangeL a {
	background: url(../images/shared/btn_orangeL.gif) no-repeat 0 0;
	display: block;
	width: 240px;
	height: 33px;
	color: #fff;
	text-align: center;
	font-size: 154%;
	text-decoration: none;
	padding: 11px 0;
}

.btn_orangeL a:hover {background: url(../images/shared/btn_orangeL.gif) no-repeat 0 -55px;}
.btn_orangeL a.on    {background: url(../images/shared/btn_orangeL.gif) no-repeat 0 -55px;}

/* ホワイトS */
.btn_whiteS a {
	background: url(../images/shared/btn_whiteS.png) no-repeat 0 0;
	display: block;
	width: 195px;
	height: 20px;
	color: #303030;
	text-align: center;
	text-decoration: none;
	padding: 5px 0;
}

.btn_whiteS a:hover {background: url(../images/shared/btn_whiteS.png) no-repeat 0 -30px; color: #fff;}
.btn_whiteS a.on    {background: url(../images/shared/btn_whiteS.png) no-repeat 0 -30px; color: #fff;}


/* ホワイトSS - 文字が長いため、文字サイズを小さくした場合 */
.btn_whiteSS a {
	background: url(../images/shared/btn_whiteS.png) no-repeat 0 0;
	display: block;
	width: 195px;
	height: 14px;
	color: #303030;
	text-align: center;
	text-decoration: none;
	padding: 8px 0;
	font-size: 90%;
}

.btn_whiteSS a:hover {background: url(../images/shared/btn_whiteS.png) no-repeat 0 -30px; color: #fff;}
.btn_whiteSS a.on    {background: url(../images/shared/btn_whiteS.png) no-repeat 0 -30px; color: #fff;}

/* TABLE
========================================================== */
table#basic {
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	width: 100%;
}

	table#basic th {
		background: #DEF3FF;
		border-bottom: 1px solid #aaa;
		border-left: 1px solid #aaa;
		font-weight: bold;
		padding: 10px 15px;
		vertical-align: top;
	}
	
	table#basic td {
		border-bottom: 1px solid #aaa;
		border-left: 1px solid #aaa;
		padding: 5px;
	}