﻿/* CSS レイアウト */
body {
	background:#CCFFFF
}
#masthead {
		position: relative;
	width: 800px;
	height: 80px;
	text-align: center;
	border-bottom-style: groove;
	border-bottom-width: 2px;
	border-bottom-color: #3399FF;
	background: white;
	background-image: url('../img/img1.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

#top_left {
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left: 20px;
}
#headersub {
	position: absolute;
	top: 0px;
	right: 3px;
	font-size: 10px;
}

#container {
	width: 800px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	
}

#left_col {
	border: 1px double #3399FF;
	margin: 5px;
	width: 180px;
	left: 0px;
	top: 0px;
	background-color: white;
	float: left;
	padding-top: 10px;
}
#page_content {
	width: 400px;
	float: left;
}
#page_content2 {
	width: 380px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
}


#right_col {
	padding: 10px;
	margin: 5px;
	border: 1px double #3399FF;
	width: 170px;
	top: 0px;
	background-color: white;
	float: left;
}

ul.menu {
	padding-bottom: 10px;
	list-style-type: none;
	margin-left: 0px;
	list-style-image: url('../img/btn.jpg');
}
li.menu {
	margin-left: 25px;
	margin-top: 10px;
}

li.menu a:link {
	font-size: 14px;
	color: #003399;
}
li.menu a:active {
	font-size: 14px;
	color: #FFFF66;
	background-color: #00FFFF;
}
li.menu a:visited {
	font-size: 14px;
	color: #3399FF;
}
li.menu a:hover {
	font-size: 14px;
	color: #FF99FF;
	background-color: #00FFFF;
}



#footer {
	width: 800px;
	background-color: #D6ECF5;
	font-size: small;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left:auto;
	margin-right:auto;

}
#panmenu {
	width: 800px;
	font-size: 12px;
	padding-right: 20px;
	text-align: right;
	padding-right:20px;
}
ul.panmenu2 li{
	background-position: right center;
	display: inline;
	padding-right: 15px;
}

li.panmenu3 {	
	background-image: url('../img/navibtn.gif');
	background-repeat: no-repeat;	
}

dt.hie {
	background-color:#CCFFFF
}

.f-menu {
	font-size: small;
	text-decoration: underline;
	text-align: right;
}
.style1 {
	border-width: 0px;
}
.pr {
	width: 170px;
}
.primg {
	width: 100px;
	float: left;
}
.prname {
	width: 70px;
	font-size: small;
}
.sen {
	background-image: url('../img/sen.jpg');
	background-repeat: repeat-x;
	width: 170px;
	height: 10px;
	text-align: center;
}
.Listyle {
	list-style-type: lower-alpha;
	padding-top: 10px;
}
.pr2 {
	width: 170px;
	padding-top: 2px;
	padding-bottom: 2px;
}
