a:link  	{color:#0066ff}
a:visited	{color:#cd853f}
a:active 	{color:#ff4500}
a:hover  	{color:#ff4500}

.note{
		font-size:10.0pt;
}

.hide{
		visibility:hidden;
		color:#FFFFF;
		font-size:1px;
}


hr{
		color: #9696FF; filter:alpha(opacity=100,finishopacity=0,style=1)
}


p{
		font-size: 11.0pt;
		line-height:1.5em;
		margin: 2px 8% 18px 14%;
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                 "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", 
                 "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;}

.rect{
	border:solid 1px rgb(220,220,220);
	padding:5px
}

ol,ul,.cite{
	text-decoration:none;
	padding:1% 5%;
	font-size:10.5pt;
	line-height:135%;
	margin: 0px 20% 5% 15%;
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                 "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", 
                 "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;	border:solid 1px rgb(200,200,200);
	background-color:rgb(248,248,248);

}

.ref{
	padding:1% 2%;
	font-size:10.5pt;
	line-height:150%;
	margin: 0px 10% 5% 25%;
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                 "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", 
                 "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;	border-left: 1px solid rgb(200,200,200);

	
	}


h1, h2{
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                 "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", 
                 "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;}


h3, h4, h5, h6{
font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma,
                 "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", 
                 "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;}


h1{
		font-size: 36.0pt;
		font-weight: bold;
		margin: 0px 0px 5% 0px; 
}


h2{
		font-size: 32.0pt;
		font-weight: bold;
		color: rgb(102,102,102);
		margin: 0px 5% 10px 0px;
		border-bottom: 5px dashed rgb(255,128,0);
}


h3{
		font-size: 14.0pt;
		font-weight: bold;
		color: rgb(102,102,102);
		margin: 0px 8% 0px 12%;
		padding: 0px 8px 1px;
		border-bottom: 2px solid rgb(255,128,0); }

h4{
		font-size:  12.0pt;
		color: rgb(50,50,50);
		margin: 5px 0px 4pt 12%;
}


h5				  { font-size:  12.0pt; font-weight: bold;
					color: rgb(50,50,50);
					margin: 4px 8% 4pt 12%; 
					border-bottom: 1px dashed rgb(100,100,100);
					
					}
h6				  { font-size:  9.0pt; font-weight: bold;
					color: rgb(102,102,102);
					margin: 4px 0px 4pt 8px; }



/* =================================== */
/* レイアウトの設定 */
/* =================================== */

/* 全体を囲うblock */
#wrapper {
	width: 740px;
	margin: 0 auto;
	background: #FFF url(http://tropical.umin.ac.jp/img/wrapper_bg.gif) repeat-y;
}

#header {
	height:20px;
	background: #FFF url(http://tropical.umin.ac.jp/img/header.gif) no-repeat;
	color:#FFF;
}

/* #main,#side用のblock */
#content {
	width: 710px;
	margin: 0 auto;
}

#content #main {
	float:left;
	width: 495px;
}

#content #side {
	float:right;
	width: 200px;
	background: #FFF url(http://blog.nekken.org/template/piano/img/side_bg.gif) repeat-y;}

/* フッター */
address {
	padding: 5px 0 0 0;
	margin: 5px 15px 0;
	border-top:1px solid #ECECEC;
	text-align:right;
	font : 80%/1.5em "Trebuchet MS", Trebuchet;
	font-weight: bolder;
	font-style:normal;
	color:#666;
}

/*フッター画像*/
#footer {
	height:20px;
	background: #FFF url(http://tropical.umin.ac.jp/img/footer.gif) no-repeat;
}

