*{
	margin:0px;
	padding:0px;
}

body{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-image:url(img/back.gif);
}

img{
	border:0;
}

/* --------ベース用---------- */

#base{
	width:800px;
	margin:0px;
	background-color:#fff;
}

#base:after{
	clear:both;
	height:0px;
	display:block;
	content:"";
}

#main{
	width:650px;
	margin-left:auto;
	margin-right:auto;
	padding:50px 0px 50px 0px;
}

#main p{
	font-size:80%;
	font-weight:normal;
	line-height:1.3em;
	margin:0px 0px 10px 0px;
	text-align:left;
	color:#666;
}

#main:after{
	clear:both;
	height:0px;
	display:block;
	content:"";
}

/* --------h1&h2&h3&h4&h5&table用---------- */

h1{
	font-size:80%;
	margin:0px;
	padding:5px 0px 5px 0px;
	font-weight:normal;
	color:#666;
	background-color:#fff;
	text-align:left;
}

#h1SideLogo{
	float:right;
	margin-top:-12px;
}

h2{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

h3{
	font-size:90%;
	font-weight:bold;
	margin:20px 0px 10px 0px;
	padding:0px 0px 3px 20px;
	color:#666;
	text-align:left;
	border-bottom-style:solid;
	border-bottom-color:#666;
	border-bottom-width:1px;
}

h4{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

table{
	margin:0px 0px 0px 20px;
	width:460px;
}

.tabletex{
	font-size:80%;
	line-height:1.3em;
	text-align:left;
	color:#666;
}

/* --------コンテンツ用---------- */

#content{
	width:500px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

#content p{
	font-size:80%;
	font-weight:normal;
	line-height:1.5em;
	margin:0px 10px 20px 20px;
	text-align:left;
	color:#666;
}

#content a{
	font-size:75%;
	font-weight:normal;
	color:#0000ff;
}

#content a:link{
	text-decoration:none;
	color:#0000ff;
}
#content a:visited{
	text-decoration:none;
	color:#0000ff;
}
#content a:active{
	text-decoration:none;
	color:#0000ff;
}
#content a:hover{
	color:#ff0000;
}

#content:after{
	clear:both;
	height:0px;
	display:block;
	content:"";
}

.pao{
	text-align:right;
	margin:10px 0px 20px 0px;
}

.plink{
	text-align:left;
	margin:0px 10px 20px 20px;
}

/* --------first用---------- */

#firstnv{
	width:650px;
	height:27px;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
}

#firstnv ul{
	width:650px;
	height:27px;
}

#firstnv li{
	height:27px;
	display:inline;
	float:left;
}

#firstnv li#info{
	background-image:url(img/menu1/info.jpg);
	background-repeat:no-repeat;
}
#firstnv li#info img:hover{
	background-image:url(img/menu1/info-h.jpg);
	background-repeat:no-repeat;
}

#firstnv li#shouhin{
	background-image:url(img/menu1/shouhin.jpg);
	background-repeat:no-repeat;
}

#firstnv li#shouhin img:hover{
	background-image:url(img/menu1/shouhin-h.jpg);
	background-repeat:no-repeat;
}

#firstnv li#torikumi{
	background-image:url(img/menu1/torikumi.jpg);
	background-repeat:no-repeat;
}

#firstnv li#torikumi img:hover{
	background-image:url(img/menu1/torikumi-h.jpg);
	background-repeat:no-repeat;
}

#firstnv li#wakana{
	background-image:url(img/menu1/wakana.jpg);
	background-repeat:no-repeat;
}

#firstnv li#wakana img:hover{
	background-image:url(img/menu1/wakana-h.jpg);
	background-repeat:no-repeat;
}

#firstnv li#media{
	background-image:url(img/menu1/media.jpg);
	background-repeat:no-repeat;
}

#firstnv li#media img:hover{
	background-image:url(img/menu1/media-h.jpg);
	background-repeat:no-repeat;
}

#firstnv li#made{
	background-image:url(img/menu1/made.jpg);
	background-repeat:no-repeat;
}

#firstnv li#made img:hover{
	background-image:url(img/menu1/made-h.jpg);
	background-repeat:no-repeat;
}

/* --------second用---------- */

#secondnv{
	width:130px;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	text-align:left;
	float:right;
}

#secondnv a{
	font-size:80%;
	font-weight:normal;
	color:#444;
}

#secondnv a:link {
	text-decoration:none;
	color:#444;
}
#secondnv a:visited {
	text-decoration:none;
	color:#444;
}
#secondnv a:active {
	text-decoration:none;
	color:#444;
}
#secondnv a:hover {
	color:#ff0000;
}

#secondnv ul{
	margin:20px 0px 0px 0px;
}

#secondnv li{
	list-style:none;
	margin:10px 0px 0px 0px;
}

/* --------third用---------- */

#thirdnv{
	width:400px;
	margin:20px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#666;
	text-align:left;
	float:left;
}

#thirdnv a{
	font-size:60%;
	font-weight:normal;
	line-height:1.3em;
	color:#444;
}

#thirdnv a:link {
	text-decoration:none;
	color:#444;
}
#thirdnv a:visited {
	text-decoration:none;
	color:#444;
}
#thirdnv a:active {
	text-decoration:none;
	color:#444;
}
#thirdnv a:hover {
	color:#ff0000;
}

#thirdnv ul{
}

#thirdnv li{
	display:inline;
}

/* --------お知らせ用A---------- */

#oshirasea{
	width:650px;
	margin:30px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

#oshirasea a{
	color:#0000ff;
}

#oshirasea a:link {
	text-decoration:none;
	color:#0000ff;
}
#oshirasea a:visited {
	text-decoration:none;
	color:#0000ff;
}
#oshirasea a:active {
	text-decoration:none;
	color:#0000ff;
}
#oshirasea a:hover {
	color:#ff0000;
}

#oshirasea ul{
	margin:10px 0px 0px 0px;
}

#oshirasea li{
	list-style:none;
	margin:10px 0px 0px 20px;
	font-size:80%;
	font-weight:normal;
	line-height:1.5em;
	color:#666;
}

/* --------お知らせ用B---------- */

#oshiraseb{
	width:500px;
	margin:20px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

#oshiraseb a{
	color:#0000ff;
}

#oshiraseb a:link {
	text-decoration:none;
	color:#0000ff;
}
#oshiraseb a:visited {
	text-decoration:none;
	color:#0000ff;
}
#oshiraseb a:active {
	text-decoration:none;
	color:#0000ff;
}
#oshiraseb a:hover {
	color:#ff0000;
}

#oshiraseb ul{
	margin:10px 0px 0px 0px;
}

#oshiraseb li{
	list-style:none;
	margin:10px 0px 0px 20px;
	font-size:80%;
	font-weight:normal;
	line-height:1.5em;
	color:#666;
}

.plink2{
	text-align:left;
	font-size:120%;
}



/* --------サイトマップ用---------- */

#sitemap{
	width:500px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	float:left;
}

#sitemap a{
	font-size:80%;
	font-weight:normal;
	line-height:1.7em;
	margin:0px 10px 10px 20px;
	text-align:left;
	color:#666;
}

#sitemap a:link{
	text-decoration:none;
	color:#666;
}
#sitemap a:visited{
	text-decoration:none;
	color:#666;
}
#sitemap a:active{
	text-decoration:none;
	color:#666;
}
#sitemap a:hover{
	color:#ff0000;
}

#sitemap:after{
	clear:both;
	height:0px;
	display:block;
	content:"";
}

/* ----------以下コピー-------- */

#copyright{
	width:250px;
	margin:20px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#666;
	float:right;
}

#copyright p{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
	font-size:60%;
	color:#444;
}

