@charset "utf-8";

/*-----------------------------------
時事ドットコム　--　Common CSS　--
-----------------------------------*/

/* 基本スタイル・汎用クラス */
@import/**/"base.css";

/* サイトスタイル */
@import/**/"site.css";
@import/**/"header.css";
@import/**/"sub.css";
@import/**/"footer.css";
@import/**/"visited.css";



/* 広告のCSS調整（リニューアル版対応） */
/* コンテンツ下（全体の中間位置） */
#middle_google_ads{
width:680px;
margin:10px 0;
padding:0 auto;
text-align:center;
display:inline-block;
clear:both;
}

#middle_google_ads p.left_ads{
width:340px;
margin:0;
padding:0 auto;
text-align:center;
float:left;
}
#middle_google_ads p.right_ads{
width:340px;
margin:0;
padding:0 auto;
text-align:center;
float:right;
}
