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

body{
	margin: 0px auto;
	padding: 0px;
	font-size: 12px;
	color: #333;
}
img{
border:0;
}
h1,h2,h3,h4,h5,h6,p,ul{
margin:0;
padding:0;
}
address,em{
font-style:normal;
}
form{margin:0; padding:0;}

/*firefox etc.*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*MacIE WinIE7*/
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a:link{color:#333; text-decoration:none;}
a:visited{color:#666; text-decoration:none;}
a:active{color:#333; text-decoration:none;}
a:hover{color:#41A782; text-decoration:underline;}

/* ------------------------------------ Main Layout ------------------------------------ */
#container{
	width:100%;
	margin:0 auto;
	text-align: center;
}

/* ------------------------------------ Head ------------------------------------ */

#head{
	margin: 0px auto;
	height: 53px;
	width: 100%;
	background-image: url(/common/img/head_haikei.jpg);
	background-repeat: repeat-x;
}
#head .inner{
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#head .inner h1{
	float: left;
	height: 53px;
	width: 238px;
}
#head .inner address{
	float: right;
	padding-top: 35px;
}


/* ------------------------------------ Flash Menu ------------------------------------ */

#fmenu{
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	background-image: url(/common/img/fmenu_kage.jpg);
	background-repeat: repeat-y;
	background-position: left;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
/* ------------------------------------ Main ------------------------------------ */
#main{
	width: 782px;
	background-image: url(/common/img/contents_kage.jpg);
	background-repeat: repeat-y;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/* ------------------------------------ Contrents ------------------------------------ */

#contents{
	width: 760px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}








/* ------------------------------------ Footer ------------------------------------ */

#footer{
	margin: 0px auto;
	width: 760px;
	height: 80px;
	background-image: url(../img/footer_haikei.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 20px;
}
#footer ul{
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 400px;
}
#footer li{
	float: left;
	height: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
#footer li .hasen{
	background-image: url(/common/img/footer_menuhasen.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#footer .left{
	float: left;
	width: 365px;
	text-align: left;
	padding-left: 15px;
}
#footer .left a{
	color: #559CBC;
	text-decoration: underline;
}
#footer .left a:hover{
	text-decoration: none;
}

#footer .left p{
	background-image: url(/common/img/footer_flashicon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 5px;
}

#footer .right{
	float: left;
	width: 365px;
	text-align: right;
	padding-right: 15px;
}
