/* ボディに関するCSS */
body {
	color: #333333;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
	width : 850px;
	clip: rect(5px,auto,auto,auto);
	background-color: #ECEEF9;
	background-image: url(image/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
p{
line-height:200%;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	font-size:120%;
	text-transform: uppercase;
	text-align: left;
	color: #25698D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	list-style-type: none;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	color: #25698D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-size: 110%;
  text-transform: uppercase;
  text-align: left;
  color: #565B5D;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-size: 105%;
  text-transform: uppercase;
  text-align: left;
  color: #272A2A;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-size: 105%;
  text-transform: uppercase;
  text-align: left;
  color: #272A2A;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-size: 100%;
  text-transform: uppercase;
  text-align: left;
  color: #272A2A;
}

/* ページ構造に関するCSS */
*{margin:0; padding:0;}


#header1{
	width:850px;
	height:100px;
}

#header{
	width:850px;
	height:20px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0E69C2;
}



	#menu {
	float: left;
	list-style: none;
	width:848px;
	height: 45px;
	background-image: url(image/seperator1.gif);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E30000;
	border-right-color: #EFEFEF;
	border-bottom-color: #0033CC;
	border-left-color: #EFEFEF;
	font-weight: bold;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #666666;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	background-color: #CCCCCC;
	background-image: url(image/seperator1.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#menu a:hover {
	color: #3399CC;
	padding-bottom: 15px;
	background-color: #F0F0F0;
	background-image: url(image/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}


#main{
	width : 850px;
}


#spray{
	float : left;
	width : 900px;
	height: 260px;
	line-height: 145%;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 12px;
	text-align: left;
}

#left{
	width : 630px;
	float: left;
	background-color: #FFFFFF;
	left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:5px;
	text-align: left;
}


#right{
	width : 200px;
	float: right;
	background-color: #FFFFFF;
	padding-top: 15px;
	left: 0px;
	margin: 0px;
}



#my_navigation {
	float : left;
	width : 180px;
	margin-left: 0px;
	background-image: url(image/bg02.gif);
	background-repeat: repeat-y;
}



#my_contents img {
	border: none;
}

#my_footer{
	width:850px;
	height:15px;
	background: #FFFFFF;
	color: #66CCFF;
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}


#sita{
	width:850px;
	height:250px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0E69C2;
}


#footer{
	clear:both;
	width:850px;
	height:45px;
	color: #333333;
	float: left;
	background-color: #EEEEEE;
	vertical-align: top;
	padding-top: 10px;
}

a img
{
	border: 0;
}


a {
	color: #666666;
	text-decoration: underline;
}
a:hover {color: #000099;text-decoration: underline;}

td,div,li,p,input { font-size:12px; line-height:145%;}
form { margin: 3px;}

.font-s { font-size: small;}
.font-ss {
	font-size: 11px;
	line-height: 12px;
}
.footer {
	font-size: small;
}

.midasi {
	font-size: 12px;
	color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.aomoji-dai {
	font-size: 15px;
	color: #0C0855;
	font-weight: bold;
}
.aomoji-dai2{
	font-size: 15px;
	color: #0C0855;
}


.bg-x{background-repeat: repeat-x;background-position: center;}


.font-line{
	line-height: 110%;
	color: #3A7A70;
	margin-left: 2em;
	margin-right: 2em;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
} 

.leftmenu{
	margin: 0px;
	padding: 0px;
	width: 170px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}

.leftmenu ul {
margin: 0px;
padding: 0px;
list-style: none;
text-align: left;}


.leftmenu a {
	background-color: #ffffff;
	width: 170px;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.leftmenu a:hover {
	background-color: #CCCCCC;
	width: 170px;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}

.popup a img {
	position: absolute; /* img は a を基準にした絶対位置指定 */
	top: -25em;
	left: -40em;
	display: none; /* 最初は不可視状態 */
}

.popup a:hover {
	position: relative; /* a img の absolute 指定のため */
}

.popup a:hover img{
	display: block; /* マウスオーバーで可視状態になる */
}

.waku{
	width:600px;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}


.waku2{
	width:600px;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #FFFFCC;
}

.new{
	width : 620px;
	height: 150px;
	overflow: scroll;
}
