@import url(./general.css);

img {
	border: 0;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #0052a4;
}
a:visited {
	text-decoration: none;
	color: #6ab5ff;
}
a:hover {
	text-decoration: underline;
}

.arrowLink01 a {
	color: #333;
}

.arrowLink01 {
	padding: 0 0 0 20px;
	background: url(../images/ico_arrow01.gif) left center no-repeat;
	color: #333;
}

/* section */
.section {
	clear: both;
	padding: 20px 0 0;
}
.section2Col {
	float: left;
	width: 370px;
}



/* mainVisual */
#mainVisual {
	width: 760px;
	background: url(../images/icynene_topimg.jpg) left top no-repeat;
}
#mainVisual .txt {
	margin: 0;
	padding: 0 0 335px;
}

/* whatsNew */
#whatsNew { float:left; width:370px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	background: url(../images/whatsnew_bg_ttl.gif) no-repeat;
}
#whatsNew  a {
	text-decoration: none;
	color: #0052a4;
}
#whatsNew a:visited {
	text-decoration: none;
	color: #6ab5ff;
}
#whatsNew a:hover {
	text-decoration: underline;
}
#whatsNew h2 {
	display: inline;
	padding-left: 8px;
}
#whatsNew p {
	text-align: right;
	margin: -1.7em 0 0;
	padding-right: 15px;
}
#whatsNew span {
	padding-top: 3px;
	padding-bottom: 0px;
}
#whatsNew span a {
	color: #333;
	text-decoration: none;
}
#whatsNew span a:visited {
	text-decoration: none;
	color: #999;
}
#whatsNew span a:hover {
	text-decoration: underline;
}

#whatsNew dl {
	margin: 0;
	padding: 0 0 3px;
	font-size: 90%;
	background: url(../images/bg_dot01.gif) left bottom repeat-x;
}
#whatsNew dt {
	padding: 5px 3px 0 8px;
	font-family: Verdana;
}
#whatsNew dd {
	margin: -1.5em 0 0 7.5em;
	padding: 0 10px 0 0;
}

/* seminerBanner */
#seminerBanner {margin: 10px 0 0; float:right; width:375px;}
#seminerBanner p{
	margin: 0;
	padding: 0;	
}
#seminerBanner .btn {
	margin-bottom: 5px;
}

#index_movie{width:200px; float:left; padding-top:5px;}

#index_banner{width:164px; float:right; padding-top:5px;}

#index_banner img{margin-bottom:10px;}

/*#index_seminar{width:157px; height:192px; float:right;
	background:url(../images/indexbanner_seminar.jpg) no-repeat;}
#index_seminar a{display:block; width:137px; height:192px; padding-left:20px;
	text-decoration:none; color:#000; font-size:10px;}
#index_seminar .hide{height:115px;}
#index_seminar strong{color:#000; font-size:16px; font-family:Verdana, Geneva, sans-serif;} */

/* contentsMenu */
#contentsMenu {
	padding: 10px 0 0;
	background: url(../images/contentsMenu_bg_t.gif) left top no-repeat;
}
#contentsMenu a {
	text-decoration: none;
	color: #0052a4;
}
#contentsMenu a:visited {
	text-decoration: none;
	color: #6ab5ff;
}
#contentsMenu a:hover {
	text-decoration: underline;
}
#contentsMenu .innerWrap {
	padding: 0 0 10px;
	background: url(../images/contentsMenu_bg_b.gif) left bottom no-repeat;
}
#contentsMenu .imageArea {
	float: left;
	width: 292px;
}
#contentsMenu .imageArea img {
	margin: 10px 0 0 24px;
}
#contentsMenu .imageArea p {
	padding: 0 0 0 24px;
}
#contentsMenu .menuArea {
	float: left;
	width: 467px;
}
#contentsMenu .menuArea h2 {
	margin: 15px 0 0 20px;
	padding: 0 0 0 13px;
	background: url(../images/ico_disc_orange.gif) left 0.3em no-repeat;
}
#contentsMenu .menuArea ul,
#contentsMenu .menuArea li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#contentsMenu .menuArea li {
	margin: 0 0 0 20px;
	padding: 0 0 0 13px;
	background: url(../images/ico_squa_blue.gif) 3px 0.6em no-repeat;
}
#contentsMenu .menuArea .box1,
#contentsMenu .menuArea .box2,
#contentsMenu .menuArea .box3 {
	float: left;
}
#contentsMenu .menuArea .box1 {
	width: 130px;
}
#contentsMenu .menuArea .box2 {
	width: 150px;
}
#contentsMenu .menuArea .box3 {
	width: 180px;
}
#contentsMenu .menuArea .box3 ul{margin-bottom:10px;}

/* footer */
#footer {
	clear: both;
	text-align: left;
}
#footer .policy {
	float: right;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 0px;
}
#footer .policy span {
	padding-top: 3px;
	padding-bottom: 0px;
}
#footer .policy span a {
	color: #333;
	text-decoration: none;
}
#footer .policy span a:visited {
	color: #999;
}
#footer .policy span a:hover {
	text-decoration: underline;
}
#footer address {
	padding: 25px 0 0;
	font-size: 90%;
	font-style: normal;
}

/*
===== Clearfix =====
*/
div.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
}

div.clearfix {
	display: inline-block;
}

/* Hides from MacIE \*/
* html div.clearfix {
	height: 1%;
}
div.clearfix {
	display: block;
}
/* End Hides from MacIE */

