/* ==================================================================
 TITLE:   stylesheet for Top page
 AUTHOR:  2010/04/09 KIMURA niki (nikinikipoo@gmail.com)
 LICENSE: IRIOS Co.,Ltd.
================================================================== */

/* -------------------------------------
 TopHeader
------------------------------------- */
div.topheader{
	text-align: center;
	width: 100%;
	height: 140px;
	padding-top: 10px;
	background-color: #5a1c0e;
	clear: both;
}

/* -------------------------------------
 NavigationHeader
------------------------------------- */
div.naviheader{
	width: 100%;
	height: 70px;
	clear: both;
	background-color: #5a1c0e;
	text-align: center;
}
	div.naviheader_what{
	float: left;
	width: 250px;
	height: auto;
	text-align: center;
	padding-left:20px;
	}
	div.naviheader_contact{
		float: left;
		width: 170px;
		height: auto;
		text-align: center;
		background-color: #5a1c0e;
	}

/* -------------------------------------
 BoxList Area
------------------------------------- */
div.boxlistheader{
	width: 100%;
	height: auto;
	clear: both;
}

div.boxlist{
	width: 100%;
	height: auto;
	background-color: #652B17;
	float: left;
	padding-bottom: 5px;
}
	div.boxlist p, h, h1, h2, a{
		margin: 4px 0px 0px 5px;
	}


	div.boxlist_line{
		clear: both;
		width: 800px;
		height: auto;
		padding-top: 5px;
	}

	div.boxlist_large{
		float: left;
		width: 390px;
		height: auto;
		margin: 4px;
		border: 1px solid #e4cccc;
		background-color: #ffffff;
	}
		div.boxlist_large_img{
			float: left;
			width: 195px;
			height: auto;
			padding: 5px 0px 5px 5px;
		}
		
		div.boxlist_large_img h1,a{
			margin: 0px;
			text-decoration: none;
			}

		div.boxlist_large_img img{
			border: none;
		}
	div.boxlist_small{
	float: left;
	width: 190px;
	height: 305px;
	margin: 4px;
	border: 1px solid #e4cccc;
	background-color: #ffffff;
	}

		div.boxlist_small_img{
			width: 190px;
			height: auto;
			padding: 5px 0px 5px 0px;
			text-align: center;
		}
			
		div.boxlist_small_img a{
			margin: 0px;
			text-decoration: none;
		}
		div.boxlist_small_img img{
			border: none;
		}
	div.boxlist_detail{
	float: left;
	width: 180px;
	height: 150px;
	margin: 5px;
	}
		div.boxlist_detail_title{
			height: auto;
			border-bottom: 1px solid #e4cccc;
		}
		div.boxlist_detail_title h1,a{
			margin: 0px 0px 0px 1px;
			text-decoration: none;
			cursor: pointer;
			font-color: #ffffff;
		}
		div.boxlist_detail_location{
			height: auto;
			border-bottom: 1px solid #e4cccc;
		}
		div.boxlist_detail_type{
			height: auto;
			border-bottom: 1px solid #e4cccc;
		}
		div.boxlist_detail_icon{
			padding: 5px 0px 5px 5px;
			height: 70px;
			border-bottom: 1px solid #e4cccc;
		}
			div.boxlist_detail_icon li{
				list-style-type: none;
				float: left;
				width: auto;
				height: auto;
			}
			div.boxlist_detail_icon img{
				margin: 2px;
				width: 30px;
				height: 30px;
			}
		div.boxlist_detail_icon_s{
	height: 60px;
	border-bottom: 1px solid #e4cccc;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
		}
			div.boxlist_detail_icon_s li{
	list-style-type: none;
	float: left;
	width: auto;
	height: auto;
			}
			div.boxlist_detail_icon_s img{
	margin: 2px;
	width: 30px;
	height: 30px;
			}
		div.boxlist_detail_exp{
			height: auto;
		}

/* -------------------------------------
 AD Banner Area
------------------------------------- */
div.adbanner{
	width: 800px;
	height: 70px;
	clear: both;
	padding-top: 10px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
	div.adbanner li{
		list-style-type: none;
		float: left;
		width: 199px;
		text-align: center;
	}
	div.adbanner img{
		width: 180px;
		height: 60px;
	}
/* //////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////
 +++++ for IE7 +++++
/////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////// */
*:first-child+html div.boxlist p, h, h1, h2, a{
	padding: 4px 0px 0px 2px;
}

*:first-child+html div.boxlistheader{
	width: 100%;
	height: 75px;
	clear: both;
	background-color: #F7EAE6;
}

*:first-child+html div.boxlist_large{
	float: left;
	width: 386px;
	height: auto;
	border: 1px solid #e4cccc;
	background-color: #ffffff;
}
*:first-child+html div.boxlist_small{
	float: left;
	width: 188px;
	height: auto;
	border: 1px solid #e4cccc;
	background-color: #ffffff;
}
*:first-child+html div.boxlist_detail{
	float: left;
	width: 175px;
	height: auto;
	padding-left: 1px;
}

