@charset "utf-8";
	
/* 
*
*　必要ないコメントは削除して結構です。
*　また、私のライセンス等を記述する必要はありません。
*
*	Reset and Base Style Sheet
*	Last Update 2007-05-04
*
*	1-1.Yahoo UI Library Fonts CSS
*	1-2.Universal selector
*	1-3.Structure Module
*	1-4.Text Module
*	1-5.Hypertext Module
*	1-6.List Module
*	1-7.Edit Module
*	1-8.Forms Module
*	1-9.Tables Module
*	1-10.Image Module
*	1-11.Object Module
*
*/

/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

body {
	font-size: 13px;
	*font-size: small; /* IE 7向け */
	*font: x-small; /* IE向け */
}

table {
	font-size: inherit;
	font-size: 100%;
}

select,
input,
textarea {
	font-size: 99%;
}

/*======================================

	1-2.Universal selector

=======================================*/

* {
	line-height: 1.6;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

/*======================================

	1-3.Structure Module

=======================================*/

body {
	color: #666666;
	font-family: Verdana,Arial,Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin: 0px;
	padding: 0px;
}


/*======================================

	1-9.Tables Module

=======================================*/

/*--------------------------------------
	default table
---------------------------------------*/

table {
	width: 98%;
	border-collapse:collapse;
	padding-top: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

table {/*ie6 カラム落ち・カラム間スペース無くなる対策*/
  _margin-right : -3px ;
  _position     : relative ;
  _left         : -3px ;
}

caption {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	}


table,
tr,
th,
td {
	border: 1px solid #CCCCCC;
	text-align: left;
	line-height: 1.4;
}

th,
td {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
}

th {
	color: #333333;
	background-color: #F7F7F7;
	vertical-align: top;/* 文字縦位置 */
}

table table	{
width: 100%
margin-bottom:0px;
}

table table td {
padding:0px;
}

.td-lett-r10 {
	padding-right:9px;
}


/*--------------------------------------
	Table-style-b
---------------------------------------*/

.table_style_b {
	width: 98%; /* テーブルの横幅 */
	border-collapse: collapse; /* 枠線の表示方法 */
	border:  none; /* テーブル全体の枠線（太さ・色・スタイル） */
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.table_style_b table, 
.table_style_b tr, 
.table_style_b th, 
.table_style_b td {
	border:  none;/* defultテーブルの枠線削除 */
}

.table_style_b caption {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	}

.table_style_b th,
.table_style_b td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	padding-left: 14px;
	text-align: left;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.table_style_b th {
	color: #666666;
	background-color: #FFFFFF;
}

.table_style_b table	{
	width: 100%;
	margin-bottom: 0px;
}

.table_style_b table th,
.table_style_b table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

/*--------------------------------------
	class table_no_bor テーブル枠なし
---------------------------------------*/

.table_no_bor {
	width: 98%; /* テーブルの横幅 */
	border-collapse: collapse; /* 枠線の表示方法 */
	border:  none; /* テーブル全体の枠線（太さ・色・スタイル） */
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.table_no_bor table, 
.table_no_bor tr, 
.table_no_bor th, 
.table_no_bor td {
	border:  none;/* defultテーブルの枠線削除 */
}

.table_no_bor caption {
	font-size: 100%;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	}

.table_no_bor th,
.table_no_bor td {
	text-align: left;
	padding: 0em;
	margin: 0px;
}

.table_no_bor img {
border:none;
}

.table_no_bor th {
	background-color: #FFFFFF;/* thバックカラー */
}

table .table_no_bor {
	margin-bottom: 0px;
}

/*--------------------------------------
	テーブル　内容物-センターレイアウト
---------------------------------------*/

/* テキストセンター */
.table_td_center {
	text-align: center;
}
.table_td_center th,
.table_td_center td {
	text-align: center;
	vertical-align: middle;	text-align: center;
	vertical-align: middle;/* 文字縦位置 */
}

/* テキストセンター */
.table_th_center {
	text-align: center;
}
.table_th_center th {
	text-align: center;
	vertical-align: middle;	text-align: center;
	vertical-align: middle;/* 文字縦位置 */
}

/* 画像センター */
.table_td_center img{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
/*======================================

	1-10.Image Module

=======================================*/

img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a img {

}

a:hover img {

}

/*======================================

	1-11.Object Module

=======================================*/

object,
embed {
	margin: 1em 20px;
}

/*======================================

	1-12.clearfix

=======================================*/

/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
	display:block;
	clear: both;
}
/* End hide from IE-mac */

.clearfix{
	clear: both;
}

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

/*======================================

	2-6.汎用クラス
	
=======================================*/

.img-right {
	float:right;
	margin-left: 10px;
	margin-top: 0.4em;
	margin-bottom: 1.5em;
}

.img-left {
	float:left;
	margin-right: 12px;
	margin-top: 0.4em;
	margin-bottom: 1em;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 1.5em;
    display: block;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.pm0 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.pm0 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.pm0 {
	margin: 0em;
	padding: 0em;
}

.blue-b {
	color: #0066CC;
	font-weight: bold;
	}

.red-b {
	color: #D20000;
	font-weight: bold;
	}
	
.red {
	color: #D20000;
	}
	
.lite_blak{
	color: #888888;
}
	
.bold {
font-weight: bold;
}

.txt_10px{
	font-size: 77%;
	line-height: 1.3;
}
.margin-bottom10 {
margin-bottom:10px;
}

.margin-bottom20 {
margin-bottom:20px;
}

.margin-bottom30 {
margin-bottom:30px;
}

