@charset "UTF-8";

  /**
   * トップページレイアウト CSS
   * 
   * @author  HAKKO Development Co.,Ltd. az'Ciel division (Hiroyuki.Nagahara)
   * @version 2009.10.22
   * 
   */

/*
  ---INDEX---

	1,トップページ
  2,グローバルメニュー
  3,メインコンテンツ
*/

/**
//=========================================//
//---------------1,トップページ------------//
//=========================================//
*/

#mainCol {

	width            : 468px;
	min-height       : 200px;
	margin           : 0;
	padding          : 0 0 0 8px;
	overflow         : hidden;
}

/*IE6*/
* html #mainCol {

	width            : 472px;
	padding          : 0 0 0 8px;
	overflow         : hidden;
}

div.descriptions {
	
	background       : url(../images/descriptions.jpg) no-repeat center top;
	height           : 284px;
}


/*flashの余白削除*/
object,
embed {
	vertical-align	: top;
}

/**
//-------------1-1.おまかせリスト-----------//
*/

ul#omakaseList {

	margin         : 0;
	padding        : 67px 0 0 9px;
	list-style     : none;
	width          : 820px;
	overflow       : hidden;
}

/*IE6*/
* html ul#omakaseList {

	padding        : 67px 0 0 0;
	width          : 800px;
}

ul#omakaseList span {

	visibility     : hidden;
	display        : none;
}

ul#omakaseList li {

	display        : inline;
	margin         : 0;
	padding        : 0;
}

ul#omakaseList div {

	float          : left;
	color          : #008000;
	font-size      : 12px;
	width          : 268px;
	margin         : 0;
	padding        : 0
}

/*IE6*/
* html ul#omakaseList div {

	color          : #309C2D;
	font-size      : 12px;
	width          : 262px;
	margin         : 0 0 0 6px;
	padding        : 0;
}

/*IE6*/
* html ul#omakaseList div.last {

	width          : 240px;
}

/**
//-------------1-2.７つのポイント-----------//
*/

ol#checkPoint {

	margin         : 0;
	padding        : 30px 0 12px 12px;
	list-style     : none;
	width          : 820px;
	overflow       : hidden;
}

/*IE6*/
* html ol#checkPoint {

	width          : 800px;
}

ol#checkPoint span {

}

ol#checkPoint li {

	display        : inline;
	margin         : 0;
	padding        : 0;
}

ol#checkPoint div {

	float          : left;
	text-indent    : 1.6em;
	font-size      : 12px;
	line-height    : 123%;
	width          : 101px;
	margin         : 0 0 0 0;
	padding        : 0 12px 0 0;
}

/*IE6*/
* html ol#checkPoint div {

	width          : 113px;
	margin         : 0 0 0 0;
	padding        : 0 12px 0 0;
}

/*IE6*/
* html ol#checkPoint div.last {

	width          : 110px;
}


ol#checkPoint strong {

	color         : #F00;
}

/**
//-------------1-3.トピックス-----------//
*/
div.topixbox {
	min-height       : 290px;
}

/*IE6*/
* html div.topixbox {
	min-height		: 290px;
	height			: auto !important;
	height			: 290px;
}


/**
//=========================================//
//---------------2.グローバルメニュー------//
//=========================================//
*/

ul#globalMenu {

	height         : 48px;
}

ul#globalMenu li a {

	/*▼印を隠したいので高さ58px→48pxに変更*/
	height          : 48px;
}

/**
//=========================================//
//---------------3.メインコンテンツ--------//
//=========================================//
*/

/**
//-------------3-1.新着情報-----------//
*/

div#informations {

	width            : 462px;
	background-color : #EEE;
	border-left      : solid #309C2D 1px;
	border-right     : solid #309C2D 1px;
}

/*IE6*/
* html div#informations {

	width            : 464px;
}

div#informations dl.info {

	padding          : 4px 0 0 0;
}

div#informations dl.info dt {

	clear            : both;
	float            : left;
	font-size        : 12px;
	margin           : 0;
	padding          : 5px 0 8px 10px;
	width            : 80px;
	background       : transparent url(../images/footer_arrow.gif) no-repeat scroll 80px 11px;
}

* html div#informations dl.info dt {

	width            : 90px;
}


div#informations dl.info dd {

	background       : url(../images/info_line.gif) repeat-x scroll left bottom;
	font-size        : 12px;
	margin           : 0;
	padding          : 5px 8px 8px 80px;
}

div#informations dl.info dd.bottom {

	background-image : none;
}

/*-------------お問い合わせバナー----------------*/
#mainCol div.inquirybanner_top {
	margin          : 0 auto 0;
}

#mainCol div.inquirybanner_top a {
	background      : url('../images/inquiry.jpg') no-repeat left top;
	display         : block;
	width           : 466px;
	height          : 93px;
}

#mainCol div.inquirybanner_top span {
	display         : none;
}

#mainCol div.inquirybanner_top a:hover {
	background-position : -466px 0%;
}


#rightCol {
	float: right;
}


/**
//=========================================//
//-----------------------------------------//
//=========================================//
*/


@media print{


* html body {

	zoom: 80%; /*WinIE7 only */	
}
*:first-child+html body {

	zoom: 80%; /*WinIE7 only */
}
* html  #wrapper {

	margin           : 0 auto;
	width            : 801px;
	overflow         : hidden;	
}
*:first-child+html #wrapper {

	margin           : 0 auto;
	width            : 801px;
	overflow         : hidden;
}
}
