@charset "UTF-8";

/* CSS Document */

div.toppage {
	background: url(../images/toppage/topmain.jpg) no-repeat 50% 100%;
}

div#mainSite div#mainSiteInner {
	padding-top: 5px!important;
	padding-left: 0!important;
	height: 300px;
}

* html div#mainSite div#mainSiteInner {
	height: 360px;
}

ul#hinaline {
}

ul#hinaline li {
	display: inline;
	padding: 0 0 10px 20px;
}

/* 新着用タブ
---------------------------------------*/

.tabbed_area {
	width:900px;
	height: 460px;
	margin-top: -25px;
	background: url(../images/toppage/top_topics_bg.jpg) no-repeat center bottom;	
}

/*タブコンテンツ全体のデザイン*/
ul.tabs {
	margin: 0;
	padding:0;
	text-align: right;
}

ul.tabs span {
	color: #936;
	font-size: 12px;
}

ul.tabs li {
	list-style:none;
	display:inline;
	font-size: 14px;
	margin-right: 5px;
	padding: 3px 0;
	text-decoration:none;
	border: solid 1px #CCC;
	background: url(../images/toppage/top_tab_bg.jpg) repeat-x left top #DEDEDE;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}

ul.tabs li a {
	font-size: 14px;
	padding: 3px 10px;
	text-decoration:none;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}

ul.tabs li a:hover {
}

/*タブ自体のデザイン*/
ul.tabs li a.active {
	color: #FFF;
	background: url(../images/toppage/top_tab_bg_a.jpg) repeat-x left top;
}

/*タブが開いているときのデザイン*/
.content {
	margin-top: 10px;
	padding: 10px 10px 20px;
}

div.tabbed_area div.content h3 {
 margin: 10px 0 0;
 padding: 10px 5px 10px 28px;
 color: #666;
 font-size: 21px;
 background: url(../images/common/ico_entry_h3.gif) no-repeat 1% 50%;
}

div.tabbed_area div.content p.moerInfo {
	padding-right: 10px;
	text-align: right;
	font-size: 14px;
}

/*タブの中身のデザイン*/
#content_2, #content_3, #content_4 {
	display:none;
}

/*最初に開いているもの以外のタブの中身は消しておく。
*/


div.content div#osusumeBanner ul {
	padding-top: 10px;
}

div.content div#osusumeBanner ul li {
	display: inline;
	font-size: 12px;
	text-align: center;
}

div.content div#osusumeBanner ul li a {
	display: block;
	float: left;
	width: 160px;
	height: 120px;
	margin: 35px 0 0 10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: solid 1px #900;
}

div.content div#osusumeBanner ul li a img {
	padding: 0;
	margin-bottom: 3px;
	width: 160px;
	height: 120px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

div.content div#osusumeBanner ul li a:hover {
	text-decoration: none;
	border: solid 1px #F03;
}

div.content div#osusumeBanner ul li a:hover img {
	filter:alpha(opacity=65); /*IE*/
	-moz-opacity:0.65; /*FF*/
	opacity:0.65;
}

/* topSummary
---------------------------------------*/

table.topSummary {
	margin-top: 10px;
}

table.topSummary tr {
}

table.topSummary tr td {
}

table.topSummary tr td h4 a {
	padding: 1px 3px;
	font-size: 18px;
	line-height: 1.2em;
}

table.topSummary tr td a img {
	padding: 0;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

table.topSummary tr td a:hover {
	color: #FFF;
	background: #F00;
	text-decoration: none;
}

table.topSummary tr td a:hover img {
	filter:alpha(opacity=65); /*IE*/
	-moz-opacity:0.65; /*FF*/
	opacity:0.65;
}

table.topSummary tr td p {
	margin-top: 7px;
	font-size: 14px;
	line-height: 1.4em;
}


/* pressLine
---------------------------------------*/
ul#pressLine {
	margin-top: 20px;
	padding: 0 20px 10px;
}

ul#pressLine li {
	padding-top: 5px;
}

ul#pressLine li a {
	margin-left: 15px;
}