html,body{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #414141;
	background-image: url(../images/bg.png);
	background-position: center;
	height: 100%;
	width: 100%;
}

h1{
	font-weight: bold;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px 0px 5px 0px;
}

h2{
	font-weight: bold;
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 0px 5px 0px;
}

h3{
	font-size: 11px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #969696;
	margin: 10px 0px 0px 0px;
}

img{
	border: 0px;
}

ul,li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li.subnavi{
	display: inline;
}

ul{
	margin: 2px 5px;
}

.liste1{
	list-style: disc;
}

.liste2{
	list-style: circle;
}

label{
	display: block;
	float: left;
	width: 150px;
	margin-top: 2px;
}

input{
	border: 1px solid #ddd;
}

#wrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -275px 0px 0px -350px;
	height: 550px;
	width: 700px;
	border: 0px;
}

#top{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 64px;
	width: 100%;
	background: #fff;
}

#logo{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 64px;
	width: 210px;
	background: #fff;
	text-align: right;
	color: #870000;
	font-weight: bold;
}

img.logo{
	float: left;
	margin-left: 25px;
}

img.imgRight{
	border: 1px solid #ddd;
	float: right;
	margin: 0px 0px 10px 5px;
}

img.imgLeft{
	border: 1px solid #ddd;
	float: left;
	margin: 0px 5px 10px 0px;
}

div.logo{
	position: absolute;
	bottom: 5px;
	right: 25px;
}

.headImg{
	float: right;
	margin: 1px;
}

.headText{	
	position: absolute;
	top: 20px;
	left: 10px;
	width: 240px;
	color: #969696;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#navi{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 64px;
	width: 480px;
	background: #fff;
}

#head{
	position: absolute;
	top: 65px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 145px;
	background: #fff;
}

#head_left{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 143px;
	width: 210px;
	border: 1px solid #c9c9c9;
}

#stripe{
	position: absolute;
	top: 0px;
	left: 212px;
	width: 8px;
	height: 145px;
	background: #414f6b;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#head_right{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 477px;
	height: 145px;
	background: #e6e6e6;
	margin-top: 0;
	padding-top: 0;
}
  #head_right .csc-textpic-imagewrap {
    margin-top: -9px;
    margin-right: 1px;
  }
  
  #head_right .bodytext {
    font-size: 0.8em;
    color: #ccc;
    padding-left: 10px;
  }

#cell_subnavi{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 18px;
	width: 100%;
	border-left: 1px solid #870000;
	color: #414f6b;
	font-size: 13px;
}

#content1{
	position: absolute;
	top: 210px;
	left: 0px;
	width: 210px;
	height: 285px;
	background: #fff;
	text-align: right;
	overflow: auto;	
}

#content2{
	position: absolute;
	top: 209px;
	right: 0px;
	width: 475px;
	height: 288px;
	overflow: auto;
}

#bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
}

#bottom_left{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 200px;
	text-align: right;
	color: #bdbdbd;
}

#bottom_right{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 475px;
	height: 50px;
	font-size: 9px;
	color: #bdbdbd;
}

.cellText{
	color: #bdbdbd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}

.text{
	color: #414f6b;
	font-size: 11px;
	margin: 5px 10px 20px 0px;
	padding-bottom: 15px;
}

a.topNaviLink:link,a.topNaviLink:visited{
	color: #414f6b;
	text-decoration: none;
}

a.topNaviLink:hover,a.topNaviLink:active{
	text-decoration: underline;
}

a.foot:link,a.foot:visited{
	color: #bdbdbd;
	text-decoration: none;
}

a.foot:hover,a.foot:active{
	text-decoration: underline;
}

a:link,a:visited{
	color: #7b87a8;
	text-decoration: none;
}

a:hover,a:active{
	text-decoration: underline;
}

.fett{
	font-weight: bold;
}

.personal{
	clear: both;
}


