@charset "utf-8";

@import "common.css";

/* トップページlayout */

/* main flash */

#main-flash {
	border-top: #E60012 4px solid;
	height: 350px;
}

/* 検索の設定 */

#search-top {	
	float: right;
	position: relative;
	height: 50px;
}

#search-top #searchbutton{
	display: inline;
	width: 50px;
	padding: 0;
}

#search-top-inner{
    padding: 10px 15px 0px 5px;
	position: static;
}

#search-top-txt{
	padding: 2px 0px 3px 0px;
	border-bottom: solid 1px;
	border-left: solid 1px;
	border-right: solid 1px;
	border-top: solid 1px;
	border-color: #CCCCCC;
	border-collapse: collapse;
	border-width: 1px;
	background-color: #FFFFFF;
	float: left;
	width: 158px;
	display: inline;
}

*html #search-top #searchbutton{
	margin-left: -5px;
}

#search-top input{
	margin: 0;
}


/* top alpha */

#alpha {
	width: 470px;
}

#alpha-inner {
	width: 100%;
}

/* top beta */

#beta {
	width: 400px;
} 

#beta-inner {
	width: 100%;
}

/* movieの設定 */

#movie {	
	width: 380px;
	padding: 0px 0px 20px 10px;
	display: inline;
	float: left;
}

#movie-content{
	width: 375px;
	height: 190px;
	background-image: url(../img/movie_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#movie-inner{
	width: 240px;
	height: 190px;
	background: #BFC0C0;
	margin-left: 68px;
}

/* 商品購入の設定 */

#item {
	width: 100%;
}

#item h2 {
	width: 466px;
	height: 78px;
	background-image: url(../img/t_buy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	padding-bottom: 10px;
}

#item-inner {
	position: relative; 
	overflow: hidden; 
	width: 450px; 
	margin-bottom: 20px; 
	padding-left: 15px;
}

.item-box01 {
	background-image: url(../img/item_top_bg.png);
	behavior: url(../js/iepngfix_top.htc) ;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden; 
	position: static; 
	width: 210px; 
	height: 190px;
	float: left; 
	display: inline; 
	margin-right: 15px;
}

.item-box01 h3 {
	width: 160px; 
	height: 25px; 
	float: left; 
	display: inline; 
	margin: 10px 0px 0px 10px;
	padding-top: 10px;
	font-weight:bolder;
}


.item-box01 .item_detail a{
	 width: 40px; 
	 height: 43px; 
	 float: left; 
	 display: inline;
}

.item-box01 .item_detail img {
	margin:3px 0px 0px 1px;
}

.item-box01 ul.imgbox {
	background-image: url(../img/g_bg_bl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline; 
	clear: both; 
	float: left; 
	width: 190px; 
	height: 110px;
	margin-left: 5px;
}

.item-box01 ul.imgbox li.text {
	list-style-position: outside;
	margin-left: 4px;
} 

.item-box01 ul.newbox {
	float: left; 
	display: inline; 
	width: 100%;

}

.item-box01 ul.newbox li.text {
	list-style-position: outside;
	padding: 0 0 0 43px;
	background-image: url(../img/i_new.png);
	background-repeat: no-repeat;
	background-position:8px 0px;
}


.item-box01 ul.imgbox li img {
	behavior: url(js/iepngfix_top.htc) ;
	list-style-position: outside;
}
.item-box01 ul.imgbox li {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 93%;
}

 /* キーワード・アクセスマップ・お問い合わせの設定 */

#key-box{
	float: none; 
	clear: both;
 }
 

#key-box span {
	padding: 0px 20px 0px 0px;
}

#key-box h4 {
	height: 31px;
	margin-left: 3px;
	padding: 7px 0px 0px 7px;
	overflow: hidden;
	line-height:20px;
	display:block;
	vertical-align:top;
}

#key-box h4{
	background-image: url(../img/tl_key.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #01B1AE;
	font-weight: bolder;
}

#key-box, #access-box, #fq-box {
	width: 375px;
	border: #9F9FA0 1px solid;
	margin-left: 10px;
	margin-bottom: 25px;
}
#key-box ul, #access-box ul {
	padding: 0px 0px 10px 10px;
}

#fq-box-inner {
	display:block; 
	background-image:url(../img/tl_fq.jpg); 
	background-repeat: no-repeat; 
	background-position: left top; 
	color: #FFFFFF; 
	margin:0 0 0 3px; 
	padding:6px 0 0 0; 
	height:31px; 
	line-height:20px; 
	position:relative;
}

#fq-box-inner .text {
margin:0 0 0 5px; 
font-weight: bolder
}

#fq-box p {	
	padding: 0px 0px 10px 10px;
}

#fq-box h4 a{
	width: 50px;
	height: 19px;
	display: inline; 
	float: right;
	right: 3px;
	margin: 0;
	top:6px;
	position:absolute;
}


#access-box-inner {
	display:block; 
	background-image: url(../img/tl_map.jpg); 
	background-repeat: no-repeat; 
	background-position: left top; 
	color: #945E29; 
	margin:0 0 0 3px; 
	padding:6px 0 0 0; 
	height:31px; 
	line-height:20px; 
	position:relative;
}

#access-box-inner .text {
	margin:0 0 0 5px; 
	font-weight: bolder;

}

#access-box h4 a{
	width: 50px;
	height: 19px;
	display: inline; 
	float: right;
	right: 3px;
	margin: 0;
	top:7px;
	position:absolute;
}

.waku-370 {
	position: relative;
	overflow: hidden;
	width: 370px;
	margin-bottom: 5px;
}

#access-box .map {
	position: relative;
	overflow: hidden;
	width: 360px;
	font-size: 85%;
}

#access-box .map li {
	display: inline;
	background: none;
	overflow: hidden;
}

#access-box .map li img {
	float: left;
	display: block;
	padding-right: 10px;
	background-color: #FFFFFF;
}

#access-box .map p{
	padding-bottom:5px;
}


/* サイト一覧の設定 */

#site-box {
	width: 375px;
	background: #EFEFEF;
	margin: 0px 0px 30px 10px;
	padding-bottom: 20px;
}

#site-box h4 {
	height: 23px;
	padding: 2px 0px 0px 10px;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: bolder;
}

#site-box h4{
	background-image: url(../img/tl_site.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

#site-box li{
	display: inline;
}

#site-box li img{
	margin-bottom: 10px;
}

/* bannerの設定 */

#banner-box {
	width: 380px;
	padding-left:10px;
	margin-bottom: 15px;	
}

#banner-box li{
	display:inline;
}


/* 当社の強みの設定 */

#pladan-box {
	width: 450px;
	background: #ffffff;
	margin: 0px 0px 30px 10px;
	border-bottom: #FF6600 2px dotted;
	position: relative;
}

#pladan-box h2 {
	height: 39px;
	padding: 2px 0px 0px 10px;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: bolder;
}

#pladan-box h2{
	background-image: url(../img/t_pladan.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	text-indent: -9999px;
}

#pladan-box li img {
	float: left;
	display: block;
	padding-right: 10px;
	background-color: #FFFFFF;
}

.waku-450 {
	position: relative;
	overflow: hidden;
	width :450px;
}

#pladan-box .order {
	position: relative;
	overflow: hidden;
	width: 440px;
	padding-right: 10px;
}

#pladan-box .order li {
	display: inline;
	background: none;
	overflow: hidden;
}

#pladan-box .text01 {
	color:#E60012;
	font-weight:bolder;
	font-size:138.5%;
}

#pladan-box .text02 {
	color: #000000;
	font-size: 100%;
}

.icon {
	padding-left: 345px;
	padding-bottom: 5px;
}



/* 新着情報の設定 */

#new-box {
	width: 440px;
	border: #9F9FA0 1px solid;
	margin: 0px  0px 30px 10px;
}

#new-box-inner {
	display:block; 
	background-image: url(../img/tl_voice.jpg); 
	background-repeat: no-repeat; 
	background-position: left top; 
	color: #C10009; 
	margin:0 0 0 3px; 
	padding:6px 0 0 0; 
	height:32px; 
	line-height:22px; 
	position:relative;
}

#new-box-inner .text {
	margin:0 0 0 5px; 
	font-weight: bolder;
}

#new-box h4 a{
	width: 50px;
	height: 19px;
	display: inline; 
	float: right;
	right: 3px;
	margin: 0;
	top:8px;
	position:absolute;
}


#new-box li{
	padding-left: 4px;
	margin-bottom: 4px;
	height:22px;
	vertical-align:bottom;
}

.line-r {
	border-bottom: #9F9FA0 1px dotted;
	margin: 0px 4px 0px 4px;
}

.line-r-last {
	margin: 0px 4px 0px 4px;
}

#new-box .delivery, #new-box .press, #new-box .notice, #new-box .recruit, #new-box .blog {
	padding:3px 0px 4px 55px;
	margin:3px 0px 4px 0;
	background:0px 4px no-repeat;
}

#new-box .delivery {
	background-image: url(../img/i_delivery.gif);
}

#new-box .press {
	background-image: url(../img/i_press.gif);
}

#new-box .notice {
	background-image: url(../img/i_notice.gif);
}
#new-box .recruit {
	background-image: url(../img/i_recruit.gif);
}
#new-box .blog {
	background-image: url(../img/i_blog.gif);
}

.date{
	margin:0 5px 0 0;
}

