@charset "utf-8";
/* core styles */

* {
	padding: 0;
	margin: 0;
}

html, body {
	font-size: 16px;
	/*font-family:"Comic Sans MS", cursive;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

img {
	border: 0;
}

body {
	/*background:url(../images/bnw-bkg.jpg) repeat-x;*/
	background:#000;
}

.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;
}

.clearfix:after {

    content: ".";

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;

    }

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

/* page layout */

#topContents {
	display: block;
	float: left;
	/*height: 410px;
	min-height: 410px;*/
	width: 100%;
	position: relative;
}

#topContents a{
	color: #FFF;
}

#bottomContents {
	margin: 50px 0;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	color:#000;
}

#bottomContents a{
	color: #000;
}

#topLeftLogo {
	display: block;
	float: left;
	height: 186px;
	width: 397px;
	margin-top: 20px;
	margin-left: 20px;
	position: relative;
}

.leftNavList {
	text-align: left;
	display: block;
	float: left;
	width: 200px;
	margin-top: 20px;
	margin-left: 35px;
	position: relative;
}

#bottomContents .leftNavList {
	margin-top: 0;
}

.leftNavList ul{
	list-style-type: none;
	list-style-position:inside;
}
	
.leftNavList ul li{
	font-size: 2.0em;
	line-height: 2.3em;
	vertical-align: middle;
}

#introTexts {
	text-align: center;
	display: block;
	height: 380px;
	width: 380px;
	position: absolute;
	z-index: 5;
	left: 500px;
	top: 50px;
}

#introTexts img{
	vertical-align: middle;
}

#mainWrap {
	width: 960px;
	margin: 10px auto;
}

.leftBox {
	text-align:center;
	width: 40%;
	margin: 5px 5%;
	float: left;
	clear: both;
	}
	
.leftBox p {
	margin-top: 18px;
}

.rightBox {
	text-align:center;
	width: 40%;
	margin: 5px 5%;
	float: left;
	}

.redtext {
	color:#F00;
}

input.text {
	border: #000 1px solid;
}