@charset "euc-jp";

/*-------全体設定、
         世界時計の設定、
				 チャートスライダーの設定をｲﾝﾎﾟｰﾄ 
//-------*/
@import "common.css";
@import "clock365.css";
@import "viewcharts.css";

/*---IE6に拡張ホバー処理の適用-----*/
*html body {
	behavior:url("./css/csshover3.htc");
}

/*------トップのコンテンツ周り------*/
#topcontents {
	margin:0 0 15px 0;
	padding:0;
	width:760px;
	float:left;
}

/*-------トップのイメージ画像周り-------*/
#topimage {
	margin:10px 0 15px 25px;
	padding:0;
	height:300px;
	width:720px;
	background-image:url(../images/topimage.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	/*background-color:#333581;*/
	z-index:3;
}

#topimage_camp { /*---キャンペーン等での画像タイマー変更の時--*/
	margin:10px 0 15px 25px;
	padding:0;
	height:300px;
	width:720px;
	background-image:url(../images/topimage_3.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	/*background-color:#333581;*/
	z-index:3;
}


/*----世界時計の表示位置の調整----*/
#worldtime{
	margin:0 0 15px 30px;
	padding:0;
	position:relative;
	width:712px;
	height:60px;
	top:0px; /* 時計自体の表示位置の調整 */
	text-align:center;
	vertical-align:middle;
	background-image:url(../images/area/waku4.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#worldtime dl{
	font-size:10px;
	font-family:Osaka,Georgia,ＭＳ Ｐゴシック;
	color:#5d3c00;
	width:79px;/*9地点の時は79,8の時は89*/
	height:20px;
}

#worldtime dt , .ddate{
	border:0;
	margin:0;
	padding:0;
	font-size:10px;
	font-family:Osaka,Georgia,"ＭＳ Ｐゴシック";
	color:#5d3c00;
	width:79px;/*9地点の時は79,8の時は89*/
	height:20px;
}

.ttime {
	border:0;
	margin:0;
	font-size:14px;
	font-family:Osaka, Verdana, "ＭＳ ゴシック";
	color:#5d3c00;
	width:79px;/*9地点の時は79,8の時は89*/
	height:30px;
}
/*----------世界時計周りここまで-------------*/



/*---------- コンテンツ領域 -----------*/
#main_contents {
	background-image:url(../images/background_top160.gif);
	background-repeat:repeat-y;
	margin:0 0 15px 0;
	padding:0;
	width:952px;
	z-index:0;
}

/*------------- 左サイド ---------------*/
#leftside {
	margin:0;
	padding:0;
	width:760px;
	float:left;
}
#leftmenu {/*未使用*/
	margin:0;
	padding:0;
	width:130px;
	float:left;
}

/*-------------- 右サイド --------------*/
#rightside{
	margin:0 0 15px 0;
	padding:0 0 0 15px;
	width:160px;
	float:right;
}

#right_contents , #right_contents ul{
	margin:0;
	padding:0;
	list-style:none;
}



/* ニュース及びくりっく情報の装飾 */

#contents1,#contents2 {
	margin:0 0 0 30px;
	padding:0;
	/*背景設定時
	background-image:url(../images/fuchi_top.gif);
	background-repeat:no-repeat;
	background-position:top left;*/
}
 
.fuci_btm {
	margin:0;
	padding:0 0 20px;
	/* 背景設定時
	background-image:url(../images/fuchi_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom left;*/
}

#news , #clicknews {
	margin:10px 0 15px;
	padding:10px 0 0 0;
	width:725px;
	/*背景設定時
	background-image:url(../images/fuchi_mid.gif);
	background-repeat:repeat-y;
	background-position:top left;*/
}

/*--------ツイッター用意してみたけども… -----*/
#my_twitter {
	margin:20px 0 20px 0;
	padding:0;
	width:680px;
	position:relative;
	left:60px;
}

/* topimage下のリンク及びレクタングル
   コンテンツページと幅が違うので
	 修正時はcontents_styleも修正すること*/
#top_adds {
	padding:2px 0 2px;
	margin:0 20px 5px 30px;
	text-align:center;
	border-top:solid 1px #EEE;
	border-bottom:solid 1px #EEE;
}
.addtitle {
	margin:0 0 10px 30px;
	padding:0 0 0 50px;
	line-height:1.2em;
	width:660px;
	font-weight:bold;
	font-size:small;
	color:#333;
	border-top:solid 1px #EEE;
	border-bottom:solid 1px #EEE;
}

#rect_adds_box {
	margin:0 0 15px 0;
	padding:0;
	height:300px;
}
.rect_adds {
	margin:0 0 0 30px;
	padding:0;
	height:280px;
	float:left;
}
.rect_adds2 {
	margin:0 20px 0 10px;
	padding:0;
	height:280px;
	float:right;
}
/*-------アドセンスここまで ------*/