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



/* ボディ */
body
{
	margin: 0 ;				/* スペース */
	padding: 0 ;			/* 余白 */
	font-size: 15px ;		/* 文字サイズ */
	line-height: 1.618 ;	/* 行の高さ */
}






#wrap{
	width: 100%;
	}



.clear{
	clear: both;
	}
	
	
	
p{
	color:#666;
	}
	
	
	

a{
	text-decoration: none;
	color: #036;
	}
	
/*
a img{
	border: none;
	}
a:link{
	color: ;
	text-decoration: none;
	}
a:visited{
	color: ;
	text-decoration: none;
	border: none;
	}
a:hover{
	color: #FC3;
	text-decoration: underline;
	border: none;
	}	
area{
	border: none;	
	}
*/	
	




/* ヘッダー */
.header
{
	text-align: left ;
	padding: 3em 0 1em 0;					/* 余白 */
	margin-bottom: 1em ;				/* 他のブロックとのスペース */
	width: 980px;
	margin: 0 auto;
}

/* ロゴ画像を囲む[h1] */
.logo-wrapper
{
	margin: 0 ;			/* スペース */
	padding: 0 ;		/* 余白 */
	line-height: 1 ;	/* 行の高さ */
	float: left;
}

/* ロゴ画像 */
.logo
{
	width: 80px ;		/* 横幅 */
	height: auto ;		/* 高さ */
	vertical-align: middle;
}


.tel{
	margin: 0 ;			/* スペース */
	padding: 0 ;		/* 余白 */
	line-height: 1 ;	/* 行の高さ */
	margin-top: 0px;
	float: right;
	font-size: 32px;
	font-weight: bolder;
	}

.tel p{
	font-size:10px;
	margin: 0 ;			/* スペース */
	padding: 0 ;		/* 余白 */
	margin-top: 10px;
	margin-bottom: 10px;
	}



ul{
	list-style: none;
	}
li{
	font-size: 0.9em; font-size: 0.9rem;
	list-style: none;
	}
	
		

.header .menu{
	list-style: none;
	overflow: hidden;
	margin-top: 20px;
	width: 980px;
	}
.header .menu ul{
	}
.header .menu li{
	width: 100px;
	text-align: center;
	float: left;
	height: 36px;
	line-height: 18px;
	}



.top{
	text-align: center;
	margin: 0 auto;
	background-color: #F0EFEE;
	border-top: 1px solid #888 ;		/* 枠線 */
	border-bottom: 1px solid #888 ;		/* 枠線 */
	}	

		

.menu2{
	width: 980px;
	margin: 30px auto;
	border-top: 1px solid #888 ;     /*menu前の上部線*/
	padding-top: 30px;
	}
	
.main{
	width: 980px;
	margin: 30px auto;
	}
	
	
h2{
	margin: 0;
	padding: 0;
	}
	
.m_1{
	margin-bottom: 50px;
	margin-right: 25px;
	float:left;
	width: 310px;
	}
.m_1 h2{
	text-align: center;
	}
.m_1 p{
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.m_2{
	width: 310px;
	margin-bottom: 50px;
	margin-right: 25px;
	float:left;
	}
.m_2 h2{
	text-align: center;
	}
.m_2 p{
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.m_3{
	width: 310px;
	margin-bottom: 50px;
	float:left;
	}
.m_3 h2{
	text-align: center;
	}
.m_3 p{
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	}

.img{
	width: 310px;
	}


/* フッター */
.footer
{
	text-align: center ;				/* テキスト、画像の真ん中寄せ */
	margin-top: 2em ;					/* 他のブロックとのスペース */
	padding: 1em 0 0 0;					/* 上下の余白 */
	background: #e8e8e8;
	width: 100%;
}



.footer-wrap{
	width: 980px;
	margin: 0 auto;
	}
	
.footer h5{
	text-align: left;
	font-size: 18px;
	}

.footer p{
	width: 980px;
	margin: 0 auto;
	}
	
	
.footer-wrap .left{
	width: 30%;
	float: left;
	}
.footer-wrap .left p{
	text-align: left;
	color:#666;
	}
	
.footer-wrap .right{
	width: 70%;
	float: left;
	background: #e8e8e8 ;
	}
	

.right .menu{
	list-style: none;
	overflow: hidden;
	margin-top: 86px;
	}
.right .menu li{
	width: 124px;
	text-align: center;
	float: left;
	height: 50px;
	line-height: 50px;
	}
.right .menu li a{
	text-decoration: none;
	padding: 10px;
	}
	
	
	
.footer .copyright{
	margin: 40px auto 0 auto;
	padding: 30px 0;
	text-align: center;
	border-top: 1px solid #CCC ;
	background: #e8e8e8 ;
	}
