@charset "UTF-8";

/*/////////////////////////////////////////////////////////////////////////////////////////////////
/*タグ再定義スタイル*/

body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #2C899E;
}

a:link,a:visited,a:active {
	color: #EF831D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

img.left{
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
}

h1 {
	font-size: large;
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	background-image: url(images/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	font-size: 110%;
	margin-bottom: 10px;
}

h3 {
	color: #FFFFFF;
	background-color: #cccc99;
	font-size: 110%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: url(images/h3.gif);
	background-repeat: repeat-y;
	margin: 0px;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////
/* ページ構造 */

#container{
	margin: 0 auto 0 auto;
	width: 730px;
	color: #666666;
}


#header-seki {
	background-image:  url(images/header_seki.gif);
	background-repeat: no-repeat;
	background-color: #2C899E;
	font-size: 14px;
	height: 120px;
	color: #FFFFFF;
	font-style: normal;
	padding-top: 155px;
	padding-left: 35px;
	line-height: 22px;
}

#header {
	background-image:  url(images/header.gif);
	background-repeat: no-repeat;
	background-color: #2C899E;
	font-size: 14px;
	height: 60px;
	color: #FFFFFF;
	font-style: normal;
	padding-top: 155px;
	padding-left: 35px;
	line-height: 22px;
}

#header1 {
	background-image:  url(images/header08.gif);
	background-repeat: no-repeat;
	background-color: #2C899E;
	font-size: 14px;
	height: 180px;
	color: #FFFFFF;
	font-style: normal;
	padding-top: 35px;
	padding-left: 35px;
	line-height: 22px;
}
.toppage {
	background-image:  url(images/header_top.gif) !important;
}

.sekipage {
	background-image:  url(images/header_seki.gif) !important;
}


#content-seki {
	background-image: url(images/body.gif);
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}

#content {
	background-image: url(images/body.gif);
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}

#main {
	width: 480px;
	padding-left: 20px;
	float: right;
}

#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
	clear: both;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
}

#pankuzu {
	background-image: url(images/pankuzu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 14px;
	text-align: left;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////
/*サブメニュ*/
#sub {
	float: left;
	width: 160px;
}

#sub ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

#sub ul li a {
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 14px;
	font-weight: bold;
	border-left: 6px solid #2C899E;
	width: auto;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
	margin-top: 1px;
	color: #666666;
	width: 140px;
}

#sub ul li a:hover {
  border-left-color: #ED7300;
  background-color: #eeeeee;
}

#sub ul li .disable {
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 14px;
	font-weight: bold;
	border-left: 6px solid #2C899E;
	width: 140px;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
	margin-top: 1px;
	color: #CCCCCC;
	width: 140px;
}

#sub ul ul li a {
	width: 135px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #CCCC99;
	margin-left: 5px;
}

.current {
	border-left: 6px solid #ED7300 !important;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////
/*クラス*/

.topics {
	padding-left: 24px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
}

.topics .text {
	padding-left: 80px;
}

.news {
	padding-left: 24px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	clear: both;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
}

.news .date {
	float: left;
	width: 80px;
}

.news .text {
	float: right;
	padding-bottom: 20px;
	width: 355px;
}

.horzline {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	font-size: 0px;
	line-height: 0px;
	text-align: center;
}

.dotline {
	font-size: 0px;
	line-height: 0px;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
	height: 1px;
	clear: both;
}

.about-ex {
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 400px;
}

.about {
	background-image: url(images/about.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 400px;
}
.large {
	font-size: 110%;
	font-weight: bold;
}

.linkmark {
	background-image: url(images/arrow.gif);
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left center;
}

.topmark {
	background-image: url(images/top.gif);
	text-align: right;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}

.indentback {
	text-indent: -16px;
	padding-left: 16px;
}

table.curriculum
{
	border-collapse: collapse;
	border:1px solid #2C899E;
	padding:0;
	text-align: left;
}

th.head, td.head {
	color: #FFFFFF;
	padding: 2px;
	background-color: #2C899E;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

th.blue, td.blue {
	color: #2C899E;
	padding: 2px;
	border: 1px solid #2C899E;
	font-weight: bold;
}

td.data {
	padding: 2px;
	border: 1px solid #2C899E;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////
/*写真にフチ　*/
div.img_flame {
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 10px 5px 5px;
	padding: 0px;
	position: relative;
  }

div.img_flame img {
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
	background-image: url(images/oh_ashigari.jpg);
  }

/*/////////////////////////////////////////////////////////////////////////////////////////////////
/*写真に影　*/
div.img_shadow {
	background-image: url(images/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 5px;
	padding: 0px;
	position: relative;
  }

div.img_shadow img {
  background-color: #FFFFFF;
  margin: -5px 5px 5px -5px;
  position: relative;
  vertical-align: bottom;
  }

/*/////////////////////////////////////////////////////////////////////////////////////////////////
/*WEB�M�������[*/
#gallery{
	margin: 0 auto;
	width: 300px;
}

#gallery a {
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/btn_template.jpg);
	height: 35px;
	width: 290px;
	padding-top: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	color: #666666;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#gallery a:hover {
	border: 1px solid #CCFFFF;
	text-decoration: none;
	color: #2C899E;
}

.btn_ohshima {
	background-image: url(images/btn_ohshima.jpg) !important;
}

.btn_ohyama {
	background-image: url(images/btn_ohyama.jpg) !important;
}

.btn_komuro {
	background-image: url(images/btn_komuro.jpg) !important;
}

.btn_seki {
	background-image: url(images/btn_seki.jpg) !important;
}

.btn_nakajima {
	background-image: url(images/btn_nakajima.jpg) !important;
}

.btn_satoh {
	background-image: url(images/btn_satoh.jpg) !important;
}

.btn_field {
	background-image: url(images/btn_field.jpg) !important;
}

.btn_tada {
	background-image: url(images/btn_tada.jpg) !important;
}

.btn_hana {
	background-image: url(images/btn_hana.jpg) !important;
}

.btn_2007meeting {
	background-image: url(images/btn_2007meeting.jpg) !important;
}

.btn_2008meeting {
	background-image: url(images/btn_08gohyokai.jpg) !important;
}

.btn_ohshima {
	background-image: url(images/btn_ohshima.jpg) !important;
}

.btn_2006gallery {
	background-image: url(images/btn_2006gallery.jpg) !important;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////
/*CSSハック*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
