﻿/* CSS レイアウト */
body.bg {
	background-position: center;
	background-image: url('bg-blue.gif');
	margin-top: 0px;
	margin-bottom: 0px;
}
#masthead {
	margin-top: 0px;
}
#head_left {
	width: 240px;
	float: left;
}
#head_right {
	margin-left: 240px;
	padding-left: 15px;
}
#container {
	border-width: 2px;
	border-color: #3366ff;
	width: 100%;
	clear: both;
	border-top-style: solid;
	border-bottom-style: solid;
	height: auto;
}
#nav_col {
padding-left:20px;
padding-right:10px;
	width: 230px;
	top: 0px;
	float: left;
}
#page_content {
	padding: 2px 10px 2px 10px;
	margin-left: 250px;
	height: auto;
}
#footer {
	text-align: center;
	clear: both;
	background-image: url('image/bar.gif');
	background-repeat: repeat-x;
	height: 50px;
}
#body {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 0px;
}
#ul_navi {
	margin-bottom: 0px;
	margin-top:0px;
	clear: both;
	color: white;
	width: 505px;
	font-weight: bold;
	font-size: 13px;
	background-image: url('image/bc-cabon_1.jpg');
}
#ul_navi a {
	color: white;
	text-decoration: none;
}
#ul_navi a:hover {
	background: #3366FF;
	color: white;
}
li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
	list-style: none;
	width: 100px;
}
td.line {
	padding: 10px 2px 10px 2ex;
	border-top-style: dotted;
	border-bottom-style: dotted;
}
th {
	text-align: left;
}
tr.color {
	background-color: #C0C0C0;
}
table tr {
	padding-top: 10px;
	padding-bottom: 10px;
}
form.google {
	margin-bottom: 0px;
}
a img {
	border-width: 0px;
}
img.picture {
	margin: 10px;
	border-style: solid;
	border-width: 1px 2px 3px 1px;
	filter: progid:DXImageTransform.Microsoft.shadow(color=#999999, direction=135, strength=3);
}
p {
	line-height: 1.3em;
}
p.small {
	font-size: xx-small;
}
h2 {
	border-bottom-style: double;
	border-width: 2px;
	border-color: #999999;
	color: #808080;
	width: 505px;
}
.style1 {
	color: #808080;
	text-align: left;
	width:90%;
}
