@charset "Shift-JIS";

/* --------------------全般に関する設定 */
* {
	margin: 0;
	padding: 0;
}

/* --------------------レイアウトに関する設定 */
#header {
	height: 140px;
	background-color: #ffffff;
	background-image: url('header-bg.png');
	background-repeat: repeat-x;
	border-bottom: 18px solid #006e54;
}

body {
	color: #000000;
	background-color: #ffffff;
	/*margin-top: 3px;*/
	text-align: center;
}

.firstpage {
	text-align: left;
}

#main {
	clear: both;
}

.content {
	text-align: center;
	width: 100%;
	margin-top: 60px;
	/*margin-bottom: 60px;*/
}

.content-in {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}

#top-img {
	margin-bottom: 20px;
}

#small-box {
	font-size: 14px;
	margin: 48px 0px 10px 5px;
}

#small-box li {
	padding-left: 10px;
	background-image: url('icon1.png');
	background-repeat: no-repeat;
	background-position: left;
	line-height: 150%;
}

#content-left {
	float: left;
	width: 40%;
}

#content-left-in {
	margin: 0px 0px 0px 0px;
}

#content-middle {
	float: right;
	width: 50%;
}

#content-middle-in {
	margin: 15px 0px 0px 0px;
}

#content-middle-in h2 {
	margin-top: 0px;
}

#footer-box {
	height: 24px;
	margin-top: 60px;
	background-color: #281a14;
	clear: both;
	width: 100%;
}

#footer {
	padding: 2px 1px 0px;
}

address {
	color: #ffffff;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	font-family: Verdana, Chicago, sans-serif;
	/*background-image: url('');
	background-position: 0px 0px;*/
}

/*--- 共通 ---*/
hr.blank {
	visibility: hidden;
	height: 1em;
}

a .go-home {
	margin: 40px auto 0px;
}

.align-center {
	text-align: center;
}

.stronger {
	color: red;
}

ul.arrow {
	margin-top: 20px auto 0;
}
.arrow_back {
	float: left;
	margin-left: 330px;
}

.arrow_next {
	float: right;
	margin-right: 330px;
}

/* --------------------リンク */
a:link		{ color: #0066FF; text-decoration: none; }
a:visited	{ color: #0066FF; text-decoration: none; }
a:hover		{ color: #ff6600; text-decoration: underline; }
a:active	{ color: #ff0000; text-decoration: none; }

/* --------------------Headings */
h1 {
	font-family: "メイリオ", "Meiryo", Verdana, Chicago, sans-serif;
	font-size: 2.1em;
	color: #009933;
	padding-top: 70px;
	padding-left: 30px;
	height: 93px;
	background-image: url('title-logo.png');
	background-repeat: no-repeat;
	background-position: 430px 49px;
	text-align: left;
	line-height: 115%;
}

h1 .sub {
	font-size: 0.8em;
	padding-left: 1.7em;
	color: #99CC00;
}


h2 {
	font-family: "メイリオ", "Meiryo", Verdana, Chicago, sans-serif;
	font-size: 1.5em;
	color: #00a381;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding: 4px 0px 1px 6px;
	border-left: 5px solid #66CC00;
	border-bottom: 1px solid #33CC00;
	width: 600px;
	text-align: left;
}

h3 {
	font-family: "メイリオ", "Meiryo", Verdana, Chicago, sans-serif;
	font-size: 1.3em;
	/*color: #0094ff;*/
	color: #333333;
	letter-spacing: 1px;
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 3px 0px 1px 5px;
	border-left: 5px solid #0099FF;
	border-bottom: 1px solid #00CCFF;
	width: 300px;
	text-align: left;
}

h4 {
	font-family: "メイリオ", "Meiryo", Verdana, Chicago, sans-serif;
	font-size: 1.3em;
	/*color: #ff3232;*/
	color: #333333;
	margin-bottom: 15px;
	padding: 3px 0px 1px 5px;
	border-left: 5px solid #FF0033;
	border-bottom: 1px solid #FF6633;
	width: 300px;
	text-align: left;
}

/* --------------------グローバルナビゲーション */
#menubox {
	border-bottom: 0px solid #000000;
	background-color: #281a14;
	background-image: url('menu-bg.png');
	background-image: repeat-x;
	height: 32px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#menu {
	font-size: 1.2em;
	list-style: none;
	letter-spacing: 1px;
	margin: 0 auto;
	height: 32px;
	width: 950px;
	text-align: center;
}

#menu li {
	display: inline;
	text-align: center;
	line-height: 32px;
	font-size: 85%;
	font-family: Georgia, Verdana, Chicago, sans-serif;
}

#menu li a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 12px;
	border: 0px solid #000000;
	float: left;
	display: block;
	font-weight: bold;
	/*width: 90px;*/
	height: 32px;
	margin: 0px 0px;
}

#menu li a:hover, #menu li a.active {
	background-image: url(menu-hover2.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.cleaning-box {
	min-height: 1px;
}

.cleaning-box:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: ' ';
}

/* --------------------Document */
p {
	font-size: 14px;
	color: #000000;
}

#counter {
	position: relative;
	left: 85px;
}

#info h2 {
	color: #333333;
	margin-bottom: 10px;
	/*background-image: url('');
	background-repeat: no-repeat;
	background-position: 7px 7px;*/
	width: 100%;
}

#info p {
        /*font-size: 14px;*/
	/*font-size: 16px;*/
        font-size: 15px;
	padding-left: 15px;
	background-image: url('../html/share-img/double_arrow.png');
	background-repeat: no-repeat;
	/*line-height: 16px;*/
        line-height: 150%;
}

#info-member {
	margin-top: 60px;	
}

#info-member h3 {
	font-size: 1.3em;
	margin-bottom: 15px;
	width: 100%;
}

#info-member p {
	font-size: 15px;
}

#info-member .info-box {
	border: 1px solid #660066;
	line-height: 200%;
	font-size: 12px;
	text-align: center;
}

#info-member .info-box p {
	text-align: center;
}

#update {
	margin-top: 60px;
}

#update h4 {
	font-family: Verdana, Chicago, sans-serif;
	font-size: 1.3em;
	margin-bottom: 15px;
	width: 100%;
}

#update p {
	font-size: 15px;
	line-height: 150%;
}

#update #update-list {
	border: 2px dashed #000000;
	color:#281a14;
	font-size: 15px;
	height: 40px;
  background-color:#FFFFFF;
  overflow-y: scroll;
  scrollbar-3dlight-color:#281a14;
  scrollbar-arrow-color:#281a14;
  scrollbar-base-color:white;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-face-color:white;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#281a14;
  margin: 10px 0;
}

#update #update-list p{
	font-size: 13px
}

/*--- ABOUT ---*/
#intro-img {
	margin: 0px 0px 15px;
}

#introduce h3 {
	color: #363636;
}

#introduce strong {
	color: #00a381;
}

#introduce p, dd{
	font-size: 14px;
	line-height: 200%;
}

#introduce dt {
	color: #00a497;
	font-size: 1.3em;
	font-style: italic;
	margin: 30px 0px 6px;
}

.inst-pic {
	float: right;
	margin: 5px;
	border: 5px ridge #00CCCC;
}

.blank-dolin {
	visibility: hidden;
	height: 70px;
}

.blank-others {
	visibility: hidden;
	height: 180px;
}

/*--- MEMBER ---*/
#member {
	text-align: center;
}

table#member-table {
	font-size: 1.2em;
	border: 1px solid #e3e3e3;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto 30px;
}

table#member-table th {
	padding: 5px;
	border: solid #e3e3e3;
	border-width: 0 0 1px 1px;
	background-color: #f5f5f5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

table#member-table td {
	padding: 5px 10px;
	border: solid #e3e3e3;
	border-width: 0 0 1px 1px;
	text-align: center;
}

#member h2{
	text-align: left;
	/*color: #00a381;
	font-size: 1.5em;
	border: none;
	margin-top: 30px;*/
}

.part-name {
	color: #00a381;
	font-size: 1.4em;
	padding: 30px 0px 10px;
	text-align: center;
	font-style: italic;
}

.part-table {
	font-size: 1.2em;
	border: 1px solid #e3e3e3;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

.part-table th {
	padding: 5px;
	border: 1px solid #e3e3e3;
	border-width: 0 0 1px 1px;
	background-color: #f5f5f5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

.part-table td {
	padding: 5px 10px;
	border: 1px solid #e3e3e3;
	border-width: 0 0 1px 1px;
	text-align: center;
}

img.pic-member {
	margin: 30px auto 0px;
}

/*--- CONCERT ---*/
/*--- #concert p {
	font-size: 1.4em;
	color: #000000;
	text-align: center;
	padding: 4px;
} ---*/


#concert dt{
        font-family: "メイリオ", "Meiryo", Verdana, Chicago, sans-serif;
        font-size: 1.6em;
        color: #000000;
        line-height: 150%;
}
#concert dd {
        font-size: 14px;
        color:#000000;
        line-hight: 110%;
}


/*--- DATABASE ---*/
#database a {
	font-size: 14px;
}

/*--- PHOTO ---*/
#concert p {
	font-size: 1.4em;
	color: #000000;
	text-align: center;
	padding: 4px;
}

/*--- LINK ---*/
#link a:visited	{ color: #9966FF; text-decoration: none; }

#link {
	text-align: center;
}

#index-table {
	font-size: 1.2em;
	border: 1px solid #e3e3e3;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px auto 30px;
}

#index-table td {
	padding: 5px 20px 5px 2px;
	border: 1px solid #e3e3e3;
	border-width: 0 0 1px 1px;
	text-align: left;
}

#index-table a {
	color: #00a497;
	font-size: 14px;
}

.caption {
	font-size: 1.2em;
	margin-top: 24px;
	text-align: center;
}

#link dl {
	border: 2px outset #e3e3e3;
	padding: 5px;
	margin: 10px auto 20px;
	width: 500px;
	text-align: left;
}

#link dt {
	font-size: 14px;
	color: #abcdef;
	margin-top: 10px;
}

#link dd {
	font-size: 12px;
	text-indent: 1em;
}

/*--- FRESHERS ---*/
#freshers {
	text-align: center;
}

#freshers h3 {
	color: #fe94be;
	border-left: none;
	border-bottom: 1px solid #FFCCFF;
	width: 350px;
}

#greeting {
	border: 1px solid #FFCCCC;
	padding: 5px;
	width: 500px;
	margin-top: 30px;
}

#freshers dl, p {
	text-align: left;
}

#freshers dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 14px;
}

#freshers dd {
	font-size: 14px;
}

/*--- SCORE ---*/
#score {
	line-height: 200%;
}

#score h5 {
	font-size: 16px;
	margin-top: 10px;
}

/*--- PRELUDE ---*/
#prelude {
	margin-bottom: 30px;
}

#prelude dl {
	margin-top: 20px;
}

#prelude dt {
	font-size: 15px;
}

#prelude dd {
	font-size: 15px;
	text-indent: 1em;
	line-height: 150%;
}

#prelude ul {
	width: 550px;
	margin: 20px auto 0;
	text-align: center;
}

#prelude li {
	font-size: 15px;
	width: 70px;
	height: 60px;
	margin: 2px;
	padding: 5px 0px;
	float: left;
	background-color: #e5edff;
}

#prelude .day {
	height: auto;
	background-color: #eeeeee;
}

#prelude .day-sat {
	color: #3399FF;
}

#prelude .day-sun, .holiday {
	color: #FF0099;
}

#prelude .event-day {
	font-size: 16px;
	font-weight: bold;
}

#prelude .event-cont {
	font-size: 15px;
	font-weight: normal;
	display: block;
	margin-top: 10px;
	color: #006aff;
}

#prelude .event-cont-red {
	font-size: 15px;
	font-weight: normal;
	display: block;
	margin-top: 10px;
	color: #FF33FF;
}

#prelude .tab-menu {
	font-size: 15px;
}

#prelude .tab-menu .close {
	font-weight: normal;
}

#prelude .tab-menu .open {
	font-weight: bold;
}

#prelude .tab-menu a {
	margin: 5px;
}

#prelude #prelude0 {
}

#prelude #prelude0 dt {
	width: 4em;
	float: left;
}

/*--- PHOTO ---*/
#photo ul#photo-menu {
	font-size: 15px;
}

#photo ul#photo-menu li {
	float: left;
	width: 5em;
}

#photo iframe {
	margin-top: 10px;
}

#photo09 {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}

#photo09 h3 {
	font-size: 2em;
	color: #FF6633;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 40px 0 40px;
	padding-bottom: 8px;
	border-left: 0px;
	border-bottom: 3px ridge #999999;
	width: auto;
	text-align: center;
}

#photo09 div.photo-list {}

#photo09 div.photo-list #ski{	
	width: 40%;
	border: double 3px #00CCFF;
	margin-bottom: 40px;
	float: left;
}

#photo09 div.photo-list #summer{	
	width: 40%;
	border: double 3px #FF0033;
	margin-bottom: 40px;
	clear: both;
}
	
#photo09 div.photo-list #link{
	width: 40%;
	border: double 3px #990066;
	float: right;
}

#photo09 div.photo-list #winter{	
	width: 40%;
	border: double 3px #0063B5;
	margin-bottom: 40px;
	clear: both;
}

#photo09 div.photo-list ul li {
	font-size: 1.3em;
	margin: 5px 0;
	list-style: disc inside;
	text-indent: 1em;
	text-align: left;
}

#photo09 div.photo-list li.photolist-title {
	font-size: 1.3em;
	margin-bottom: 5px;
	list-style: none;
	text-indent: 0;
	text-align: center;
}

#photo09 div.photo-list li.photolist-subtitle {
	font-size: 1.3em;
	margin-bottom: 20px;
	list-style: none;
	text-indent: 0;
	text-align: center;
}

#photo09 div.photo-list li.caution {
	font-size: 1.0em;
	margin-bottom: 5px;
	list-style: none;
	text-indent: 0;
	text-align: left;
}

#photo09 p {
	text-align: center;
}

#photo09 ul.photo-display {
	text-align: center;
	width: 740px;
	margin: 0 auto;
}

#photo09 ul.photo-display li {
	margin: 20px;
	float: left;
	list-style: none;
}

#photo09 ul.photo-display li.center {
	margin: 20px 200px;
}

#photo09 ul.photo-display li img {
	border: 5px ridge;
}