
/**************************/
/* TOP,基本      */
/**************************/

A:link { text-decoration:none; color:#0000C0; }
A:visited { text-decoration:none; color:#663399; }
A:active { text-decoration:underline; color:#C00; }
A:hover { text-decoration:underline; color:#C00; }


/*******************/
/* body          */
/*******************/

body{
  margin:auto;
  padding:0px;
  background: #ffffff; 
  text-align: center;
  color:#000000;
  line-height:150%;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  font-family:"MS PGothic", sans-serif;
  }
  

td { font-size:12px;}
th { font-size: 12px;}

.new{
font-size:12px;
line-height:120%
}

/*******************/
/* ラップ          */
/*******************/
#wrap {
  width:950px;
  margin:auto;
  padding: 0px 0px;
  text-align: left;
  background : #ffffff;
}


/*******************/
/* 内容            */
/*******************/
#content {
  margin:0;
  padding-top:0;
  padding-bottom:1em;
  padding-left:0;
  padding-right:0;
  background-color: #ffffff; 
}

/**************************/
/* ヘッダ部分      */
/**************************/


#head_space {
width: 950px; 
height:70px;
padding: 0px;
margin: 0px;
background: #ffffff url('index/img/bg2010_12a.jpg');
background-position:top left;
background-repeat:no-repeat;
}

#head_title {
float:left;	
width: 450px;
padding: 0px;
margin: 0px;
}

#head_kensaku {
float:left;	
width: 500px; 
margin-top:10px;
padding:0;

}



/*******************/
/* メニュー部分    */
/*******************/

#menu_space {
clear:both;
width:950px;
padding: 0; 
margin:0;
}

.menu_a {
float:left;
width:135px;
height:25px;
padding: 0px; 
margin:0px
}

.menu_b {
float:left;
width:140px;
height:25px;
padding: 0px; 
margin:0px
}



/*******************/
/* メイン部分    */
/*******************/

#index_space {
clear:both;
width: 950px; 
padding:10px 0 0 0; 
margin:0;
}


/*******************/
/* 左サイド    */
/*******************/

#side {
float:left;
width:220px;
}

/* ライブカメラ */
.side_live {
width:200px;
height:auto;
padding:5px 0 5px 0;
margin:0 0 5px 0;
border:#bbbbbb 1px solid;
background-color:#ffffff;
text-align: center;
}


/* 左サイドメニューのタイトル */
.side_title {
padding:2px 2px 2px 5px;
margin:0;
font-size:12px;
font-weight:bold;
color:#ffffff;
background-color:#959595;
}


/* 左サイドメニューの背景 */
.side_bg {
width:200px;
height:auto;
padding:0;
margin:0;
margin:0;
border:#bbbbbb 1px solid;
background: #ffffff url('index/img/side_bg.gif');
background-position:bottom left;
background-repeat:no-repeat;
}


/* 文字 */
.side_text {
padding:5px;
margin:0;
font-size:12px;
line-height:140%;
}

/*******************/
/* ニュース・トピックス    */
/*******************/

#news {
float:left;
width:560px;
}


/* ニュースのタイトル */
.news_title {
width:540px;
padding:0;
margin:0 0 1em 0;
font-size:12px;
font-weight:bold;
border-bottom:#bbbbbb 1px solid;
}

/* トピックスの枠 */
.topics {
width:540px;
padding:0.5em 0 0.5em 0;
margin:0 0 1em 0;
font-size:12px;
border:#bbbbbb 1px solid;
text-align:center;
}



/*******************/
/* 広告スペース    */
/*******************/

#pr {
float:left;
width:170px;
}

.bn {
width:170px;
margin-bottom:10px;
padding:0;
}

/*******************/
/* IP部分    */
/*******************/

#ip_space {
clear:both;
width: 950px; 
padding:10px 0 10px 0; 
margin:0;
border:#bbbbbb 1px solid;
}

.ip {
font-style: normal;
font-weight: bold;
font-size:12px;
color:#000000;
border-style:solid;
border-width :0px 0px 0px 6px;
border-color :#e4007f;
padding:3px;
margin-top:3px;
margin-bottom:3px;
}

/* 1月：border-color :#f8b551;*/
/* 3月：border-color :#aa89bd;*/
/* 4月：border-color :#ea68a2;*/
/* 5月：border-color :#168ace;(2月と同じ-水色)*/
/* 6月：border-color :#aa89bd;(3月と同じ-紫)*/
/* 7月：border-color :#eb6100;*/
/* 8月：border-color :#390;*/
/* 9月：border-color :#a6006f;*/
/* 10月：border-color :#638c0b;*/

/*******************/
/* フッタ          */
/*******************/

#footer_space {
clear:both;
width: 950px; 
padding:10px 0 10px 0; 
margin:0.5em 0 0 0;
border:#bbbbbb 1px solid;
}

.c {
font-size:10px;
line-height:120%;	
	}


/*******************/
/* トピックパス    */
/*******************/
#topic_path {
clear:both;
font-size:10px;
padding:0;
margin:0 0 5px 0;
text-indent:1em;
border-bottom:#666666 1px solid;
}

/*******************/
/* リスト    */
/*******************/

ul { list-style-type : disc ;font-weight:bold;font-size:14px;line-height:160%;A:text-decoration:underline;}

.com{ font-weight:normal;font-size:12px; }


