@charset "utf-8";
/*
 * ==========================================================================
 * 
 * 名大応用物理
 * TOPレイアウト CSS
 * 
 * ==========================================================================
 */
/*
 * --------------------------------------------------------------------------
 * 中央メニュー
 * --------------------------------------------------------------------------
 */
.top_menu_box {
	width:950px;
	margin-top:10px;
}
.top_menu_inbox {
	width:302px;
	height:160px;
	float:left;
	margin-right:22px;
	background:url(../../images/top/menu_bar_g.gif) repeat-y;
}
.top_menu_inboxe {
	width:302px;
	height:160px;
	float:left;
	background:url(../../images/top/menu_bar_g.gif) repeat-y;
}
.top_menu_title {
	width:302px;
	height:50px;
	background:url(../../images/top/menu_bar_w.gif) no-repeat;
}
.top_menu_title p {
	font-size:120%;
	font-weight:bold;
	line-height:50px;
	text-indent:30px;
}
.top_menu_title li {
	display: block;
	height:18px;
	text-indent:50px;
	padding:4px 0;
	background:url(../../images/global/arrow01.gif) 30px 8px no-repeat;
}
.top_menu_title li a {
	color: #666666;
	text-decoration: underline;
}
.top_menu_title li a:link {
	color: #666666;
	text-decoration: none;
}
.top_menu_title li a:visited {
	color: #666666;
	text-decoration: underline;
}
.top_menu_title li a:hover { 
	color: #666666;
	text-decoration: underline;
}
.top_menu_title li a:active {
	color: #666666;
	text-decoration: none;
}

#top_news_box {
	width:950px;
	margin-top:20px;
	background:url(../../images/top/news_bar.gif) no-repeat;
}
#top_news_bar {
	width:200px;
	float:left;
}
#top_news_bar p {
	line-height:50px;
	font-size:120%;
	text-indent:20px;
	font-weight:bold;
}
#top_news_old {
	width:160px;
	padding:13px 0;
	float:right;
}

.news_box {
	width:950px;
	padding:10px 0;
	border-bottom: dotted 1px #C8C7C6;
}
.news_box p {
	padding-left:20px;
	line-height:1.8em;
	background:url(../../images/top/info_h.gif) 10px repeat-y;
}
.news_title {
	font-size:120%;
	font-weight:bold;
	color: #2677D4;
}

