@charset "utf-8";

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

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

#header {
	background: url(../images/global_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;
}


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

h2 {
	padding:15px 0;
}


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

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

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