﻿/* CSS レイアウト */
#masthead {
	width: 742px;
	height:0px;
	
	left: 0px;
	top: 0px;

	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 5px; 
	
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 

}

#top_nav {
	width: 720px;
	height: 100px;
	background-image:;
	
	left: 0px;
	top: 0px;

	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 5px; 
	
	padding-top: 10px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 20px; 

	border-top: 2px green dashed; 
	border-right: 2px green dashed; 
	border-bottom: 1px green dashed; 
	border-left: 2px green dashed; 
	
}

#container {
	position: relative;
	width:720px;
	height:480px;
	
	left: 0px;
	top: 0px;
	
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 5px; 
	
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	
	border-top: 1px green dashed; 
	border-right: 2px green dashed; 
	border-bottom: 1px green dashed; 
	border-left: 2px green dashed; 
	
}

#left_col {
	position: absolute;
	width:190px;
	height:480px;
	
	left: 0px;
	top: 0px;
	
	margin-top: px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 20px; 
	
	padding-top: 12px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 

	background-image:url('img/bg_0703.jpg');
	background-repeat:repeat-y;
	background-position:left:200px;
	overflow: auto;	
	 
}

#page_content {
	width:500px;
	height:480px;
	
	left: 0px;
	top: 0px;
	
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 210px; 
	
	padding-top: 12px; 
	padding-right: 10px; 
	padding-bottom: 0px; 
	padding-left: 20px; 

	background-image:url('img/bg_0701.jpg');
	background-repeat:repeat-y;
	overflow: scroll;	
}

#footer {
	width:720px;
	height:150px;
	
	left: 0px;
	top: 0px;

	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 5px; 
	
	padding-top: 10px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 20px; 

	border-top: 1px green dashed; 
	border-right: 2px green dashed; 
	border-bottom: 2px green dashed; 
	border-left: 2px green dashed; 
	
}

A:LINK {
		color: #5F5FFF; 
		text-decoration: underline;
		}
A:VISITED {
		color: #AAAAFF; 
		text-decoration: underline;
		}
A:HOVER {
		color: #FFFFFF; 
		background-color: #0040FF; 
		text-decoration: none;
		}
A:ACTIVE {
		color: #70FF70; 
		text-decoration: none;
		}


