﻿html,
body{
	height:100%;
	margin:0;
	padding:0;
	background-color: #ffffff;
}

img {
    border: 0px;
}


div#container{
    background-color:#e0e0e0;
	background-image: url(back.jpg);
    position:relative;
	min-height: 100%;
	width:960px;
	margin: 0px auto 0px auto;
}



#main{
	padding-bottom:6em;    /* footerの高さ */
	width:960px;
	margin: 0px auto 0px auto;
}

#footer
{
    color:#fff;
    height:6em; /* footerの高さ */
	background:#222;
	background-image: url(../footer-bg.jpg);
	position:absolute;
	bottom:0;
	width:100%;
}

#footer a:link, #footer a:visited{
	color:inherit;
	text-decoration:inherit;
}




#mst {
	background-color:#28263b;
	background-image: url(dimtop2.jpg);
	float:left;
	height:160px;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
	width:960px;
	overflow:hidden;

}
#msr {

	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
	overflow:hidden;
	width:960px;
    min-height:100%;

}

#kaisya{
    text-align:center;
}

.contents
{
    line-height:150%;
    margin:0 1.5em;
    padding:1em 1.5em 0 1.5em;
    }

.exp
 {
 color:Orange;
 font-size:x-small;
 margin-left:0.5em;
}
       
.clearfloat {
	clear:both;
	height:0px;
}
       
