/* 基本設定 */
body, 
p, h1, h2, h3, h4, h5,
ul, li, dl, dt, dd{
	margin: 0;
	padding: 0;
}

li {
	list-style-type:none;
}


body {
	background:#FFF url(../img/bg.gif) center repeat-y;
}

h1 {
	font-size: 12px;
	font-weight: normal;
}

a {
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:link,
a:visited {
	color: #900;
}

a:hover {
	color: #F00;
}

.rollover {
}




/* 基礎配置 */

#base_container {
	width: 732px;
	margin:0 auto;
	background-color:#FFF;
}

#title {
	padding:0 0 10px;
}

#contents {
	padding:10px 10px 20px;
	border-bottom:1px solid #C3C3C3;
}




/* ヘッダー */

#head {
	height:129px;
	background:url(../img/head_bg.gif) left top repeat-x;
}
	
	/* 事業部ロゴ */
	#glbl_logo {
		margin:0;
		padding: 6px 0 0 17px;
		height: 57px;
		width: 156px;
		float:left;
		background:none;
	}
	
	/* グローバルナビゲーション */
	#menu_tbl td img {
		display: block;
	}

	#main_menu {
		width:474px;
		height:28px;
		margin:0;
		padding:0 9px 0 0;
		float: right;
	}






/* フッター */

#foot {
	height:40px;
	padding:8px 10px 0;
	border-top:1px solid #FFF;
	background-color:#EEEBE1;
}
	
	#foot ul {
		float:left;
	}
		
		#foot ul li {
			float:left;
			padding:0 15px;
			height:14px;
			overflow:hidden;
			border-left:1px solid #979590;
		}
			
			#foot ul li.last_child {
				border-right:1px solid #979590;
			}
	
	#foot p {
		float:right;
	}





/* カテゴリーナビゲーション */
#category_menu {
	height:41px;
}
	
	#category_menu ul li {
		height:40px;
		overflow:hidden;
		float:left;
		padding:0 2px 0 0;
		background:url(../img/menu_line.gif) right top no-repeat;
		white-space:nowrap;
	}
		
		#category_menu ul li.last_child {
			width:198px;
			padding:0;
			background:none;
		}
