﻿* {
    margin:0;
    padding:0;
}

body {
	color:#555555;
	background-color:#EFEFEF;
	font:small small small 100%/1.2 "Osaka","ＭＳ Ｐゴシック",sans-serif;
	text-align:center;
	background-image:url(images/bg_body.gif);
	background-repeat: repeat-y;
	background-position:center;
	background-attachment:fixed;
	font-size:10pt;
}

a:link {
    color:#0066CC;
    background-color:transparent;
    text-decoration:none;
}

a:visited {
    color:#0066CC;
    background-color:transparent;
    text-decoration:none;
}

a:hover, a:active {
    color:#ff6666;
    background-color:transparent;
    text-decoration:underline;
}

a.special:link {
    color:#333333;
    background-color:transparent;
    text-decoration:none;
}

a.special:visited {
    color:#333333;
    background-color:transparent;
    text-decoration:none;
}

a.special:hover, a.special:active {
    color:#ff6666;
    background-color:transparent;
    text-decoration:underline;
}

#HeaderArea{
	margin:auto;
	width:949px;
	text-align: center;
}

#ContentsArea{
	width:950px;
	margin: auto;
}

#Wrapper{
	width:730px;
	float:right;
	text-align:left;
}

#LeftContentsArea {
	width:190px;
	float:left;
	text-align:center;
	background-color:#FFFFFF;
	margin-left: 5px;
}

#MainContentsArea {
	width:500px;
	float:left;
	background-color:#FFFFFF;
	background: #fff url(images/back.jpg) no-repeat right bottom;
	text-align:left;
}

#RightContentsArea {
	width:190px;
	float:right;
	background-color:#FFFFFF;
	margin-right: 5px;
}

#FooterArea{
	clear:both;
	background-color:#FFFFFF;
	text-align:center;
	width:949px;
	margin: auto;
}

#CopyrightArea{
	clear:both;
	text-align:center;
	width:950px;
}


/* ■その他 */

body {
  line-height: 1.5;
}

table.menu {
  border-collapse: collapse;
  margin-top:0px;
  font-size:11pt;
  width: 180px;
  border-collapse:collapse;
  border:1px solid #FFFFFF;
}

table {
  font-size:10pt;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #000;
	background: transparent;
}

h1{
	text-align:right;
	font-size:10pt;
	color:#FF3333;
}

h2 {
	text-align:left;
	font-size:10pt;
	font-weight:normal;
	background:#EEEEFF;
	padding: 5px 5px 5px;
}

h3 {
	text-align:left;
	font-size:9pt;
	background:#EEEEFF;
	font-weight:normal;
	padding: 5px 10px 5px;
	text-indent:1em;
}

h4 {
	width:170px;
	text-align:center;
	font-size:10pt;
	color:#333333;
	background:#C0F0C0 url(images/bar.jpg);
	background-repeat: no-repeat;
	padding:2px 2px 2px;
	border: 1px solid #CCCCCC;
}

h5 {
	width:450px;
	text-align:left;
	font-size:11pt;
	color: #FF6666;
	background: url(images/underbar_1.gif);
	background-repeat: no-repeat;
	padding:0px 20px 3px;
}

h6 {
	width:450px;
	text-align:left;
	font-size:11pt;
	color: #FF6666;
	background: url(images/underbar_2.gif);
	background-repeat: no-repeat;
	padding:0px 20px 3px;
}

ul {
    font-size:10pt;
   	text-align:left;
	text-indent:2em;
	color:#6666ff
}

p{
    margin :1em 1em;
    padding: 0.5em 1em;
}

table.migi{
	width:170px;
	text-align:right;
	font-weight: bold;
}

.shadow {
  margin: 0 auto;
  width: 14em;
  background: url(images/shadow.gif) no-repeat bottom right;
}
.bottomleft {
  background: url(images/bottomleft.gif) no-repeat bottom left;
}
.topright {
  margin: 0;
  padding: 10px 21px 21px 10px;
  font-size: 10pt;
  font-weight: normal;
  background: url(images/topright.gif) no-repeat top right;
}
.shadow1 {
  margin: 0 auto;
  width: 14em;
  background: url(images/bg_ine_01.gif) no-repeat bottom right;
}
