@charset "UTF-8";

/*
-----------------------------------------------
 ホテル志戸平 お問い合せStyles
 FileName : information.css
 Date     : 2009.01.10
----------------------------------------------- */

/* == お問い合せ == */
div#information	{
	border-top: 2px solid #e7d4ae;
	border-bottom: 2px solid #e7d4ae;
	padding: 10px;
	}

	div#information h2	{
		background: url(../../common_image/list_arrow_5_lightgray.gif) no-repeat;
		font-size: 120%;
		font-weight: bold;
		padding: 0 0 0 18px;
		}
		
		div#information h2.second	{
			margin: 1em 0 0 0;
			}
	
	div#information li	{
		font-size: 120%;
		line-height: 150%;
		margin: 3px 0 0.5em 0;
		}
		
		div#information li.last	{
			margin: 3px 0 0 0;
			}


/* The Holly Hack \*/
	* html 	{
    height: 1%;
    }
    /* Resume IE5-Mac */
