@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

html, body {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #406925;
}

div {
	margin-bottom: 14px;
}

a {
	color: #729700;
	text-decoration: underline;
	overflow: hidden;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	margin: 0px;
	overflow: hidden;
	background-color: #FFF;
	clear: both;
}

#outerbox {
	width: 940px;
	margin: 0px auto;
	background-color: #FFF;
	padding: 0px;
}

#outerbox #container {
	margin-top: 14px;
	line-height: 18px;
	width: 100%;
	background-color: #FFF;
}

#outerbox #container #leftcontent {
	width: 676px;
	float: left;
	background-color: #FFF;
}

#outerbox #container #rightcontent {
	float: right;
	width: 248px;
}

#calender {
	background-color: #FFFFFF;
	margin: 0px 0px 8px;
	padding: 4px;
	border: 1px solid #CCC;
	height: 247px;
}

#Calendar_Box {
	background-color: #eaeaea;
	float: left;
	width: 230px;
	margin: 0px;
	padding: 4px 0px 0px 8px;
}


#rightcontent iframe {
	width: 222px;
	height: 222px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#rightcontent iframe, x:-moz-any-link { 
	height: 220px;
}


.CalendarTable {
	text-align: center;
	width: 222px;
	height: 172px;
	background-color: #FFF;
}

#Calendar_Box .month {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 2px;
	background-image: none;
	display: block;
	background-repeat: no-repeat;
	text-align: center;
}

.CalendarTable tbody tr .sun {
	background-color: #027AAE;
	color: #FFF;
	border-left-style: none;
}

.CalendarTable tbody tr .sat {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F3F3F3;
	width: 14%;
}

.CalendarTable tbody tr th {
	background-color: #09F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.CalendarTable tbody tr td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F3F3F3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F3F3F3;
	height: 30px;
}
.CalendarTable tbody tr .td_gemba {
	background-color: #497901;
	color: #FFF;
}

.CalendarTable tbody tr .td_event {
	background-color: #D8FF00;
}

.CalendarTable tbody tr .td_off {
	background-color: #CCC;
}

.CalendarTable tbody tr .td2 {
	border-right-style: none;
	width: 15%;
}

#Calendar_Box ul {
	padding-top: 3px;
}

#Calendar_Box ul li {
	margin-right: 8px;
	float: left;
}

#Calendar_Box ul li .IconA {
	color: #4a7900;
}

#Calendar_Box ul li .IconB {
	color: #d8ff00;
}

#Calendar_Box ul li .IconC {
	color: #c3c3c3;
}

a.detail {
	color: #FFF;
	text-decoration: none;
	float: right;
	display: inline;
	font-size: 12px;
	background-color: #0CF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0CF;
	border-right-color: #09F;
	border-bottom-color: #09F;
	border-left-color: #0CF;
	line-height: 12px;
	margin: -20px 1px 0px 0px;
	padding: 2px 4px 1px;
}
a.detail:hover {
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	display: inline;
	font-size: 12px;
	background-color: #09F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0CF;
	border-right-color: #09F;
	border-bottom-color: #09F;
	border-left-color: #0CF;
	line-height: 12px;
	margin: -20px 1px 0px 0px;
	padding: 2px 4px 1px;
}

#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	background-color: #FFF;
}

#FooterHead {
	width: 940px;
	margin: 0px auto;
	height: 36px;
}

.FooterMenu {
	width: 100%;
	_width: 590;
	float: left;
	background-image: url(../img/global/FooterLogo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 0px;
}

.FooterMenu ul li {
	float: left;
	margin-right: 18px;
	line-height: 36px;
}

.FooterMenu ul li a {
	background-image: url(../img/global/arrow_orange.jpg);
	color: #666;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 8px;
}

#footer #FooterBottom {
	width: 100%;
	color: #FFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #003716;
	margin-bottom: 0px;
	float: left;
	padding-top: 6px;
	padding-bottom: 8px;
	height: 100%;
}

#footer #FooterBottom #FooterBottomContent {
	margin: 0px auto;
	width: 940px;
	height: 100%;
}

#footer #FooterBottom #FooterBottomContent #office {
	float: left;
}

#footer #FooterBottom #FooterBottomContent #copyright {
	float: right;
}

#footer #FooterBottom #FooterBottomContent img {
	float: left;
	margin-right: 8px;
}

#footer #FooterBottom #FooterBottomContent #flash {
	float: left;
	line-height: 13px;
	width: 480px;
	font-size: 10px;
	color: #333;
}

#footer #FooterBottom #FooterBottomContent ul {
	float: right;
}

#footer #FooterBottom #FooterBottomContent ul li {
	float: left;
}
a.mail {
	background-image: url(../img/global/mail.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 16px;
}

.clickable {
	cursor: pointer;
}

.texthide {
	display: none;
}

.text_Orange {
	color: #FF0000;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}



.FloatClear {
	clear: both;
}
.FloatRight {
	float: right;
}
.FloatLeft {
	float: left;
}

.FloatCenter {
	margin: 0px auto;
}

.border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 12px;
}

.ImgBorder {
	padding: 3px;
	border: 1px solid #CCC;
}

.spacer_12px {
	height: 12px;
}

.spacer_14px {
	height: 14px;
}

.spacer_16px {
	height: 16px;
}

.spacer_34px {
	height: 34px;
	_height: 26px;
	display: block;
}

.spacer_38px {
	height: 38px;
	display: block;
}
.MarginRight12px {
	margin-right: 12px;
}
.MarginBottom12px {
	margin-bottom: 12px;
}

.MarginLeft20px {
	margin-left: 30px;
}


.MarginRight8px {
	margin-right: 8px;
}


.MarginRight4px {
	margin-right: 4px;
}

