body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	width: 760px;
	margin: auto;
}
#header {
	background-image: url(../img/header1.jpg);
	background-position: center top;
	height: 67px;
	margin: auto;
	padding:0;
}
#header h1 {
	padding-top: 36px;
	width: 268px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
}
#header2 {
 margin:0;
	padding:0;
	float: left;
	width: 760px;
	height:90px;
	background-image: url(../img/headerTMP.jpg);
	background-position: left top;
}
#secondary3 {
	float: left;
	width: 160px;
/*	height: 800px;*/
	background-color: #F0F4E3;
	padding: 0px;
	margin: 0px;
}
#primary3 {
	float: left;
	width: 560px;
	margin-left: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#footer {
	clear: both;
	height: 50px;
	border-top: 1px dashed #999999;
	font-size: 1.2em;
}
.space9 {
	text-align: left;
	float: left;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigation {
	width: 477px;
	float: right;
	padding-top: 43px;
	text-align: right;
	margin: 0;
}
#navigation h2 {
	margin: 0px;
	padding: 0px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	margin: 0;
	font-size: 0.4em;
	list-style: none;
}
#navigation li#home {
	float: left; /* ボックスを左寄せに指定 */
	width: 69px; /* ボックスの幅を指定 */
	margin: 0;
}
#navigation li#search {
	float: left; /* ボックスを左寄せに指定 */
	width: 85px; /* ボックスの幅を指定 */
	margin: 0;
}
#navigation li#kamishidami {
	float: left; /* ボックスを左寄せに指定 */
	width: 132px; /* ボックスの幅を指定 */
	margin: 0;
}
#navigation li#guild {
	float: left; /* ボックスを左寄せに指定 */
	width: 109px; /* ボックスの幅を指定 */
	margin: 0;
}
#navigation li#contact {
	float: left; /* ボックスを左寄せに指定 */
	width: 80px; /* ボックスの幅を指定 */
	margin: 0;
}
#navigation li#home a {
	background: url(../img/home.jpg) left center no-repeat; /* リストのマーカー画像と背景色を指定 */
	padding: 6px 0 6px 0px;
	margin: 0;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: left;
	text-indent:-9999px;
}
#navigation li#search a {
	background: url(../img/search.jpg) left center no-repeat; /* リストのマーカー画像と背景色を指定 */
	padding: 6px 0 6px 0px;
	margin: 0;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: left;
	text-indent:-9999px;
}
#navigation li#kamishidami a {
	background: url(../img/kamishidami.jpg) left center no-repeat; /* リストのマーカー画像と背景色を指定 */
		padding: 6px 0 6px 0px;
	margin: 0;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: left;
	text-indent:-9999px;
}
#navigation li#guild a {
	background: url(../img/guild.jpg) left center no-repeat; /* リストのマーカー画像と背景色を指定 */
		padding: 6px 0 6px 0px;
	margin: 0;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: left;
	text-indent:-9999px;
}
#navigation li#contact a {
	background: url(../img/contact.jpg) left center no-repeat; /* リストのマーカー画像と背景色を指定 */
		padding: 6px 0 6px 0px;
	margin: 0;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: left;
	text-indent:-9999px;
}
#navigation li#home a:visited {
	background:  url(../img/home3.jpg) no-repeat left center;
	padding: 6px 0 6px 0px; /* 上下方向に4pxのパディングを指定、下方向は10pxに指定 */
	text-decoration: none;
	text-indent:-9999px;
}
#navigation li#search a:visited {
	background:  url(../img/search3.jpg) no-repeat left center;
	padding: 6px 0 6px 0px; /* 上下方向に4pxのパディングを指定、下方向は10pxに指定 */
	text-decoration: none;
	text-indent:-9999px;
}
#navigation li#kamishidami a:visited {
	background:  url(../img/kamishidami3.jpg) no-repeat left center;
	padding: 6px 0 6px 0px; /* 上下方向に4pxのパディングを指定、下方向は10pxに指定 */
	text-decoration: none;
	text-indent:-9999px;
}
#navigation li#guild a:visited {
	background:  url(../img/guild3.jpg) no-repeat left center;
	padding: 6px 0 6px 0px; /* 上下方向に4pxのパディングを指定、下方向は10pxに指定 */
	text-decoration: none;
	text-indent:-9999px;
}
#navigation li#contact a:visited {
	background:  url(../img/contact3.jpg) no-repeat left center;
	padding: 6px 0 6px 0px; /* 上下方向に4pxのパディングを指定、下方向は10pxに指定 */
	text-decoration: none;
	text-indent:-9999px;
}
#navigation li#home a:hover {
	background:  url(../img/home2.jpg) no-repeat left center;
	padding: 6px 0 6px 0px; /* 上下方向に4pxのパディングを指定、下方向は10pxに指定 */
	text-decoration: none;
	text-indent:-9999px;
}
#navigation li#search a:hover {
	background:  url(../img/search2.jpg) no-repeat left center;
	padding: 6px 0 6px 0px; /* 上下方向に4pxのパディングを指定、下方向は10pxに指定 */
	text-decoration: none;
	text-indent:-9999px;
}
#navigation li#kamishidami a:hover {
	background:  url(../img/kamishidami2.jpg) no-repeat left center;
	padding: 6px 0 6px 0px; /* 上下方向に4pxのパディングを指定、下方向は10pxに指定 */
	text-decoration: none;
	text-indent:-9999px;
}
#navigation li#guild a:hover {
	background:  url(../img/guild2.jpg) no-repeat left center;
	padding: 6px 0 6px 0px; /* 上下方向に4pxのパディングを指定、下方向は10pxに指定 */
	text-decoration: none;
	text-indent:-9999px;
}
#navigation li#contact a:hover {
	background:  url(../img/contact2.jpg) no-repeat left center;
	padding: 6px 0 6px 0px; /* 上下方向に4pxのパディングを指定、下方向は10pxに指定 */
	text-decoration: none;
	text-indent:-9999px;
}
#navigation2 {
	width: 280px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	text-align: right;
}
#navigation2 ul {
	list-style: none; /* リストのマーカーを表示させないように指定 */
	margin: 0; /* 全方向のマージンを0に指定 */
	padding: 0; /* 全方向のパディングを0に指定 */
}
#navigation2 li {
	float: left; /* ボックスを左寄せに指定 */
	width: 130px; /* ボックスの幅を指定 */
	margin: 0; /* 全方向のマージンを0に指定 */
	padding: 0; /* 全方向のマージンを0に指定 */
}
#navigation2 a {
	background: #FFFFFF url(../img/listmark.gif) left center no-repeat; /* リストのマーカー画像と背景色を指定 */
	padding: 4px 0 4px 10px; /* 上下方向に4pxのパディングを指定、下方向は10pxに指定 */
	color: #333333;
	text-decoration: none;
	font-size: 1.1em;
}
#side-navigation {
	width: 160px;
/*}
#side-navigation h2 {*/
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.5;
	font-weight: normal;
}
#side-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#side-navigation li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #999999;
	background: #F0F4E3 url(../img/sidelistmark2.gif) left center no-repeat; /* オフマウス時のマーカー画像と背景色を指定 */
}
#side-navigation a {
	padding: 4px 0 4px 20px;
	background: #F0F4E3 url(../img/sidelistmark.gif) left center no-repeat;
	display: block;
	width: 140px;
	color: #000000;
	text-decoration: none;
}
#side-navigation a:hover {
	color: #333333; /* オンマウス時の文字色を指定 */
	background-image: none; /* オンマウス時の背景画像を表示させないように指定 */
	background-color: transparent; /* オンマウス時の背景色を透過するように指定 */
}
.section1 {
	font-size: 0.65em;
	text-align: left;
	line-height: 1.5;
	color: #333333;
}
.list {
	border-bottom: 1px dashed #999999;
	font-size: 0.6em;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	height: 25px;
}
.productlist {
	font-size: 0.75em;
	text-align: left;
	vertical-align: top;
	color: #333333;
	line-height: 1.4;
}
.coments {
	font-size: 0.7em;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	line-height: 1.4;
	color: #333333;
}
.coments2 {
	font-size: 0.75em;
	text-align: left;
	vertical-align: top;
	margin: 0px 5px;
	line-height: 1.5;
	color: #333333;
}
.style2 {
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	line-height: 1.4;
	color: #333333;
}

.reader {
	background-color: #FFFFFF;
	margin: 0px;
	height: 39px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 560px;
}
