﻿@charset "UTF-8";

*	{
  margin: 0;
  padding: 0;
}


a	{
  outline: none;
}

img	{
  border: none;
}

/*----------------------------------------------------------------------------
	ページ構造に関するCSS 
----------------------------------------------------------------------------*/
html {
	background: url(../images/wallppr062.gif);
}

body {
  text-align: center;
	font-size: 16px;
  font-family:"ＭＳ ゴシック", sans-serif; 
}

#wrapper {
  width : 740px;
  margin:auto;
  height: auto;
  text-align: left;
  overflow: hidden;
}
#contents	{
  width : 740px;
  height: auto;
  margin: auto;
  overflow: hidden;
}

#main {
  width : 740px;
  height: auto;
  margin: 0 0 0 20px;
  float: left;
}

#entrytext {
  width : 665px;
  height: auto;
  color: #0000ff;
	font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 auto 20px;
}

#mainimage {
  width : 480px;
  height: 360px;
  margin: 0 auto 20px;
}

/*--------------------------------------------------------------------
	ヘッダー用CSS
----------------------------------------------------------------------*/
#header {
  width : 740px;
  height: 80px;
  color: #009999;
	font-size: 34px;
  text-align: center;
  line-height: 2.4;
  margin: auto ;
}

#clover {
  color: #cc0000;
	font-size: 46px;
	font-family: ＭＳゴシック;
  margin: 0 0 0 30px;
}

ul {
	width: 500px;
	height: 250px;
	margin: auto;
	list-style-type: none;
}

ul li {
	width: 160px;
	height: 120px;
	margin: 3px;
	float: left;
}
