
@charset "UTF-8";


*{
	border: solid red 0px;	
}


body {
	text-align:left;
	margin: 5;
	padding: 0;
	color: #4B4B4B;
	background: #dddddd;
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,sans-serif;
	font-size:16pt;
}

a:link {
	color: #0099ff;
	text-decoration:none;
}

a:visited {
	color: #0099ff;
	text-decoration: none;
}

a:hover {
	color: #FFC0C0;
	text-decoration: none;
}

a:active {
	color:#CCCCCC;
	text-decoration:none;
}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
 	-ms-filter: “alpha( opacity=80 )”;
 }


#sheet {
	width:800px;
	padding: 30px;
	background-color:#ffffff;
	border: solid 1px #aaa;
	margin: 0 auto;
	border-right: solid 1px #777; 
	border-bottom:solid 1px #777;
}


header{
	margin:0 auto;
	width: 640px;
	overflow:hidden;
	padding-bottom: 15px;

}


img#modoru {
	float:right;


}


#maioka{
	float: right;
	bottom : 0px ;
	display:block;
}

article{
	width:640px;
	margin:0 auto;
	text-align: justify;
}


#sub{
	margin-bottom:20px;
    position: relative;
	margin:0 auto;
	width: 640px;
	height: 220px;

}

span.button1{
	line-height: 0px;
	color:white;
	background-color: #E0E0E0;
	border-radius: 5px;
	padding: 2px 8px ;
}

#subimage1{

    position: absolute;
    bottom: 0;
}

#subimage2{	
	float:right;
    position: absolute;
    bottom: 0;
	right:0;
}

footer{
	width:700px;
	margin:0 auto;
	padding-top: 30px;

}