a:hover { 
color: #ff0043;
}

a{
color:#0000FF;
}

h1 { 
font-size: 12px; 
font-weight: normal; 
font-style: normal; 
margin: 7px 0px 7px 5px;
color: #232323;
text-align: left; 
}


body {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin: 0px 0px 0px 0px;
background-color: #ffffff;
text-align: left;
}

/*ヘッダ*/
#head {
background-color: #e1cb0e;
width:100%px;
height:67px;
text-align: center;
padding: 15px 0px 15px 0px;
}

/*メインイメージ*/
.main-img {
background-image: url(../00top/03mainimg.jpg);
background-size:cover;
height:213px;
text-align: center;
margin-right:auto;
margin-left:auto;
padding: 0px 0px 0px 0px;
margin-bottom: 20px;
margin-top: 30px;
}


/*コンテンツタイトル*/
.tit-back {
font-size: 95%;
background-image: url(../00top/tit-back.gif);
width:100%px;
height:37px;
color: #232323;
font-weight: bold;
text-align: left;
padding: 8px 0px 0px 15px;
margin-bottom: 10px;
}

.s-tit-back {
font-size: 95%;
background-image: url(../00top/tit-back02.gif);
width:100%px;
height:37px;
color: #ffffff;
font-weight: bold;
text-align: left;
padding: 8px 0px 0px 15px;

}

/*テキストエリア*/
.text-area {
font-size: 88%;
width:100%;
color: #232323;
text-align: left;
padding: 0px 15px 10px 15px;
margin-bottom: 15px;
box-sizing:border-box;  
 -moz-box-sizing:border-box;  
-webkit-box-sizing:border-box;  
}



/*メニュー*/
.menu {
font-size: 88%; 
	position: relative;
	display: inline-block;
	width: 50%;
	height: 50px;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	box-shadow: inset 1px 1px 0 #d3d3d3;
	border-bottom: 0px solid #d3d3d3;
	color: #232323;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
}

.menu-bottom {
font-size: 88%;
	position: relative;
	display: inline-block;
	width: 50%;
	height: 50px;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	box-shadow: inset 1px 1px 0 #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	
	color: #232323;
	text-align: center;
	text-decoration: none;
	
	line-height: 50px;
	outline: none;
}


.menu-left {
font-size: 88%;
	position: relative;
	display: inline-block;
	width: 50%;
	height: 50px;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	box-shadow: inset 1px 1px 0 #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	color: #232323;
	text-align: center;
	text-decoration: none;
	
	line-height: 50px;
	outline: none;
}

.menu-change {
font-size: 88%; 
	position: relative;
	display: inline-block;
	width: 100%;
	height: 50px;
	background-color: #f3f3f3;

	box-shadow: inset 1px 1px 0 #d3d3d3;
	border-bottom: 0px solid #d3d3d3;
	color: #232323;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
}


/*フッタ*/
#footer {
background-color: #e1cb0e;
font-size: 88%;
width:100%px;
height:50px;
color: #ffffff;
font-weight: bold;
text-align: center;
padding: 30px 0px 0px 0px;
}