@charset "UTF-8";

/*========================================
  KH Default Style Sheet
  Since: 2010-7-10
  Editor: Hearts Creative Kazoo
=========================================*/

/*----------------------------------------
   [ page fadein -CSS3- ]

@-webkit-keyframes fadein {

0% {
	opacity: 0;
	background-color: black;
}

100% {
	opacity: 1;
	background-color: black;
}
}

body {
	-webkit-animation-name: fadein;
	-webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
}
-----------------------------------------*/


/*----------------------------------------
   [ body default ]
-----------------------------------------*/

body {
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: lighter;
	background-image: url(../image/links_bg.jpg);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	margin: 0px;
	background-position: center 0px;
}

*:first-child+html body,dd,dt {
font-family: 'メイリオ', 'Meiryo',; /* WinIE7 */
}

h1,h2,h3,h4,h5,h6,p,ul,li,ol,img,div {
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img, a img {
	border: 0;
	outline:none;
}

/*clearfix*/
.clearfix:after {
content: "."; 
display: block; 
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
  /*q~*//*/
  height: auto;
  overflow: hidden;
  /**/
}


a {
	color:#00B101;
	text-decoration : none;
}
a:hover {
	color:#00B101;
	text-decoration : underline;
}

/*----------------------------------------
   [ layout ]
-----------------------------------------*/

#container {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/*----------------------------------------
   [ header ]
-----------------------------------------*/

#header {
	height: 38px;
	width: 1010px;
	display: block;
	float: left;
	padding-top: 37px;
}

#header a .logo {
	float: left;
	height: 38px;
	width: 265px;
}

#header_icon {
	float: right;
	width: 97px;
	padding-top: 17px;
}

#header_icon li {
	float: left;
	margin-right: 15px;
}

#header_icon ul .home a {
	background-image: url(../image/go_home_over.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 18px;
	float: left;
	display: block;
}

#header_icon ul .sitemap a {
	background-image: url(../image/go_sitemap_over.gif);
	background-repeat: no-repeat;
	float: left;
	height: 15px;
	width: 19px;
	display: block;
}

#header_icon ul .inquiry a {
	background-image: url(../image/go_inquiry_over.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 15px;
	width: 15px;
}

#header span {
	color: #545252;
	font-size: 11px;
	font-weight: lighter;
	margin: 0px;
	line-height: 1.0em;
	letter-spacing: 0.15em;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	float: left;
}

/*----------------------------------------
   [ contents ]
-----------------------------------------*/

#main {
	height: 362px;
	width: 1010px;
	float: left;
}

#logo {
	float: left;
	height: 181px;
	width: 184px;
	left: 22px;
	top: 13px;
	position: absolute;
	z-index: 1;
}

#contents {
	width: 1000px;
	padding-top: 10px;
	float: left;
	padding-bottom: 30px;
	padding-right: 5px;
	padding-left: 5px;
}

/*----------------------------------------
   [ breadcrumb ]
-----------------------------------------*/

#breadcrumb {
	width:665px;
	display: block;
	float: left;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}

#breadcrumb ul {
	float: left;
	width: 665px;
	display: block;
}

#breadcrumb li {
	float:left;
}

#breadcrumb li p {
	font-size:12px;
	color:#666666;
	padding-top:3px;
	padding-left:3px;
	line-height: 1.2em;
	background-repeat: no-repeat;
	background-position: right;
	font-weight: lighter;
	margin: 0px;
}

#breadcrumb li a {
	color:#999999;
	text-decoration: none;
}

#breadcrumb li a:hover {
	color:#00B101;
	text-decoration: underline;
}

#breadcrumb ul li p .arrow {
	color: #CCC;
}


/*----------------------------------------
   [ main navi ]
-----------------------------------------*/

#main_navi {
	float: left;
	width: 286px;
	display: block;
}

#main_navi ul {
	float: left;
}

#main_navi li {
	float: left;
	height: 106px;
	width: 286px;
}

#main_navi ul .event {
	background-image: url(../image/navi_event_over.jpg);
	background-repeat: no-repeat;
}

#main_navi ul .show {
	background-image: url(../image/navi_show_over.jpg);
	background-repeat: no-repeat;
}

#main_navi ul .tarent {
	background-image: url(../image/navi_tb_over.jpg);
	background-repeat: no-repeat;
}

#main_navi ul .direction {
	background-image: url(../image/navi_vd_over.jpg);
	background-repeat: no-repeat;
}

#main_navi ul .inquiry {
	background-image: url(../image/navi_inquiry_over.jpg);
	background-repeat: no-repeat;
	height: 56px;
	margin-top: 20px;
}

#main_navi a {
	display: block;
	width: 286px;
	height: 106px;
}

#main_navi .inquiry a {
	display: block;
	width: 286px;
	height: 56px;
}

/*----------------------------------------
   [ news release ]
-----------------------------------------*/

#news {
	float: left;
	width: 665px;
	display: block;
	padding-left: 20px;
	margin-right: 10px;
}

#news .news_title {
	float: left;
	display: block;
	margin-bottom: 15px;
}

#news ul {
	float: left;
	width: 650px;
	padding-left: 15px;
	display: block;
}

.date {
	line-height: 1.5em;
	background-image: url(../image/square.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	font-size:11px;
	line-height:1.5em;
	color:#00B101;
	margin: 0px;
	padding: 0px;
	width: 650px;
	display: block;
	letter-spacing: 0.1em;
	font-family: "Century Gothic";
	float: left;
	font-weight: bold;
}

.comment {
	font-size:11px;
	line-height:1.5em;
	color:#666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: lighter;
	float: left;
	width: 630px;
	display: block;
	padding-left: 5px;
}

#news .comment a {
	color: #ef7a00;
	text-decoration: none;
	font-size: 12px;
}

#news .comment a:hover {
	color: #ef7a00;
	text-decoration: underline;
	font-size: 12px;
}

#more_news {
	float: left;
	height: 18px;
	width: 862px;
	text-align: right;
	padding-right: 15px;
}

/*----------------------------------------
   [ footer ]
-----------------------------------------*/

#footer_navi {
	display: block;
	height: 20px;
	width: 970px;
	background-image: url(../image/footer_bg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 9px;
	padding-bottom: 14px;
	float: left;
	background-position: 0px -5px;
}

#footer_navi ul {
	float: left;
	width: 313px;
	display: block;
	height: 20px;
}

#footer_navi li {
	float:left;
	display: block;
}

#footer_navi ul .corporate {
	background-image: url(../image/footer_navi_corp_over.gif);
	background-repeat: no-repeat;
}

#footer_navi ul .business {
	background-image: url(../image/footer_navi_business_over.gif);
	background-repeat: no-repeat;
}

#footer_navi ul .sitemap {
	background-image: url(../image/footer_navi_sitemap_over.gif);
	background-repeat: no-repeat;
}

#footer_navi ul .inquiry {
	background-image: url(../image/footer_navi_inquiry_over.gif);
	background-repeat: no-repeat;
}

#footer_navi li a {
	color: #999;
	text-decoration: none;
}

#pagetop {
	width: 1010px;
	height: 20px;
	text-align: center;
	float: left;
	background-image: url(../image/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
}

#sns_icon {
	float: right;
	height: 20px;
	width: 160px;
}

#sns_icon a {
	float: right;
	width: 160px;
	height: 20px;
}

#copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 25px;
	width: 1010px;
	float: left;
}

#sns_feed {
	display: block;
	float: left;
	width: 665px;
	padding-top: 20px;
	padding-bottom: 20px;
}
