@charset "UTF-8";

/*===== CONTENTS ==============================
    1: universal reset
    2: body and base setting
     : general params
    3: link setting
    4: clear fix
=============================================*/


/*=======================================================*/
/*===== 1:universal reset ===============================*/
/*=======================================================*/
*{
	margin:0;
	padding:0;
	}

/*=======================================================*/
/*===== 2:body and base setting =========================*/
/*=======================================================*/

html{
	height:100%;
	background:url(../common/bg_02.jpg) repeat-y;
	}
	
body {
	font:normal 90% "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif;
	background:#FFFFFF;
	background-image:url(../images/bg_01.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	color:#553f3e;
	text-align:left;/* box left */
	}

* html body{
	font-size:90%;/*for IE（IEは文字が若干大きく表示される為）*/
	}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	line-height:150%;/*行間1.6文字分*/
	text-align:justify;
	color:#553f3e;
	}

img {
	border:0;/*ボーダー無し*/
	vertical-align:top;
	text-align:left;
	}

li {
	list-style-type:none;/*リストスタイル無し*/
	}

/*=======================================================*/
/*===== 3:link setting ==================================*/
/*=======================================================*/
a{
	color:#553f3e;
	text-decoration:underline;
	border:none;
	}
a:hover{
	color:#cc9997; 
	}

/*=======================================================*/
/*===== 4:clear fix =====================================*/
/*=======================================================*/

div#RegionList,
#present_sample div.entry_body{
    zoom:1;/*for IE 5.5-7*/
}


div#RegionList:after,
#present_sample div.entry_body:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}