@charset "shift_JIS";

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/*********************** ページ全体領域の設定 **********************/

#container {
	min-height: 100%;
	height: auto !important;
	height:100%;
	position: relative;
}

#screen {
	width: 855px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 60px;
}

/*********************** ヘッダー領域の設定 ************************/
#header {
	width: 855px;
	height: 80px;
}

#header-left {
	width: 420px;
	height: 80px;
	float: left;
}

#header-right{
	width: 300px;
	height: 80px;
	margin: 10px 0px 0px 0px;
	float: right;
}

#banar-right {
	width: 300px;
	height: 20px;
	padding: 0px;
}

#banar-menu {
	margin: 0px;
	padding: 0px;
	list-style: none; /* 先頭記号を消す */
	width: 280px;
	float: left;
}

#banar-menu > li {
	float: left;
	position: relative;
}

#banar-menu li a{
	display: block;
	text-align: center;
	height: 12px;
	width: 90px;
	padding: 2px 0px;
	margin: 5px 0px;
	background-color: #843239 ;
	font-size: 10px;
	color: white;
	text-decoration: none;
	border: 1px solid #D14F5A;
	border-radius: 4px 4px 4px 4px; /* タブに丸みをつける */
}

#banar-search {
	width: 300px;
	height: 60px;
	padding: 0px;
}

/********************** プルダウンメニュー領域の設定 ****************/
#menu {
	height: 22px;
}

/********************** emergency領域の設定 *************************/
/*#emergency {
	width: 855px;
	height: 50px;
	background-color: #EED2D4;
	margin: 20px 20px 0px;
	padding: 10px;l
	border: 1px solid #9999ff;
}*/


/*********************** 段組みレイアウト設定main6500pxを13800へ ************************/
/********** main **********/
#index-main {
	width: 855px;
	height: 20000px;
	background-color: white;
}


/********** left 高さ1000pxを13800へ**********/
#index-left {
	width: 238px;
	height: 20000px;
	float: left;
	border: 1px solid #FFFFFF;
}

#policy-left {
	width: 238px;
	height: 100px;
	margin: 0px 10px 2px 0px;
	padding: 10px 0px;
	line-height: 15px;
	border: 1px solid #D14F5A;

}

#left-h1 {
	width: 228px;
	height: 12px;
	margin: 2px 10px 0px 0px;
	padding: 6px 0px 6px 12px;
	color: #FFFFFF;
	background-color: #843239;
}


/********** right 高さ900pxを13800へ**********/
#index-right {
	width: 610px;
	height: 20000px;
	float: right;
	border: 1px solid #FFFFFF;
}

#slideshow {
	width: 605px;
	height: 250px;
	margin: 2px 0px 2px 2px;
	padding: 0px;
}


/*************** whats-new title 領域の設定 **********************/
#policy-title {
	width: 595px;
	height: 12px;
	margin: 4px 0px 0px 2px;
	padding: 6px 0px 6px 12px;
	color: #FFFFFF;
	background-color: #843239;
}



/*************** whats-new 領域の設定 **********************/
#whats-new {
	width: 605px;
	height: 313px;
	margin: 0px 0px 0px 2px;
	line-height: 15px;
	border: 1px solid #D14F5A;
}

p {
	padding: 0px 12px ;
	font-size: 14px;
	line-height: 1.5em;
}

h1 {
	width: 605px;
	height: 20px;
	margin: 2px 20px 0px 2px;
	padding: 8px 0px 3px 12px;
	font-size: 18px;
	color: #ffffff;
	background : transparent url(policy/policy_h1_back.gif) no-repeat scroll left center;
}

h2 {
	width: 590px;
	height: 14px;
	margin: 2px 0px 0px 2px;
	padding: 4px 0px 6px 8px;
	border-bottom: 1px solid #843239;
	border-left: 8px solid #843239;
	font-size: 14px;
	color: #843239;
}

h3 {
	width: 590px;
	height: 14px;
	margin: 2px 0px 0px 10px;
	padding: 4px 0px 6px 8px;
	border-bottom: 1px solid #843239;
	font-size: 14px;
	color: #843239;
}

/****************** フッター領域の設定position:absoluteから fixed; ***********************/
#footer {
	width: 850px;
	height: 40px;
	padding: 5px 5px;
	position: fixed;
	margin:10px 0px 0px 0px;
	bottom: 0px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background-color: #5E2328;
}

#footer a:link{
	color:#00bfff;
}

#footer a:visited{
	color:#eb6ea0;
}