@charset "Shift_JIS";

@import url("global.css");


/* -------------------------------------------------------------------
テキストスタイル
------------------------------------------------------------------- */

.t_right {
    text-align:right;
	padding:10px;
}


/* -------------------------------------------------------------------
リスト
------------------------------------------------------------------- */
div.lis_box {
	width: 550px;
	background-image: url(../../images/info/com_box_bg.gif);
	background-repeat:repeat-y;
	padding: 10px;
}

div.lis_box h3{
	font-size: 14px;
	color: #B43742;
	background-image: url(../../images/info/point_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:18px;
	margin-bottom: 5px;
}

div.lis_box h2{
	font-size: 12px;
	color: #313131;
	padding: 0px 10px 0px 0px;
	margin-bottom: 0px;
}

div.lis_box .s_td{
   	border-bottom: 1px dotted #C6C1B8;
}

div.lis_box .s_td1{
   	border-bottom: 2px solid #931823;
	font-size: 12px;
	color: #B43742;
	
}
div.lis_box .s_td2{
   	border-bottom: 1px solid #931823;
	
}
/* listテキストリンク -------------------- */

div.lis_box a:link {
	color: #3E3E3E;
	text-decoration: underline;
}
div.lis_box a:visited {
	color: #3E3E3E;
	text-decoration: underline;
}
div.lis_box a:hover {
	color: #B43742;
	text-decoration: none;
}
div.lis_box a:active {
	color: #B43742;
	text-decoration: none;
}


/* -------------------------------------------------------------------
商品詳細
------------------------------------------------------------------- */

div.syo_box {
	width: 550px;
	background-image: url(../../images/info/com_box_bg.gif);
	background-repeat:repeat-y;
	padding: 10px;
}

div.syo_box .tleft {
	background-image: url(../../info/images/point_03.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 5px 10px;
	border-bottom: 0px dotted #C6C1B8;
}

div.syo_box .tright {
	background-image: url(../../info/images/ten.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px dotted #C6C1B8;
}

div.syo_box .tleft2 {
	background-image: url(../../info/images/point_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 5px 5px 20px;
	border:0;
}

div.syo_box .tright2 {
	border:0;
}
div.syo_box .tright3 {
	border-bottom: 1px dotted #C6C1B8;
}
div.syo_box .tright4 {
	padding: 5px 5px 5px 15px;
	margin-bottom: 0px;
}
div.syo_box h3{
	font-size: 14px;
	color: #B43742;
}

div.syo_box h2{
	font-size: 12px;
	color: #313131;
}
div.syo_box h1{
	font-size: 12px;
	color: #313131;
	padding: 5px 5px 5px 15px;
	margin-bottom: 0px;
}
div.syo_box .s_td{
   	border-bottom: 1px dotted #C6C1B8;
}

p{
margin:10px 5px;
}

b{
color:#990033;
font-size:105%;

}
