@charset "utf-8";

/* 

[ホーム用CSS]
※layout_baseに上書きしています。

[1]メインコンテナ
[2]ヘッダー
[3]サイドナビゲーション
[4]メインコンテンツ
[5]お知らせ

*/



/*[1]メインコンテナ*/

body {
	background-image:url(../images/body_bg_home.gif);
}


#container{
	background-image:url(../images/header_bg_home.gif);
}


/*[2]ヘッダー*/

#header{
	height:200px;
}


/*[3]サイドナビゲーション*/

#leftContents {
	background:none;
}

#leftContentsInner{
	background-image:url(../images/sn_bg_mid.gif);
	background-repeat:repeat-y;
}

#sideNavi{
	background-image:url(../images/sn_bg_btm.gif);
	background-repeat:no-repeat;
	background-position:bottom;

}

#sideNaviInner{
	background:none;
	padding-bottom:25px;
}

*html #sideNaviInner{
	margin:0;
	padding-bottom:25px;
}


#sideNaviHeader{
	background-image:url(../images/sn_bg_top.png);
	height:235px;
}

*html #sideNaviHeader{
	background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sn_bg_top.png',sizingMethod='scale');
	height:235px;
	width:180px;
}


/*[4]メインコンテンツ*/

#rightContents {
	margin-top:235px;
}

#rightContents h2 {
	background-image:url(../images/h2_bg_home.jpg);
	background-repeat:no-repeat;
	font-size:122%;
	font-weight:bold;
	color:#467399;
	padding-top:14px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}


/*[5]お知らせ*/

#info {
	margin-top:2em;
	margin-bottom:2em;
}

#info li{

	background-image:url(../images/icon_sn_link_off.gif);
	background-repeat:no-repeat;
	background-position:3px 2px;

	padding:4px;
	padding-left:25px;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dashed;
	margin-bottom:0.5em;
}

#info li span{
	margin-left:10px;
}

#info li a {
	color:#047391;
	text-decoration:underline;
}





