/* ============ 目次 ============
   最新更新日:2006/09/19

   1:基本レイアウト
   2:リンク

　 3:ヘッダー
     3-1:ヘッダ/テーブル
     3-2:ヘッダ/ナビゲーション
   
   4:コンテンツ
     4-1:コンテンツ/右サイドナビゲーション　
     4-2:コンテンツ/タイトル
	 4-3:コンテンツ/トップページ
	 4-4:コンテンツ/リンク
	 
   5:戻る・次へボタン
   6:ニュース
   7:フッタ

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


/* ====== 1.基本レイアウト ======*/

body {
    margin: 0px auto;
    padding: 0px;
    background-color: #2F2D2D;
    letter-spacing: 0.2em;
	font-size: 12px;
	color: #FFF;

}

.clear {
    clear: both;
    font: 0px/0px sans-serif ;
}

#Layout {
    margin: 0 auto;
    width: 822px;
    background-image : url(images/ggg_bg.jpg) ;

}

img {
    border:none;
}


/* ====== 2.リンク ======*/

a { color: #FFF; text-decoration: none; }
a:link { color: #FFF; text-decoration: underline; }
a:visited { color: #999999; text-decoration: none; }
a:active { color: #FF3300; text-decoration: none; }
a:hover { color:#FF3300; text-decoration: none; 

}

/* ====== 3:ヘッダー ======*/

#head {
    margin: 0 auto;
    width: 782px;
}

/* ====== 3-1:ヘッダ/テーブル ======*/

#head #Compare table {
    width: 782px;
    height: 92px;
    table-layout: fixed;
    border-collapse : collapse ;
    border-width : 0 0 0 0 ;
}
#head #Compare .tr_01 {
	width:456px;
	background-image : url(images/ggg_bg.jpg) ;
}

#head #Compare .td_01 {
	width:325px;
    height: 92px;			
}

#head #Compare .td_02 {
	width:456px;
    height: 48px;			
}

#head #Compare .td_03 {
	width: 107px;
    height: 44px;			

}
#head #Compare .td_04 {
	width: 107px;
    height: 44px;			

}
#head #Compare .td_05 {
	width: 107px;
    height: 44px;			

}
#head #Compare .td_06 {
	width: 107px;
    height: 44px;			

}
#head #Compare .td_07 {
	width: 28px;
    height: 44px;			

}

/* ====== 3-2:ヘッダ/ナビゲーション ======*/


#head .headnavi_skh  {
    display: block;
	background: url(images/head_navi_skh_plt.gif) top left no-repeat;
    width: 107px;
	height: 44px;
}	

html>body #head .headnavi_skh a {
    width: 107px;
	height: 44px;
	
}	
#head .headnavi_skh a {
    display: block;
	background: url(images/head_navi_skh_plt.gif) top left no-repeat;

}
#head .headnavi_skh a:hover {
	background-position: 0 -44px;
}

#head .headnavi_skh a:active {
	background-position: 0 -44px;

}
#head .headnavi_skh a span{
	visibility:hidden;
}

#head .headnavi_mbm  {
    display: block;
	background: url(images/head_navi_mbm_plt.gif) top left no-repeat;
    width: 107px;
	height: 44px;
}	

html>body #head .headnavi_mbm a {
    width: 107px;
	height: 44px;
	
}	
#head .headnavi_mbm a {
    display: block;
	background: url(images/head_navi_mbm_plt.gif) top left no-repeat;

}
#head .headnavi_mbm a:hover {
	background-position: 0 -44px;
}

#head .headnavi_mbm a:active {
	background-position: 0 -44px;

}
#head .headnavi_mbm a span{
	visibility:hidden;
}

#head .headnavi_cs  {
    display: block;
	background: url(images/headnavi_cs_plt.gif) top left no-repeat;
    width: 107px;
	height: 44px;
}	

html>body #head .headnavi_cs a {
    width: 107px;
	height: 44px;
	
}	
#head .headnavi_cs a {
    display: block;
	background: url(images/headnavi_cs_plt.gif) top left no-repeat;

}
#head .headnavi_cs a:hover {
	background-position: 0 -44px;
}

#head .headnavi_cs a:active {
	background-position: 0 -44px;

}
#head .headnavi_cs a span{
	visibility:hidden;
}

#head .headnavi_db  {
    display: block;
	background: url(images/headnavi_db_plt.gif) top left no-repeat;
    width: 107px;
	height: 44px;
}	

html>body #head .headnavi_db a {
    width: 107px;
	height: 44px;
	
}	
#head .headnavi_db a {
    display: block;
	background: url(images/headnavi_db_plt.gif) top left no-repeat;

}
#head .headnavi_db a:hover {
	background-position: 0 -44px;
}

#head .headnavi_db a:active {
	background-position: 0 -44px;

}
#head .headnavi_db a span{
	visibility:hidden;
}

/* ====== 4.コンテンツ ======*/

#contents  {
    margin: 0 auto;
    width: 730px;
}	
#contents #title {
    margin: 0 auto;
    height: 175px;
}
 

#contents #left {
    float: left;
    width: 490px;
    margin:0px 0px 30px 10px;
    font-size: 12px;
    color: #FFF;
    line-height: 200%;
    text-align: left;
	
}

#contents #right {
    float: right;
    width: 180px;
    margin-right: 0px;
    font-size: 12px;
	 color: #FFF;
    line-height: 200%;
    text-align: left;
}

#contents h2 {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    border-bottom: 2px solid #737373;
}

h3 {
    padding-bottom: 8px;
    border-bottom: 2px solid #FF3300;
    margin-top: 15px;

}
h4 {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background: url(images/h4_bg.gif) top left no-repeat ;
    padding-left: 15px;
    border-bottom: 1px dotted #FFF;
}
h5 {
    margin: 0px;
    text-align: left;

}
h5 {
    text-align: left;
    margin-top: 15px;
}

ul,li{
	padding: 0px;
	margin: 0px;
}
ul{
	margin-bottom: 20px;
}
li {
	list-style-type: none;
	background-image: url(images/list_mark.gif);
	text-indent: 1.6em;
	background-repeat: no-repeat;
	line-height: 1.7em;

}

.pict {
    float:left; 
}

.pict_r {
    float:right; 
}

#go_top {
    width: 80px;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}	
  
b {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    padding-left: 15px;
    background: url(images/b_bg.gif) top left no-repeat ;
}

/* ====== 4-1:コンテンツ/右ナビゲーション ======*/
#contents div.navi  {
    display: block;
	background: url(images/right_navi.gif) top left no-repeat;
    width: 180px;
	height: 28px;
    margin-bottom:10px;
}

html>body #contents a {
    width: 180px;
	height: 28px;
	
}

#contents div.navi a {
    display: block;
	background: url(images/right_navi.gif) top left no-repeat;

}
#contents div.navi a:hover {
	background-position: 0 -28px;
}

#contents div.navi a:active {
	background-position: 0 -28px;

}
#contents div.navi a span{
	visibility:hidden;
}

/* ====== 4-2.コンテンツ/タイトル ======*/
#contents #title table {
    margin: 0 auto;
    width: 730px;
    height: 175px;
    table-layout: fixed;
    border-collapse : collapse ;
    border-width : 0 0 0 0 ;
	
}

#contents #title.td_01 {
	width:550px;
	height: 61px;

}
#contents #title .td_02 {
	width:550px;
	height: 114px;
    text-align:left;
	vertical-align:top;
}
#contents #title .td_03 {
	width:180px;
	height: 175px;
    text-align:left;
	vertical-align:top;
}

/* ====== 4-3:コンテンツ/トップページ ======*/
#top_page {
    margin: 0 auto;
	width:782px;
	
}
/* ====== 4-4:コンテンツ/リンク ======*/
#contents # links {
    display: block;
    float: left;
	width: 300px;

}


/* ====== 5.戻る・次へボタン ======*/

#contents #next table {
    width: 490px;
    margin: 30px 0px 0px 0px;
    table-layout: fixed;
    border-collapse : collapse ;
    border-width : 0 0 0 0 ;
	border-top: 2px solid #494949;
	
}

#contents #next.td_01 {
	width:245px;
	padding-top: 15px;
    text-align:left;			

}
#contents #next .td_02 {
	width:245px;
	padding-top: 15px;
    text-align:right;
}

/* ====== 6.ニュース ======*/
#news {
    margin: 0 auto;
	width:780px;
	padding-bottom: 20px;
}
#news #news_left {
    float: left;
    width: 483px;
	height: 235px;
	background: url(images/news_bg.gif) top left no-repeat;

}

#news #news_right {
    float: right;
    width: 291px;
	height: 235px;
}

#news #news_list {
    width: 430px;
	height: 125px;
	margin-left:55px;
	margin-top: 82px ;
    text-align: left;



}
/* ====== 7.フッタ ======*/

#copyright {
    margin: 0 auto;
    width: 730px;
    height: 35px;
    font-size: 10px;
    color: #666;
    margin-top:20px;
	padding-left: 10px;
    padding-top: 10px;
    border-top: 2px solid #333333;


}
