@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------
  Basic
---------------------------------------------*/

body{
	font-family: "MingLiu", "新細明體", serif;
}

p,ol,ul{
	font-weight: normal;
}

/* Two ----------*/

	#two{
		background: url("images/overlay.png"), url("../../images/two.jpg");
		/*background-color:#3891D1 ;*/
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
		position: relative;
	}

/* Three ----------*/
	#three  {
		background: url('images/overlay.png'), url('../../images/mikoshi.jpg');
		background-color:#A71417 ;
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
		position: relative;
	}
