@charset "UTF-8";

/* reset.css
--------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

input,textarea {
	margin: 0;
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}



fieldset,img { 
	border: 0;
}

img {
	vertical-align: bottom;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/* clearfix
--------------------------------------------------*/
.clearfix {
	width:100%;
}

.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

.clear{
	clear: both;
}

/* base
--------------------------------------------------*/
html{
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	background-image:url(../images/background2.jpg);
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	background-repeat:no-repeat;
	background-position:right top;
	color: #222;
	width:100%;
	height:100%;
}
header{
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 15px;
	height: 37px;
	background-image: url(../images/header_back.png);
	background-repeat: repeat-x;
}
header h1{
	font-size: 12px;
}
article{
	width:100%;
	left: 0;
}
footer{
	width:100%;
	bottom: 0;
	left: 0;
	background-image: url(../images/footer_back2.png);
	background-repeat: repeat-x;
	height: 80px;
	padding-top: 20px;
	font-size: 12px;
}


.wrapper {
  position: relative;
  min-height:100%;
}

nav ul{
	list-style: none;
	width: 260px;
}
nav ul li{
	float: left;
}
.box{
	width: 610px;
	padding: 20px;
	margin-right: 30px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #ccc;
	opacity: 1;
}

.inner{
	width: 940px;
	margin: 0 auto;
}
.inner2{
	
}
.waku{
	background-repeat: no-repeat;
	height: 300px;
	width: 200px;
}
.left{
	float: left;
}
.right{
	float: right;
}




#topimage{
	width: 100%;
	height: 280px;
}

.mt50{
	margin-top: 50px;
}

.mb50{
	margin-bottom: 50px;
}

table{
	width: 100%;
}

tr{
	
}

td{
	padding: 10px;
	border: 1px solid #ccc;
}