/* -------------------------------------------------------------------
	燻製デパート(/smokerstore/)用common.css
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
	全体の定義
------------------------------------------------------------------- */
body {
	width: 900px;
	font-size: 11pt;
	color: #000066;
/*
	width: 95%;
	line-height: 1.2em;
	padding: 0em;
*/
}

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
}

h3 {
}

/* -------------------------------------------------------------------
	枠の定義
------------------------------------------------------------------- */
/* 本文部全体 */
div.cover {
	background-color: #white;
	margin-bottom: 1em;
/*
	background-color: #ffffcc;
*/
}

/* coverのクリア */
div.clear {
	clear: both;
}

/* ヘッダー */
div.header {
	background-color: #0000FF;
}

/* タイトル */
div.ptitle {
	padding: 0;
/*	padding-right: 2px;*/
	margin: 0%;
	text-align: center;
	background-color: #FFFFFF;
/*
	float: left;*/
}

/* サブタイトル */
div.stitle {
	font-size: 8pt;
}

/* ナビゲーションバー */
div.navibar {
	clear: both;
}

/* 左メニュー */
div.lmenu {
	float: left;
	width: 146px;
/*
	width: 180px;
	background-color: #ccffcc;
*/
}

/* 本文 */
div.mainbody {
	float: left;
	width: 550px;
/*
	width: 590px;
	background-color: #ccffff;
*/
}

/* 右宣伝部 */
div.rmenu {
	padding: 0px;
	text-align: center;
	margin-left: 164px;
/*
	margin-left: 130px;
	background-color: #FF99CC;
*/
}

.alleft {
	text-align: left;
}

.alcenter {
	text-align: center;
}

.alright {
	text-align: right;
}

/* 左フッター */
div.lfooter {
	text-align: left;
	font-size: small;
	background-color: #66FF00;
	float: left;
	width: 40%;
	padding: 3px;
}

/* 中央フッター */
div.cfooter {
	text-align: center;
	font-size: small;
	background-color: #66FF00;
	float: left;
	width: 20%;
	padding: 3px;
}

/* 右フッター */
div.rfooter {
	text-align: right;
	font-size: small;
	background-color: #66FF00;
	margin-left: 40%;
	padding: 3px;
/*	clear: both;*/
}

/* -------------------------------------------------------------------
	ナビゲーションバー
	------------------------------------------------------------------- */
/*固定リンク用*/
div.navi1 {
/*	
	background-color: #0000FF;
	padding: 3px;
	font-size: 2pt;
	font-size: 80%;*/
}

div.navi1 a {
/*
	color: white;
	text-decoration: underline;
	border-right: 1px #ccffcc solid;
	padding: 0px 0.3em;*/
}

/*ナビゲーションバー*/
div.navi2 {
	background-color: white;
	padding: 3px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 80%;
}

div.navi2 a {
	color: #000066;
	text-decoration: underline;
	border-right: 1px #000066 solid;
	padding: 0px 0.3em;
}

/* -------------------------------------------------------------------
	左メニュー
------------------------------------------------------------------- */
/* Eric Myer's Simple List Separators
http://www.meyerweb.com/eric/talks/2003/commug/commug.html */
#navlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
/*	width: 200px;*/
}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.1em;
	border-top: 1px solid gray;
}

#navlist li a {
	text-decoration: underline;
/*	text-decoration: none;*/
}

