﻿body {

	text-align: center;

	margin: 0;

	padding: 0;

	background: #FFFFFF;

	font-family: 'ＭＳ Ｐゴシック', sans-serif;
		line-height:120%;


}

.sol{
	border:1px #333 solid;
	border-collapse: collapse;
}

.sol td{
	border:1px #555 solid;
	padding : 3px;
}

a img{
	border: none;
	}

a:link{
	text-decoration:none;
		color : navy;
}

a:visited{
	text-decoration:none;
		color : navy;
}

a:hover{
	text-decoration:underline;
		color : red;
}

p .hidari {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.clearleft {
  clear : left;
}

.clearright {
  clear : right;
}

p .migi {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

.textmigi {
  text-align : right;
}

#container{
	background:url(../media/bg2.gif);
	width:700px;
	margin:auto;
	border-top: 0px solid #999;
	border-left: 0px solid #999;
	border-right: 0px solid #999;
	border-bottom: 0px solid #999;
	text-align: left;

}

#title{
	border-top:10px solid #fff;
	border-bottom: 1px solid #fff;
	background:url(../media/title.gif);
	width:700px;
	height:150px;
	font-weight:bold;
}
#bar{
	background-color:#aaa;
	border-bottom: 1px solid #fff;
	width:700px;
	height:3px;
}

#menu{ 
	float:left;
	width:145px;
	padding-left : 5px;
	padding-right : 10px;
	font-size : 12px;
	color : navy;
}

#content_tokki{
	float:left;
	width : 499px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 20px;
	padding-bottom : 10px;
	color : #000;
	background : #ff6;
	font-size : 12px;
	text-align:center;
}

#content{
	float:left;
	width : 490px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 20px;
	color : #000;
	font-size : 12px;
}

#foot1{
	clear:both;
	background : #fff;
	width:700px;
	height:1px;
}

#foot{
	clear:both;
	background : #fff;
/*	margin-top:5px; */
	text-align:center;
	font-size:10px;
	width:700px;
	height:15px;
padding-bottom :5px;
padding-top : 5px;
	border-top: 2px ridge #99f;
	border-left: 0px solid #99f;
	border-right: 0px solid #99f;
	border-bottom: 2px ridge #99f;
		line-height:100%;
}


#content h1{
	background-color : #28b;
	border-bottom : 1px solid #000;
	border-left : 5px solid red;
	margin-left : 0px;
	font-size : 18px;
	width : 485px;
	padding-left : 10px;
	padding-top : 5px;
	padding-bottom : 5px;
	color : #fff;
}
#content h2{
	background-color : #4ad;
	border-bottom : 1px solid #000;
	border-left : 2px solid red;
	margin-left : 0px;
	font-size : 14px;
	width : 450px;
	height : 13px;
	padding-left : 10px;
	padding-top : 2px;
	padding-bottom : 8px;
	color : #fff;
}

#content p{
	padding-left : 40px;
	padding-right : 10px;
}

#content p.LB{
	padding-left : 40px;
	padding-right : 10px;
	font-size:large;
	font-weight:bold;
	color : #611;
}

#content font.picture{
	font-size : 10px;
	line-height : 120%;
	}

#content img{
	padding : 5px 15px 15px 5px;
}
#content img.picture{
	filter:dropshadow(offx=5,offy=5,color=#c0c0c0);
	padding : 5px 15px 15px 5px;
}
