 /* ボディに関するCSS */
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: #666;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
/* 全体に関するCSS */
#all{
	width: 820px;
	padding: 0px;
	position:absolute;
	left:50%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -410px;
	}

/* ヘッダーに関するCSS */

#header {
	width: 800px;
	height:15px;
	margin: 0px;
	padding: 0px;
	clear: left;
}


/* ナビゲーションに関するCSS */

#navi {
	font-size: 80%;
	width:800px;
	line-height: 170%;
	margin:5px 0px;
	padding:0px;
	list-style:none;	
	float:left;	
}

#navi li {
	float:left;
	background-color: #FAFAFA;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #000;
	text-align: center;
	width: 125px;
	height:22px;
}

#navi a{
	color: #333333;
	display:block;
	width: 125px;
	height:22px;
}

#navi a:hover {
	color: #333333;
	background-color: #FFCCCC;
	text-decoration:none;
}

/* メニューに関するCSS（class属性の方！） */
.menu-left{
	font-size: 80%;
	width:125px;
	line-height: 170%;
	padding:0px;
	list-style:none;
	float:left;
	margin: 0px;
}

.menu-left li{
	background-color: #FAFAFA;
	margin-bottom: 5px;
	border: 1px solid #000;
	text-align: center;
	width: 125px;
	height:22px;
}

.menu-left a{
	color: #333333;
	display:block;
	width: 125px;
	height:22px;
}

.menu-left a:hover {
	color: #333333;
	background-color: #FFCCCC;
	text-decoration:none;
}

/* コンテンツに関するCSS */

#content {
	clear:left;
	width: 800px;
	border: 1px solid #999;
	background-color: #FFF;
	padding: 5px;
	margin-top: 5px;
	maegin-bottom:5px;
	float:left;
}

#menu {
	width: 125px;
	margin-right: 5px;
	background-image: url(image/bck_top_news.gif);
	float:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#col1 {
	width:500px;
	margin-right: 5px;
	float:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebar {
	width: 125px;
	float:left;
	background-image: url(image/bck_top_news.gif);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#credit {
	width: 800px;
	clear:left;
	font-size: 80%;
	line-height: 150%;
	margin-top: 5px;
	text-align: center;
}

/* テキストに関するCSS */

h1{
	font-size:80%;
	background-color:#FFCCCC;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.news_title {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	width: 126px;
}
.menu_title {
	font-size: 80%;
	margin-bottom: 5px;
	text-align: center;
	color: #FF6666;
	width: 126px;
}

p {
	margin-top: 0px;
	font-size: 90%;
	line-height: 150%;
}

.pagemark {
	font-weight: bold;
}

.news {
	font-size: 80%;
	line-height: 150%;
}


.bottom{
	font-size: 80%;
	clear:left;
	text-align: center;
}

/* セールの赤文字表記のCSS */
.style1 {
	color: #FF0000;
	font-weight: bold;
}

/* 選び方のテーブルに関するCSS */
.erabikata-table{
	font-size: 80%;
}

/* ご注文の手順のテーブルに関するCSS */
.tezyun-table {
	font-size: 90%;
}

/* 画像に関するCSS */

img.thumb {
	float: left;
	margin-right: 10px;
}

.line {
	width: 100%;
	background-image: url(image/dotline_s.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	height:1px;
	}
	
img.topkey {
	margin-bottom: 15px;
}


/* リンクに関するCSS */

a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:underline}
