@charset "utf-8";
/* CSS Document */

/********************************************************************/
/* 大外 */
#container {
	width: 700px;
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 100px auto;
}

/********************************************************************/
/* ヘッダー */
#header {
	width: auto;
	margin: 0px;
	padding: 30px 10px 10px;
	text-align: center;
}

/********************************************************************/
/* ショップロゴ画像の場合使用 */
.shoplogo {
	width: auto;
	margin: 0px;
	text-align: center;
}

/* ショップロゴテキストの場合使用 */
.shoptext {
	width: auto;
	margin: 0px;
	font-weight: bold;
	text-align: center;
}

/* リンク色 */
.shoptext A:link {
	font-weight: bold;
}

.shoptext A:active {
	font-weight: bold;
}

.shoptext A:visited {
	font-weight: bold;
}

.shoptext A:hover {
	font-weight: bold;
}

/********************************************************************/
/* 中央用枠160 */
.center_box {
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/* 中央td */
#centertd {
    width: 670px;
	padding: 15px;
	margin: 0px;
	text-align: center;
}

/* トップテーブル幅 */
.auto {
    width:100%;
}

/********************************************************************/
.close_middle {
	width: auto;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 10px;
	text-align:left;
}

/********************************************************************/
/* フッター */
#footer {
	display: none;
}

/* おちゃのこ */
/* 「おちゃのこネット ホームページ作成とショッピングカート付きネットショップ開業サービス」
※上記の文言は必須項目ですので、削除する事は許可されていません。 */
#ochanoko {
	padding: 5px 15px 5px 0px;
}

/********************************************************************/
/* HTMLタグ要素 */
body {
	background-image: url(img/bg.gif);
	word-break: break-all;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666666;
	line-height: 140%;

}

A:link {
	text-decoration: underline;
	font-size: 12px;
	color: #FF6600;
	line-height: 140%;
	font-weight: bold;
}

A:active {
	text-decoration: underline;
	font-size: 12px;
	color: #FF6600;
	line-height: 140%;
	font-weight: bold;
}

A:visited {
	text-decoration: underline;
	font-size: 12px;
	color: #FF6600;
	line-height: 140%;
	font-weight: bold;
}

A:hover {
	text-decoration: none;
	font-size: 12px;
	color: #FF9900;
	line-height: 140%;
	font-weight: bold;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

h3 {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/********************************************************************/
/* サイズ小用 */
.text-11 {
	font-size: 10px;
}

/* サイズ大用 */
.text-14 {
	font-size: 14px;
}

/* ショップロゴ用 */
.text-18 {
	font-size: 20px;
	line-height: normal;
}