@charset "utf-8";
/*
*/


body {
	background-color: #FFFFFF;
    margin-top: 0px;
	text-align:center;
}

#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 20px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #686755;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #686755;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #686755;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #686755;
}

#boxA {
	width:800px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: blue;
}

#boxB {
	width:600px;
	float:left;
}

#boxC {
	width:200px;
	float:left;
	background-color: #FFCCCC;
}

#boxC img {
	display:block;
	margin: auto;
	text-align: center;
}


#boxD {
	width:100%;
	clear:left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: blue;
}


#top {
    font-size: 14px;
	width: 790px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

#menu1 {
	position: relative;
	background-color: #0086FF;
	width: 800px;
	height: 30px;
}

#menu {
	position: absolute;
    font-size: 14px;
	margin-top: 7px;
	margin-left: 10px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
    font-weight: bold;
}

#menu a:hover {
	color: #FF0000;
	text-decoration: none;
    font-weight: bold;
}

#photodiv {
	background-repeat: no-repeat;
	width: 600px;
	height: 133px;
	margin-right: auto;
	margin-left: auto;
}

#base p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#base h2 {
	font-size: 18px;
	padding-left: 10px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-left: 10px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #0086FF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0086FF;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 22px;
}

#mymess {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 30px;
}

