@charset "euc-jp";

/*各コンテンツ*/

@import "content.css";



/*レイアウト*/

@import "base.css";


/*トップページ*/

@import "top.css";


/*メールフォーム*/

@import "form.css";

@import "shop.css";


#contents .option {
	width: 660px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666;
	border-right-color: #666;
}
#contents .option tr td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666;
	border-left-color: #666;
	padding: 3px;
	line-height: 1.5em;
}

