@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #464241;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 80%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 1em;
	background-image: url(../images/bg.jpg);	/*背景壁紙*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #464241;
}
a:hover {
	color: #877b70;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 925px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	text-align: center;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;		/*文字サイズ*/
	font-weight: normal;	/*デフォルトの太字を標準に。太字がいいならこの１行削除。*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定。通常がいいならこの１行削除。*/
}
h1 a {
	text-decoration: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	height: 42px;
	width: 100%;
}
ul#menu li {
	float: left;
	padding-right: 5px;
}
ul#menu li.last {
	padding-right: 0;
}
ul#menu img {
	vertical-align: bottom;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;	/*メインコンテンツ幅*/
	padding-bottom: 50px;
	clear: left;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;					/*文字サイズ*/
	background-image: url(../images/bg2.jpg);
	color: #FFFFFF;
	padding: 5px 10px;
	clear: both;
	width: 905px;
}
/*トップページのごあいさつブロック内の画像h2タグ設定*/
#main #topbox h2 {
	background-image: none;
	width: auto;
	padding: 0px;
	clear: none;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;/*左から、上、左右、下への余白*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	padding-bottom: 20px;
	position: relative;
	height: 300px;
	width: 925px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*トップ以外のメイン画像
---------------------------------------------------------------------------*/
#mainimg2 {
	padding-bottom: 20px;
	
}

/*トップページ内「お知らせ」ブロック
---------------------------------------------------------------------------*/
#notification{
	height: 500px;			/*ボックスの高さ*/
	width: 925px;
	margin-top:5px;
	margin-bottom:10px;
	border:0px;
}

/*トップページ内「更新情報」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 905px;
	padding-right: 10px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 885px;
	border-bottom: 1px solid #BFB0A9;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 130px;
}
#main .new dd {
	float: left;
	width: 755px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*センタリング*/
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 925px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #AF9D93;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
	z-index: -1;
}
.ta1 td {
	padding: 10px;	/*テーブル内の余白*/
	width: 25%;
	text-align: center;	/*センタリング*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th{
	background-color: #e7e5e2;	/*背景色*/
	text-align: left;
	padding: 10px;
}

/*テーブル２
---------------------------------------------------------------------------*/
.ta2 {
	width: 925px;
}
.ta2, .ta2 td, .ta2 th{
	border: 1px solid #AF9D93;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
	z-index: -1;
}
/*テーブル内の右側*/
.ta2 td{
	width: 682px;
	padding: 10px;				/*テーブル内の余白*/
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta2 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 200px;				/*幅*/
	padding: 10px;				/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
}
/*テーブル内のh3タグ設定*/
.ta2 h3 {
	margin-bottom: 0.5em;
	color: #877b70;		/*文字色*/
	font-size: 100%;	/*文字サイズ*/
	border-bottom: 2px dotted #877b70;	/*下線の幅、線種、色*/
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e7e5e2;	/*背景色*/
}

/*テーブル３＿商品内容一覧用（２列）
---------------------------------------------------------------------------*/
.ta3-2 {
	width: 300px;
}
.ta3-2, .ta3-2 td, .ta3-2 th{
	border: 1px solid #AF9D93;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.5;
	z-index: -1;
}
.ta3-2 td {
	padding: 5px;	/*テーブル内の余白*/
	width: 50%;
	text-align: center;	/*センタリング*/
	vertical-align: middle;
}
/*テーブル１行目に入った見出し部分*/
.ta3-2 th{
	background-color: #e7e5e2;	/*背景色*/
	text-align: center;
	padding: 5px;
}

/*テーブル３＿商品内容一覧用（４列）
---------------------------------------------------------------------------*/
.ta3-4 {
	
	width: 580px;
	
}
.ta3-4, .ta3-4 td, .ta3-4 th{
	border: 1px solid #AF9D93;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.5;
	z-index: -1;
}
.ta3-4 td {
	padding: 5px;	/*テーブル内の余白*/
	width: 25%;
	text-align: center;	/*センタリング*/
	vertical-align: middle;
}
/*テーブル１行目に入った見出し部分*/
.ta3-4 th{
	background-color: #e7e5e2;	/*背景色*/
	text-align: center;
	padding: 5px;
}

/*テーブル３＿商品内容一覧用（７列）
---------------------------------------------------------------------------*/
.ta3-7 {
	width: 640px;
}
.ta3-7, .ta3-7 td, .ta3-7 th{
	border: 1px solid #AF9D93;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.5;
	z-index: -1;
}
.ta3-7 td {
	padding: 5px;	/*テーブル内の余白*/
	width: 14%;
	text-align: center;	/*センタリング*/
	vertical-align: middle;
}
/*テーブル１行目に入った見出し部分*/
.ta3-7 th{
	background-color: #e7e5e2;	/*背景色*/
	text-align: center;
	padding: 5px;
}

/*テーブル３＿送料一覧用（７列）
---------------------------------------------------------------------------*/
.ta3-7_2 {
	width: 900px;
}
.ta3-7_2, .ta3-7_2 td, .ta3-7_2 th{
	border: 1px solid #AF9D93;	/*テーブルの枠線の幅、線種、色*/
	line-height: 1.5;
	z-index: -1;
}
.ta3-7_2 td {
	padding: 5px;	/*テーブル内の余白*/
	width: 14%;
	text-align: center;	/*センタリング*/
	vertical-align: middle;
}
/*テーブル１行目に入った見出し部分*/
.ta3-7_2 th{
	background-color: #e7e5e2;	/*背景色*/
	text-align: center;
	padding: 5px;
}

/*テーブル４＿枠なし
---------------------------------------------------------------------------*/
.ta4 {
	width: 925px;
}
.ta4, .ta4 td, .ta4 th{
	border: none;
	line-height: 2;
	z-index: -1;
}


/*商品紹介ページ
---------------------------------------------------------------------------*/
.products-ul{
	list-style-type: disc;
	margin-left: 25px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #e7e1dd;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #6AA8A7;
}
.fr {
	float: right;
}
.pr {
	font-size: 10px;
}

input, textarea, select{
	margin:0px;
	padding:2px;
	border:1px solid #AF9D93;
}

textarea{
	overflow:auto;
}




/*ページTOPへ戻るリンク
---------------------------------------------------------------------------*/
.move-page-top {
	width:100%;
	text-align: right;
	text-color: #464241;
	text-decoration: underline;
}
