﻿@charset "utf-8";

body#indexBody {
	background       : url(../img/bg_index_body.png) repeat-x ;
	background-color : #e6e3da                        ;
}
.h1_title{
	position:absolute;
	/*top:-100px;*/
}
#indexAllWrapper {
	width      : 1040px ;
	min-height : 100%          ;
	height     : auto !important;
	height     : 100%          ;  
	margin     : 0 auto -250px ;
	padding    : 0             ;
}


	#indexWrapper {
		width      : 840px  ;
		margin     : 0 auto ;
		padding    : 5px 0 0 0 ;
	}

#indexHeader {
	width      : 1040px    ;
	height     : 475px     ;
	margin     : 0 auto    ;
	padding    : 5px 0 0 0 ;
	text-align : left      ;
}



#indexContentsWrapper {
	padding : 30px 0 0 0 ;
}


	#indexContents {
		width   : 600px  ;
		float   : left   ;
		display : inline ;
	}
	
	#indexContents h3 {
		margin-bottom : 15px ;
	}
	
	#banner {
		width   : 230px  ;
		float   : right  ;
		display : inline ;
	}
	
#description {
	font-size   : 1.2em ;
	text-align  : left  ;
	line-height : 180% ;
	margin      : 0 0 20px 0 ;
	padding     : 0 10px ;
}


#whats {
	width         : 600px ;
	margin-bottom : 20px ;
	font-size     : 1.2em ;
	text-align:left;
}

	#whats dt {
		float:left;
		width:80px;
		padding:5px 0 5px 10px;
		clear:both;
		font-weight:bold;
		line-height:1.6em;
	}
	
	#whats dd {
		width:450px;
		margin-left:90px;
		padding:5px 5px 5px 15px;
		border-left:1px solid #af500b;
		line-height:1.6em;
	}



.bannerList {
	margin-bottom : 20px ;
}


