/* - - - - - start of basic styles - - - - - */

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	}

img {
	border:none;
	}

/* - - - - - end of basic styles - - - - - */

body {
	margin:0;
	padding:0;
	background: #F5F5DC url(img/bg_body.gif) center repeat-y;
	
	}

#container {
	position:relative;
	width:750px;
	margin:0 auto;
	background-color:#FFFFFF;
	}

#contents{
	background:#FFFFFF;
	}

/* - - - - - - - - - - - - - - - - - - - - */

#header {
	background:url(img/header.gif) no-repeat;
	height:80px;
	width:750px;
	display:block;
	}

/* - - - - - - - - - - - - - - - - - - - - */

#main {
	width:530px;
	float:left;
	background-color:#FFFFFF;
	padding:10px
	}

#main h1 {
	font-size:1.2em;
	font-weight:bold;
	margin:10px 0 5px;
	padding:10px 9px 0px;
	border:1px solid #98FB98;
	letter-spacing:0.1em;
	height:25px;
	}

#main h2 {
	color:#005900;
	font-size:1.0em;
	font-weight:bold;
	margin:20px 0 5px;
	border-left: solid 0.5em #005900;
	padding: 0.5em;
	}

#main h2 a{
	color:#005900;
	font-size:1.0em;
	font-weight:bold;
	}

#main h2 a:hover{
	text-decoration:none;
	font-weight:bold;
	}

#main h3 {
	color:#4169E1;
	font-size:0.8em;
	font-weight:bold;
	margin:0px 0 5px;
	padding:2px 2px 2px;
	}

#main p {
	font-size:0.8em;
	line-height:1.6;
	margin:10px 5px;
	}
	
#main ul {
	list-style:none;
	}
#main li {
	background:url(img/point.gif) no-repeat 6px center;
	padding:0 0 0 20px;
	font-size:0.8em;
	line-height:1.6;
	}

#main a {
	color:#0000FF;
        font-weight: bolder;
	}
#main a:hover {
	text-decoration:underline;
	}
	
#main #breadCrums {
	font-size:0.7em;
	margin:0;
	}
	
#main #nextmenu {
	font-size:0.7em;
	margin:0;
	text-align:center;
}

#main #backurl {
	font-size:0.9em;
	margin:0;
	}
#main #explanation {
	color:#000000;
	margin:0px 0 5px;
	padding:2px 2px 2px;
	border:1px solid #EEFFE3;
	background:#EEFFE3;
	}


/* - - - - - - - - - - - - - - - - - - - - */

#main-list ul  {
    width:100%;
    margin-top:0px;
    font-size:11px;
    padding-left:0;
    margin-left:0;
}

#main-list li  {
    list-style:none;
    background:url('../../img/head-menu-back.gif');
    padding:3px 10px;
    width:163px;
    float:left;
    text-align:center;
    border-width:2px;
    border-color:#FFEEDB;
    border-style:ridge;

}

/* - - - - - - - - - - - - - - - - - - - - */

#sidebar {
	width:200px;
	float:right;
	background-color:#FFFFFF;
	margin:0 0 10px;
	}

#sidebar .search {
	font-size:0.8em;
	margin-bottom:20px;
	}

#sidebar #menu {
	}
#sidebar #menu #menu_ttl {
	height:25px;
	padding:0 0 0 3px;
	color:#005900;
	background:url(img/menu_ttl.gif) no-repeat;
	}
#sidebar #menu ul {
	list-style:none;
	}
#sidebar #menu li a {
	display:block;
	color:#000000;
	font-size:0.75em;
	padding:0 0 0 20px;
	background: url(img/menu_bg.gif) no-repeat;
	line-height:2.0;
	}
#sidebar #menu li a:hover {
	background: url(img/menu_bg_on.gif) no-repeat;
	text-decoration:underline;
	}
#sidebar #menu #menu_end {
	height:25px;
	padding:0 0 0 20px;
	background:url(img/menu_end.gif) no-repeat;
	}
#sidebar #menu2 {
	margin:10px 0 10px;
	border:1px solid #005900;
	font-size:0.8em;
	color:#FF9933;
	}
#sidebar #menu2 #menu2_ttl {
	height:15px;
	padding:0 0 0 20px;
	background-color:#005900;
	}
#sidebar #menu2 ul {
	list-style:none;
	}
#sidebar #menu2 li a {
	display:block;
	color:#000000;
	height:20px;
	font-size:0.75em;
	padding:0 0 0 20px;
	background: url(img/menu_bg.gif) no-repeat;
	line-height:2.0;
	}
#sidebar #menu2 li a:hover {
	background: url(img/menu_bg_on.gif) no-repeat;
	}

#sidebar #search {
	margin:10px 0 10px;
	border:1px solid #ECFFEC;
	font-size:1em;
	color:#FF9933;
	}
#sidebar #search  #p {
	height:20px;
	padding:0 0 0 20px;
	background:url(img/menu_ttl.gif) no-repeat;
	}

#sidebar #pr1 {
	float:right;
	}

/* - - - - - - - - - - - - - - - - - - - - */

#sidebar #pr{
	margin:10px 0 10px;
	border:1px solid #005900;
	font-size:0.8em;
	color:#FF9933;
	}
#sidebar #pr #pr_ttl {
	height:15px;
	padding:0 0 0 20px;
	background-color:#005900;
	}
#sidebar #pr p{
	display:block;
	color:#333333;
	height:25px;
	font-size:0.9em;
	padding:0 0 0 20px;
	background:#FFF8EC;
	line-height:2.0;
	}
#sidebar #pr a {
	}
#sidebar #pr a:hover {
	color:#CC3333;
	text-decoration:underline;
	}
#sidebar #pr a:active {
	color:#CC3333;
	text-decoration:underline;
	}
	
	
/* - - - - - - - - - - - - - - - - - - - - */
	
#maintext {
	margin:10px 0 10px;
	padding:1px 1px;
	background-color:#ffffff;
}
#maintext   p {
	color:#333333;
	font-size:0.8em;
	margin: 5px;
	padding:0 0 0 10px;
	}
#maintext  a {
	color:#3333CC;
	text-decoration:underline;
	}
#maintext  a:hover {
	color:#CC3333;
	}
#maintext  a:active {
	color:#CC3333;
	}

/* - - - - - - - - - - - - - - - - - - - - */
	
#shop {
	margin:10px 0 10px;
	padding:1px 1px;
	background-color:#ffffff;
	border:1px solid #B0E0E6;
}
#shop   p {
	color:#333333;
	font-size:0.8em;
	margin: 5px;
	padding:0 0 0 10px;
	}
#shop  a {
	color:#3333CC;
	text-decoration:underline;
	}
#shop  a:hover {
	color:#CC3333;
	}
#shop  a:active {
	color:#CC3333;
	}

/* - - - - - - - - - - - - - - - - - - - - */

#goods {
	text-align:center;
	margin:10px 0 10px;

	font-size:0.8em;
	color:#FF9933;
	}
#goods #goods_ttl {
	height:15px;
	background-color:#E3FFE3;
	}
#goods p{

	}
/* - - - - - - - - - - - - - - - - - - - - */
#footmenu {
	clear:both;
	width:750px;
	float:center;
	background-color:#FFFFFF;
}
#footmenu  ul {
	list-style:none;
	border-top:1px dashed #CCCCCC;
	}
#footmenu  li {
	float:left;
	color:#666666;
	font-size:0.7em;
	margin: 5px;

	}
#footmenu  a {
	color:#0000FF;
	}
#footmenu  a:link {
	}
#footmenu  a:visited {
	}
#footmenu  a:hover {
	text-decoration:underline;
	}
#footmenu  a:active {
	text-decoration:underline;
	}

/* - - - - - - - - - - - - - - - - - - - - */

#footer {
	clear:both;
	font-size:0.7em;
	text-align:center;
	padding:5px 0;
	color:#FFFFFF;
	background-color:#005900;
	height:10px;
	}
	
#footer address{
	color:#FFFFFF;
	}

#footer a {
	color:#FFFFFF;
	}
#footer a:link {
	}
#footer a:visited {
	}
#footer a:hover {
	text-decoration:underline;
	}
#footer a:active {
	text-decoration:underline;
	}

/* - - - - - - - - - - */

#sitemap {
	position:absolute;
	font-size:12px;
	color:#000066;
	top:20px;
	right:10px;
	width:80px;
	text-align:center;
	}
#sitemap a{
	padding:2px 2px;
	color:#000000;
	font-weight:bold;
	display:block;
	}

	
#rss a {
	position:absolute;
	top:40px;
	right:10px;
	height:15px;
	width:35px;
	background:url(img/rss.gif) no-repeat;
	display:block;
	}
	
/* - - - - - - - - - - */

.hd{

	}
	
a.noLink{
	color:#333333;
	}
	
.m20{
	margin-top:20px;
	clear:both;
	}

#adsense2{
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: dotted;
border-bottom-style: dotted;
border-top-color: #CCCCCC;
border-bottom-color: #CCCCCC;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}
#adsense2 #text{
	margin:0px 0px 0px 20px;
}
