﻿@charset "UTF-8";

/*
 * CSS
 * stylesheet for screen layout
 *
 * @file        top.css
 */

@media all {

/********** format for exclusive use of the TOPPAGE **********/

#topTeaserContainer {
	clear: both;
	float: left;
	background-image: url(../images/top_teaser_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 100%;
	height: 265px;
	text-align: center;
}

.topImage {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}


/********** brandnew elements **********/

.brandnewBox {
	float:left;
	padding-top: 10px;
}

.brandnewList {
	float:left;
	width: 540px;
}

.brandnewList li {
	float:left;
	width: 180px;
	text-align: center;
}

.thumb {
	padding: 10px 0 2px;
}

.thumbName {
	padding: 0 0 10px;
	font-size: 80%;
	line-height: 160%;
}



/********** news elements **********/

.newsBox {
	float:right;
	width: 345px;
	padding-top: 10px;
}

.newsList {
	font-size: 80%;
	line-height: 160%;
}

.newsList li {
	padding: 5px;
}

.newsList img {
	vertical-align: middle;
}

#topTeaserContainer {
  margin-left:auto;
	margin-right: auto;
	text-align:center;
	}

#topTeaserContainer .mainImg {
	position: relative;
	width: 900px;
	height: 256px;
	background-image: url(../images/top_main.jpg);
	background-repeat: no-repeat;
  margin-left:auto;
	margin-right: auto;
	text-align:center;
}

#topTeaserContainer .mainImg a {
	position: absolute;
	top: 181px;
	left: 12px;
	display:block;
	width: 417px;
	height: 44px;
	text-indent: -9999px;
	overflow:visible;
	/* \*/
	overflow:hidden;
	/* */
}

#topTeaserContainer .mainImg a:hover {
	background:url(../images/tom_main_btn.jpg);
	position: absolute;
	top: 181px;
	left: 12px;
	display:block;
	width: 417px;
	height: 44px;
	text-indent: -9999px;
	overflow:visible;
	/* \*/
	overflow:hidden;
	/* */
}

.topIchioshi {
	float:right;
	width: 345px;
	padding-top: 10px;
}

.topIchioshiTxt {
	width:345px;
	height:200px;
	overflow:auto;
}

.topIchioshiTxt p {
	padding: 10px 5px;
	font-size:0.8em;
	line-height:1.4em;
	text-align:left;
}

}
