/* ==========================================================
     ベース スタイル
========================================================== */

/* 基本リンク色 */
a:link { color: rgb(0,0,255) ; }
a:visited { color: rgb(0,100,255) ; }
a:hover { color: rgb(255,0,0) ; }
a:active { color: rgb(255,150,0) ; }

/* =====================================
     汎用設定
===================================== */
/* 左配置 */
.left
{
	float : left ;
}
/* 右配置 */
.right
{
	float : right ;
}
/* 配置クリア */
.nonalign
{
	clear : both ;
}

/* =====================================
     外枠フレーム設定
===================================== */
body
{
	text-align : center ;
	background: #F8DB8F url(http://www.n-nikkei.ac.jp/mt-static/imgkoza/back.gif) repeat-y center;
}
/* 大枠 */
#container
{
	width : 800px ;
	margin-right : auto ;
	margin-left : auto ;
	text-align : left ;
}
/* ヘッダー */
#header
{
	border : 1px solid rgb(255, 200, 0) ;
}
/* サイドバー */
#sidebar
{
	width : 200px ;
}
/* メインコンテンツ */
#contents
{
	width : 600px ;
	float : left ;
}
/* フッター */
#footer
{
	border : 1px solid rgb(255, 200, 0) ;
}

/* =====================================
     ヘッダーフレーム設定
===================================== */
/* 上左 569x23 */
#header-top-left
{
	float : left ;
	width : 564px ;
	height : 18px ;
	padding: 5px 0px 0px 5px ;
	color : rgb(21, 93, 167) ;
	font-size : 12px ;
	text-align : left ;
	vertical-align : middle ;
}
/* 上右 229x23 */
#header-top-right
{
	float : left ;
	width : 224px ;
	height : 20px ;
	padding: 3px 2px 0px 0px ;
	color : rgb(0, 0, 0) ;
	font-size : 12px ;
	text-align : right ;
	vertical-align : middle ;
}
/* 中左 565x44 */
#header-mid-left
{
	float : left ;
	width : 565px ;
	height : 44px ;
}
/* 中右 233x44 */
#header-mid-right
{
	float : left ;
	width : 233px ;
	height : 44px ;
}
/* 中下 798x29 */
#header-mid-top
{
	width : 798 ;
	height : 29 ;
}
/* 下 798x20 */
#header-bottom
{
	background-image: url(http://www.n-nikkei.ac.jp/mt-static/img/header/menu.gif) ;
	width : 798px ;
	height : 17px ;
	padding: 3px 0px 0px 0px ;
	font-size : 14px ;
	font-weight : bold ;
	text-align : center ;
}

/* =====================================
    フッターフレーム設定
===================================== */
/* 上 */
#footer-top
{
	padding: 3px 0px 3px 0px ;
	font-size : 13px ;
	text-align : center ;
}
/* 下 */
#footer-bottom
{
	padding: 3px 0px 3px 0px ;
	font-size : 13px ;
	text-align : center ;
	background-color : rgb(255, 200, 0) ;
}

/* ==========================================================
     トップページ スタイル
========================================================== */

/* =====================================
     フレーム設定
===================================== */

#index-eyecatch
{
	width : 598px ;
	margin : 0px 0px 0px 2px ;
}

#index-contents
{
	width : 600px ;
}

#index-updates
{
	width : 440px ;
}

#index-rightbar
{
	width : 160px ;
}

#index-course-blog
{
	width : 215px ;
	margin : 0px 0px 0px 0px ;
}

#index-blogupdate
{
	width : 430px ;
	margin : 1px 4px 4px 4px ;
	border : 1px solid rgb(255, 200, 0) ;
}
#index-news-title
{
	width : 100% ;
	color : rgb(255, 83, 147) ;
	font-size : 17px ;
	font-weight : bold ;
	filter : Blur(strength=4, direction=135, add=true) ;
}
#index-news-text
{
	padding : 2px 10px 2px 10px ;
	font-size : 15px ;
}

#index-directcontents
{
	width : 100% ;
	padding : 5px 0px 5px 0px ;
	font-size : 15px ;
	font-weight : bold ;
	line-height : 150% ;
	filter : Blur(strength=5, direction=135) ;
}

/* ==========================================================
     エントリー スタイル
========================================================== */
/* エントリー大枠 580x～ */
.entry
{
	width : 580px ;
	padding : 2px 0px 0px 10px ;
}

/* ブログサイドバータイトル */
.blog_side_title
{
	font-size : 15px ;
	color : rgb(150, 10, 0) ;
}

/* ブログサイドバーリスト */
.blog_side_list
{
	font-size : 12px ;
	line-height : 20px ;
}

/* ブログメイン日付 */
.blog_entry_date
{
	font-size : 15px ;
	color : rgb(150, 10, 0) ;
}

/* ブログメインタイトル */
.blog_entry_title
{
	font-size : 15px ;
	color : rgb(150, 10, 0) ;
}
