﻿/* CSS レイアウト */
#top_nav {
	position: relative;
	text-align: center;
	margin-top: 20px;
}

#container {
	position: relative;
	margin-top: 20px;
}

#page_content {
	width:240px;
	position: absolute;
	margin-right: 200px;
}

#right_col {
	width: 480px;
	position:relative;
	margin-left:250px;
}

#footer {
	position: relative;
	font-size: 80%;
	margin-top: 100px;
}

body {
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	background-color:#ccffff;
	color: #333333;
	font-size: 95%;
	width:730px;
}

img {
	border:0px;
}

h1 {
	color: #6600ff;
	font-size: 140%;
}

h2 {
	color: #6600ff;
	font-size: 130%;
	padding-top: 2px;
	padding-left: 4px;
}

a:link {
	color: #0033FF;
}

a:visited {
	color: #0033FF;
}

a:hover {
	color: #0099FF;
}

a:active {
	color: #0099FF;
}

.font1 {
	color:#6600ff;
}

.small {
	font-size: small;
}

.x-small {
	font-size: x-small;
}

.footer-link {
	background-color: #d2ffd2;
	text-align: center;
}