@charset "utf-8";
/*
========================================
========================================

2ndページ以降に共通するスタイル設定

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


/*table no-border
----------------------------------------
table{border:none; border-collapse:collapse; border-spacing:0px; empty-cells:show;}
th,td{border:none; padding:0px; margin:0px;}
*/
/*table border:1px
----------------------------------------
table{border:1px solid #cccccc; border-collapse:collapse; border-spacing:0px; empty-cells:show;}
th,td{border:1px solid #cccccc; padding:5px; margin:0px;}
*/


/*フォントサイズと行間など
----------------------------------------*/
h2{clear:both; font-size:120%; padding:0 0 10px 0;}
h3{clear:both; font-size:110%; padding:0 0 10px 0;}
.lead{line-height:1.5;}


/*ヘッダ
----------------------------------------*/
#header{height:44px;}
#header #logo{
	padding:10px 0;
	z-index:10;
}

/*ヘッダのナビ
----------------------------------------*/
#headNavi{
	position:absolute;
	top:15px;
	z-index:1;
}

/*パンくずリスト
----------------------------------------*/
#bread{
	padding:5px 0;
}
#bread a{font-size:80%;}

/*h1 大見出し
----------------------------------------*/
.figureBoxh1{height:104px; background:url(../img/bg_h1.jpg) no-repeat left top; margin-bottom:10px;}
.figureBoxh1 h1{font-size:120%; padding:40px;}

/*レイアウト
----------------------------------------*/
.section{clear:both; width:904px;}
/*1コラム*/
#column1{width:904px; background:#eee;}
/*2コラム　50:50*/
#column2-L-equal{width:447px; float:left; background:#eee;}
#column2-R-equal{width:447px; float:right; background:#eee;}
/*2コラム　70:30*/
#column2-L-7_3{width:630px; float:left; background:#eee;}
#column2-R-7_3{width:264px; float:right; background:#eee;}

/*3コラム*/
#column3-L-equal{width:294px; float:left; background:#eee;}
#column3-C-equal{width:294px; float:left; margin:0 11px; background:#eee;}
#column3-R-equal{width:294px; float:right; background:#eee;}

/*4コラム*/
#column4-L-equal{width:218px; float:left; background:#eee;}
#column4-CL-equal{width:218px; float:left; margin:0 5px 0 11px; background:#eee;}
#column4-CR-equal{width:218px; float:left; margin:0 11px 0 5px; background:#eee;}
#column4-R-equal{width:218px; float:right; background:#eee;}

/*5コラム*/
#column5-L-equal{width:172px; float:left; background:#eee;}
#column5-L2-equal{width:172px; float:left; margin:0 0 0 11px; background:#eee;}
#column5-C-equal{width:172px; float:left; margin:0 0 0 11px; background:#eee;}
#column5-R2-equal{width:172px; float:left; margin:0 0 0 11px;  background:#eee;}
#column5-R-equal{width:172px; float:right; background:#eee;}

/*このページの先頭へ
----------------------------------------*/
.ptop{clear:both; text-align:right; padding:10px;}
.ptop a:link,
.ptop a:visited,
.ptop a:hover,
.ptop a:active{background:url(../img/ico_ptop.gif) no-repeat right center; font-size:80%; padding:5px 10px 5px 0;}

/*table border:1px
----------------------------------------*/
table.normalTbl{border:1px solid #cccccc; border-collapse:collapse; border-spacing:0px; empty-cells:show;}
.normalTbl th{white-space:nowrap;}
.normalTbl th,
.normalTbl td{border:1px solid #cccccc; padding:5px; margin:0px; line-height:1.3;}