/*************************************************
    css is designed for "近藤研究室メンバーページ".
    original was designed by ushikubo.
    latest update on 2008.Aug.28.
*************************************************/

/***************************************
    ページ全体
***************************************/

/* ボディに関するCSS */
html, body
{
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	margin:0px;
	padding:0px;
	background-image:url('img/38.jpg');
	scrollbar-track-color: #CAD7F8;
	scrollbar-face-color: #6F74FF;
	scrollbar-shadow-color: #A6A6EA;
	scrollbar-darkshadow-color: #A6A6EA;
	scrollbar-highlight-color: #A6A6EA;
	scrollbar-3dlight-color: #A6A6EA;
	scrollbar-arrow-color: #0C21C6;
}

/* 全体枠 */
#colall
{
	width:850px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
}

/* linkのデザイン設定 */
	a:{ text-decoration:none }
	a:link{ color:#0000FF; }
	a:visited{ color:#0000FF;}
	a:active{ text-decoration:none; }
	a:hover{color:#ff5599;text-decoration:underline;}


/*****************************
    コンテンツ
******************************/

#col_main
{
	width:800px;
	padding:15px;
	text-align:left;
	background-color:#FFFFFF;
}

/* コンテンツ　段落 */
#col_main p
{
	line-height:1.5em;
	text-indent:0em;
	font-size:small;
	color:#76ADFF;
}

#col_main h1
{
 border-bottom: solid;
 border-width:2px;
 border-color:#2F24FF;
 width:780px;
 font-family: serif;
 font-size: 30px;
 line-height: 150%;
 font-weight:bold;
 letter-spacing: 4px;
 margin-top:20px;
 padding-left:20px;
 filter: shadow(color=#9CA8FA, direction=135);
 color:#233FD2;
}

#col_main h2
{
 	border-bottom: solid;
	border-width:2px;
	border-color:#EC7BFF;
	width:300px;
 	font-family: serif;
 	font-size: 20px;
 	line-height: 150%;
 	font-weight:bold;
 	letter-spacing: 4px;
 	margin-top:20px;
 	padding-left:20px;
	filter: shadow(color=#F179FF, direction=135); 
	color:#F521FF;	
}

#col_main h3
{
 	border-bottom: solid;
	border-width:2px;
	border-color:#DC45FF;
	width:250px;
 	font-family: serif;
 	font-size: 17px;
 	line-height: 100%;
 	font-weight:bold;
 	letter-spacing: 4px;
 	margin-top:20px;
 	padding-left:20px;
	filter: shadow(color=#2E7F16, direction=135); 
	color:#8CE441;
}

/*****************************
    フッター
******************************/
#credit
{
	clear:both;
	font-size: 80%;
	line-height: 150%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:500px;
}

<!-- 画像linkのデザイン設定 -->
a img
{
	border: 1px;
	border-color:#FFFFFF;
}
a:hover img
{
	border: 1px #751822 #FF00FF;
}
