 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(../img2/bg1.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
h3 {
	font-size: 14px;
	line-height: 2.5em;
	font-weight: bold;
	color: #CC3300;
	}
a:link {
	color:#CC3300;}
a:hover{
	color:#FFCC00;}
a:visited{
	color:#CC6600;}
	
.twoColFixRtHdr #container {
	width: 872px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #5a300e;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	background-attachment: fixed;
	background-image: url(../img2/bg2.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-bottom: 10px;
} 
.twoColFixRtHdr #header {
	background-image: url(../image/title.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 65px;
	padding-bottom: 5px;
	text-align: center;
} 
.twoColFixRtHdr #header h1 {
	font-size: 14px;
	font-style: italic;
	color: #003366;
}
div#header a:link {
	color:#003366;}
div#header a:hover{
	color: #0066FF;}
div#header a:visited {
	color: #006699;
	}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

div#menu {
	background-image: url(../image/bg_menu03.png);
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-top: 5px;
	height: 220px;
}
div#menu2 {
	background-image: url(../image/bg_menu03-2.png);
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-top: 5px;
	height: 200px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 280px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
} 
.twoColFixRtHdr #mainContentToppg {
	margin-top: 0px;
	margin-right: 250px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
} 
.mainImg {
	margin-left: 30px;
	margin-top: 10px;
}
.twoColFixRtHdr #mainContentProfile {
	margin-top: 10px;
	margin-right: 300px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 40px;
} 
.img_profile {
	float:right;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 1px;
}
.profile_name {
	color:#0066CC;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
}
div#banner {
	float: right;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 5px;
}
.twoColFixRtHdr #footer {
	background-color: #5a300e;
	margin-bottom: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #ffffff;
}
div#footer a:link {
	color:#ffffff;}
div#footer a:hover{
	color: #B3E39E;}
div#footer a:visited {
	color:#666666}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
.nav {
	padding-bottom: 5px;
}
div#linkspg {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: 10px;
	height: 80px;
}
.imgLinkspg {
	float: left;
	padding-right: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}
div#linkspg a {
	color:#CC3300;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bolder;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div#linkspg a:hover {
	color:#CC6600;
}
div#linkspg a:visited {
	color:#CC3300;
}
div#form {
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
div#formtxt {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.txt01 {
	font-size: 1.2em;
	color: #0066CC;
}
div#formtxt li{
	margin-left: 45px;
	margin-top: 0px;
}
.txt-ul {
	margin-left: 250px;
}
