.dropdown, .dropdown * {
 font-size: 11pt;  /* 文字サイズ */
 font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif; 
 line-height: 14pt;
 margin: 0;
 padding: 0;
}
.dropdown {
 border: none;  /* メインメニューのボーダー */
}
.dropdown, .dropdown ul, .dropdown li {
 width: 70px;  /* メニューの幅 */
}
.dropdown a {
 display: block;
 padding: 0px;
}
.dropdown a, .dropdown a:link, .dropdown a:hover, .dropdown a:visited {
 color: #006699;  /* 文字色 */
 text-decoration: none;
}
.dropdown a:hover {  /* マウスカーソルが乗ったとき */
 color: #666600;  /* 文字色 */
 background: #ffffff;  /* 背景 */
}
.dropdown li {
 position: relative;
 display: block;
 list-style: none;
 background: #ffffff;  /* メインメニュー背景 */
}
.dropdown li li {
 background: #ffffff;  /* サブメニュー背景 */
}
.dropdown ul {
 visibility: hidden;
 position: absolute;
 left: 70px;  /* メニューの幅と同じ値 */
 top: -1px;  /* サブメニューのボーダー幅を減算 */
 border: solid 1px #000;  /* サブメニューのボーダー */
}
.dropdown li:hover > ul {
 visibility: visible;
}

.box {
	width:100%;
	padding:5px 0 0 0;
	font-size:12pt;
	color: #006699;
	font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif; 
	line-height: 17pt;
	border-top: 1px dotted #99ccff;
}

.dropdownbox {
	width:100%;
	padding:2px 0px 2px 10px;
	font-size:10pt;
	font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif; 
	line-height: 14pt;
	background: #ffffff;
}
		
.text {font-size:10pt; color: #000000; font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif; line-height: 12pt;}
.text_bule {font-size:10pt; color: #006699; font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif; line-height: 12pt;}
.text2 {font-size:8pt; color: #000000; font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;}
.small {font-size:9pt; color: #000000; font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif; line-height: 9pt; }
.small2 {font-size:8pt; font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;}
.small3 {font-size:5pt; font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;  line-height: 5pt;}
.title {font-size:12pt;font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;}
.input {font-size:8ptt; background: #FFFFFF; color: #000000;font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;}
.input2 {font-size:8pt; background: #FFFFFF; color: #000000;font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;}
.title_big {font-size:16pt;color: #ffffff; font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;}

	a {text-decoration: none }
	a:link {color:#006699; text-decoration: none;}
	a:visited {color:#006699; text-decoration: none;}
	a:hover {color:#ff6600; text-decoration: none;}