﻿@charset "UTF-8";
/* CSS Document */

/* ___________________________________________________________ reset */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,p,th,td {
   margin:0;
   padding:0;
}
img {
	border: none;
}


/* __________________________________________________________ anchor */
a {
	color : #0099FF;
}
#side li a:hover,
div#pankuzu a:hover,
div#footer a:hover,
a:hover {
	color : #FF9900;
}
/*汎用*/
/*li, dd, blockquote {
  margin-left: 1em;
}*/
                        /* UL指定　デフォルトではマークなし */
/*ul, ol {
  list-style: none;
}
/*
/* __________________________________________________________ layout */
body {
	text-align: center;
	font-size: 12px;
	line-height: 2;
	color: #666666;
	background-color: #FFFFFF;
	font-family: Georgia, 'メイリオ', Arial, Verdana, Osaka, MS P Gothic, sans-serif;
}
#wrapper {
	text-align: left;
	width: 850px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin: 0 auto;
}
#header {
	background-image: url(Images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 110px;
	width: 850px;
	position: relative;
}
#header h1 {
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#header h2 {
	position: absolute;
	left: 10px;
	top: 30px;
}
#header_btn {
	position: absolute;
	top: 18px;
	right: 9px;
	height: 55px;
	width: 312px;
}
#text_change {
	position: absolute;
	right: 140px;
	bottom: 10px;
	width: 132px;
}
#menu {
	width: 850px;
	height: 30px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	overflow: hidden;
	height: 30px;
	width: 850px;
}
#menu li a {
	position: absolute;
	overflow: hidden;
	text-indent: -100em;
	height: 30px;
	background-image: url(Images/menu.gif);
	background-repeat: no-repeat;
}
#menu01 a {
	background-position: 0px -35px;
	left: 0px;
	top: 0px;
	width: 142px;
}
#menu02 a {
	background-position: -142px -35px;
	left: 142px;
	top: 0px;
	width: 142px;
}
#menu03 a {
	background-position: -284px -35px;
	left: 284px;
	top: 0px;
	width: 142px;
}
#menu04 a {
	background-position: -426px -35px;
	left: 426px;
	top: 0px;
	width: 142px;
}
#menu05 a {
	width: 141px;
	background-position: -568px -35px;
	left: 568px;
	top: 0px;
}
#menu06 a {
	width: 141px;
	background-position: -709px -35px;
	left: 709px;
	top: 0px;
}
#menu01 a:hover {
	background-position: 0px 0px;
}
#menu02 a:hover {
	background-position: -142px 0px;
}
#menu03 a:hover {
	background-position: -284px 0px;
}
#menu04 a:hover {
	background-position: -426px 0px;
}
#menu05 a:hover {
	background-position: -568px 0px;
}
#menu06 a:hover {
	background-position: -709px 0px;
}
#pankuzu {
	background-color: #007735;
	background-image: url(Images/pankuzu_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 850px;
}
#pankuzu p {
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div#pankuzu a {
	color: #FFFFFF;
	text-decoration: none;
}
#container {
	width: 850px;
	background-image: url(Images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: 629px;
}
#main {
	float: left;
	width: 605px;
}
#main_padd {
	padding-left: 30px;
	padding-top: 30px;
}
#main h1 {
	color: #007735;
}
#main h2 {
	color: #007735;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007735;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #007735;
	padding-left: 8px;
}
#main h3 {
	/*color: #007735;*/
}
#main_padd h4 {
	display: none;
}
.nav {
	font-size: 14px;
}
#side {
	float: right;
	width: 220px;
}
#side_list h3 {
	display: none;
}
#side ul {
	list-style-type: none;
	margin-bottom: 30px;
}
#side li {
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 10px;
}
#side .main-category {
	background-image: url(Images/blog_submenu_bg2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #007735;
}
#side .main-category a {
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 2px 7px 2px 0px;
}
#side .sub-category {
	background-image: url(Images/blog_submenu_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#side .sub-category a {
	color: #007735;
	text-decoration: none;
	background-image: url(Images/blog_submenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding: 5px 5px 5px 20px;
	margin-left: 5px;
}

.side_title {
	background-color: #007735;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.side_box {
	padding: 2px;
}
.side_box p {
	margin-bottom: 15px;
}
/*.side_box ul {
	list-style-type: none;
	margin-bottom: 30px;
}*/
/*.side_box li {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
}
*/
#side h3 {
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(Images/blog_submenu_title_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#footer {
	clear: both;
	width: 850px;
	text-align: center;
	background-image: url(Images/footer_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
#footer p {
	color: #333333;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#main_padd p {
	margin-bottom: 20px;
}
.headline div {
	margin-bottom: 35px;
}
#main_padd h2 {
	margin-bottom: 10px;
}
#main_padd .category-nav {
	text-align: center;
	margin:0 0 20px;
}
.blue_txt {
	color: #515E93;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}

.mb5 {
	margin-bottom: 5px;
}
/*------------------------[ リンクバー用 ]-------------*/
#linkbar {
	float: center;
	width: 210px;
  margin-top: 0px;
}
#linkbar a {
  text-decoration: none;
}
#linkbar ul{
  text-align: center;
  margin: 0px;
}
#linkbar ul li{
  padding-left: 0px;
  margin-top: 0;
  display: inline;
}
#linkbar ul li a {
  border: none;
}
#linkbar ul li a span {
  display: none;
}


