/*/////////////////////////////////////////////////////////////////////////////////////////////////
   CSS for LaboNote
   created :2004/11/18
   labonote.css
/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*タグ再定義スタイル*/

body{
	color: #000000;
	background-color: #C8CFDD;
}

a:link { text-decoration:none;  color:#3300CC}
a:visited { text-decoration:none; color:#3366CC;}
a:hover { color: #CC3399; text-decoration: underline; }
a:active { color: #CC0033; text-decoration: underline; }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 90%;
	}
	
img {
	border: none;
	}


.SubImg {
	text-align: right;
}


.TextLayout1 {
	float: right;
	margin: 5px;
	vertical-align: text-top;
}


.TextLayout2 {
	float: left;
}


.TextLayout3 {
	clear: both;
}

.ButtonLayout1 {
	text-align: left;
}


.ButtonLayout2 {
	text-align: right;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*汎用文字サイズ＋行送りクラス*/

.k { line-height:130% }
.kS { font-size: 10px; line-height:130% }
.kM  { font-size: 12px; line-height:130% }
.kL  { font-size: 14px; line-height:130% }
.kLL  { font-size: 16px; line-height:130% }
.kXL  { font-size: 18px; line-height:130% }

.kSw { font-size: 10px; line-height:150% }
.kMw  { font-size: 12px; line-height:150% }
.kLw  { font-size: 14px; line-height:150% }
.kLLw  { font-size: 16px; line-height:150% }
.kXLw  { font-size: 18px; line-height:150% }

.kSn { font-size: 10px; line-height:110% }
.kMn  { font-size: 12px; line-height:110% }
.kLn  { font-size: 14px; line-height:110% }
.kLLn  { font-size: 16px; line-height:110% }
.kXLn  { font-size: 18px; line-height:110% }

.kSnRed {
	font-size: 10px;
	line-height:110%;
	color: #CC0000;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*ナビゲーション*/

.MainNav {
	position:absolute;
	background-color: #9ABEFF;
}


.SubMenu1 a {
	background-color: #FFFFFF;
}


.SubMenu1 {
	visibility: hidden;
	position: relative;
	top: auto;
	left: -30px;
}

.SubMenu2 {
	visibility: hidden;
	position: relative;
	top: auto;
	left: -100px;
}


.SubMenu3 {
	visibility: hidden;
	position: relative;
	top: auto;
	left: -120px;
}


#NavMenu1 {
	position: absolute;
	top: -12px;
	left: 0;
}


#NavMenu2 {
	position: absolute;
	top: -12px;
	left: 90px;
}


#NavMenu3 {
	position: absolute;
	top: -12px;
	left: 230px;
}


#NavMenu4 {
	position: absolute;
	top: -12px;
	left: 320px;
}


#NavMenu5 {
	position: absolute;
	top: -12px;
	left: 410px;
}


#NavMenu6 {
	position: absolute;
	top: -12px;
	left: 500px;
}


#NavMenu7 {
	position: absolute;
	top: -12px;
	left: 590px;
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*共通カスタムクラス*/

.dotline {
	border: dotted #666666;
	border-width: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;

}


.indent {
	margin: 20px;
}

.indent_2 {
	margin: 0 0 0 30px;
}

.indent_3 {
	margin: 0 0 0 10px;
}

.indent_3b {
	margin: 0 0 0 15px;
}

.indent_4 {
	margin: 0 0 0 25px;
}


.indent_5 {
	vertical-align: top;
}


.flame {
	border: 0px solid #3366CC;
	background-color: #FFFFFF;
}

div.textbox {
	margin: 20px;
	line-height: 1.5em;
	font-size: 90%;
	letter-spacing: 2px;
}

.contact {
	background-color: #FFFFFF; 
    font-size: 12px;
	line-height: 150%;
}

.td_title {
	background-color: #D7E1F9;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	border: 1px solid #ACC7FF;

}

.td_item {
	background-color: #EEEEEE;
	font-size: 12px;
	border: 1px solid #CCCCCC;

}


.td_item2 {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 10px 10px 10px 10px;

}



#calendar {
  	line-height: 140%;
	color: #000000;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: xx-small;
  	padding: 2px;
	text-align: center;
	margin-bottom: 10px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	background-color: #FFFFFF;

	}

#calendar caption {
	color: #CC0000;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: x-small;
	border-bottom: 1px dotted #999999;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	font-size: xx-small;
	}

#calendar td {
	text-align: center;
	font-size: xx-small;
	}
	
/*/////////////////////////////////////////////////////////////////////////////////////////////////*/

/*END*/
