/* レイアウト */
html, body {
    height: 100%; 
 margin:0; padding:0; 
}

div#container{
    width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
}
body > #container {
        height: auto;
}


.head
	{
	background-color: black; 
background-attachment:fixed;
background-image : url(image/nega.gif);
background-repeat:repeat-x;
background-position:0% 100%; 
	height: 80px;
	} 
.image
	{
	float:left;
	width:243px;
	background-color: black;
	height: 400px;
	}

.main
	{
	float:left;
	background-color: #ffffff; 
	height: 400px;
	}



.foot
	{
	background-attachment:fixed;
background-image : url(image/nega.gif);
background-repeat:repeat-x;
background-position:0% 0%; 
background-color: black; 
width:100%;
clear:both; 
	} 

/* 基本設定 */ 
html, body{ 
margin:0px;
padding:0px; 
font-size:90%;  
color:black;  
font-family:'Sylfaen','Georgia',Verdana,Osaka,'MS P Gothic';
font-weight:normal; 
overflow:hidden; 
}

/* top文字リンク設定 */ 
a:link{text-decoration:none;color:#ffffff;}/* リンクに触れる前の色 */ 
a:visited{text-decoration:none;color:#ffffff;}/* 訪問したことのあるリンクの色 */ 
a:hover{text-decoration:none;color:#99FF99; 
border-bottom:dashed 1px #99FF99;}/* 触れた時のリンク設定 */ 

/* 画像リンク */ 

A.img:link {
color:white
}
A.img:visited {
color:white
}
A.img:active {
color:gray
}
A.img:hover {
color:#cccccc;
background-color:#ffffff;
text-decoration:underline overline;
position:relative;
top:1px;
}
A {
text-decoration:none
}


 

