@charset "euc-jp";

/* ¥Ù¡¼¥¹¡¡CSS Document */

/*---------------------------------------------
 ½é´ï­îŽª---------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  /* font */
  font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "Osaka", "¥á¥¤¥ê¥ª", Meiryo, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", sans-serif;
  font-size: 0.91em;
  color: #666;
  line-height: 1.6em;
  background: #fff url(../images/bg.png) repeat-x;
  width: 100%;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, form, fieldset { margin: 0; padding: 0; }

img { border-style: none; }

/* Firefoxs */
/* a { outline: 0; } */

a {
  color: #2097EE;
  text-decoration: underline;
}
a:hover {
  color: #77C1F5;
  text-decoration: underline;
}

p {
	padding: 1em 0px 0px 0px;
	margin: 0;
}


/*---------------------------------------------
 wrapper
---------------------------------------------*/
div#wrapper {
	width: 760px;	/* total:780px */
	margin: 0px auto;
	background: url(../images/bg_wrap_small.png) no-repeat;
	padding: 0px 10px;
}
div#wrapper:after {	/* ¹â£ê4FŽ¯ */
	content:"";
	display:block;
	clear:both;
}


/*---------------------------------------------
 header
---------------------------------------------*/
div#head {
	width: 760px;	/* total:760px */
	height: 110px;	/* total:100px */
	background: url(../images/head_small.png) no-repeat 0px 10px;
}
div#head h1#logo {
	font-size: 0.9em;
	padding: 20px 0px 0px 10px;
}
div#head h1#logo a {
	display: block;
	width: 310px;
	height: 80px;
	text-indent: -9999em;
}

/*---------------------------------------------
 contents area
---------------------------------------------*/
div#contWrap {
	width: 720px;	/* total:760px */
	padding: 10px 20px 60px 20px;
	min-height: 350px;
}
* html div#contWrap {
	height: 350px;
}
div#contWrap:after {	/* ¹â£ê4FŽ¯ */
	content:"";
	display:block;
	clear:both;
}


/*---------------------------------------------
 footer
---------------------------------------------*/
div#foot {
	clear: both;
	width: 100%;
	background: #80DDE8;
}
div#footer {
	width: 760px;	/* total:760px */
	min-height: 36px;	/* total:40px */
	margin: 0px auto;
	background: url(../images/foot_small.png) no-repeat;
	font-size: 0.8em;
	padding: 0px;
	color:#ccc;
	text-indent: -9999em;
}
* html div#footer {
	height: 36px;	/* total:40px */
}
