@charset "utf-8";

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	width: 1024px;
}
#container {
	width: 1024px;
	height: 100%;
	background-color: white;
}
#contents {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 800px;
	height: 100%;
	text-align: center;
	font-family: "メイリオ";
	float: right;
	position: relative;
	background-color: #FFFDFF;
}
#contents DIV  {
	text-align: center;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 5px;
}





#contents DIV #photo {
	width: 230px;
	text-align: center;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
}
#contents DIV #name {
	width: 230px;
	
}

#contents P {
	margin: 10px;
	padding: 10px;
	width: 86%;
	text-align: left;
	line-height: 160%;
	background-color: rgb(255, 255, 240);
}
#contents P.right {
	margin: 10px;
	padding: 10px;
	width: 86%;
	text-align: right;
	line-height: 160%;
	background-color: rgb(255, 255, 240);
}
#contents DL {
	padding: 0px 12px 5px;
	text-align: left;
	width: 85%;
}
#contents OL {
	padding: 10px 20px;
	line-height: 130%;
}
#contents h1 {
	width: 90%;
	text-align: left;
	color: #000000;
	padding-left: 20px;
	font-family: "メイリオ";
	font-weight: normal;
	border-bottom-color: #CC33FF;
	border-left-color: #CC33FF;
	border-bottom-width: 3px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
}
#contents h2 {
	width: 50%;
	text-align: left;
	color: #000000;
	padding-left: 15px;
    font-family: "メイリオ";
	font-weight: normal;
	border-bottom-color: #CC66FF;
	border-left-color: #CC33FF;
	border-bottom-width: 3px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 0px 0px 0px 10px;
}
#contents H3 {
	width: 30%;
	text-align: left;
	color: rgb(100, 100, 0);
	padding-left: 3px;
    font-family: "メイリオ";
	font-weight: normal;
	margin-bottom: 5px;
	border-bottom-color: rgb(0, 128, 64);
	border-left-color: rgb(0, 128, 64);
	border-bottom-width: 3px;
	border-left-width: 1pc;
	border-bottom-style: solid;
	border-left-style: solid;
}
#contents A {
	color: blue;
	text-decoration: none;
}
#contents A:visited {
	color: purple;
}
#contents A:hover {
	color: white;
	text-decoration: none;
	background-color: rgb(125, 125, 255);
}
#contents A:active {
	color: maroon;
	text-decoration: none;
}
#contents UL {
	text-align: left;
	color: rgb(102, 102, 51);
	list-style-position: outside;
	
}
#contents DT {
	margin: 3px;
	padding: 3px;
	text-align: left;
	font-size: 13px;
	background-color: rgb(208, 234, 191);
}
#contents LI {
	text-align: left;
	line-height: 130%;
	margin-right: 20px;
	margin-left: 40px;
}
#contents HR {
	width: 90%;
	color: red;
}
#footer {
	height: 20px;
	background-color: #F0F0F0;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer h6 {
	font-size: 90%;
	color: #03F;
	font-weight: normal;
	text-align: center;
	font-family: "メイリオ";
}


