@charset "utf-8";
@import "navi.css";

body {
	margin: 0px;
	padding: 0px;
	font-size:0.9em;
	color:#444;
	line-height: 1.5em;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*html body { /*IE6*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a img {
  border: none;
}
a:focus{
	outline:none;
}
a:link {
	color: #06F;
	text-decoration: underline;
}
a:visited {
	color: #06F;
	text-decoration: underline;
}
a:hover {
	color: #C99;
	text-decoration: none;
}
h1, h2, h3, h4, ul, ol, dl, p {
	margin: 0px;
	padding: 0px;
}
hr {
	height: 1px;
	padding: 0px;
	margin: 0px;
	border: none;
}

/* layout
----------------------------------------------------- */
#Container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #445978;
	background-color: #EBF3E7;
}
#Container #Header {
	height: 108px;
	margin-bottom: 10px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	width: 900px;
	position: relative;
}
#Container #Header h1 {
	margin: 0px;
	width: 500px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1px;
}
#Container #Header #fontchange {
	height: 21px;
	position: absolute;
	left: 806px;
	top: 57px;
}
#Container #Header #fontchange p {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Container #side-L {
	float: left;
	width: 240px;
	margin-bottom: 10px;
}
#Container #side-L .bnrBox {
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
}
#Container #side-R {
	width: 650px;
	float: right;
	padding-bottom: 10px;
}
#Container #side-R #Contents {
	width: 610px;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}
#Footer {
	clear: both;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: center;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* contents
----------------------------------------------------- */
h2 {
	font-size: 1.05em;
	color: #333;
	background-image: url(../images/h2_bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A3BF66;
	border-bottom-color: #A3BF66;
	background-color: #8AACDA;
	line-height: 1.1em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-bottom: 15px;
}
h3 {
	font-size: 1em;
	background-color: #F5F5F5;
	border: 1px solid #E4E4E4;
	padding-left: 5px;
	margin-bottom: 10px;
}
h4 {
	font-size: 1em;
	color: #099;
	padding-bottom: 10px;
}
#pagetitle {
	padding-bottom: 15px;
	padding-top: 10px;
}
.comArea {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}
.comArea p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.leadCom {
	padding: 10px;
	background-color: #FBFBF0;
	border: 1px solid #EDECC6;
}
.leadCom-2 {
	padding: 10px;
	border: 1px solid #D2E1FF;
	background-color: #F7F7F7;
}
.leadCom-3 {
	padding: 10px;
	border: 1px solid #C00;
}
.img-L {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}
.img-R {
	float: right;
	padding-bottom: 10px;
	padding-left: 15px;
}
.img-N {/*normal*/
	padding-right: 15px;
	padding-bottom: 10px;
}
.img-L img, .img-R img, .img-N img {
	padding: 3px;
	margin-bottom: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.caption {
	font-size: 0.85em;
	color: #666;
	line-height: 1.1em;
	padding-bottom: 3px;
}
.pagetop {
	clear: both;
	text-align: right;
	padding-bottom: 10px;
}
.pageback {
	text-align: right;
	border: 1px solid #E8E8E8;
	margin-bottom: 10px;
	padding: 2px;
}
#Contents ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#Contents ol li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#Contents ul.border li, #Contents ol.border li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
#Contents dl.style1 dt {
	font-weight: bold;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #50678D;
	margin-bottom: 10px;
	color: #445878;
}
#Contents dl.style1 dd {
	line-height: 1.4em;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
	padding-left: 10px;
}
#Contents dl.style2 dt {
	font-weight: bold;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999;
	margin-bottom: 10px;
}
#Contents dl.style2 dd {
	line-height: 1.4em;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 15px;
	padding-left: 10px;
}

.icon {
	vertical-align: middle;
	padding-left: 5px;
}
p.link {
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
p.indent {
	padding-left:1em;
	text-indent:-1em;
}
.btn {
	padding-top: 15px;
	text-align: center;
}

/* table
-------------------------- */
.tablebox table {
	border-top-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-width: 1px;
	border-left-color: #CCC;
	font-size: 0.95em;
}
.tablebox td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #CCC;
	border-left-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.tablebox .TD1 {
	background-color: #FDFCE1;
	text-align: center;
	letter-spacing: 0.2em;
}
.tablebox .TD2 {
	background-color: #F5F8FA;
}
.tablebox-S table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	font-size: 0.8em;
	line-height: 1.4;
	color: #444;
}
.tablebox-S td {
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
td.TD-dot {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
}

/* index
----------------------------------------------------- */
#newsBox dl {
	clear: both;
	margin: 0px;
	padding: 5px;
}
#newsBox dl dt {
	clear: left;
	float: left;
	width: 7em;
	padding-left: 1em;
	background-image: url(../images/icon_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 1px;
	color: #7BB48C;
	margin-bottom: 5px;
}
#newsBox dl dd {
	margin-left: 8em;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	clear: right;
	padding-top: 1px;
}

/* 
----------------------------------------------------- */
.katsudo ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 0.9em;
}
.katsudo ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.3em;
}


/* form
----------------------------------------------------- */
form {
	margin: 0px;
	padding: 0px;
}
input	           {
	ime-mode: inactive;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
input.nihongo      {
	ime-mode: active;
	color: #333333;
}
textarea      {
	ime-mode: active;
	color: #333333;
}


/* text
----------------------------------------------------- */
.txt-L {
	font-size: 1.2em;
}
.txt-M {
	font-size: 0.9em;
}
.txt-S {
	font-size: 0.8em;
}
.txt-border {
	text-decoration: underline;
}
.txt-number {
	letter-spacing: 0.2em;
}
.txtRed {
	color: #C00;
}
.txtOrange {
	color: #F60;
}
.txtBlue {
	color: #369;
}
.txtGray {
	color: #666;
}
.txtBrown {
	color: #960;
}

.box-right {
	text-align: right;
}
.box-center {
	text-align: center;
}
.box-pb5 {
	padding-bottom: 5px;
}
.box-pb10 {
	padding-bottom: 10px;
}
.box-pb15 {
	padding-bottom: 15px;
}
.box-pl10 {
	padding-bottom: 5px;
}
.box-mtb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* clearfix
----------------------------------------------------- */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

