@charset "utf-8";

/*
########################################################
	全体のスタイル指定
########################################################
*/
* {
	color:#333333;
	padding:0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-weight:400;
	line-height: 140%;
	margin: 0;
	background-image: none;
}
html,body{
	height:100%;
}
body{
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
}

h1{
	margin-left:auto;
	margin-right:auto;
	display: block;
	width: 820px;
	color:#818181;
}
a img {border:none;}


/*
########################################################
	headerのスタイル指定
########################################################
*/
#header{
	width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	height: 60px;
}
#header img{
	float:left;
}
#header .top{
	width:500px;
	float: right;
	height: 20px;
	text-align: right;
}
#header .top img{
	float:right;
}
#header .top p{
	float:right;
	margin-left: 10px;
}
#header .bottom{
	width:500px;
	float: right;
	height: 25px;
	margin: 5px 0px 5px 0px;
}
#header .bottom select{
	float:left;
	width: 200px;
	margin:2px 5px 0px 10px;
}
#header .bottom a{
	width:69px;
	height:22px;
	background-image: url(../img/btn_off.jpg);
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	display: inline;
	float: left;
}
#header .bottom a:hover{
	background-image: url(../img/btn_on.jpg);
}
.menu{
	display:block;
	width:820px;
	height:32px;
	margin-left: auto;
	margin-right: auto;
}
.menu li{
	display: inline;
	float: left;
	text-align: center;
	padding:0px;
}

#banner{
	width:820px;
	height:260px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#banner .banner_left{
	width:240px;
	height:257px;
	background-color:#ffe0ee;
	float: left;
	margin-right: 10px;
	display: inline;
	padding-top: 3px;
}
#banner .banner_left img{
	margin:0px 0px 2px 7px;
	float:left;
	display: inline;
}

#contents{
	width:820px;
	height:100%;
	min-height: 100%;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	margin-top:10px;
}
body > #contents{	
	height: auto;
	overflow:auto;
}

#cont_right{
	width:567px;
	height:100%;
	min-height:100%;
	float: right;
	margin-bottom:30px;

}
#contents > #cont_right{	
	height: auto;
	overflow:auto;
}



#cont_right .pickup{
	width:567px;
	height:277px;
	background-image: url(../img/pickup2.jpg);
	margin: 0px 0px 10px 0px;
}
#cont_right .pickup .p_box{
	width:135px;
	height:205px;
	margin-top: 60px;
	margin-left: 7px;
	float: left;
	text-align:center;
	display: inline;
}
#cont_right .pickup .p_box img{
	border:1px solid #fdb4b4;
}
#cont_right .pickup .p_box p{
	width:130px;
	text-align:left;
}
#cont_right .pickup .p_box span{
	width:130px;
	text-align:right;
	display:block;
}
#cont_right .pickup .p_box2{
	width:135px;
	height:205px;
	margin-top: 60px;
	margin-left: 5px;
	float: left;
	text-align:center;
	display: inline;
}
#cont_right .pickup .p_box2 p{
	width:130px;
	text-align:left;
}
#cont_right .pickup .p_box2 img{
	border:1px solid #fdb4b4;
}
#cont_right .pickup .p_box2 span{
	width:130px;
	text-align:right;
	display:block;
}
#cont_right .news{
	width:567px;
	height:290px;
	overflow:auto;
	overflow-x:hidden;
	margin-top:0px;
	float: left;
}
#cont_right .news .date{
	width:71px;
	height:22px;
	background-image: url(../img/icon2.jpg);
	display: block;
	line-height: 22px;
	padding-left: 40px;
	color: #FFFFFF;
	float: left;
	margin-top: 10px;
}
#cont_right .news p{
	float:left;
	height: auto;
	line-height: 22px;
	padding-left: 10px;
	width: 350px;
	margin-top: 10px;
}
#cont_right .news img{
	float:left;
	margin-top: 10px;
}
#cont_right .brand{
	width:567px;
	height:auto;
	margin-top:10px;
	float: left;
	padding-bottom: 30px;
}
#cont_right .brand a{
	width:230px;
	height:15px;
	background-image: url(../img/icon1.jpg);
	background-repeat:no-repeat;
	padding-left:35px;
	margin:10px 0px 0px 10px;
	color:#818181;
	text-decoration: none;
	display: inline;
	float: left;
}
#cont_right .brand a:hover{
	background-image: url(../img/icon1_on.jpg);
	background-repeat:no-repeat;
	color: #D10303;
}

#cont_left{
	width:240px;
	height:100%;
	float: left;
}
#cont_left .search select{
	width:200px;
	margin: 0px 0px 0px 10px;
}
#cont_left .search p{
	margin:10px 0px 5px 10px;
	color: #818181;
}
#cont_left .search{
	margin:0px 0px 10px 0px;
	display:block;
	height: 180px;
}
#cont_left .search a{
	width:69px;
	height:22px;
	background-image: url(../img/btn_off.jpg);
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	display: inline;
	float: left;
	margin:15px 0px 0px 10px;
}
#cont_left .search a:hover{
	background-image: url(../img/btn_on.jpg);
}
#cont_left .itemlist{
	margin:0px 0px 10px 0px;
	display:block;
	height: auto;
	float: left;
}
#cont_left .itemlist a{
	width:200px;
	height:15px;
	background-image: url(../img/icon1.jpg);
	background-repeat:no-repeat;
	padding-left:35px;
	margin:10px 0px 0px 10px;
	color:#818181;
	text-decoration: none;
	display: inline;
	float: left;
}
#cont_left .itemlist a:hover{
	background-image: url(../img/icon1_on.jpg);
	background-repeat:no-repeat;
}
#cont_left .ranking{
	margin:0px 0px 10px 0px;
	display:block;
	height: 400px;
	float: left;
}
#cont_left .ranking .oukan{
	float:left;
	padding-top: 25px;
	
}
#cont_left .ranking a img{
	float:left;
	margin-top:10px;
}
#cont_left .ranking .msg{
	width:100px;
	float: left;
	margin: 10px 0px 0px 5px;
}
#cont_left .ranking .msg p{
	float:right;
	width:100px;
	text-align: right;
}
#cont_left .ranking img{
	float:left;
}
#cont_left .ranking .line2{
	margin-top:10px;
}
#cont_left .banner{
	margin:20px 0px 10px 0px;
	display:block;
	height: 300px;
	float: left;
}

#cont_left .banner img{
	margin:5px 0px 0px 5px;
}

#footer{
	background-image: url(../img/line3.jpg);
	background-repeat:repeat-x;
	width: 100%;
}
#footer .link{
	width:820px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
}
#footer .link .link_box{
	margin-left:auto;
	margin-right:auto;
	width: 790px;
	height:20px;
}
#footer .link .link_box2{
	margin-left:auto;
	margin-right:auto;
	width: 810px;
	height:120px;
	color:#AAAAAA;
}
#footer .link .link_box2 p{
	color:#AAAAAA;
}
#footer .link .link_box2 a{
	color:#AAAAAA;
}
#footer .link .copy{
	margin-left:auto;
	margin-right:auto;
	width: 130px;
	height:20px;
}




#cont_right .ichiran{
	width:567px;
	height:100%;
}
#cont_right .ichiran h2{
	background-image: url(../ichiran_img/ichiran_t.jpg);
	width: 505px;
	height: 37px;
	padding-left: 60px;
	float: left;
	display: inline;
}
#cont_right .ichiran h2 span{
	float:left;
	color: #FF0000;
	font-size: 14px;
	height: 37px;
	display: block;
	line-height: 37px;
}
#cont_right .ichiran h2 .p{
	float:right;
	margin-right: 30px;
	height: 37px;
	width: auto;
	display: inline;
}
#cont_right .ichiran h2 .p img{
	margin-top:5px;
	float: left;
}
#cont_right .ichiran h2 .p strong{
	color:#FF0000;
	margin:13px 3px 0px 3px;
	float: left;
}
#cont_right .ichiran h2 .p .link{
	color:#0000FF;
	margin:13px 3px 0px 3px;
	float: left;
}
#cont_right .ichiran .down .p .link{
	color:#0000FF;
	margin:13px 3px 0px 3px;
	float: left;
}
#cont_right .ichiran .down{
	background-image: url(../ichiran_img/ichiran_t_b.jpg);
	width: 505px;
	height: 37px;
	padding-left: 60px;
	float: left;
	margin-top: 20px;
	display: block;
}
#cont_right .ichiran .down span{
	float:left;
	color: #FF0000;
	font-size: 14px;
	height: 37px;
	display: block;
	line-height: 37px;
}
#cont_right .ichiran .down .p{
	float:right;
	margin-right: 30px;
	height: 37px;
	display: inline;
}
#cont_right .ichiran .down .p img{
	margin-top:5px;
	float: left;
}
#cont_right .ichiran .down .p strong{
	color:#FF0000;
	margin:13px 3px 0px 3px;
	float: left;
}
#cont_right .ichiran .box{
	width:177px;
	height:320px;
	float: left;
	margin: 10px 5px 0px 5px;
}
#cont_right .ichiran .box .top{
	background-image: url(../ichiran_img/top.jpg);
	width:177px;
	height:34px;
}
#cont_right .ichiran .box .top p{
	font-size: 10px;
	color: #FE828D;
	height: 15px;
	padding-top: 15px;
	padding-left: 5px;
}
#cont_right .ichiran .box .middle p a{
	font-size: 12px;
	color: #FE828D;

}
#cont_right .ichiran .box .middle .img{
	width:128px;
	height:128px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 1px solid #FFCACA;
}
#cont_right .ichiran .box .middle{
	background-image: url(../ichiran_img/middle.jpg);
	width:177px;
	height:215px;
	text-align: center;
}
#cont_right .ichiran .box .middle img{
}
#cont_right .ichiran .box .middle p{
	width:150px;
	text-align: left;
	font-size: 10px;
	margin-left: 10px;
}
#cont_right .ichiran .box .bottom{
	background-image: url(../ichiran_img/bottom2.jpg);
	width:177px;
	height:67px;
}
#cont_right .ichiran .box .bottom p{
	background-image: url(../ichiran_img/icon2.jpg);
	width:59px;
	height:19px;
	line-height: 19px;
	padding-left: 40px;
	color: #FFFFFF;
	float: right;
	margin: 5px 10px 0px 0px;
	display: inline;
	font-size: 12px;

}
#cont_right .ichiran .box .bottom a{
	float: right;
	width:90px;
	display: inline;
	text-align: right;
	margin: 5px 5px 0px 0px;
	/*background-image: url(../ichiran_img/icon3.jpg);*/
	background-repeat: no-repeat;
	padding-right: 10px;
}
#cont_right .ichiran .top_back{
	width: 565px;
	height: 37px;
	float: left;
	margin-top: 10px;
	display: inline;
}
#cont_right .ichiran .top_back a{
	background-image: url(../ichiran_img/icon.jpg);
	width: 110px;
	height: 13px;
	float: right;
	padding-left:20px;
	background-repeat: no-repeat;
}
#cont_left .sub_brand{
	margin:0px 0px 10px 0px;
	display:block;
	height: auto;
	float: left;
}
#cont_left .sub_brand a{
	width:200px;
	height:15px;
	background-image: url(../img/icon1.jpg);
	background-repeat:no-repeat;
	padding-left:35px;
	margin:10px 0px 0px 10px;
	color:#818181;
	text-decoration: none;
	display: inline;
	float: left;
}
#cont_left .sub_brand a:hover{
	background-image: url(../img/icon1_on.jpg);
	background-repeat:no-repeat;
}



#pan{
	width:796px;
	height:20px;
	background-image: url(../img/pan1.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	padding-left: 20px;
}
#pan a{
	width:100px;
	display: block;
	height: 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	padding-left: 5px;
	font-size: 9px;
	line-height: 20px;
	color: #666666;
}
#pan strong{
	width:100px;
	display: block;
	height: 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	padding-left: 5px;
	font-size: 11px;
	line-height: 20px;
	color: #FF6F6F;
}
#pan2{
	width:796px;
	height:20px;
	background-image: url(../img/pan2.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	padding-left: 20px;
}
#pan2 a{
	width:100px;
	display: block;
	height: 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	padding-left: 5px;
	font-size: 9px;
	line-height: 20px;
	color: #666666;
}
#pan2 strong{
	width:100px;
	display: block;
	height: 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	padding-left: 5px;
	font-size: 9px;
	line-height: 20px;
	color: #FF6F6F;
}

#pan3{
	width:796px;
	height:20px;
	background-image: url(../img/pan3.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top: 5px;
	padding-left: 20px;
}
#pan3 a{
	width:100px;
	display: block;
	height: 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	padding-left: 5px;
	font-size: 9px;
	line-height: 20px;
	color: #666666;
}
#pan3 strong{
	width:100px;
	display: block;
	height: 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	padding-left: 5px;
	font-size: 9px;
	line-height: 20px;
	color: #FF6F6F;
}




#cont_right .use{
	width:567px;
	height:auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}
#cont_right .use p{
	width:487px;
	background-image: url(../about_img/bk.jpg);
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 50px;
	color: #888888;
}
#cont_right .greeting{
	width:567px;
	height:auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}
#cont_right .com{
	width:567px;
	height:auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
#cont_right .greeting p{
	width:487px;
	background-image: url(../about_img/bk.jpg);
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 50px;
	color: #888888;
}
#cont_right .colum{
	vertical-align:bottom;
}
#cont_right .colum p{
vertical-align:top;
	width:488px;
	background-image: url(../about_img/bk.jpg);
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 50px;
	color: #888888;
}
#cont_right .brand_img{
	width:273px;
	background-image: url(../brand_img/b_bk.jpg);
	height:47px;
	float: left;
	margin-right: 1px;
	margin: 0px 1px 1px 0px;
}
#cont_right .brand_img img{
	float:left;
	margin: 9px 0px 0px 5px;
	border: 1px solid #FCAAAA;
}
#cont_right .greeting a{
	width:150px;
	height:30px;
	background-color:#FFFFFF;
	margin:10px 0px 0px 0px;
	color: #888888;
	display: block;
	float: left;
	line-height: 30px;
	padding-left: 10px;
}
#cont_right .brand_s{
	width:567px;
	height:auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
#cont_right .brand_s p{
	width:487px;
	background-image: url(../about_img/bk.jpg);
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 50px;
	color: #888888;
}
#cont_right .brand_s .a{
	width:150px;
	height:30px;
	background-color:#FFFFFF;
	margin:10px 0px 0px 0px;
	color: #888888;
	display: block;
	float: left;
	line-height: 30px;
	padding-left: 10px;
}
#cont_right .company{
	width:557px;
	background-image: url(../about_img/bk.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
	color: #888888;
}
#cont_right .company p{
	width:537px;
	background-color:#FFFFFF;
	margin:0px 10px 0px 10px;
	color: #888888;
	padding-bottom: 0px;
	border-bottom: 1px dotted #FFCDCD;
	height: 40px;
}
#cont_right .company p .tit{
	width:100px;
	float:left;
	height:auto;
	display:block;
	margin:0px 0px 0px 20px;
	line-height: 40px;
	color: #FFA1A1;
}
#cont_right .company p .msg{
	width:360px;
	float:left;
	height:auto;
	display:block;
	margin:0px 0px 0px 20px;
	line-height: 40px;
	color: #FFA1A1;
}
#cont_right .company p .msg2{
	width:360px;
	float:left;
	height:auto;
	display:block;
	margin:0px 0px 0px 20px;
	line-height: 20px;
	color: #FFA1A1;
}

#cont_right .form{
	width:567px;
	height:auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}

.form_box{
	width:487px;
	background-image: url(../about_img/bk.jpg);
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 50px;
	color: #888888;
}
.form_box .kome{
	float:right;
	color:#FF0000;
}
.form_box table td p{
	float:left;
	margin-left: 90px;
}
.form_box table .fo{
	background-color:#FFFFFF;
	height:30px;
	vertical-align:middle;
	padding-left: 10px;
	padding-right: 10px;

}
.form_box table a{
	width:69px;
	height:22px;
	background-image: url(../img/btn_off.gif);
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	display: inline;
	float: left;
	margin:0px 0px 0px 5px;
}
.form_box table a:hover{
	background-image: url(../img/btn_on.gif);
}
.sitemap{
	height:auto;
}
.sitemap a{
	width:400px;
	background-image: url(../img/icon1.jpg);
	background-repeat:no-repeat;
	padding-left:35px;
	padding-bottom:10px;
	margin:10px 0px 0px 10px;
	color:#000000;
	text-decoration: none;
	display: inline;
	float: left;
}
.sitemap a:hover{
	background-image: url(../img/icon1_on.jpg);
	background-repeat:no-repeat;
}
.link_s{
	height:auto;
}
.link_s a{
	width:400px;
	background-image: url(../img/icon1.jpg);
	background-repeat:no-repeat;
	padding-left:35px;
	padding-bottom:10px;
	margin:10px 0px 0px 10px;
	color:#000000;
	text-decoration: none;
	display: inline;
	float: left;
}
.link_s a:hover{
	background-image: url(../img/icon1_on.jpg);
	background-repeat:no-repeat;
}
.map_link{
	height: auto;
}
.map_link a{
	width:200px;

	background-image: url(../map_img/icon2.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	margin:0px 0px 0px 50px;
	color:#000000;
	text-decoration: none;
	display: inline;
	float: left;
}
.map_link a:hover{
	background-image: url(../map_img/icon2_on.jpg);
	background-repeat:no-repeat;
}



/*
########################################################
	2009/10/16追加
########################################################
*/
.news_img{
	margin:0px 0px 10px 10px;
	float:left;
	width: 64px;
	height: 64px;
	
}
.news_img img{
	border:1px solid #ffe0ee;
}
.news_img2{
	margin:0px 0px 10px 120px;
	float:left;
	width: 64px;
	height: 64px;
	
}
.news_img2 img{
	border:1px solid #ffe0ee;
}
