@charset "UTF-8";
/* CSS Document */

body{
	background-color:#ECECEC;
	width:100%;
	margin:0;
	padding:0;
	
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","sans-serif";
	}
.topsidemenu a{
	text-decoration:none;
	}

.topsidemenu a:link 
{ 
	color:#000000; 
}

.topsidemenu a:visited
{
	color:#000000;
	}

	
	

/*メインページ用始まり*/

.wrapper{
	/*width: 100%;*/
	height: 100%;
	margin: 0px;}

.topimg img{
	background-color:#eb6100;
	}
.topimg{
	float:left;
	}
html,body,p{
	margin:0px;
	padding:0px;
	display:block
	}
.new{
	background:url(image/new.png) right no-repeat;
	}
.wrapper{
	width:1200px;
	}
p{
	text-indent: 1em;
	line-height:250%;
      }
html{
	overflow-y:scroll;
	min-width:1000px;
	display: block;
	}


	

.topsidemenu{
	width:350px;
	height:100%;
	float:left;
	background-color:#ffffff;
	border-right:solid 1px #999999;
	}

.topsidemenu img{
	background-color:#eb6100;
	}
.topsidemenu ul li{
	padding:15px 10px 15px 10px;
	border-bottom:1px dotted #999999;
	
	
	}
.fl{
	border-top:1px dotted #999999;
	}

	
.topsidemenu ul li:hover{
	border-left:5px solid #eb6100;
	color:#999999;
	
	
	}
	
.sidemenu ul li a:hover{
	color:#fff;
	background:#ff0b0d;
	}
	
.ch{
	border-left:5px solid #eb6100;
	}
	
.toparticle{
	width:800px;
	min-height:650px;
	height:auto;
	float:left;
	background-color:#ECECEC;
	padding:20px;
	
	
	}

.topsidemenu table img {
	padding:10px;
	background-color:#ffffff;
	width:30px;
	height:auto;
	}
.topsidemenu table{
	text-align:right;
	padding-left:50px;
	padding-bottom:100px;
	}

nav{
	padding-left:350px;
	margin-top:-20px;
	}
.toparticle ul li{
	list-style:none;
	display: inline;
	float: left;
	padding:7px 30px;
	border-left:1px #ffffff solid;
	background-color:#eb6100;
	color:#ffffff;
	}
.lil{
	border-right:1px #ffffff solid;
	}
	
.toparticle h2{
	border-bottom:solid 3px #eb6100;
	padding:5px 200px 5px 20px;
	letter-spacing: 0.2em;
	font-size:34px;
	}	
.toparticle img{
	width:600px;
	height:auto;
	}
.topimage{
	text-align:center;
	}
	
ul li {
	list-style:none;
	}
	
.maintext{
	padding:20px 50px ;
	margin:15px;
	height:auto;
	/*border-bottom:solid 1px #cccccc;
	border-right:solid 1px #cccccc ;*/
	border:dotted 3px  #eb6100;
	border-radius:10px;
	line-height:250%;
	background-color:#FFFfff;
	}
.answer{
	border:solid 1px #eb6100;
	padding:3px 10px;
	border-radius:10px;
	}
.qes{
	color:#eb6100;
	font-weight:bold;
	}
.maintext h3{
	border-bottom:solid 1px #eb6100;
	border-left:5px solid #eb6100;
	padding-left:7px;
	}
	
	
.gallery tr td img{
	
	width:220px;
	height:220px;
	}
	
.gallery tr td {
	
	border:solid 1px black;
	}


.youtube{
    position:relative;
    padding-bottom: 56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
.youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.adress{
	text-align:right;
	}

.top{
	min-height:700px;
	}
	
	

	
/*メインページ用終わり*/

