* 基本レイアウト
------------------------------------------------------ */
html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し
------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
}


/* リンク色（ページ全体）
------------------------------------------------------ */
a { color: #ff7700; text-decoration: underline; }
a:hover { color: #0000ff; }

#header a { color: #fff; text-decoration: none; }
#header a:hover { color: #fff; }


/* ページレイアウト
------------------------------------------------------ */
body {
	min-width: 1100px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 0.8em;
	color: #333;
	background: url(img/bg.gif) repeat-x #fff;
	line-height: 1.5;
	font-family: "ＭＳ Ｐゴシック";
	position: relative;
}


/* ヘッダー（レイアウト）
------------------------------------------------------ */
#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 100px;
	text-align: left;
}


/* ナビゲーション
------------------------------------------------------ */

#navi
{
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    height: 65px;
    background: url(img2/navi.gif) no-repeat;
}

#navi ul
{
    width: 1000px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#navi li
{
    margin: 5px 0 0;
    padding: 0;
    float: left;
    list-style: none;
}

#navi li a span
{

}

#navi li a {
    margin: 0;
    padding: 0;
    display: block;
    width: 200px;
    height: 65px;
    line-height: 55px;
    color: #c9bf00;
    text-decoration: none;
}

#navi a:hover { color: #ccc;}

#navi #index .index
{
    background: url(img/navi2.gif) no-repeat -50px;
}
#navi #cat1 .cat1
 {
    background: url(img/navi2.gif) no-repeat -131px;
}
#navi #cat2 .cat2
 {
    background: url(img/navi2.gif) no-repeat -259px;
}
#navi #cat3 .cat3
 {
    background: url(img/navi2.gif) no-repeat -387px;
}
#navi #cat4 .cat4
 {
    background: url(img/navi2.gif) no-repeat -515px;
}
#navi #cat5 .cat5
 {
    background: url(img/navi2.gif) no-repeat -643px;
}


/* ヘッダー（サイトタイトル）
------------------------------------------------------ */
#header h1 a {
	display: block;
	margin: 0;
	font-size: 24px;
	width: 250px;
	height: 78px;
	position:absolute; top: 15px; left: 0px;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
	color: #666;
	padding: 0 0 0 80px;
	background: url(img2/logo.gif) no-repeat left top;
}

#header h1 span {
	display: none;
}

#ss {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.25;
	position:absolute; top:5px; left: 10px;
	color: #666;
}

#banner {
	position: relative;
	margin: 0;
	padding: 0;
	width: 550px;
	height: 200px;
	background: #f5f5f5 ;
}

#banner div {
	position: relative;
	margin: 0;
	padding: 20px 5px 10px 160px;
	_padding: 30px 10px 10px 160px;
	width: 390px;
	_width: 550px;
	height: 170px;
	_height: 200px;
	background: url(img/banner.jpg) ;
}

#header h2 {
	width: 380px;
	color: #333;
	margin-bottom: 10px;
	font-size: 16px;
	position:absolute; top: 25px; left: 280px;
}

#header p {
	margin: 0 ;
	padding: 0;
	width: 380px;
	font-size: 12px;
	line-height: 1.25;
	font-weight: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
	color: #333;
	text-align: left;
	letter-spacing: 0;
	background: none ;
	position:absolute; top: 50px; left: 280px;
}


/* メインコンテンツ全体 基本レイアウト
------------------------------------------------------ */
#container {
	position: relative;
	width: 1000px;
	_width: 1100px;
	margin: 0 auto;
	padding: 0 50px;
	text-align: center;
	background: url(img/bbg.gif) #fff;
}

#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* メインコンテンツ基本レイアウト（記事部分）
------------------------------------------------------ */
#index #main {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 715px;
	margin: -30px 15px 0 0;
	padding: 0;
}

#main {
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 715px;
	margin: 0 15px 0 0;
	padding: 0;
}

#main:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* メインコンテンツ基本レイアウト（サイドメニュー）
------------------------------------------------------ */
#side { 
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	text-align: left;
	width: 240px;
	padding: 0;
	margin:0 0 0 15px;
}
#side .sidernk{
 clear:both;
 border-top: 1px solid #cacaca;
 border-left: 1px solid #cacaca;
 border-right: 1px solid #cacaca;
}
#side .sidernk .rbox{
 margin:0 0 10px 0;
 padding: 0 0 10px 0;
 clear:both;
 border-bottom:1px dotted #cacaca;
}
#side .sidernk div p{
 width:170px;
 float:right;
 margin:0;
}
/* 記事部分見出し
------------------------------------------------------ */
.header {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
        height: 35px;
	margin: 25px 0 0;
	line-height: 30px;
	padding: 0 5px 0 15px;
	font-size: 1.5em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	color: #222;
	background: url(img2/hd.gif) no-repeat;
}

.header1 {
	/* ie win (5, 5.5, 6) bugfix */
	margin: 0;
	padding: 5px 0 5px 20px;
	height: 60px;
	line-height: 60px;
	font-size: 1.4em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	border-left: 5px solid #ffcc00;
	letter-spacing: 0.1em;
}

.header1.best1 {
	background: url(img/best1.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best2 {
	background: url(img/best2.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best3 {
	background: url(img/best3.gif) no-repeat left;
	padding: 10px 0 0 70px;
	border-left: none;
}
.header1.best4 {
	background: url(img/best4.gif) no-repeat left;
	padding: 5px 0 5px 70px;
	border-left: none;
}
.header1.best5 {
	background: url(img/best5.gif) no-repeat left;
	padding: 5px 0 5px 70px;
	border-left: none;
}

.header2 {
	/* ie win (5, 5.5, 6) bugfix */
	width: auto;
	_width: 100%;
	margin: 10px 0 5px;
	line-height: 1.25;
	padding: 10px 10px;
	font-size: 1.5em;
	font-weight: normal; 
	font-family: "HGP創英角ｺﾞｼｯｸUB","ヒラギノ角ゴ8","ヒラギノ角ゴ Pro W7";
	text-align: left;
	clear: both;
	border: 1px solid #ccc;
	color: #000;
}

.header a, .header2 a  { text-decoration: none; }


p { margin: 15px 0; padding: 0; }

.entry {
 line-height: 1.5;
 margin: 10px;
 padding-bottom: 10px; 
 border-bottom: 1px dotted #dcdcdc;
}

.entry1 {
 _width: 100%;
 margin: 5px 0 20px 0;
 background: #fff;
 padding: 5px;
}

.entry1 .img {margin: 10px 20px 15px 10px; border: 1px solid #ccc;}

.content {
 line-height: 1.5;
 margin: 5px 0;
 padding:  0 0  5px 5px; 
 border-bottom: 1px dotted #dcdcdc;
 font-size: 0.9em;
}

.entry1 p.more {
 text-align: right;
 background: url(img/more.gif) no-repeat right;
 line-height: 30px;
 padding-right: 35px;
 margin: 0 0px 5px 0 ;
 }


/* フッター
------------------------------------------------------ */
#footer {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 200px;
	text-align: center;
	font-size: 0.9em;
	clear: both;
	background: url(img/fbg.gif) top repeat-x #ccc;
}


#footer p { margin: 0; padding: 0; }

.copy { 
	width: 820px;
	margin: 0 auto;
	padding: 30px 0 0;
	color: #666;
	font-size: 0.9em;
}

.f-navi {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
	background: url(img/foot.gif) top no-repeat;
}

/* サイドメニュー内部
------------------------------------------------------ */
#side ul {
	margin: 0;
	padding: 0;
	list-style: none;
         clear:both;
}

#side li {
	width: 240px; 
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	text-decoration: none;
	color: #666;
}

#side li a {
	width: auto; 
	_width: 100%; 
	font-size: 0.9em;
	padding: 10px 3px 10px 30px;
	color: #000;
	display: block;
	line-height: 1.5;
	margin: 0;
	text-decoration: none;
	background: url(img2/li.gif)  #f8f8f8;
}

#side li a:hover {
	text-decoration: underline;
}

#side li.sidetitle {
	width: auto;
	height: 47px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	line-height: 50px;
        font-weight: bold;
        color: #333;
	display: block; 
	background: url(img2/sidetitle.gif) no-repeat;
	border-left: none;
	text-indent: 20px;
}

.sidebottom{
 height: 24px;
 background: url(img2/sideb.gif) no-repeat top;
}
/* コンテンツ装飾
------------------------------------------------------ */
.box {
	position: relative;
	width: auto;
	_width: 100%;
	line-height: 1.5;
	margin: 15px 10px;
	padding: 0;
	font-size: 0.9em;
	border: 1px solid #ccc;
	background: url(img/boxbg.gif) no-repeat right bottom #f8f8f8;
}

#main .box p {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 3px 0 3px 5px;
	background: #dcdcdc;
}

.box ul {
	margin: 10px 0 10px 25px;
	padding: 0;
	line-height: 1.5;
}

.click a {
	position:absolute; bottom: 5px; right: 5px;
	min-height: 30px;
	_height: 30px;
	margin: 0;
	padding: 0 25px 0 0;
	background: url(img/go.gif) no-repeat right top;
}

.click a:hover {
	background: url(img/goh.gif) no-repeat right top;
}


.gotop {
	height: 18px;
	text-align: right;
	margin: 15px;
	padding: 0 20px 0 0;
	background: url(img/gotop.gif) no-repeat right;
	clear: both;
}

.adr {
	margin: 0;
	padding: 0;
	width: 500px;
	min-height: 500px;
}

#side p {
	margin: 10px 0;
	padding: 0;
}

.center { text-align: center; }

.img { margin: 0px; float: left; }
.imgr { margin: 0 10px 10px; float: right; }
.imgt { margin: 5px 5px 10px 10px; float: left; }
img { border: none; }
table { font-size: 0.8em; margin: 0; background: #ccc;}
td { background: #fff;}

form {
	width: auto;
	_width: 100%;
	margin: 10px 0 ;
	padding: 10px;
	font-size: 0.9em;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background: #f8f8f8;
	clear: both;
	text-align: center;
}


/* テキスト装飾
------------------------------------------------------ */
.b {
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal; 
	font-size: 1.2em;
}
.br {
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal; 
	font-size: 1.2em;
	color: #cc0000;
}

.bb {
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal; 
	font-size: 1.4em;
}

.red { color: #cc0000; } /* 赤 */ 
.blue { color: #003399; } /* 青 */ 
.green { color: #339900; } /* 緑 */ 
.orange { color: #ff9900; } /* オレンジ */ 
.line { background: #ffff00; }
.kome { font-size: 12px; color: #cc0000; line-height: 1.25;}
.s { font-size: 12px; color: #333; line-height: 1.25; } 
.wh{ background: #fff;}




.line /* 背景マーカー処理 */
{
    background: url("img/pinkline.gif") ;
}



/* サイト単位個別設定
------------------------------------------------------ */

.rnk1, .rnk2, .rnk3,
.rnk4, .rnk5, .rnk6 {
 margin: 2px 0 10px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
}

.rnk1 {height: 270px;}

.rnk1 p.more a, .rnk2 p.more a,
.rnk3 p.more a, .rnk4 p.more a,
.rnk5 p.more a, .rnk6 p.more a {
 display: block;
 width: 190px;
 height: 35px;
 float: right;
 background: url(img/more.gif) no-repeat right;
 line-height: 30px;
 margin: 0 5px 5px 0 ;
 }

.rnk1 p.more a span, .rnk2 p.more a span,
.rnk3 p.more a span, .rnk4 p.more a span,
.rnk5 p.more a span, .rnk6 p.more a span {
 display: none;
}

.rnk4 p.more, .rnk5 p.more, .rnk6 p.more {
font-size: 12px;
 }

.rnk1 {
 width: 690px;
 margin: 2px 0 0px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
}

.rnk2  {
 width: 315px;
 margin: 2px 17px 20px 0;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk3  {
 width: 315px;
 margin: 2px 0 10px 17px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk4  {
 width: 200px;
 margin: 2px 20px 10px 0;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}


.rnk5  {
 width: 200px;
 margin: 2px 20px 10px 0;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk6  {
 width: 200px;
 margin: 2px 0 10px;
 border: 1px dotted #ffcc00;
 background: #fff;
 padding: 10px;
 float:left;
}

.rnk3 .header1,



.rnk4 .header1 {
	line-height: 1.3;
	padding: 10px 0 0 70px;
}

.rnk4 .header1,
.rnk5 .header1,
.rnk6 .header1 {
	font-size: 1.2em;
}

/*回り込み*/
.imgleft{
 float:left;
 margin:0 5px 5px 0;
}
.imgright{
 float:right;
 margin:0 0 5px 5px;
}

/*サイドバーランキング画像*/
.s1{
 display:block;
 width:170px;
 height:30px;
 background:url(img/s1.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}
.s2{
 display:block;
 height:30px;
 width:170px;
 background:url(img/s2.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}
.s3{
 display:block;
 height:30px;
 width:170px;
 background:url(img/s3.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}
.s4{
 display:block;
 height:30px;
 width:170px;
 background:url(img/s4.gif) no-repeat left;
 line-height:30px;
 text-indent:35px;
 float:right;
}

/*運営者情報*/
#home a{
 display:block;
 width:48px;
 height:48px;
 background:url(img2/home1.gif) no-repeat;
 text-indent:-5000px;
 position:absolute; top:30px; right: 120px;
}
#home a:hover {
  background: url(img2/home2.gif) no-repeat;
}

#rss a{
 display:block;
 width:48px;
 height:48px;
 background:url(img2/rss1.gif) no-repeat;
 text-indent:-5000px;
 position:absolute; top:30px; right: 60px;
}
#rss a:hover {
  background: url(img2/rss2.gif) no-repeat;
}

#un a{
 display:block;
 width:48px;
 height:48px;
 background:url(img2/un1.gif) no-repeat;
 text-indent:-5000px;
 position:absolute; top:30px; right:0px;
}
#un a:hover {
  background: url(img2/un2.gif) no-repeat;
}


.topranking{
 width:715px;
 height:439px;
 margin:10px 0 0 0;
 background:url(img/topranking.gif) no-repeat;
}

.clear{
 clear:both;
}



/*データテーブル*/
table.data {
    width: 450px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:0.9em;
}

table.data th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #f0f8eb;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table.data td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

/*文章ノート*/
#main p.note{
    margin: 25px 0;
    background-image: url(img/dottedline.gif);
    line-height: 25px;
}

/*------------------------------------------------------------
画像制御
-------------------------------------------------------------*/


.left{
	float: left;
	margin: 0 30px 20px 0!important;
}
.right{
	float: right;
	margin: 0 0 20px 30px!important;
}


.omoushikomi a{
    display:block;
    width:356px;
    height:68px;
    background:url(img2/omoushikomi.gif) no-repeat;
    text-indent:-5000px;
    margin:30px 0;
}
.omoushikomi a:hover{
    background:url(img2/omoushikomi2.gif) no-repeat;
}



/*データテーブル2*/
table.data2 {
    width: 600px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:0.9em;
}

table.data2 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #f0f8eb;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table.data2 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}


/*  ラインマーカー
-------------------------------------------------------------*/
.line1 { background: #ff99cc; } /*ピンク*/
.line2 { background: #ff9966; } /*オレンジ*/
.line3 { background: #ccff66; } /*黄緑*/
.line4 { background: #99ccff; } /*水色*/
.line5 { background: #ccccff; } /*ラベンダー*/


/*ポイント*/


.pointo2
{
	font-size: 14px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	color: #003399;
	background: url(img/blue16.jpg) no-repeat left;
　　　　padding-left:20px;
        display: block;
        width: 600px;
        height: 20px;

text-indent: 20px;

}

.pointo3
{
	
font-size: 14px;
	font-style: normal;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	color: #003399;
	background: url(img/pink16.jpg) no-repeat left;
　　　　padding-left:20px;
        display: block;
        width: 600px;
        height: 20px;

text-indent: 20px;

}

/*  トップページバナー
-------------------------------------------------------------*/
.topbana {
  width: 715px;
  height: auto;
  margin: 30px 0;
  background: #000;
}

.topbana1 {
  width: 715px;
  height: 189px;
  background: url(img2/topbana.gif) no-repeat;
}

.topbana p {
  padding: 0 20px 10px 20px;
  color: #fff;
}

/*  トップページランキング1位
-------------------------------------------------------------*/
.toprank1 {
  width: 715px;
  height: 350px;
  background: url(img2/toprank1.gif) no-repeat;
  margin:10px 0 0 0;
}

.toprank1 img {
  padding: 5px 5px;
  background: #fff;
  margin: 12px 0 0 15px;
  border: 1px solid #ccc;
  float: left;
}

.toprank1 p {
  width: 410px;
  text-align: left;
}
  
.tr1-in {
  width: 410px;
  height: 330px;
  float: right;
  padding: 15px 30px 0 0;
}

.tr1 {
  width: 410px;
  height: 91px;
  line-height: 100px;
  font-size: 1.5em;
  text-indent: 100px;
  text-decoration: underline;
  font-weight: bold;
  background: url(img2/tr1.gif) no-repeat;
}

/*  トップページランキング2位
-------------------------------------------------------------*/
.toprank2 {
  width: 350px;
  height: 350px;
  background: url(img2/toprank2.gif) no-repeat;
  margin:10px 0 0 0;
  float: left;
}

.toprank2 img {
  padding: 5px 5px;
  background: #fff;
  margin: 12px 0 0 10px;
  border: 1px solid #ccc;
  float: left;
}

.toprank2 p {
  width: 150px;
  height: 200px;
  float: right;
  padding: 0 10px 0 0;
  text-align: left;
}

.tr2 {
  width: 340px;
  height: 63px;
  margin: 10px 0 0 10px;
  line-height: 70px;
  font-size: 1.3em;
  text-indent: 70px;
  text-decoration: underline;
  font-weight: bold;
  background: url(img2/tr2.gif) no-repeat;
}

/*  トップページランキング3位
-------------------------------------------------------------*/
.toprank3 {
  width: 350px;
  height: 350px;
  background: url(img2/toprank3.gif) no-repeat;
  margin: 10px 0 0 0;
  float: right;
}

.toprank3 img {
  padding: 5px 5px;
  background: #fff;
  margin: 12px 0 0 10px;
  border: 1px solid #ccc;
  float: left;
}

.toprank3 p {
  width: 150px;
  text-align: left;
  height: 200px;
  float: right;
  padding: 0 10px 0 0;
}

.tr3 {
  width: 350px;
  height: 63px;
  margin: 10px 0 0 10px;
  line-height: 70px;
  font-size: 1.3em;
  text-indent: 70px;
  text-decoration: underline;
  font-weight: bold;
  background: url(img2/tr3.gif) no-repeat;
}

.tr23box {
  width: 715px;
}

/*  トップページランキング4位
-------------------------------------------------------------*/
.toprank4 {
  width: 715px;
  height: 54px;
  line-height: 50px;
  font-size: 1.1em;
  font-weight: bold;
  text-indent: 75px;
  background: url(img2/toprank4title.gif) no-repeat;
}

/*  トップページランキング・テーブル
-------------------------------------------------------------*/
table.trt {
    width: 410px;
    border: 1px #ccc solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size:0.9em;
}

table.trt th {
    padding: 5px;
    border: #ccc solid;
    border-width: 0 0 1px 1px;
    background: #c0c0c0;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table.trt td {
    padding: 5px;
    border: 1px #ccc solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

/*  新着情報
-------------------------------------------------------------*/
.new-box {
   font-size: 1em;
   padding: 5px 0;
   margin: 0 0 10px 0;
   background: #fff;
}

.new-box li {
   background: url(img2/line.gif) repeat-x bottom #fff;
}


