@charset "utf-8";
/* ================================================
	 GENERAL
 * ================================================ */

html {
  overflow-y : scroll;
  height: 100%;
}

/* reset */
* {
  margin: 0;
  padding: 0;
  font-family: Verdana, arial, sans-serif;
  font-style : normal;
  font-weight : normal;
  font-size: 12px;
}

/* all */
body {
  height: 100%; 
  color: #666;
  background: #FFF;
  text-align: center;
  line-height: 1.5;
  font-family: Verdana, arial, sans-serif;
}

/* font color */

.blue {
  color: #0080ff;
}
.purple {
  color: #BA55D3;
}
.pink {
  color: #ff0080;
}
.gray {
  color: #999999;
}
.strong_b {
  font-weight: bold;
}
.big_b {
  font-weight: bold;
}
.big_bp {
  font-weight: bold;
  color: #BA55D3;
}
.big_bpn {
  font-weight: bold;
  color: #ff0080;
}
.strong {
  font-weight: bold;
  color: #ff0080;
}

/* images */
img {
  border-width: 0;
  border-style: none;
}

/* links */
a {
  text-decoration: underline;
}
a:link {
  color: #7066EE;
}
a:visited {
  color: #7050B0;
}
a:hover,a:active {
  color: #BA55D3;
  text-decoration: none;
}


a.header {
  font-family: Verdana, arial, sans-serif;
  font-style : normal;
  font-weight : normal;
}
a.header{
  text-decoration: none;
}

a.header:link {
  color: #FFFFFF;
}
a.header:visited {
  color: #FFFFFF;
}

a.header:hover,a.header:active {
  color: #BA55D3;
  text-decoration: none;
}


/* ================================================
	style                               
 * ================================================ */

/* title */
h1,h2,h3 {
  font-weight: bold;
  letter-spacing: 0.2em;
}

/* paragraph */
p {
  padding: 0.25em;
}

/* Copyright */
.copyright {
  margin: 0;
  padding: 3px 0 0 10px;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  font-size: 11px;
  text-align: center;
}

/* font */
p,
ul,
ol,
dl,
.blue,
.gray,
.purple,
.pink,
.strong_b,
.strong {
  font-family: Verdana, arial, sans-serif;
  font-size : 12px;
}
.big_b {
  font-family: Verdana, arial, sans-serif;
  font-size : 18px;
}
.big_bp {
  font-family: Verdana, arial, sans-serif;
  font-size : 18px;
}
.big_bpn {
  font-family: Verdana, arial, sans-serif;
  font-size : 18px;
}

/* ================================================
 *	 page layout
 * ================================================ */

/* page style */
#container {
  text-align: left;
  background: #FFF url("./image/container.gif") repeat-y;
  margin: 0 auto;
  padding: 0;
  width: 720px;
  position: relative;
  height: auto !important;
  height: 100%; 
  min-height: 100%;
}

/* header */
#header {
  width: 700px;
  height: 328px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 5px;
  background: #FFF url("./image/header.jpg") no-repeat;

}

/* blocks */
#header div.section {
  margin: 268px 0px 1px;
  background: url("./image/titlemenu.png") no-repeat;
}

/* site name */
h1 {
  font-size: 180%;
  font-family: Arial,Osaka,"ＭＳ Ｐゴシック",sans-serif;
  margin: 0;
  padding: 10px 15px 10px;
  text-align: right;
}
#header h1 a {
  color: #333;
  text-decoration: none;
}

/* main */
#main {
  width: 700px;
/*  float: left; */
  margin: 0;
  padding: 5px;
  padding-bottom: 60px;
  position: relative;
  height: 100%; 
  top: 0;
  left: 10px;
}

/* title 2 */
#main h2 {
  font-size: 14px;
  color: #444444;
  margin: 0 0 5px;
  padding: 5px;
  border-bottom: 2px groove #1E90FF;
  text-align: left;
  width: 96%;
}

/* blocks */
#main div.section {
  margin: 0 5px 15px;
}

/* footer blocks */
#footer div.section {
  margin: 0 5px 15px;
}

/* Page Top */
#footer p.reverse {
  margin: 0 10px 0px 5px;
  text-align: right;
}
#footer p.reverse a {
  padding: 0 0 0 15px;
  background: #FFF url("./image/pagetop.gif") no-repeat left center;
}

/* footer */
#footer {
  clear: both;
  width: 690px;
  background: #FFFFFF;
  margin: 5px;
  padding: 3px 0 5px 0;
  position: absolute;
  bottom: 0;
  left: 5px;
  height: 40px; 
  text-align: center;
  border-top: 1px dashed #cccccc;
}

