﻿/* CSS レイアウト */
body {
	margin: 0px;
	top: 0px;
	left: 0px;
	background-color: #EBF4FA;
	background-image: url('../img/bg_body.png');
	background-repeat: repeat-x;
}
#masthead {
	width: 100%;
}
#masthead img {
	margin: 0;
	padding: 0;
}
#masthead p{
	color: #FFFFFF;
	text-align: right;
	margin: 20px 10px 0 10px;
}
#top_nav {
}
#top_nav img {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	margin: 0;
}
#container {
	position: relative;
	width: 100%;
}

#page_content {
	padding: 10px;
	margin-right: 340px;
}
#contents_ind {
	padding: 20px;
}
#contents_ind2 {
	padding: 20px 70px 20px 50px;
}
#right_col {
	width: 320px;
	position: absolute;
	right: 0px;
	top: 10px;
}

#footer {
}
#footer p {
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #393939;
}
h3 {
	font-size: 1.5em;
	color: #393939;
}
h4 {
	font-size: 1.25em;
	color: #393939;
}
h5 {
	font-size: 0.75em;
	color: #393939;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
