@charset "utf-8";

body {
	font-size: 100%; /* IE */
}

html>/**/body {
  font-size: 13px; /* Except IE */
}

* {
/*    font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif; */
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html {
	overflow-y:scroll;
}

body,div,p,img,br,form,span,tr,td,th,ul,li,dl,dd,dt,h1,h2,h3,h4,h5 {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border: 0px;
	line-height: 130%;
}

body {
	font-size: 12px;
	font-weight: normal;
	color: #4e4e4c;
	background-color: #EDFFE8;	
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-x;
	background-position: 100px 90px;
}

h2 img {
	margin-left: 5px;
}

.clear {
	clear: both;
	line-height: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	text-decoration: none;
	font-weight: normal;
}

a:link,
a:visited {
	color: #191970;
	text-decoration: none;
}
a:hover,
a:active {
	color: #000000;
	text-decoration: none;
}



/*	使用していない  */
#pankuzu {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.white_back {
	background-color: #ffffff;
}
/*	使用していない  */


#page_box {
	width: 800px;
	background-color:#ffffff;
	margin-left: auto;
	margin-right: auto;

}

#head_0{
	
	float:left;
	clear:both;
	width:800px;
	height:10px;
	background-color:#000000;
	
	background-image: url(../images/home/tp_back2.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#head {
	
	height:80px;

	padding-left: 3px;
	padding-right: 3px;	


}

#head_l {
	float: left;
}


#head_r {
	float: right;
}

#head a {
/*	display: block; */
	float: left;
}

#flash {
	margin-bottom: 12px;
}


/*------------ナビ------------*/
#navi ul{
	margin:0px;
	padding:0px;
}

#navi {
	width: 800px;
	margin-bottom: 12px;
}
#navi a {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	height: 50px;
	text-indent: -9999px;
}
#navi li {
	list-style-type: none;
	float: left;
}
#navi #home a {
	width: 117px;
	background-image: url(../images/common/navi.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#navi #home a:hover,
#navi #home a.current {
	background-image: url(../images/common/navi.jpg);
	background-repeat: no-repeat;
	background-position: left -50px;
}
#navi #new a {
	width: 142px;
	background-image: url(../images/common/navi.jpg);
	background-position: -117px top;
	background-repeat: no-repeat;
}
#navi #new a:hover,
#navi #new a.current {
	background-image: url(../images/common/navi.jpg);
	background-repeat: no-repeat;
	background-position: -117px -50px;
}
#navi #item a {
	width: 142px;
	background-image: url(../images/common/navi.jpg);
	background-position: -259px top;
	background-repeat: no-repeat;
}
#navi #item a:hover,
#navi #item a.current {
	background-image: url(../images/common/navi.jpg);
	background-repeat: no-repeat;
	background-position: -259px -50px;
}
#navi #com a {
	width: 141px;
	background-image: url(../images/common/navi.jpg);
	background-position: -401px top;
	background-repeat: no-repeat;
}
#navi #com a:hover,
#navi #com a.current {
	background-image: url(../images/common/navi.jpg);
	background-repeat: no-repeat;
	background-position: -401px -50px;
}
#navi #cont a {
	width: 160px;
	background-image: url(../images/common/navi.jpg);
	background-position: -542px top;
	background-repeat: no-repeat;
}
#navi #cont a:hover,
#navi #cont a.current {
	background-image: url(../images/common/navi.jpg);
	background-repeat: no-repeat;
	background-position: -542px -50px;
}
#navi #link a {
	width: 98px;
	background-image: url(../images/common/navi.jpg);
	background-position: -702px top;
	background-repeat: no-repeat;
}
#navi #link a:hover,
#navi #link a.current {
	background-image: url(../images/common/navi.jpg);
	background-repeat: no-repeat;
	background-position: -702px -50px;
}
/*
#navi #privacy a {
	width: 221px;
	background-image: url(../images/common/navi.jpg);
	background-position: -579px top;
	background-repeat: no-repeat;
}
#navi #privacy a:hover,
#navi #privacy a.current {
	background-image: url(../images/common/navi.jpg);
	background-repeat: no-repeat;
	background-position: -579px -50px;
}
*/


/*-----------パンクズ------------*/

#pankuzu {

}

/*-----------ホームに戻る------------*/

.return_home {
	float:right;
	margin-right:10px;
}


/*-----------タイトルラベル------------*/

.title_label{
	
	float:left;
	clear:both;
	width:788px;
	height:43px;
	background-color:#000000;	
	background-image: url(../images/common/label.gif);
	background-position: 0px 0px;
	margin-bottom:10px;
	
}

.title_label p{
	margin-top:10px;
	margin-left:40px;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;

}



/*-----------コンテンツ------------*/
#contents {
/*	float: left; */
	margin-left: 5px;
	margin-bottom: 0px;
	width: 790px;
}

#contents h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}


/*--新着情報--*/
#top_con2 {
	padding-left: 25px;
}
#top_con2 ul {
	padding-bottom: 5px;
}

#top_con2 li {
	padding-bottom:5px;
}


#top_con2 span {
	padding-right: 15px;
}


/*--中央メニュー--*/

.top_con99{

	display:block;
	float: left;
	width: 258px;


	margin-left:2px;
	margin-right:2px;
}

.tp_back_space {

	float:left;
	clear:both;
	display:block;
	width:4px;
	height:10px;

}


.tp_back {

	float:left;
	display:block;
	width:250px;
	height:10px;
	
	background-image: url(../images/home/back2.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;

}




.top_con1 {
	display:block;
	float: left;
	clear:both;
	width: 254px;
	height:100px;
	padding-top:10px;
	
	background-image: url(../images/home/tp_back.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	
	
}
.top_con1 .con1_img {
	width: 100px;
	text-align: center;
	float: left;
	margin-left:10px;
}

.top_con1 .con2_img {
	width: 100px;
	text-align: center;
	float: left;
	margin-top:10px;
	margin-left:5px;
}


.top_con1 p {
	float: left;
	margin-left: 5px;
	width: 120px;
}




/*-----------商品一覧------------*/

#space_bottom {

	float:left;
	clear:both;
	display:block;
	width:5px;
	height:10px;

}


#item_bottom {

	float:left;
	display:block;
	width:780px;
	height:10px;
	
	background-image: url(../images/home/back2.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;

}


#item_list {
	float: left;
	width: 790px;


	padding-top:10px;
	padding-bottom: 10px;
	
	background-image: url(../images/home/back.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	
}

#item_list ul {
	margin-bottom: 15px;
}

/*
#item_list .tit {

	background-image: url(../images/common/icon2.gif);
	background-repeat: no-repeat;
	padding-left: 34px;
	background-position: 12px center;
	font-size: 12px;
	color: #666666;
	padding-top: 7px;
	margin-left: 15px;
}
*/

#item_list .border {
	border-bottom: 1px solid #77A512;
	clear: both;
	height: 5px;
}


/*-----------スペース------------*/

.space {
	display:block;
	float:left;
	height:10px;
	width:790px;

}

/*-----------フッター------------*/
#foot_image {
	width: 100%;
	height: 100px;
	background: url(../images/common/footer_bg.jpg) no-repeat;
}

#foot_inner {
	width: 780px;
	height: 60px;
	padding: 10px;
}

#foot {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	border-top: 1px solid #669900;
}

#foot ul {
	margin:10px 0 10px 20px;
}

#foot li {
	float: left;
	color: #669966;
}

#foot li a {
	margin: 0 5px;
}

#foot li a:link,
#foot li a:visited {
	color: #669966;
}

#foot li a:active,
#foot li a:hover {
	color: #000000;
}

#foot li.foot_return  {
	display:block;
	float: right;
	background-image: url(../images/common/button_up.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 15px;
}


.foot_navi2 {
	float: left;
	width: 780px;
	padding-bottom: 2px;
}
.foot_navi2 .con1_img {
	width: 100px;
	text-align: center;
	float: left;
}
.foot_navi2 p {
	float: left;
	padding-left: 5px;
	padding-top: 2px;
	width: 150px;
	color: #000000;
}

#footer_company_image {
	float: left;
	width: 100px;
	text-align: center;
}

#footer_company_image img {
	border: 1px solid #cccccc;
}

#footer_mail_image {
	float: right;
	text-align: center;
	position: relative;
	top: -2px;
}

#footer_company_info {
	margin-top: 5px;
	float: left;
}

#footer_company_name {
	font-weight: bold;
	font-size: 120%;
}


#copyright {
	float: right;
	width:800px;
}



#copyright p {
	float: right;
	padding-right: 10px;
/*
	padding-top: 5px;
	padding-left: 10px;
*/
	color: #ffffff;
	font-size: 11px;
}

hr {
	border: 1px solid #77a512;
	height: 1px;
	margin: 0;
	padding: 0;
}

.red {
	color: #ef0000;
}

p.lead {
	margin: 20px;
}


ol.number li {
	list-style-type: decimal;
}

/* データが存在していない場合のメッセージ表示用 */
.no_data {
	font-size: 120%;
	font-weight: bold;
	color: #669900;
}

div.contents_body {
	border: 2px solid #61AF41;
/*	border-top: 1px solid #ffffff; */
	margin-bottom: 12px;
}


/* Clears
*************************************************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
/* HIDE IEmac-5 \*/
	* html .clearfix {height:1%;}
	*+html .clearfix {height:1%;}
	.clearfix {display:block;}
/* END HIDE IEmac-5 */

/*
*************************************************/

