@charset "UTF-8";

/*************************************************************
*
*  /css/style.css
*
**************************************************************/

/* Index Style
------------------------------------------------------------ */
/* main */
body#index #main {
	width: 420px;
	float: left;
}

body#index #main #intro {
	margin-bottom: 25px;
	border-bottom: 1px solid #00b4eb;
}

body#index #main #intro h2 {
	margin-bottom: 0;
}

body#index #main #intro h2 a {
	width: 420px;
	display: block;
}

body#index #main #intro h2#h2_registration a:hover { height: 54px; text-indent: -9999px; background: url(../image/h2_registration_on.gif) no-repeat; }
body#index #main #intro h2#h2_cannus a:hover { height: 53px; text-indent: -9999px; background: url(../image/h2_cannus_on.gif) no-repeat; }
body#index #main #intro h2#h2_service a:hover { height: 53px; text-indent: -9999px; background: url(../image/h2_service_on.gif) no-repeat; }

body#index #main #intro p {
	padding: 7px 0;
	color: #666;
	white-space: nowrap;
}

body#index #main #info dt {
	margin-top: 10px;
	color: #f082b4;
	font-weight: bold;
}

body#index #main #info dd {
	padding-bottom: 13px;
	color: #666;
	background: url(../common/image/brd_dot_gray.gif) repeat-x left bottom;
}

body#index #main #info dd a {
	color: #666;
	text-decoration: underline;
}

body#index #main #info dd a:hover {
	color: #f082b4;
	text-decoration: none;
}

/* sub */
body#index #sub {
	width: 400px;
	float: right;
}

body#index #sub #flash {
	margin-bottom: 15px;
}

body#index #sub #banner {

}

body#index #sub #group_banner_list li {
	margin-bottom: 10px;
}

body#index #sub #group_banner_list li {
	margin-right: 8px;
	float: left;
}

body#index #sub #group_banner_list li.group_banner_end {
	margin-right: 0;
}


/* Float Clear
------------------------------------------------------------ */
body#index #sub #banner:after, body#index #sub #group_banner_list:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

body#index #sub #banner, body#index #sub #group_banner_list {
	min-height: 1px;
}

* html body#index #sub #banner, * html body#index #sub #group_banner_list {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
