@charset "utf-8";

/*===========================================================
　コンテンツ
===========================================================*/
#whole{
	width: 802px;
	margin: auto;
	text-align: center;
	background-color: #aaaaaa;
}
#wholeContents{
	width: 800px;
	margin: auto;
	text-align: center;
	background-color: #ffffff;
}

/**
 * 中ページコンテンツ
 */
#contents .rightContents{
	width: 545px;
	float: right;
	position: relative; right: 23px;
}
#contents .rightContents .headNavi{
	font-size: 12px;
	text-align: left;
	margin-right: 20px;
}
/**
 * 商品メニュー
 */
#contents .itemMenu{
	width: 212px;
	float: left;
	text-align: center;
	margin-top: 22px;
}
#contents .itemMenu ul li{
	margin-bottom: 5px;
}

/*===========================================================
　ヘッダー
===========================================================*/
#header .rightContents{
	height: 110px;
	width: 597px;
	float: right;
	text-align: right;
	background: url(../img/common/bg_header.gif) repeat-x left top;
}
#header .caption{
	height: 23px;
	text-align: left;
	background: url(../img/common/bg_black.gif) repeat-x left top #eeeeee;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}
#header .companyProfile{
	width: 494px;
	height: 81px;
	float: right;
	position: relative; right: 15px;
}
#header h1{
	margin-bottom: 10px;
}

/**
 * ヘッダーメニュー
 */
#header .menu{
	height: 34px;
	background: url(../img/common/bg_header_menu.gif) repeat-x left top;
}
#header .menu ul{
	padding-top: 12px;
}
#header .menu ul li{
	float: left;
	margin-left: 10px;
	position: relative; left: 40px;
}
#header .menu ul li img{
	display: block;
}

/*===========================================================
　フッター
===========================================================*/
#footer{
	width: 800px;
	background-color: #ffffff; 
}
#footer .menu{
	height: 25px;
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
}
#footer .menu ul li{
	float: left;
	margin-top: 7px;
	margin-left: 15px;
}
#footer .menu ul li img,
#footer .logo img{
	display: block;
}
#footer .logo{
	float: right;
	margin: 1px 10px 1px 0px;
}
#footer .copyright{
	margin-top: 5px;
	font-size: 80%;
}

/*===========================================================
　アラート
===========================================================*/
/**
 * アラートブロック
 */
#contents .alert{
	background-color:#ffeeee;
	color:#cc0000; font-weight:bold;
	text-align:left;
	padding:5px 10px;
	font-size: 85%;
	margin-bottom: 10px;
}
	
/*===========================================================
　汎用
===========================================================*/
.iconArrow{
	background: url(../img/common/icon_box_arrow.gif) no-repeat left center;
	padding-left: 15px;
}
.iconArrowGray{
	background: url(../img/common/icon_arrow.gif) no-repeat left center;
	padding-left: 15px;
}

