@charset "utf-8";

* {
margin: 0px;
padding: 0px;
font-style: normal;
font-weight: normal;
text-decoration: none;
background: transparent;
}

img {
border: none;
line-height: 0;
vertical-align: bottom;
margin: 0px;
padding: 0px;
}

body {
	font: 12px/150% "Trebuchet MS", Tahoma, Arial;
	color: #000000;
	background: #000000 url(../img/bg_top.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #006633;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003300;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	height:90px;
    padding: 5px 0 0 0;
	font-weight:normal;
	text-decoration: none ! important;
}
h1 a{
	text-decoration: none ! important;
}

h2 {
	color: #006633;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	font: normal 12px/normal "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}

h4{
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 12px;
	color: #006633;
}

h5{
 margin: 0px;
 padding: 0px;
 	font-size: 14px;
	font-weight: bolder;
	color: #6633CC;
}




#page {
	margin: 0px auto;
	width: 850px;
	height:720px;
}

#header {
	height: 90px;
	position: relative;
	margin: 0 0 10px 0;
}

#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
	background: #6b9a11 url(http://file.bottoms.blog.shinobi.jp/nav-but-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #AFCD69;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
}


#content {
	padding: 10px;
	margin:120px 0 0 0;
	float: right;
	width: 380px;
	overflow: hidden;
	background-image: url(../img/back.gif);
	background-repeat: repeat;
}


.left{
	text-align:left;
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}


#credits {
	clear:both;
	width: 850px;
	margin: 0 auto;	
	font-size: 11px;
	color: #fff;
	padding: 5px;
	text-align: center;
	height: 20px;
}

.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.rss-box-b {
	color: #006633;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 200%;
}
.rss-title a, a:link {
	color: #006633;
}
.rss-title a:hover{
	color: #000000;
	background-color: #FFFFFF;
}
.rss-title a:visited {
	color: #003399;
	}
	
.rss-title {
	border-bottom: 1px dotted #000033;
	padding-bottom:3px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	}

.rss-box-b ul li{
	margin-left :20px;
	list-style-type:disc;
}	
.rss-box-b ul li a {
	color: #003300;
}
.rss-box-b ul li a:hover {
	background-color: #FFFFFF;
}