@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

img {
    border-style:none;
}

a{
	color:#000;
	text-align: left;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top-color: #FFF;
	border-color: #FFF;
	outline-color: #FFF;
}

#wrapper{
	width:1000px;
	margin:0 auto;
	
}
.header {
	height: 135px;
	width: 500px;
	background-color:#666;
}

.contents img{
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.menu_ul {
	list-style-type: none;
}

.menu_ul li{
	display:inline;
	float:right;
	margin:50px 0px 0px 0px;
}

.menu_ul li a{
	display:block;
	font-size:12px;
	text-align:center;
	width:150px;
	padding:10px 0px 8px 0px;
	text-decoration:none;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.menu_ul li a:hover{
	color:#69C;
	border-top:1px solid #69C;
	border-bottom:1px solid #69C;
}

.icon{
	text-align:center;
}
.icon img:hover {
   opacity: 0.5;
}
#footer {
	height: 253px;
	font-size: 12px;
	color:#FFF;
	line-height: 130%;
	background-image: url(images/bakku.jpg);
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 260px;
}
#footer img:hover {
	opacity: 0.5;
	text-align: left;
}

#news{
	padding-left: 106px;
}


#gaiyou{
	padding-left: 90px;
}


#menu{
	padding-left: 90px;
}
#menu td{
	vertical-align:top;
	font-size: 14px;
}
#menu img{
	margin-bottom:10px;
	margin-right:50px;	
}

table,td,th{
	border:none;
	text-align: left;
}

.staf{
	text-align:center;
	padding:50px 0px;
}
.staf img:hover {
   opacity: 0.5;
}
#wrapper .contents #footer table tr td {
	text-align: center;
}
#wrapper .contents #footer table tr td p {
	text-align: left;
}
