/* ----------------------------------------------
	full css info for only index page
	- layout
	- #greeting
	- #annunciation
	- #logging
	- #clothes
	- #ordering
	- #items
	- #shop
	- #icon
------------------------------------------------- */

/* ==============================================
	layout
================================================= */

#annunciation{
	background: url(../images/separator_vertical.png) no-repeat right 60px;
	width: 440px;
	float: left;
	padding-top: 5px;
	padding-left: 34px;
	padding-right: 34px;
	padding-bottom: 10px;
}
#clothes{
	width: 284px;
	float: right;
	padding-right: 34px;
}
#logging{
	background: url(../images/separator_vertical.png) no-repeat right 60px;
	width: 440px;
	float: left;
	padding-left: 34px;
	padding-right: 34px;
}
#ordering{
	width: 284px;
	float: right;
	padding-right: 34px;
}
#aboutus{
	background: url(../images/separator_vertical.png) no-repeat right 20px;
	width: 440px;
	float: left;
	padding-left: 34px;
	padding-right: 34px;
}
#icon{
	background: url(../images/separator_vertical.png) no-repeat right 20px;
	width: 440px;
	float: left;
	padding-left: 34px;
	padding-right: 34px;
}
#annunciation:after,#clothes:after,#logging:after,
#ordering:after,#items:after,#shop:after,#icon:after{
	content: "";
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
}

	/* ie6 ------------- */
	* html #annunciation{ width: 508px}
	* html #clothes{ width: 318px}
	* html #logging{ width: 508px}
	* html #ordering{ width: 318px}
	* html #items{ width: 318px;}
	* html #aboutus{ width: 508px}
	* html #icon{ width: 508px;}
	/* ----------------- */

/* ==============================================
	#greeting
================================================= */

#greeting .info{
	text-align: right;
	font: 80%/1.3 serif; 
}
#greeting h1{
	display: table-cell;
	vertical-align: middle;
	font-size: medium;
	line-height: 1;
	margin: 0;
	padding-right: 20px;
	padding-left: 136px;
}
#greeting .message{
	display: table-cell;
	vertical-align: middle;
	padding-right: 86px;
	padding-left: 20px;
}
#greeting .message h2{
	font-size: 100%;
}
#greeting .message p{
	font-size: 80%;
	margin: 0.5em 0;
}
	/* ie67 ------------- */
	* html #greeting h1{ display: inline;}
	* html #greeting .message{ display: inline; width: 489px;}
	*:first-child+html h1{ display: inline;}
	*:first-child+html .message{ display: inline; width: 375px; height: 1%; zoom:1;}
	/* ------------------ */

/* ==============================================
	#annunciation
================================================= */

#annunciation h2{
	font-size: 100%;
}
#annunciation .italic{
	font-style: italic;
	padding-right: 0.3em;
}
#annunciation ul{
	background: url(../images/separator_horizonal.png) no-repeat left bottom;
	margin: 0;
	padding: 5px 0 15px 20px;
}
#annunciation li{
	font-size: 80%;
	line-height: 1.3;
	margin: 0.3em;
}

/* ==============================================
	#jsImagesCtl
================================================= */

#jsImagesCtl{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
#jsImagesCtl ul{
	list-style-type: none;
	height: 235px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#jsImagesCtl ul li{
	margin: 0;
	padding: 0;
}
#jsImagesCtl ul li img{
	vertical-align: bottom;
	cursor: pointer;
	border: solid 1px white;
}
#jsImagesTgt{
	display: table-cell;
	vertical-align: middle;
}
#jsImagesCtlU{
	cursor: pointer;
	height: 20px;
	font-size: 0;
	background-position: center;
	background-repeat: no-repeat;
}
#jsImagesCtlD{
	cursor: pointer;
	height: 20px;
	font-size: 0;
	background-position: center;
	background-repeat: no-repeat;
}
#jsImageMessage{
	font-size: 80%;
	height: 15em;
	overflow: auto;
}
	/* ie67 ------------- */
	* html #jsImagesCtl{ display: inline; width: 82px;}
	* html #jsImagesTgt{ display: inline; width: 150px;}
	*:first-child+html #jsImagesCtl{ display: inline; width: 62px; height: 1%; zoom: 1;}
	*:first-child+html #jsImagesTgt{ display: inline; width: 130px; height: 1%; zoom: 1}
	/* ------------------ */

/* ==============================================
	#logging
================================================= */

#logging h2{
	font-size: 100%;
	margin-bottom: 0;
}
#logging h2 span{
	display: none;
}
#logging h3{
	font-size: 80%;
	margin: 1em 0 0.7em;
	color: #333;
}
#logging p{
	font-size: 80%;
	line-height: 1.5;
	margin: 0.7em 0;
}

#jsNavi{
	position: relative;
}
#jsNaviCtl{
	font-size: 80%;
	text-align: right;
	margin: 0;
	padding: 0;
}
#jsNaviCtl li{
	display: inline-block;
	margin: 0;
	padding-left: 10px;
}
	/* ie67 ------------- */
	* html #jsNaviCtl li{ display: inline;}
	*:first-child+html #jsNaviCtl li{ display: inline;}
	/* ------------------ */
#jsNaviList{
	font-size: 80%;
	list-style-type: none;
	background: white url(../../images/js_list_bottom.png) no-repeat center bottom;
	width: 370px;
	margin: 0;
	padding: 0 0 9px;
}
#jsNaviList li{
	padding: 1px 15px;
}
#jsNaviList li.title{
	font-weight: bold;
	background: url(../../images/js_list_top.png) no-repeat center top;
	margin: 0;
	padding: 10px 15px 5px;
}

/* ==============================================
	#aboutus
================================================= */

#aboutus h2{
	font-size: 100%;
}
#aboutus h2 span{
	display: none;
}
#aboutus h3{
	font-size: 80%;
	color: #333;
	line-height: 1.5;
	margin-bottom: 0;
}
#aboutus p{
	font-size: 80%;
	margin-top: 0;
}
#aboutus div{
	float: right;
}
#aboutus table{
	font-size: 80%;
}

/* ==============================================
	#clothes
================================================= */

#clothes h2{
	font-size: 100%;
	margin-bottom: 0;
}
#clothes h2 span{
	display: none;
}

/* ==============================================
	#ordering
================================================= */

#ordering h2{
	font-size: 100%;
}
#ordering h2 span{
	display: none;
}
#ordering h3{
	clear: both;
	font-size: 80%;
	color: #333;
	margin: 1.2em 0 0.7em;
}
#ordering p{
	font-size: 80%;
}
#ordering ul{
	font-size: 80%;
	list-style-type: none;
	margin: 0.7em 0;
	padding: 0;
}
#ordering li{
	background-image: url(../images/list_bg_red.png);
	padding-left: 15px;
}

/* ==============================================
	#icon
================================================= */

#icon h2{
	font-size: 100%;
}
#icon h2 span{
	display: none;
}
#icon h3{
	font-size: 80%;
	color: #444;
}