@charset "UTF-8";

/*	TOPページ用
--------------------------------------------- */

/* 紹介 */
/*
#description h2 {
	margin: 0 0 20px;
}

#description .left {
	width: 204px;
	text-align: right;
}

#description .right {
	width: 316px;
	padding: 15px 0 0;
}

#description .right p {
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
}


#description ul {
	margin: 20px 0;
}

#description li {
	float: left;
}
*/

/*追記[20091110]*/
#description {
	position: relative;
	top: -16px;
}

#description h2 {
	position: relative;
	width: 555px;
	height: 217px;
	margin-left: -15px;
}




#guide01 {
	width: 158px;
	height: 21px;
	margin: 0 1px 0 0;
	background-image: url(../images/index/btn_01_on.gif);
}

#guide01 a {
	width: 158px;
	height: 21px;
}

#guide02 {
	width: 157px;
	height: 21px;
	background-image: url(../images/index/btn_02_on.gif);
}

#guide02 a {
	width: 157px;
	height: 21px;
}

/* ラインナップ */
#lineup {
	margin: 0 0 20px;
}

#lineup h2 {
	margin: 0 2px 0 0;
}

#lineup ul {
	width: 469px;
}

#lineup li {
	display: inline;
	float: left;
	margin: 0 2px 0 0;
}

#main #lineup li#product03 {
	margin: 0;
}

#lineup div {
	margin: 0 0 10px;
}

/*追記[20091110]*/
#product_info {
	margin-bottom: 15px;
	background: url(../images/common/bg_01.gif) repeat;
}

#product_info img {
	margin: 10px 10px 0 0;
}

#product_info .left {
	width: 340px;
}

#product_info p {
	margin: 10px 0 10px 10px;
	padding: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
	border: solid 1px #ccc;
	background: #fff;
}



/* 新着情報 */
#newslist {
	border-style: solid;
	border-width: 3px 1px 1px;
	border-color: #A13229 #ccc #ccc;
}

#newslist h2 {
	margin: 0;
	padding: 10px;
	border-bottom: solid 1px #ccc;
}

#newslist h2 img {
	vertical-align: baseline;
}

#newslist dl {
	height: 1%;
	padding: 0 0 5px;
}

#newslist dt {
	float: left;
	width: 9em;
	padding: 0.5em 0;
	font-weight: bold;
	text-indent: 1em;
	background: url(../images/common/arrow_01.gif) no-repeat 100% 50%;
}

#newslist dd {
	padding: 0.5em 0 0.5em 10em;
	background: url(../images/common/dot_line_01.gif) repeat-x 0 100%;
}

#newslist dd p {
	height: 1%;
}

#newslist dd img {
	vertical-align: middle;
}




