* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: none; /* iPhone */
}
ul,
li {
	list-style: none;
}
img,
a img {
	border: none;
}
img,
iframe {
	vertical-align: bottom;
}
.cbox {
	zoom:1;/*for IE 5.5-7*/
}
.cbox:after {/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	line-height: 0;
	clear:both;
	visibility:hidden;
}
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	font-size: 14px;
	color: #fff;
	background: #222 url(../images/bg_dot.png) repeat left top;
}
iframe {
	z-index: 1;
}
#container {
	position: relative;
}
#contentWrapper {
	width: 960px;
	margin: 0 auto;
}

#container #header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#container #header #logo {
	position: fixed;
	z-index: 20;
	top: 14px;
	left: 20px;
}
#container #header .nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: url(../images/bg_nav.png) repeat-x left bottom;
	border-bottom: 2px solid #1260d5;
	height: 50px;
	text-align: center;
}
.nav ul {
	float: right;
	padding: 0 0px 0 0;
	width: 660px;
}
.nav li {
	float: left;
	margin: 0;
	padding: 0;
}
.nav li img {
	vertical-align: bottom;
}
.nav li a {
	display: block;
	height: 50px;
	text-indent: -9999px;
}
.nav li a#sec1 {
	width: 162px;
	background: url(../images/nav1.png) no-repeat left top;
}
.nav li a#sec1:hover,
.nav li.current a#sec1 {
	background-position: left bottom;
}
.nav li a#sec2 {
	width: 182px;
	background: url(../images/nav2.png) no-repeat left top;
}
.nav li a#sec2:hover,
.nav li.current a#sec2 {
	background-position: left bottom;
}
.nav li a#sec3 {
	width: 217px;
	background: url(../images/nav3.png) no-repeat left top;
}
.nav li a#sec3:hover,
.nav li.current a#sec3 {
	background-position: left bottom;
}
.nav li a#sec4 {
	width: 99px;
	background: url(../images/nav4.png) no-repeat left top;
}
.nav li a#sec4:hover,
.nav li.current a#sec4 {
	background-position: left bottom;
}

.section {
	padding: 0;
}

#content0 {
	padding: 0;
	margin: 70px 0 0;
}
#section-1 {
	padding: 50px 0 0;
}
#content1 {
	padding: 0px 0 30px;
}
#section-2 {
	padding: 60px 0 0;
}
#content2 {
	padding: 0;
}
#section-3 {
	padding: 60px 0 0;
}
#content3 {
	padding: 0;
}
#section-4 {
	padding: 50px 0 0;
}
#content4 {
	padding: 15px 0 50px;
}


#content0 h1 {
	margin-bottom: 10px;
}

#content1 h2 {
	text-align: center;
	margin-bottom: 20px;
}
#content1 .movieBox {
	margin-bottom: 20px;
}
#content1 .rightBox {
	float: right;
	width: 295px;
}
#content1 .rightBox  h3 {
	margin-bottom: 15px;
}
#content1 .leftBox {
	float: left;
	width: 645px;
}
#content1 .profArea {
	background: url(../images/imp_image.png) no-repeat left top;
}
#content1 .profBox {
	float: left;
	width: 185px;
}
#content1 .profBox p {
	margin-bottom: 8px;
}
#content1 .profBox dd {
	font-size: 12px;
}

#content2 h2 {
	text-align: center;
	margin-bottom: 20px;
}
#content2 .movieBox {
	margin-bottom: 20px;
}
#content2 .leftBox {
	float: left;
	width: 295px;
}
#content2 .leftBox  h3 {
	margin-bottom: 15px;
	font-size: 18px;
}
#content2 .rightBox {
	float: right;
	width: 645px;
}

#content3 .ustMain {
	float: left;
	width: 608px;
}
#content3 .ustSub {
	float: right;
	width: 342px;
}

#content4 h2 {
	margin: 0 0 25px;
}
#content4 p {
	margin-bottom: 10px;
}
#content4 dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}
