@charset "shift_jis";


/* ---------------------------
	for all body
-------------------------- */
body {
	/* コンテンツ余白設定 */
	margin: 0;
	padding: 0;
	/* 文字基本設定（文字サイズ・行間・色） */
	font-size: 83%;
	line-height: 140%;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	/* 背景設定
	background-color: #B2CAE0;
	 
	
	background-image: url(images/common/back.gif);
	background-repeat: repeat-y;
	background-position: center;*/
	
}
/* ---------------------------
	for all item
-------------------------- */
#back {
	margin-left: 1px;
	padding: 0;
	background-image: url(images/common/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* ---------------------------
		link
-------------------------- */
a:link {
  text-decoration: none;
	color: #0000FF;
}
a:visited {
  text-decoration: none;
	color: #6699FF;
}
a:active {
  text-decoration: none;
	color: #0000FF;
}
a:hover{
  text-decoration: underline;
  color: #505050;
}
a.headerlink:link {
  text-decoration: none;
	color: #FFFFFF;
}
a.headerlink:visited {
  text-decoration: none;
	color: #FFBB45;
}
a.headerlink:active {
  text-decoration: none;
	color: #FFBB45;
}
a.headerlink:hover {
  text-decoration: underline;
	color: #FFBB45;
}
a.select:link {
  text-decoration: none;
	color: #0000FF;
}
a.select:visited {
  text-decoration: none;
	color: #800080;
}
a.select:active {
  text-decoration: none;
	color: #0000FF;
}
a.select:hover {
  text-decoration: underline;
	color: #800080;
}
/* ---------------------------
		layout
-------------------------- */
/* マージン設定 */
.MarginBox {
	margin: 0 0 2px;   /* 下：2px */
}
.MarginBox1 {
	margin: 0 0 5px;   /* 下：5px */
}
.MarginBox1t {
	margin: 5px 0 0 0;/* 上：5px */
}
.MarginBox2 {
	margin: 0 0 10px;  /* 下：10px */
}
.MarginBox3 {
	margin: 0 0 15px;  /* 下：15px */
}
.MarginBoxLU {
	margin: 0 5px 5px; /* 左・下：各5px */
}
.MarginLR {
	margin: 0 10px;    /* 左・右：各10px */
}
.MarginL {
	margin: 0 0 0 10px;/* 左：10px */
}
.MarginFull {
	margin: 3px 3px 3px 3px;/* 右：3px */
}

/* 画像の回り込み */
#i01{
  float: right;
	margin-left: 1.5em;
	margin-bottom: 1.0em;
}
/* ---------------------------
		line
-------------------------- */
#wrapper {
	border-bottom-style: dashed;
	border-bottom-color: #FE811D;
	border-bottom-width: 1px;
}
#wrapper-line {
	border-bottom-style: solid;
	border-bottom-color: #969696;
	border-bottom-width: 2px;
	width: 750px;
}
#wrapper-topics-line {
	border-bottom-style: solid;
	border-bottom-color: #7FA7CB;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #7FA7CB;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #7FA7CB;
	border-left-width: 1px;
}
#wrapper-topics-mini-line {
	border-bottom-style: solid;
	border-bottom-color: #B2B2B2;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #B2B2B2;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #B2B2B2;
	border-left-width: 1px;
}

#box {
	border-style: solid;
	border-color: #9F9F9F;
	border-width: 1px;
	width: 180px;
}
.box-color {
	background-color: #D6EBFD;
}

#phot-box {
	border-style: solid;
	border-color: #A09F9F;
	border-width: 1px;
	padding: 2px;
}
/* ---------------------------
		header
-------------------------- */
.line {
	background-image:url(images/common/head_line.gif);
	background-repeat: repeat-x;
	width:750px;
	height:12px;
}

/* ---------------------------
		menu
-------------------------- */
#content_menu {
	background-color: #FFFFFF;
	width: 163px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.txt-menu-kuzu {
  font-size: 11px;
  line-height: 120%;
}
/*---------------------------
		sitemap Box
-------------------------- */
.SiteMapTable {
	padding: 1px;
}
.SiteMapTable td {
	font-size: 90%;
	line-height: 120%;
	padding: 2px;
	border: 1px solid #999999;
}
.SiteMapTable th {
	font-size: 83%;
	line-height: 120%;
	padding: 2px;
	border: 1px solid #999999;
	text-align: left;
}
/*---------------------------
		press Box
-------------------------- */
.PressTable {
	padding: 1px;
}
.PressTable td {
	padding: 3px;
	border: 1px solid #999999;
}
.PressTable th {
	padding: 3px;
	border: 1px solid #999999;
	text-align: left;
}
/* ---------------------------
		TOP-text
-------------------------- */
.txt-top-midashi {
  font-size: 83%;
  line-height: 120%;
  color: #FF6000;
  font-weight: 800;
}
.txt-top-honbun {
  font-size: 75%;
  line-height: 140%;
  color: #666666;
}
.txt-top-topics {
  font-size: 83%;
  line-height: 140%;
  color: #005097;
	font-weight: 800;
}
.txt-home-midashi {
  font-size: 83%;
  line-height: 120%;
  color: #FF6000;
  font-weight: 800;
}
.txt-home-honbun {
  font-size: 75%;
  line-height: 140%;
  color: #666666;
}
.txt-home-topics {
  font-size: 83%;
  line-height: 140%;
  color: #005097;
	font-weight: 800;
}
#wrapper-new {
	border-bottom-style: dashed;
	border-bottom-color: #FE811D;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}
/* ---------------------------
		newmember
-------------------------- */
.txt-newmember-midashi {
  font-size: 90%;
  line-height: 120%;
  color: #005097;
  font-weight: 800;
}
.txt-newmember-honbun {
  font-size: 83%;
  line-height: 180%;
  color: #666666;
}
#new-line {
	border-bottom-style: solid;
	border-bottom-color: #969696;
	border-bottom-width: 2px;
}
/* ---------------------------
		schedule
-------------------------- */
.txt-schedule-midashi {
  font-size: 90%;
  line-height: 120%;
  color: #005097;
  font-weight: 800;
}
.txt-schedule-honbun {
  font-size: 83%;
  line-height: 180%;
  color: #666666;
}
#new-line {
	border-bottom-style: solid;
	border-bottom-color: #969696;
	border-bottom-width: 2px;
}

.ScheduleTable {
	padding: 2px;
}
.ScheduleTable td {
	font-size: 83%;
	line-height: 140%;
	color: #333333;
	padding: 2px;
	border: 1px solid #666666;
}
.ScheduleTable th {
	font-size: 83%;
	line-height: 140%;
	color: #666666;
	padding: 3px;
	border: 1px solid #999999;
	font-weight: normal;
	text-align: left;
}

.ScheduleMenuTable {
	padding: 2px;
	margin-bottom: 2px;
}
.ScheduleMenuTable td {
	font-size: 83%;
	line-height: 140%;
	color: #333333;
	padding: 2px;
	border: 1px solid #666666;
}
/* ---------------------------
		info
-------------------------- */
.txt-info-midashi {
  font-size: 93%;
  line-height: 120%;
  color: #FF6600;
  font-weight: 800;
}
.txt-info-honbun {
  font-size: 83%;
  line-height: 180%;
  color: #666666;
}

.InfoMenuTable {
	padding: 0px;
	margin-bottom: 2px;
}
.InfoMenuTable td {
	font-size: 83%;
	padding: 2px;
	border: 1px solid #999999;
}
/*---------------------------
		link Box
-------------------------- */
.LinkTable {
	padding: 1px;
}
.LinkTable td {
	padding: 3px;
	border: 1px solid #999999;
}
.LinkTable th {
	padding: 3px;
	border: 1px solid #999999;
	text-align: left;
}
/* ---------------------------
		aisatu
-------------------------- */
.txt-aisatu-honbun {
  font-size: 83%;
  line-height: 180%;
}
/* ---------------------------
		Report　Box
-------------------------- */
#wrapper-Report-line {
	border-bottom-style: solid;
	border-bottom-color: #7FA7CB;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}
.txt-report-days {
  font-size: 83%;
  line-height: 140%;
  color: #005097;
	font-weight: 800;
}
.txt-report-midashi {
  font-size: 83%;
  line-height: 120%;
  color: #FF6000;
  font-weight: 800;
}
.txt-report-midashi-s {
  font-size: 83%;
  line-height: 120%;
  color: #FF6000;
}
/* ---------------------------
		text
-------------------------- */
.normal {
  font-size: 83%;
  line-height: 140%;
}
.normal-b {
  font-size: 83%;
  line-height: 140%;
  color: #000000;
  font-weight: 800;
}
.normal-b-blue {
  font-size: 83%;
  line-height: 140%;
  color: #005097;
  font-weight: 800;
}
.normal-b-orange {
  font-size: 83%;
  line-height: 140%;
  color: #FF6000;
  font-weight: 800;
}
.normal-b-brown {
  font-size: 83%;
  line-height: 140%;
  color: #AC8033;
  font-weight: 800;
}
.normal-white {
  font-size: 83%;
  line-height: 140%;
  color: #FFFFFF;
}
.normal-s {
  font-size: 75%;
  line-height: 140%;
}
.normal-s-w {
  font-size: 75%;
  line-height: 140%;
  color: #FFFFFF;
}
.normal-ss {
  font-size: 70%;
  line-height: 140%;
}
.footer {
  font-size: 11px;
  color: #FFFFFF;
}
.footer-cap {
  font-size: 11px;
  line-height: 140%;
}
.sub {
  font-size: 10pt;
  color: #00A380;
}
.message {
  font-size: 75%;
  line-height: 200%;
}
.txt-photo-caption {
  font-size: 75%;
  line-height: 140%;
  color: #666666;
}

