﻿@charset "UTF-8";

/* 見出し要素のフォントサイズの正規加*/
h1,h2,h3,h4,h5,h6,h7
{ font-size: 100%;}

/* font-styleやfont-weightプロパティの正規加*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style:normal; font-weight:normal }



p {
	font-size: medium;
	color: #666;
	line-height: 120%;
}


dd{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4A2906;
}


h4{
	color:#690;
}

.name{
	font-size: large;
	color: #669;
	margin-top: 5px;
	margin-bottom: 5px;
}

.title {
	font-size: large;
	color: #663;
	margin-top: 10px;
	margin-bottom: 10px;
}

.title1 {
	font-size: x-large;
	color: #ff8c00;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.title2 {
	font-size: large;
	color: #663;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.text {
	font-size: small;
	color: #666;
	line-height: 110%;
	padding-left: 4px;
}

.about_line_l {
	font-size: medium;
	background-image: url(../shopping-img/img_th_bg.gif);
	background-repeat: repeat-x;
	color: #666;
	height: 30px;
	width: 160px;
	padding-bottom: 6px;
	text-align: left;
	padding-left: 10px;
}


.about_line_r {
	font-size: medium;
	background-image: url(../shopping-img/img_td_bg.gif);
	background-repeat: repeat-x;
	color: #666;
	height: 30px;
	width: 400px;
	padding-bottom: 6px;
	text-align: left;
	padding-left: 10px;
}
