@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #FFF;
}
.twoColFixLtHdr #container {
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/global/back/back_sidebar.jpg);
	background-repeat: repeat-y;
	background-position: left;
} 

.twoColFixLtHdr #header {
	padding: 0px;
	background-image: url(../images/global/back/header.jpg);
	background-repeat: repeat-x;
	background-position: top;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	background-color: #f1271d;
	color: #FFF;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	font-size: 12px;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1271d;
	padding-bottom: 1px;
	margin: 0px;
	padding-top: 15px;
}
.twoColFixLtHdr #sidebar1 h1 a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 h1 a:hover {
	color: #999;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 1px;
}
.twoColFixLtHdr #sidebar1 h2 a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 h2 a:hover {
	color: #999;
}




.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
} 


.twoColFixLtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	text-align: justify;
	margin: 0px;
	padding-bottom: 1em;
}
.twoColFixLtHdr #mainContent p a {
	color: #d62319;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent p a:hover {
	color: #f1271d;
	text-decoration: underline;
}



.twoColFixLtHdr #footer {
	background-color: #000;
	color: #FFF;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #f1271d;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 

.twoColFixLtHdr #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.twoColFixLtHdr #footer p a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer p a:hover {
	text-decoration: underline;
}


#headerLogo {
	float: left;
	height: 201px;
	width: 235px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
	background-image: url(../images/global/back/back_sidebar.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#headerMainMenu {
	padding-top: 38px;
	padding-left: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	background-image: url(../images/global/back/mainMenu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 8px;
}
#headerNavi {
	padding-top: 20px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
}
#headerNaviUpper {
	background-image: url(../images/global/back/navi.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-left: 15px;
}
#headerNaviUpper a {
	color: #000;
	text-decoration: none;
}
#headerNaviUpper a:hover {
	background-color: #eee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1271d;
}

#headerNaviUpperHere {
	background-image: url(../images/global/back/navi.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	color: #f1271d;
	padding-left: 15px;
	padding-bottom: 7px;
}

#headerNaviLower {
	padding-left: 60px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.headerNaviLowerSeg {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.headerNaviLowerSeg a {
	color: #000;
	text-decoration: none;
}
.headerNaviLowerSeg a:hover {
	background-color: #eee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1271d;
}

.headerNaviLowerSegHere {
	float: right;
	color: #f1271d;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.headerNaviLowerSegHere a {
	color: #f1271d;
	text-decoration: none;
}
.headerNaviLowerSegHere a:hover {
	color: #f1271d;
	background-color: #eee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1271d;
}


#headerTitle {
	margin: 0px;
	clear: right;
}

.footerSpacer {
	color: #999;
	padding-right: 20px;
	padding-left: 20px;
}




.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;
	background-color: #FFF;
	padding-bottom: 15px;
	padding-left: 15px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding-right: 15px;
	background-color: #FFF;
	padding-bottom: 15px;
}


.fltrtFrame {
	float: right;
	background-color: #FFF;
	border: 1px solid #666;
	margin-bottom: 15px;
	margin-left: 15px;
}
.fltlftFrame {
	float: left;
	background-color: #FFF;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #666;
}




.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;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fontSmall {
	font-size: small;
	letter-spacing: 0em;
}

.fontMed {
	font-size: medium;
	color: #000;
	letter-spacing: 0em;
}
.fontLarge {
	font-size: large;
	color: #000;
	letter-spacing: 0em;
}
.fontBigakuRed {
	color: #f1271d;
}
.block80pc {
	width: 80%;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}
.block80pcFloat {
	margin-bottom: 2em;
	float: left;
	width: 80%;
	padding-left: 10%;
}

.block80pcSpaceU {
	width: 80%;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	margin-top: 2em;
}

.block860px {
	width: 860px;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
}
.blockFull {
	margin-right: 20px;
	margin-bottom: 2em;
	margin-left: 20px;
	width: auto;
}

.blockClearLeft {
	margin: 0px;
	clear: left;
}



.imageCenter {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	text-align: center;
}
.imageCenterSpaceU {
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	text-align: center;
}
.imageCenterNoSpace {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	text-align: center;
}

.imageFrame {
	border: 1px solid #666;
}





.icon120-80 {
	height: 80px;
	width: 120px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/global/frame/120-80out.png);
	background-repeat: no-repeat;
}

.iconCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	padding-top: 5px;
}
.iconCaption a {
	color: #000;
	text-decoration: none;
}
.iconCaption a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1271d;
}
.one-third {
	float: left;
	width: 32%;
	margin-right: 1%;
}
.one-thirdL {
	float: left;
	width: 33%;
}
.one-thirdM {
	width: 33%;
	margin-right: auto;
	margin-left: auto;
}
.one-thirdR {
	float: right;
	width: 33%;
}

.spaceRight {
	padding-right: 20px;
}
.quarter {
	float: left;
	width: 24%;
	margin-right: 1%;
}
.gototop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	float: right;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-style: italic;
	clear: right;
}
.gototop a {
	color: #000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.gototop a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
.underConstL {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: large;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.underConstS {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
