@charset "UTF-8";
/* CSS Document */
body{
	line-height: 1.5;
}
header{
margin-bottom: 30px;	
}
#menu_about_bg{
	margin: 10px;
	background: #A6A6A6;
	padding: 10px 10px;
	border: #7D7D7D;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
}
h2{
	color: #FDFDFD;
	font-family:"averia-serif-libre"; 
	font-size: 26px;
	font-weight: bolder;
	letter-spacing: 3px;
	padding: 20px;
}
p{
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.main_contents #center {
    text-align: center;
	font-weight: bold;
	margin: 30px;
	font-size: 18px;
}
.bottom_space30{
    margin: 10;
}
.table_about{
	margin: 15px;
}
#about{
	max-width: 1260px;
	margin:0 auto;
}

.main_contents{
	max-width: 1260px;
	margin: 0 auto;	
}
.about_h3{
	margin: 20px;
	padding: 10px 10px;
	border: #7D7D7D;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
}
h3{
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
    font-size: 20px;
    font-weight: bolder;
    padding-top: 10px;
}
.houhou{
	margin: 20px;
	color: #7D7D7D;
}
.table_about{
	width: 100%;
	border:#919191;
	border-collapse: collapse;
}
.table_about tr,
.table_about td{
	padding: 10px 10px;
	border: #C4C4C4 dotted 1px;
	
}
