/*************************************************
    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/moy_08.gif');
	scrollbar-track-color: #FDEDD5;
	scrollbar-face-color: #CAD7F8;
	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;
}

#col_main h1
{
 	border-bottom: solid;
	border-width:2px;
	border-color:#756B6B;
	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); 	
}

#col_main h2
{
 	border-bottom: solid;
	border-width:2px;
	border-color:#4E3A3A;
	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=#F0E98A, direction=135); 	
}

#col_main h3
{
 	border-bottom: solid;
	border-width:2px;
	border-color:#EEB64E;
	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=#CBAEE8, direction=135); 	
}

/*****************************
    フッター
******************************/
#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;
}
