/* ページの基本デザイン用CSS*/
.contents {
	background-image: url(../images/sd_bc.jpg);
	background-repeat: repeat-y;	
	width: 790px;
	margin: auto;
	}

body	{
	background-color: #eff3f7;
	color: #000000;
	font-family: Century;
	margin: 0px;
	padding: 0px;
	}
hr	{
	color: #000000;
	clear: both;
	height: 2px;
	}
h1	{
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 23px;
	}
h2	{
	text-decoration: underline;
	}
p	{
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	font-family: Century;
	}

a:link	{
	color: midnightblue;
	}

a:visited {
	color: indigo;
	}

/* テキスト */
.text1	{
	
	}
.text2	{
	
	}
.text2 a {
	
	}
.text3	{
	
	}

/*　ぱんくず*/
.pan	{
	font-size: 14px;
	margin-bottom: 15px;
	color: #666666;
	}
.pan a	{
	color: #666666;
	}

/* ヘッダーのレイアウト */

.header	{
	width: 790px;
	height: 170px;
	border-bottom: solid 3px #ffcc00;
	margin: auto;
	}
/* メニューのレイアウト */
.menu	{
	padding-top: 15px;
	width: 790px;
	}

.menu p {
	color: #cccccc;
	width: 790px;
	padding-left: 15px;
	margin: 0px;
	font-size: 8px;
	font-weight: bold;
	font-family: Arial;
	}
.menu p img {
	width: 165px;
	height: 33px;
	padding-left: 20px;
	margin-bottom: 2px;
	border: 0px;
	}

.menu a {
	text-decoration: none;
	color: #cccccc;
	}
.menu a:hover {
	color: #ffcccc;
	}

/* メインのレイアウト*/
.main	{
	background-color: #eff3f7;
	width: 790px;
	}


/* ページ左　*/

.lefta	{
	float: left;
	width: 580px;
	text-align: justify;
	padding: 0px 15px 0px 15px;
	}

.lefta h1 {
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana;
	}

/* トップページ左 */

.left	{
	float: left;
	width: 180px;
	}
.left p {
	font-size: 12px;
	}

/* トップページ中央 */

.center	{
	float: left;
	width: 400px;
	padding: 0px 15px 0px 15px;
	text-align: justify;
	}

/* トップページ右 */

.right	{
	float: right;
	width: 180px;
	}
.right h2 {
	font-size: 15px;
	font-weight: bold;
	}
.right ul {
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	}
.right p {
	font-size: 12px;
	}

/*商品ページ左*/
.product_l {
	width: 365px;
	float: left;
	font-family: verdana;
	padding: 15px;
	}

.product_l p {
	font-family: verdana;
	font-size: 13px;
	}

.product_l h2 {
	font-family: verdana;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	width: 365px;
	height: 30px;
	background-color: #ffcc00;
	text-align: center;
	padding-top: 5px;
	}

/*商品ページ右*/
.product_r {
	width: 365px;
	float: right;
	font-family: verdana;
	text-align: justify;
	padding: 15px;
	}

.product_r p {
	font-family: verdana;
	font-size: 13px;
	}

.product_r h2 {
	font-family: verdana;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	width: 365px;
	height: 30px;
	background-color: #ffcc00;
	text-align: center;
	padding-top: 5px;
	}

/*商品一覧*/
.product_a {
	width: 760px;
	font-family: verdana;
	font-size: 13px;
	padding: 15px;
	background-color: #ffff66;	
	}
.product_a p {
	font-family: verdana;
	font-size: 13px;
	padding: 15px;
	}
.product_a img {
	border: 1px;
	border-color: #000000;
	margin-right: 15px;
	}

.product_b {
	width: 760px;
	font-family: verdana;
	font-size: 13px;
	padding: 15px;	
	}
.product_b p {
	font-family: verdana;
	font-size: 13px;
	padding: 15px;
	}
.product_b img {
	border: 1px;
	border-color: #000000;
	margin-right: 15px;
	}

/*ページトップ*/
.top img {
	clear: both;
	border: 0px;
	margin-top: 10px;
	float: right;
	}


/* フッターのレイアウト */
.footer	{
	width: 790px;
	height: 320px;
	color: #000000;
	font-size: 14px;
	border-top : solid 3px #336699;
	clear: both;
	}
.footer p {
	margin: 0px;
	line-height: 16px;
	padding: 15px 20px 3px 50px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	}

.footer img {
	border: 0px;
	}