/*----------------reset CSS----------------*/

html {
	overflow-y: scroll;
}
a, a img {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
button, fieldset, form, input, label, legend, select, textarea {
	margin: 0;
	padding: 2px;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
/*----------------Basic CSS----------------*/

body {
	font-size: 15px;
	line-height: 1.8;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	text-align: center;
	color: hsla(0,0%,15%,1.00);
	margin: 0;
	padding: 0;
}

/*IE6*/
* html body {
	font-size: 94%;
}
/*IE7*/
*:first-child+html body {
	font-size: 94%;
}

/********************************/
/*　　　　　　　全体囲　　　　　　　*/
/********************************/

#wrapper {
	width:980px;
	margin: 0 auto;
	text-align: left;
	box-shadow:0px 0px 5px 1px #b3b3b3;
-moz-box-shadow:0px 0px 5px 1px #b3b3b3;
-webkit-box-shadow:0px 0px 5px 1px #b3b3b3;
	
}





/*********************************/
/*　　　　               menu          　　　　   　*/
/*********************************/
#menu {
	width:480px;
	padding:5px 0 ;
	float:right;
	
}
#menu ul {
	margin:0 auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;

}
#menu li {	
	width: 85px;
	height: 85px;
	margin:0;
	padding:0;
}
#menu li a {
	width: 85px;
	height: 85px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	background-size: 85px 85px;
}
#menu li a:hover {
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: “alpha( opacity=50 )”;
}

#aa a {
	background-image: url(../common_img/home_bt.png);
}
#bb a {
	background-image: url(../common_img/blog_bt.png);
}
#cc a {
	background-image: url(../common_img/company_bt.png);
}
#dd a {
	background-image: url(../common_img/service_bt.png);
}
#ee a {
	background-image: url(../common_img/contact_bt.png);
}
/*********************************/
/*　　　　        main container            　*/
/*********************************/
#container {
	padding:35px;
	clear: both;
}


/*********************************/
/*　　　　             　footer            　*/
/*********************************/

#footer {
	text-align: center;
	font-size: 80%;
	color: #A3A3A3;
	padding:50px 0 10px 0;
}
#footer p {}