@charset "utf-8";

/****************************************************************
/uboutus/index.html commonCSS
****************************************************************/
ul {
	list-style-type: none;
}

#subpageMenu {
	width:100%;
	margin:auto;
	padding:0 0 0 0;
}

#subpageMenu ul {
	padding:2em 0 0 0;
	width:100%;
	list-style-type: none;
	display:block;
}
#subpageMenu li {
	width:33%;
	float:left;
	margin:5px 0;
}
#subpageMenu ul li a {
	text-indent: -9999px;
	display: block;
	margin:0 auto;
	height: 136px;
	width: 277px;
}

@media all and (max-width: 954px){
#subpageMenu ul li a {
	height: auto;
	min-height:115px;
	width: 230px;
}
}
@media all and (max-width:740px){
#subpageMenu li {
	width:100%;
	float:none;
	margin:5px 0;
}
}

/****************************************************************
  /uboutus/index.html
****************************************************************/
.aboutusText {
	background: url(../img/topBackImage01.png) no-repeat right top;
}
.aboutusText h1{
	background: url(../img/topMidashi01.png) no-repeat;
	height: 38px;
	width: 204px;
	text-indent: -9999px;
}
.aboutusText p {
	border-top: none;
	padding: 10px 10px 5px 5px;
	margin:0;
	line-height: 150%;
	width:580px;
}
#legend{
    border-top: 3px dotted #600 !important;
}

@media all and (max-width:740px){
.aboutusText {
	background: url(../../css/none);
} 
.aboutusText p {
	width:98%;
	padding: 1%;
	margin:0 0 10px 0;
}
}
/*_________________________________________________________________*/

.aboutusText #menubtn01 a {
	background: url(../img/topBtn01.jpg) no-repeat 0px 0px;
	background-size:contain;
}
.aboutusText #menubtn02 a {
	background: url(../img/topBtn02.jpg) no-repeat 0px 0px;
	background-size:contain;
}
