/* Author: T. Kunisada. If you have any concerning about this website, please contact to me at t.kunisada@gmail.com */


@charset "UTF-8";




	/*BEGIN Universal settings*/
	
	
	
	
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

a {
	color: #772a36;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a:hover {
	text-decoration: underline;
}

.twoColFixLtHdr #container {
	width: 775px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: center center;
} 



	/* BEGIN Header settings*/
	
	
	
	
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding: 0;
	margin-right: 25px;
	margin-left: 25px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0px;
	background-color: #FFFFFF;
}




	/* BEGIN Side Bar settings*/




.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 25px;
	height: 100%;
}

.twoColFixLtHdr #sidebar1 h3 a {
	color: #772a36;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.subMenu #sidebar1 {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.subMenu {
	position: relative;
	left: 25px;
	width: 200px;
	color: #999999;
	font-size: 10pt;
	top: -15px;
}

.subMenu a {
	text-decoration: none;
	color: #999999;
}

.subMenu a:hover {
	text-decoration: underline;
}

#sidebar1 h3 a:hover {
	text-decoration: underline;
}

#contactiso {
	border: 1px solid #BFBFBF;
	height: 110px;
	width: 200px;
	background-image: url(images/contactinfo2.png);
}
#contactiso table {
	font-size: 12px;
	color: #333333;
	position: relative;
	top: 60px;
	left: 5px;
	width: 150px;
}

#contactiso a {
	color: #414000;
}

#facebook {
	border: 1px solid #BFBFBF;
	width: 200px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 025px;
	margin-left: 0px;
}




	/* BEGIN Main contents settings */




.twoColFixLtHdr #mainContent {
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 250px;
	background-color: #ffffff;
	padding: 25px;
	height: 100%;
	border: 1px solid #BFBFBF;
} 

.twoColFixLtHdr #mainContent p {
	font-size: 10pt;
	color: #4B4B4B;
	line-height: 15pt;
}

.icons a:hover {
	position: relative;
	top: 5px;
}
.icons a:active {
	position: relative;
	top: 3px;
}

.urHere {
	font-size: 11px;
	color: #999999;
}

.urHere a {color: #772a36;
}

.red a {color: #772a36;
}




	/* BEGIN Footer settings */




.twoColFixLtHdr #footer {
	background-color: #951716;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	border: 1px solid #331116;
} 
.twoColFixLtHdr #footer p {
	font-size: 8pt;
	text-align: center;
	}

.twoColFixLtHdr #footer a {
	color: #FFCC00;
}

	
	
	
	/*BEGIN Column settings*/
	
	
	
	
	
.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;
}






