@charset "utf-8";

/* 「背景が緑」「ヘッダー部が短い」コンテンツ共通
-------------------------------*/

body {
	background: #FFFFFF url(../images/nasu_body_bg.jpg) left top repeat;
}

#header {
	background: url(../images/nasu_shortheader_bg.jpg) left top repeat-x;
}

#wrapper {
	background: url(../images/contents_wrapper_bg.gif) center top repeat-y;
}


/* ロゴ
------------------------------------*/

#logo_bg {
	background: url(../images/contents_logo_bgshort.png) left top no-repeat;
	width: 844px;
	height: 103px;
	margin: 0 auto;
	text-align: left;
}


/* グローバルナビ
------------------------------------*/

li#global_nav_nasu {
	background: url(../images/contents_navi_nasu.gif) top left no-repeat;
}

li#global_nav_kawana {
	background: url(../images/contents_navi_kawana.gif) top left no-repeat;
}
	
li#global_nav_bali {
	background: url(../images/contents_navi_bali.gif) top left no-repeat;
}


/* タイトル
------------------------------------*/

h2 {
	padding:15px 0;
}


/* IE5,6 PNG差し替え*/

*html #logo_bg {
	background: url(../images/contents_logo_bgshortgreen.gif) left top no-repeat;
}

*html #container {
	background: url(../images/main_container_bggreen.gif) center top repeat-y;
}
