/*CSS Document*/

/*初期設定*/
body{
	color:#000000;/*通常のテキストカラー*/
	texttext-align: center;
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
	
a:hover{
	color:#FF9900;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示*/
	}

/*初期設定ここまで*/


*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*フォントサイズ調整*/
body {
    font-size: 16px;
}
p{
	font-size:14px;
	*font-size:90%;
	*font:95%;
	line-height:25px;
	padding:10px 10px 10px 10px;
	}
th,td,li{
	font-size:14px;
	*font-size:90%;
	*font:95%;
	}

	
.CNT{ text-align:center;}
.R{ text-align:right;}
.L{ text-align:left;}


/** レイアウト - division **/
#container{
	width:800px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	background:url(image/shadow.png) repeat left top;
	}


#head{
	background:url(image/title_2.png) no-repeat left top;
	height:120px;
	zoom:100%;
	margin:0;
	}
#head div#right{
	float:right;
	width:200px;
	}
#head div#right p{
	color:#FFFFFF;
	margin:4px 20px 8px 20px;
	font-size:12px;
	line-height:30px;
	text-align:right;
	}
#head div#right a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	}
#head div#right a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}

	
#g_menu{
	float:left;
	width:180px;
	background-color:#848484; 
	padding:0 0 100px 0;
	}
#g_menu ul{
	list-style-type:none;
	margin:0 0 0 0;
	hight:53;
	}
#g_menu ul li{
	margin:0 0 0 0;
	}
#g_menu ul li a{
	background:url(image/contents.png) no-repeat;
	width:180px;
	height:53px;
	line-height:53px;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	display:block;
	text-align:center;
	text-decoration:none;
	text-vertical-align:50%;
	}
#g_menu a:hover{
	background:url(image/contents_hover.png) no-repeat;
	}
	
	

#main{
	float:left;
	padding: 15px;
	width:550px;
	}
#main ul{
	margin:0 0 0 0;
	hight:53;
	padding:10px 10px 10px 10px;
	}
#main ul li{
	margin:0px 0px 0px 25px;
	}

#pankuzu{
	margin:0 0 5px 0;
	font-size:12px;
	color:#333333;
	}
#main h3{
	font-size:18px;
	font-weight:bold;
	text-indent:15px;
	color:#333333;
	background:url(image/arrow.png) no-repeat left bottom;
	}
#main h4{
	margin:10px 0 5px 0;
	text-decoration:underline
	font-size:18px;
	color:#333333;
	}


#foot{
	background:url(image/back.png) left top no-repeat;
	color:#FFFFFF;
	height:40px;
	clear:left;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	line-height:40px;
	}
#foot a{
	color:#ffffff;
	text-decoration:none;
	}
#foot a:hover{
	color:#ffffff;
	}
	
	
#text{
	padding: 10px;
	width: 100%;
	height: 100%;
	}	
	
/*トップ*/
#top{}
#top p{
	margin:2px 10px 10px 10px;
	line-height:1.6em;
	}
#top div#news{
	width:580px;
	border: #999999 dotted;
	border-width:1px 0 1px 0;
	padding:0 0 10px 0;
	}
#top div#news p.day{
	color:#666666;
	font-weight:bold;
	font-size:100%;
	background:url(http://www.lif.kyoto-u.ac.jp/7thiss/image/) no-repeat center left;
	text-indent:10px;
	vertical-align:top;
	margin:10px 0 0 0;
	}
#top div#news p{
	margin:2px 10px 0 10px;
	}



/*サブページ*/
#other p{
	line-height:1.6em;
	}
#p-copy{
	text-align:right;
	font-size:11px;
	color:#999999;
	width:780px;
	}
#p-copy a{
	color:#999999;
	font-size:10px;
	text-decoration:none;
	}	
#p-copy a:hover{
	color:#999999;
	}

