@charset "utf-8";

@import url("../css/system.css");


/*--------------------------------------
  All
---------------------------------------*/

body {
	background: #FFF;
	text-align:center;
	color:#333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" sans-serif;
	margin-top:10px;
}

img {
    border:0;
}
	
#wrapper {
    width:980px;
	margin:0 auto;
	padding:0;
	text-align:left;
	vertical-align:top;
}


/*--------------------------------------
  Link
---------------------------------------*/

a {
    text-decoration:none;
	overflow:hidden;
	outline:none;
}

a:link {
	color:#0066cc;
}

a:visited {
    color:#0066cc;
}

a:hover {
	color:#999;
	text-decoration:underline;
}

a:active {
    color:#0066cc;
	outline:none;
}


/*--------------------------------------
  Font
---------------------------------------*/

h1, h2, h3, h4, h6,
div, pre, ul, ol, dl, dt, dd,
address, blockquote {
	padding: 0 auto;
	text-align: left;
	display: block;
	margin: 0;
	font-weight:normal;
}

h4 {
	font-weight:bold;
	background:url(../images/h4_bg.jpg) repeat-x;
	padding:5px 10px;
	margin-top:20px;
	letter-spacing:0.1ex;
	font-size:16px;
}
	
div.ineng {
	font-size:12px;
	color:#AAAAAA;
	font-weight:bold;
	text-align:right;
	margin-bottom:20px;
}
	
h5 {
	background:url(../images/list02.gif) no-repeat;
	margin:20px 0 5px 5px;
	padding:5px 20px;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}

h6 {
    font-weight:bold;
	color:#003399;
	font-size:12px;
	padding:10px;
	margin:15px auto 5px auto;
}

h6.r {
    background:url(../images/h6_r_bg.jpg) no-repeat;
}

h6.l {
    background:url(../images/h6_l_bg.jpg) no-repeat;
}

p {
	line-height:150%;
	margin:5px 0 15px 25px;
	font-size:12px;
	text-align:left;
}

.red { color:#ED4522; }

.orange { color:#FE9207; }

br { letter-spacing : normal; } 

div.maintext {
	line-height:160%;
	margin:0 0 10px 10px;
	font-size:14px;
	text-align:left;
	letter-spacing:1pt;
}

div.maintext p {
	line-height:150%;
	margin:5px 0 15px 25px;
	font-weight:bold;
}



/*--------------------------------------
  Form
---------------------------------------*/

input, textarea { font-size:12px; }

#search {
    width:250px;
    border:1px solid #CDCDCD;
	background:url(../images/search_bg.jpg) top no-repeat #EFEFEF;	
}

#searchprogram {
    width:188px;
    border:1px solid #CDCDCD;
	background:url(../images/searchprog_bg.jpg) top no-repeat #EFEFEF;	
}
	
#search div.box {
    margin:35px auto 10px auto;
	text-align:center;
	vertical-align:bottom;
}

#searchprogram div.box {
    margin:35px auto 10px auto;
	text-align:center;
}

#search input.kword {
    width:160px;
	margin-right:8px;
}

#searchprogram input.kword {
    width:120px;
	margin-right:0px;
}

#search input.btn, #searchprogram input.btn {
    vertical-align:bottom;
}

input.w30 {
	width:30px;
}

input.w80 {
	width:80px;
}

input.w200 {
	width:200px;
}

input.w300, textarea.w300 {
	width:300px;
}

textarea.w450 {
	width:450px;
}


/*--------------------------------------
  Ad & Amazon
---------------------------------------*/

.Ad728_90 {
    width:728px;
	height:90px;
	float:right;
	text-align:center;
	margin:0 auto;
	border:1px solid #999;
}

.Ad250_250 {
    width:250px;
	height:250px;
	text-align:center;
	margin:0 auto;
}

.AdFlash {
    width:490px;
	height:180px;
	text-align:center;
	margin:5px auto 0 auto;
}

.adnews {
    border:1px solid #cffbff;
	background-color:#f3fcff;
	padding:7px 10px;
	line-height:150%;
	font-size:12px;
}

.GoogleAdBtm {
	margin-top:40px;
	text-align:center;
}

.Amazon468_336 {
	padding-left:11px;
	}
	
.amzlsh_ad {
	text-align:center;
}

/* add 2008.12.12 */

.Adarticle, .AdarticleTXT, .AdType02 {
	/*clear:both;*/
	margin:25px 0;
}

.Adarticle img, .AdarticleTXT img, .AdType02 img {
	border:0;
}

.AdarticleTXT {
	background-color:#D3ECF3;
	padding:5px 10px;
	font-weight:normal;
}

table.AdType02 th, table.AdType02 td {
	line-height:120%;
	font-weight:normal;
	text-align:left;
}

table.AdType02 th.adR, table.AdType02 td.adR { padding-left:10px; }


/*--------------------------------------
  Float Clear
---------------------------------------*/

.clr{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.clrtopnavi {
    clear: both;
	height: 1px;
	overflow:hidden;
	background-color: #e3e3e3;
}	

.clrwrap{
	clear: both;
	height: 25px;
	overflow: hidden;
}

.bdr {
	margin:40px 0 20px 0;
	background:url(../images/bdr02.gif) repeat-x;
	height:2px;
}


/*--------------------------------------
 Header
---------------------------------------*/

#header {
	width:980px;
	text-align:center;
	margin:0 auto;
	word-break:break-all;
}

#header div.logo {
	float:left;
	text-align:center;
	width:225px;
	height:90px;
	margin:0 auto;
}
img.logo{
	margin:21px 0 0 12px;
	float:left;
}

#header div.SEO {
    font-size:12px;
	color:#666666;
}
	
#header div.topsmenu {
    font-size:10px;
	text-align:right;
	letter-spacing:0.1ex;
	margin-bottom:5px;
}


/*--------------------------------------
 Footer
---------------------------------------*/

#footer {
    width:980px;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:12px;
	border-top:1px solid #B3B3B3;
}

#footer div.sitename {
   padding:10px 0;
   text-align:center;
   }

#footer div.navi {
   text-align:center;
   line-height:150%;
   }	
	

/*--------------------------------------
 Topnavi
---------------------------------------*/

#topnavi {
    width:980px;
	margin:0 auto;
	text-align:center;	
}

#tnavi {
    margin:5px 0 0 0;
	text-align:left;
	background:url(../images/topnavi_bg.jpg) repeat-x #D4D4D4;
}

#tnavi  ul {
	width:980px;
	margin:5px 0 0 0;
	padding:0;
}

#tnavi li {
	display: block;
	margin:0;
	height:37px;
	text-indent:-9999px;
	float:left;
}


#tnavi li.home { width:65px; }
#tnavi li.guide { width:78px; }
#tnavi li.db { width:77px; margin-right:65px; }
#tnavi li.tvguide { width:66px; }
#tnavi li.news { width:70px; }
#tnavi li.column { width:65px; }
#tnavi li.dvd { width:60px; }
#tnavi li.special { width:51px; }
#tnavi li.blog { width:60px; }
#tnavi li.melmaga { width:65px; }
#tnavi li.rss { width:44px; }
#tnavi li.bbs { width:57px; }
#tnavi li.present { width:80px; }
#tnavi li.abtmail { width:148px; }
#tnavi li.abtrss { width:148px; }


#tnavi li a {
	height:37px;
	float:left;
}

#tnavi li.home a {
    background:url(../images/topnavi_home.jpg) no-repeat 0 0;
	width:65px;
}	
#tnavi li.home a:hover {
    background:url(../images/topnavi_home.jpg) no-repeat 0 -37px;
}

#tnavi li.guide a {
    background:url(../images/topnavi_guide.jpg) no-repeat 0 0;
	width:78px;
}	
#tnavi li.guide a:hover {
    background:url(../images/topnavi_guide.jpg) no-repeat 0 -37px;
}

#tnavi li.db a {
    background:url(../images/topnavi_db.jpg) no-repeat 0 0;
	width:77px;
}	
#tnavi li.db a:hover {
    background:url(../images/topnavi_db.jpg) no-repeat 0 -37px;
}

#tnavi li.tvguide a {
    background:url(../images/topnavi_tvguide.jpg) no-repeat 0 0;
	width:66px;
}	
#tnavi li.tvguide a:hover {
    background:url(../images/topnavi_tvguide.jpg) no-repeat 0 -37px;
}

#tnavi li.news a {
    background:url(../images/topnavi_news.jpg) no-repeat 0 0;
	width:70px;
}	
#tnavi li.news a:hover {
    background:url(../images/topnavi_news.jpg) no-repeat 0 -37px;
}

#tnavi li.column a {
    background:url(../images/topnavi_column.jpg) no-repeat 0 0;
	width:65px;
}	
#tnavi li.column a:hover {
    background:url(../images/topnavi_column.jpg) no-repeat 0 -37px;
}

#tnavi li.dvd a {
    background:url(../images/topnavi_dvd.jpg) no-repeat 0 0;
	width:60px;
}	
#tnavi li.dvd a:hover {
    background:url(../images/topnavi_dvd.jpg) no-repeat 0 -37px;
}

#tnavi li.special a {
    background:url(../images/topnavi_special.jpg) no-repeat 0 0;
	width:51px;
}	
#tnavi li.special a:hover {
    background:url(../images/topnavi_special.jpg) no-repeat 0 -37px;
}

#tnavi li.blog a {
    background:url(../images/topnavi_blog.jpg) no-repeat 0 0;
	width:60px;
}	
#tnavi li.blog a:hover {
    background:url(../images/topnavi_blog.jpg) no-repeat 0 -37px;
}

#tnavi li.melmaga a {
    background:url(../images/topnavi_melmaga.jpg) no-repeat 0 0;
	width:65px;
}	
#tnavi li.melmaga a:hover {
    background:url(../images/topnavi_melmaga.jpg) no-repeat 0 -37px;
}

#tnavi li.rss a {
    background:url(../images/topnavi_rss.jpg) no-repeat 0 0;
	width:44px;
}	
#tnavi li.rss a:hover {
    background:url(../images/topnavi_rss.jpg) no-repeat 0 -37px;
}

#tnavi li.bbs a {
    background:url(../images/topnavi_bbs.jpg) no-repeat 0 0;
	width:57px;
}	
#tnavi li.bbs a:hover {
    background:url(../images/topnavi_bbs.jpg) no-repeat 0 -37px;
}

#tnavi li.present a {
    background:url(../images/topnavi_present.jpg) no-repeat 0 0;
	width:80px;
}	
#tnavi li.present a:hover {
    background:url(../images/topnavi_present.jpg) no-repeat 0 -37px;
}

#tnavi li.abtmail a {
    background:url(../images/topnavi_abtmail.jpg) no-repeat 0 0;
	width:148px;
}	
#tnavi li.abtmail a:hover {
    background:url(../images/topnavi_abtmail.jpg) no-repeat 0 -37px;
}

#tnavi li.abtrss a {
    background:url(../images/topnavi_abtrss.jpg) no-repeat 0 0;
	width:148px;
}	
#tnavi li.abtrss a:hover {
    background:url(../images/topnavi_abtrss.jpg) no-repeat 0 -37px;
}


/*--------------------------------------
 Breadcrumb
---------------------------------------*/

#breadcrumb {
    width:980px;
	height:30px;
	margin:0 auto;
    background:url(../images/breadcrumb.jpg) repeat-x;
}

#breadcrumb h2 {
    font-size:10px;
	letter-spacing:0.1ex;
	padding:7px 0 0 7px;
}

/*--------------------------------------
 Etc
---------------------------------------*/

#top {
	text-align:right;
	margin:10px 0;
}

div.rssicon {
	text-align:right;
	margin-top:10px;
}
