@charset "UTF-8";
/* CSS Document */
/*body {
 margin:0px;
 padding:0px;
 color: #444;
 font-family: "Lucida Grande", "MS Pゴシック", Verdana, sans-serif;
 font-size: 12px  !important;
 font-size: 78%; 
 line-height: 150%;
 text-align: center;
}*/

body {
	margin:0px;
	font-size: 75%;
	/*font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;*/
	/*font-family: "Lucida Grande", "MS Pﾂゴﾂシﾂッﾂク", Verdana, sans-serif;*/
	/*font-family: "Lucida Grande", "ＭＳ Ｐゴシック", Verdana, sans-serif;*/
	font-family: "Lucida Grande", Verdana, sans-serif;
	color: #343434;
	bottom: 0px;
	height: 100%;
	width: 100%;
	line-height: 1.25em;
	background-position: 0px 128px;
	background-image: url(../img/bg_contentTop.gif);
}


* html .lowerlayerKV { behavior: expression(IEPNGFIX.fix(this)); } /* IE 6 */

/* General Params
-------------------------------------------------*/
html {
	overflow-y: scroll;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	background-image: url(../img/bg_all.gif);
	background-repeat: repeat-x;
} /* firefox bar */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	
}

li, dt, dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ol, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

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


body{
	height:100%;
}

/*
body#top {
	margin:0px;
	font-size: 75%;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	color: #343434;
	bottom: 0px;
	height: 100%;
	width: 100%;
	line-height: 1.25em;
	background-position: 0px 128px;
	background-image: url(../img/bg_contentTop.gif);
}*/


a {
	color: #069;
	
}

a:hover {
	color: #f60;
}

.link_small {
	font-size: 9px;
}

#fla_css {
 width:100%;
 height:465px;
 /height:auto;
 position:rerative;
 z-index: -3000;
} 

#flashcontent{
	width:100%;
	height:465px;
	margin:0px 0px 0px 0px;
	position:rerative;
	z-index: -2000;
}



/* Base Area
-------------------------------------------------*/
#wrapper {
 width: 100%;
 height: 100%;
 top:0px;
 background-image: url(../../images/new/header_bg.jpg);
 background-repeat: repeat-x;
 position:absolute;
 /position: static; /* for ie6,7 */
 /margin-top: -465px; /* for ie6,7 */
 z-index: 10;
}

#container {
 width: 1006px;
 margin-top:0px;
 margin-bottom: 0px;
 /*margin-right: auto;
	margin-left: auto;*/
	display:block;
 padding:0px;
 height:100%;
 /height:auto;
 margin-right: auto;
 margin-left: auto;	
	/*background:none;*/
}


/* Header
-------------------------------------------------*/
#header {
	height: 145px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/new/header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 0px;
	line-height: 0px;
}
* html #header { behavior: expression(IEPNGFIX.fix(this)); } /* IE 6 */



#headerFlash{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width:978px;
	height:100px;
	
	
}


/* Global menu
-------------------------------------------------*/
ul.gm {
	width:978px;
	list-style-type: none;
	height: 31px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	_position:relative;
 _z-index:750;
 _zoom:1;
}

ul.gm li {
	margin:0px;
	padding:0px;
	float: left;
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-repeat: no-repeat;
	width:163px;
	height: 31px;
	list-style-type: none;
}

ul.gm li a {
	margin:0px;
	padding:0px;
	display: block;
	height: 31px;
	text-indent: -9999px;
}

/* home */
ul.gm li.home {
	background-position: 0px 0px;
	
}

ul.gm li.home a:hover {
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -31px;
}

ul.gm li.homeOn {
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -31px;
}

/* work */
ul.gm li.work {
	background-position: -163px 0px;
	
}

ul.gm li.work a:hover {
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-repeat: no-repeat;
	background-position: -163px -31px;
}

ul.gm li.workOn {
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-repeat: no-repeat;
	background-position: -163px -31px;
}

/* company */
ul.gm li.company {
	background-position: -326px 0px;
	
}

ul.gm li.company a:hover {
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-repeat: no-repeat;
	background-position: -326px -31px;
}

ul.gm li.companyOn {
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-repeat: no-repeat;
	background-position: -326px -31px;
}

/* policy */
ul.gm li.policy {
	background-position: -489px 0px;
	
}

ul.gm li.policy a:hover {
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-repeat: no-repeat;
	background-position: -489px -31px;
}

ul.gm li.policyOn {
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-repeat: no-repeat;
	background-position: -489px -31px;
}

/* result */
ul.gm li.result {
	background-position: -652px 0px;
	
}

ul.gm li.result a:hover {
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-repeat: no-repeat;
	background-position: -652px -31px;
}

ul.gm li.resultOn {
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-repeat: no-repeat;
	background-position: -652px -31px;
}

/* privacy */
ul.gm li.privacy {
	background-position: -815px 0px;
	
}
ul.gm li.privacy a:hover {
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-repeat: no-repeat;
	background-position: -815px -31px;
}

ul.gm li.privacyOn {
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0px -31px;
}






/* Pull Down menu */
ul.gm ol.sub{
 width: 163px;
 padding: 0px;
 list-style-type: none;
 /*update 2009-09-01-2335*/
	/*text-align: center;*/
	/*original 2009-09-01-1500*/
	text-align: left;
 left:0;
 top:0;
 border-right-width: 1px;
 border-left-width: 1px;
 border-right-style: solid;
 border-left-style: solid;
 border-right-color: #999;
 border-left-color: #999;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #999;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 background-color: #FFF;
 _position: relative;
 _z-index: 1000;
}
ul.gm ol.sub li {
	background-image: none;
	float: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-size: 11px;
	line-height: normal;
	_line-height: 1.5; /* IE 6 */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	/*update 2009-09-01-2335*/
	/*text-align:center;*/
}
ul.gm ol.sub li a {
	/*update 2009-09-01-2335*/
	/*width: 163px;*/
	/*original 2009-0901-1500*/
	width: 153px;
	color: #000;
	text-decoration: none;
	text-indent: 0;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
	padding-right: 0px;
	/*update 2009-09-01-2335*/
	/*padding-left: 0px;*/
	/*original 2009-0901-1500*/
	padding-left: 10px;
	height: auto;
	display: block;
}

ul.gm ol.sub li a:hover {
	color: #FFF;
	background-color: #7d963f;
}
ul.gm ol.sub li.off{ height:31px;}
ul.gm ol.sub li.on{ border-bottom:0; }
ul.gm ul.sub-2{
	left:163px;
	top:-32px;
	width:163px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #FFF;
	display: block;
}
ul.gm li.offWorks{
	position:relative;
	overflow:hidden;
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-position: -163px 0px;
}
ul.gm li.onWorks{
	overflow:hidden;
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-position: -163px -31px;
}
ul.gm li.offAbout{
	position:relative;
	overflow:hidden;
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-position: -326px 0px;
}
ul.gm li.onAbout{
	overflow:hidden;
	background-image: url(../../images/new/header_gnavi_btn.jpg);
	background-position: -326px -31px;
}
ul.gm>li.onWorks,ul.gm>li.onAbout{overflow:visible;/*×*/}
ul.gm ol.sub{ position:relative; }
ul.gm ol.sub li.off2{position:relative;overflow:hidden;}
ul.gm ol.sub li.on2{overflow:hidden;}
ul.gm ol.sub>li.on2{overflow:visible;}
ul.gm ul.sub-2{position:relative;}



/* 中ページKV
-------------------------------------------------*/
.lowerlayerKV{
	width:990px;
	height:133px;
}

.iepingfix { behavior: expression(IEPNGFIX.fix(this)); } /* IE 6 */






/* Pull Down menu */
ul#dd li.mainmenu ul.submenu{
	visibility: hidden;
	position: absolute;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
	margin-top: -12px;
	font-size: 11px;
	line-height: normal;
	_width:700px;
padding: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
ul#dd li.mainmenu ul.submenu li{
	 text-align: left;
	 vertical-align: bottom;
	 margin: 0px;
	 padding: 0px;
list-style-type: none;
}
ul#dd li.mainmenu ul.submenu li a{
	height: auto;
	display: block;
	background-image: none;
	text-indent: 0;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin: 0px;
	color: #000;
	text-decoration: none;
	width:auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	_float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color: #FFF;
}

ul#dd li.mainmenu ul.submenu li a:hover {
 background-color: #7d963f;
 color: #FFF;
}







/* Sub menu
-------------------------------------------------*/
ul.sm {
 margin-top:10px;
 margin-bottom:0px;
 margin-left:auto;
 margin-right:auto;
 padding:0px;
 width:993px;
 height: 59px;
 background-image: url(../../images/new/menu.png);
 background-repeat: no-repeat;
 list-style-type: none;
	_position:static
 _z-index:5000;
 _zoom:1;
}
* html ul.sm { behavior: expression(IEPNGFIX.fix(this)); } /* IE 6 */

ul.sm li {
	float: left;
	/*background-image: url(../../images/new/contents_snavi_btn.png);
	background-repeat: no-repeat;*/
	
}
/** html ul.sm.li { behavior: expression(IEPNGFIX.fix(this)); }*/ /* IE 6 */

ul.sm li a {
	display: block;
	text-indent: -9999px;
	/*width:973px;*/
	height: 32px;
	/*margin:10px 14px 10px 14px;*/
	_zoom:1;
}

/* マーケティングサービス */
ul.sm li.research a{
	/*background-position: 0px 0px;*/
	background-image: url(../../images/new/contents_snavi_btn1.jpg);
	background-repeat: no-repeat;
	background-position:10px 14px;
	width:161px;
	height: 32px;
	display: block;
	/*margin-top:14px;
	margin-bottom:14px;
	margin-left:10px;*/
	padding:14px 0px 14px 10px;
}

ul.sm li.research a:hover {  
	background-image: url(../../images/new/contents_snavi_btn1_o.jpg);
	background-repeat: no-repeat;
	background-position:10px 14px;
	width:161px;
	height: 32px;
	display: block;
	/*margin-top:14px;
	margin-bottom:14px;
	margin-left:10px;*/
	padding:14px 0px 14px 10px;
}
.kakomi{
	border:1px solid #eee;
	margin: 0px;
	padding: 5px;
}
.kakomi p{
	font-weight:bold;
	padding:3px;
	margin:2px;
	background-color:#efefef;
	text-align:center;
}
.kakomi dt{
	float:left;  
	width:120px;  
	padding:5px 0 5px 10px;  
	clear:both;  
	font-weight:bold;  
	font-size:12px;
}
.kakomi dd{
	width:560px;  
	margin-left:120px;  
	padding:5px 5px 5px 10px;  
	font-size:12px;
}


/* タレントパワーランキング */
ul.sm li.talent a{
	background-image: url(../../images/new/contents_snavi_btn2.jpg);
	background-repeat: no-repeat;
	width:162px;
	margin-top:14px;
	margin-bottom:14px;
}

ul.sm li.talent a:hover {
	background-image: url(../../images/new/contents_snavi_btn2_o.jpg);
	background-repeat: no-repeat;
	width:162px;
	margin-top:14px;
	margin-bottom:14px;
}

/* 販売促進サポート */
ul.sm li.hansoku a{
	background-image: url(../../images/new/contents_snavi_btn3.jpg);
	background-repeat: no-repeat;
	width:162px;
	margin-top:14px;
	margin-bottom:14px;
}

ul.sm li.hansoku a:hover {
	background-image: url(../../images/new/contents_snavi_btn3_o.jpg);
	background-repeat: no-repeat;
	width:162px;
	margin-top:14px;
	margin-bottom:14px;
}

/* スポーツ＆タレントマネジメント */
ul.sm li.sportsmanagement a{
	background-image: url(../../images/new/contents_snavi_btn4.jpg);
	background-repeat: no-repeat;
	width:162px;
	margin-top:14px;
	margin-bottom:14px;
}

ul.sm li.sportsmanagement a:hover {
	background-image: url(../../images/new/contents_snavi_btn4_o.jpg);
	background-repeat: no-repeat;
	width:162px;
	margin-top:14px;
	margin-bottom:14px;
}

/* ジュニアサッカースクールSKY */
ul.sm li.sky a{
	background-image: url(../../images/new/contents_snavi_btn5.jpg);
	background-repeat: no-repeat;
	width:162px;
	margin-top:14px;
	margin-bottom:14px;
}

ul.sm li.sky a:hover {
	background-image: url(../../images/new/contents_snavi_btn5_o.jpg);
	background-repeat: no-repeat;
	width:162px;
	margin-top:14px;
	margin-bottom:14px;
}

/* ブランドマネジメントHarraca */
ul.sm li.harraca a{
	background-image: url(../../images/new/contents_snavi_btn6.jpg);
	background-repeat: no-repeat;
	width:162px;
	margin-top:14px;
	margin-bottom:14px;
}

ul.sm li.harraca a:hover {
	background-image: url(../../images/new/contents_snavi_btn6_o.jpg);
	background-repeat: no-repeat;
	width:162px;
	margin-top:14px;
	margin-bottom:14px;
}










/* CONTENTS
-------------------------------------------------*/
#contentsWrapper{
	margin-top:10px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:994px;
	height:100%;
	_z-index:-1000;
	_display: block;
	/*background-image: url(../../images/new/con_top.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	background-image: url(../../images/new/con_mid.png);
	background-repeat: no-repeat;
	background-position: 0px 82px;	/*padding:0px 10px 0px 25px;*/
}

#contentsHeader{
	padding:0px;
	width:994px;
	height:100%;
	background-image: url(../../images/new/con_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#contents_ttl_bg{
	height:62px;
	background-image: url(../../images/new/con_top.png);
	background-repeat: no-repeat;	
	padding:20px 0px 0px 25px;
}
* html #contents_ttl_bg { behavior: expression(IEPNGFIX.fix(this)); } /* IE 6 */

* html #contents_ttl_bg table {
 position: relative;
 z-index: 500;
 zoom:1;
}

#hotnews_ttl{
	width:731px;
	height:52px;
	background-image:url(../../images/new/con_h1_hotnews.jpg);
	background-repeat:no-repeat;
}

#hotnews_ttl h1{
	text-indent:-9999px;
}

#contentsContainer{
	width:994px;
	background-image: url(../../images/new/con_mid.png);
	background-repeat: repeat-y;
	/*padding:0px 10px 0px 25px;*/
	height:100%;
}
* html #contentsContainer { behavior: expression(IEPNGFIX.fix(this)); } /* IE 6 */

#contentsContainer .base{
	width:986px;
	margin:0px 4px 0px 4px;
}

#contentsContainer .main{
	width:747px;
	padding-right:0px;
	padding-left:7px;
/*	background-color:#166;*/
}

#contentsContainer .main_wrapper{
	width:721px;
	margin-left:auto;
	margin-right:auto;
	
}

#contentsContainer .right{
	width:216px;
	padding:0px 0px 0px 16px;
	/*padding:0px 10px 0px 16px;
	background-color:#966;*/
}

.main_btm{
	width:721px;
	/*height:63px;*/
	height:100%;
	/*background-image:url(../../images/new/con_btm.jpg);
	background-repeat:no-repeat;*/
	margin:0px;
	padding-top:37px;
	
}

.main_btm .page_top a{
	width:110px;
	height:30px;
	text-indent:-9999px;
	background-image:url(../../images/new/pagetop.jpg);
	background-repeat:no-repeat;
	/*margin:37px 0px 0px 625px;*/
	margin-left:605px;
	/*padding-top:37px;*/
	display:block;
	/*background-position: 0px 37px;*/
}


.hotnews_thumb1{
	width:266;
	height:242px;
	display:block;
}
.hotnews_ttl1{
	width:455px;
	height:64px;
	background-image:url(../../images/new/hotnews01_h2.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.hotnews_txt1{
	background-image:url(../../images/new/hotnews01_txt.gif);
	background-repeat:no-repeat;
	width:455px;
	height:178px;
	text-indent:-9999px;
}

.hotnews_thumb2{
	background-image:url(../../images/new/hotnews02_img.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:266;
	height:257px;
}
.hotnews_ttl2{
	width:455px;
	height:90px;
	background-image:url(../../images/new/hotnews02_h2.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.hotnews_txt2{
	background-image:url(../../images/new/hotnews02_txt.gif);
	background-repeat:no-repeat;
	/*width:455px;
	height:167px;*/
	text-indent:-9999px;
}

.hotnews_thumb3{
	background-image:url(../../images/new/hotnews03_img.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:266;
	height:242px;
	display:block;
}
.hotnews_ttl3{
	width:455px;
	height:64px;
	background-image:url(../../images/new/hotnews03_h2.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.hotnews_txt3{
	background-image:url(../../images/new/hotnews03_txt.gif);
	background-repeat:no-repeat;
	/*width:455px;
	height:178px;*/
	text-indent:-9999px;
}

.hotnews_thumb4{
	background-image:url(../../images/new/hotnews04_img.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:266;
	height:242px;
	display:block;
}
.hotnews_ttl4{
	width:455px;
	height:64px;
	background-image:url(../../images/new/hotnews04_h2.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.hotnews_txt4{
	background-image:url(../../images/new/hotnews04_txt.gif);
	background-repeat:no-repeat;
	/*width:455px;
	height:178px;*/
	text-indent:-9999px;
}

.hotnews_bkno{
	margin-top:20px;
	padding-bottom:10px;
	width:721px;
	background-image: url(../../images/new/hotnews_underline.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.hotnews_bkno h1{
	padding:0px;
	margin:0px 0px 5px 0px;
	height:52px;
	text-indent:-9999px;
	background-image:url(../../images/new/con_h1_backno.jpg);
	background-repeat:no-repeat;
}

dl.hotnews_bkno_list {
	margin-bottom: 20px;
	margin-top:0px;
	padding:0px;
}

dl.hotnews_bkno_list dt {
	width: 7em;
	float: left;
	clear:both;
	padding-left:0.2em;
	padding-top: 0.6em;
	background-image:url(../../images/new/hotnews_bkno_date_bg.gif);
	background-repeat:no-repeat;
	font-size: 10px;
	color: #FFF;
	background-position: 0px 0.6em;
	_background-position: 0px 0.7em;
	_text-indent:0.5em;
}

dl.hotnews_bkno_list dt.none-margin {
	padding-top: 0px;
}

dl.hotnews_bkno_list dd {
	margin-left: 6em;
	padding-top: 0.6em;
	padding-left:0.6em;
	background-image:url(../../images/new/arrow_t2_green.gif);
	background-repeat:no-repeat;
	background-position: -0.1em 0.8em;
}

dl.hotnews_bkno_list dd.none-margin {
	padding-top: 0px;
}

.bnr_tarent{
	float: left;
	width:721px;
	height:102px;
	margin-top:30px;
	display:block;
}

.bnr_tarent h3 a{
	margin:0px;
	padding:0px;
	float: left;
	display:block;
	width:721px;
	height:102px;
	text-indent:-9999px;
	background-image:url(../../images/new/bnr_tarent.jpg);
	background-repeat:no-repeat;
	
}


/* RIGHT AREA
------------------------------------------------*/
.contentMenu {
	width: 217px;
}

dl.contentList {
	background-image: url(../img/bg_contentMenu.gif);
	background-repeat: no-repeat;
	width: 217px;
	background-position: 0px 133px;
}




#oursite{
	width:238px;
	height:52px;
	background-image:url(../../images/new/con_h2_oursite.png);
	background-repeat:no-repeat;
}
* html #oursite { behavior: expression(IEPNGFIX.fix(this)); } /* IE 6 */

#oursite h4{
	text-indent:-9999px;
	/*width:238px;
	height:52px;
	background-image:url(../../images/new/con_h2_oursite.png);
	background-repeat:no-repeat;*/
}
* html #oursite h4{ behavior: expression(IEPNGFIX.fix(this)); } /* IE 6 */


.our_site_bnr{
 width:205px;
 padding:0px;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 40px;
 margin-left: 15px;
 line-height: 1.5;
}

.our_site_bnr ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
}

.our_site_bnr ul li{
	margin:0px 0px 10px 0px;
	/*_margin:-10px 0px 10px 0px;*/
	padding:0px;
}

*:first-child+html .our_site_bnr ul li{
	margin:-10px 0px 10px 0px;
	padding:0px;
}

.our_site_bnr ul dl{
	padding:0px;
	_padding-top:-10px;
	margin:0px;
}
*:first-child+html .our_site_bnr ul dl{
	padding:-10px;
}

.our_site_bnr ul dl dt{
	width:205px;
	height:65px;
	display:block;
	margin: 0px;	
	padding:0px;
	_margin-top:-8px;
}
*:first-child+html .our_site_bnr ul dl dt{
	margin-top:-8px;
}


.our_site_bnr ul dl dd{
	margin:0px;
	_padding-top:-10px;
	padding:0px 0px 0px 0px;
	
}


.our_site_bnr_thumb01 a{
	background-image:url(../../images/new/bnr_01_thumb.jpg);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;	
	padding-bottom:5px;
	display:block;
	height:94px;
	text-indent:-9999px;
}

.our_site_bnr_thumb02 a{
	background-image:url(../../images/new/bnr_02_thumb.jpg);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;	
	padding-bottom:5px;
	display:block;
	height:94px;
	text-indent:-9999px;
}

.our_site_bnr_thumb03 a{
	background-image:url(../../images/new/bnr_03_thumb.jpg);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;	
	padding-bottom:5px;
	display:block;
	height:94px;
	text-indent:-9999px;
}

.our_site_bnr_thumb04 a{
	background-image:url(../../images/new/bnr_04_thumb.jpg);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;	
	padding-bottom:5px;
	display:block;
	height:94px;
	text-indent:-9999px;
}

.our_site_bnr_thumb05 a{
	background-image:url(../../images/new/bnr_05_thumb.jpg);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;	
	padding-bottom:5px;
	display:block;
	height:94px;
	text-indent:-9999px;
}

.our_site_bnr_thumb06 a{
	background-image:url(../../images/new/bnr_06_thumb.jpg);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;	
	padding-bottom:5px;
	display:block;
	height:94px;
	text-indent:-9999px;
}


.our_site_bnr_txt{
	width:203px;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:10px;
	text-align:center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;	
}

.our_site_bnr_btm{
	background-image:url(../../images/new/bnr_btm.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	width:205px;
	height:10px;
	display:block;
}

	


dl.pmark{
 padding:10px 0px 10px 0px;
 width:215px;
 border-top-width: 1px;
 border-bottom-width: 1px;
 border-top-style: solid;
 border-bottom-style: solid;
 border-top-color: #dddddd;
 border-bottom-color: #dddddd;
 text-align: left;
 line-height: 1.5;
 margin-left: 9px;
 /margin-left: 0px;
}  
dt.pmark_logo a {  
	background-image:url(../../images/new/icon_pMark.gif);
	background-repeat:no-repeat;
	float:left;  
	width:50px;  
	height:50px;
	padding:5px 0px 5px 0px;  
	clear:both;  
	text-indent:-9999px;
	display:block;
}  

dd.pmark_txt {  
	width:155px;  
	margin-left:55px;  
	padding:padding:5px 0px 5px 0px; 
	font-size:10px;
}  




/* FOOTER
-------------------------------------------------*/
#footer_area{
	width:100%;
	height:128px;
	background-image:url(../../images/new/footer_bg_r.jpg);
	background-repeat:repeat-x;
}

#footer{
	width:994px;
	height:128px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../../images/new/footer_bg.jpg);
	background-repeat:no-repeat;
}

#footer_logo{
	text-indent:-9999px;
	width:200px;
	height:67px;
	background-image:url(../../images/new/footer_logo.png);
	background-repeat:no-repeat;
	float:left;
}
* html #footer_logo { behavior: expression(IEPNGFIX.fix(this)); } /* IE 6 */

#footer_menu{
	float:left;
	width:683px;
	height:25px;
	margin-top:29px;
	margin-bottom:35px;
	margin-left:50px;
}

ul.fsm {
	/*margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:978px;*/
	list-style-type: none;
	padding:0px;
	margin:0px;
	/*height: 31px;*/
}

ul.fsm li {
	float: left;
	background-image: url(../../images/new/footer_menu.jpg);
	background-repeat: no-repeat;
	
	/*width:163px;*/
}

ul.fsm li a {
	display: block;
	text-indent: -9999px;
	height: 25px;
}

/* home */
ul.fsm li.home {
	width:65px;
	background-position: 0px 0px;
	
}

ul.fsm li.home a:hover {
	background-image: url(../../images/new/footer_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
}

/* work */
ul.fsm li.work {
	width:80px;
	background-position: -65px 0px;
	
}

ul.fsm li.work a:hover {
	background-image: url(../../images/new/footer_menu.jpg);
	background-repeat: no-repeat;
	background-position: -65px -25px;
}

/* company */
ul.fsm li.company {
	width:75px;
	background-position: -145px 0px;
	
}

ul.fsm li.company a:hover {
	background-image: url(../../images/new/footer_menu.jpg);
	background-repeat: no-repeat;
	background-position: -145px -25px;
}

/* policy */
ul.fsm li.policy {
	width:73px;
	background-position: -220px 0px;
	
}

ul.fsm li.policy a:hover {
	background-image: url(../../images/new/footer_menu.jpg);
	background-repeat: no-repeat;
	background-position: -220px -25px;
}

/* result */
ul.fsm li.result {
	width:94px;
	background-position: -293px 0px;
	
}

ul.fsm li.result a:hover {
	background-image: url(../../images/new/footer_menu.jpg);
	background-repeat: no-repeat;
	background-position: -293px -25px;
}

/* privacy */
ul.fsm li.privacy {
	width:129px;
	background-position: -387px 0px;
	
}

ul.fsm li.privacy a:hover {
	background-image: url(../../images/new/footer_menu.jpg);
	background-repeat: no-repeat;
	background-position: -387px -25px;
}

/* contact */
ul.fsm li.contact {
	width:81px;
	background-position: -516px 0px;
	
}

ul.fsm li.contact a:hover {
	background-image: url(../../images/new/footer_menu.jpg);
	background-repeat: no-repeat;
	background-position: -516px -25px;
}

/* sitemap */
ul.fsm li.sitemap {
	width:86px;
	background-position: -597px 0px;
	
}

ul.fsm li.sitemap a:hover {
	background-image: url(../../images/new/footer_menu.jpg);
	background-repeat: no-repeat;
	background-position: -597px -25px;
}

address{
	text-indent:-9999px;
	clear:left;
	width:264px;
	height:13px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../../images/new/footer_copyright.jpg);
	background-repeat:no-repeat;
}



/* Clearfix
-------------------------------------------------*/
.clearfix:after { /* for modern browser */
	font-size: 0px;
	line-height: 0px;
	height: 0;
	visibility: hidden;
	content:".";
	display: block;
	clear: both;
}

.clearfix { /* for IE5.5-7 */
	zoom: 1;
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }

.clearfix { display: block; }




/* --- icon --- */

.icon img {
	margin-top: -3px;
	margin-left: -16px;
	vertical-align: middle;
	margin-right: 3px;
}
.icon dt {
	padding-left:15px;
	
}
.icon dd {
	margin: 0 0 1em 15px;

}


/* --- imgDesc --- */

.imgDesc .floatL img,
#mobFlash embed {
	margin: 0 15px 0 0;
	border: 1px solid #ccc;
	padding: 5px;
	
	text-align: center;
}
* html #mobFlash {
	border: 1px solid #ccc;
	padding: 5px;
}
.imgDesc .floatL a:hover img {
	border: 1px solid #f60;
}
.imgDesc dt,
.imgDesc dd p {
	padding-bottom: 1em;
	margin: 0;
}
.imgDesc dd {
	margin-left: 217px;
}


/* --- box --- */

.clear {
	clear: both !important;
}
.floatL {
	float: left !important;
}
.none {
	display: none !important;
}
.bgNone {
	background: transparent none !important;
}


/* --- align --- */

.right {
	text-align: right !important;
}
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}

.athleteLine {
	width: auto;
	_width: 721px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.greenH3{
	color: #769136;
	font-size: 100%;
	font-weight:bold;
	margin-bottom:10px;
}

/* --- athleteDesc --- */

.athleteDesc { display: block; }

.athleteDesc .floatL img{
	margin: 0 15px 0 0;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}
.athleteDesc .floatL a:hover img {
	border: 1px solid #f60;
}
.athleteDesc dt,
.athleteDesc dd p {
	margin: 0;
}
.athleteDesc dd {
	margin-left: 152px;
}
.athleteDesc table {
	margin: 10px 0 10px 0;
}
.athleteMes {
	/*width: 340px;*/
	width:550px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	line-height:150%;
}

/* --- talent-grad --- */

.talent-grad { display: block; }

.talent-grad .floatL img{
	margin: 0 15px 0 0;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}
.talent-grad .floatL a:hover img {
	border: 1px solid #f60;
}
.talent-grad dt,
.talent-grad dd p {
	margin: 0;
}
.talent-grad dd {
	margin-left: 122px;
}
.talent-grad table {
	margin: 10px 0 10px 0;
}
.talent-grad-Mes {
	/*width: 340px;*/
	width:550px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	line-height:150%;
}

/* --- SKY Coarch --- */

.skyCoach { 
	display: block; 
}

.skyCoach .floatL img{
	margin: 0 15px 0 0;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
}
.skyCoach .floatL a:hover img {
	border: 1px solid #f60;
}
.skyCoach dt,
.skyCoach dd p {
	margin: 0;
}
.skyCoach dd {
	margin-left: 0px;
}
.skyCoach table {
	margin: 10px 0 10px 0;
}
.skyCoachMes {
	/*width: 340px;*/
	width:550px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	line-height:150%;
}


/* --- dvdDesc --- */

.dvdDesc .floatL img{
	text-align: center;
}
.dvdDesc dt,
.dvdDesc dd p {
	margin: 0;
}
.dvdDesc dd {
	margin-left: 240px;
}
.dvdDesc table {
	margin: 10px 0 10px 0;
}

/* --- dvdDesc --- */

.jDesc .floatL img{
	margin: 0 15px 0 0;
	border: 1px solid #ccc;
	padding: 5px;
	
	text-align: center;
}
.jDesc .floatL a:hover img {
	border: 1px solid #f60;
}
.jDesc dt,
.jDesc dd p {
	margin: 0;
}
.jDesc dd {
	margin-left: 210px;
}
.jDesc table {
	margin: 10px 0 10px 0;
}


/* --- manpDesc --- */

.manpDesc .floatL img{
	margin: 0 15px 0 0;
	border: 1px solid #ccc;
	padding: 5px;
	
	text-align: center;
}
.manpDesc .floatL a:hover img {
	border: 1px solid #f60;
}
.manpDesc dt,
.manpDesc dd p {
	padding-bottom: 1em;
	margin: 0;
}
.manpDesc dd {
	margin-left: 210px;
}
.manpDesc table {
	margin: 10px 0 10px 0;
}

/* for floating-box */

.imgDesc:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.imgDesc {
	display: inline-table; 
	_height: 1%; 
	/* \*/	display: block; /* */ 
}

/* --- end Hack --- */



/* --- crossHeader --- */

.crossHeader {
	border: 1px solid #cccccc;
	border-width: 0 1px 1px 0;
}
.crossHeader td,
.crossHeader th {
	padding: 5px;
	border: 1px solid #cccccc;
	border-width: 1px 0 0 1px;
}
.crossHeader thead th {
	font-size: 84%;
	background: #efefef;
}
.crossHeader tbody th {
	background: #fbfcef;
	color: ;
	font-size: 84%;
	padding: 5px 0;
}
.crossHeader tbody th span {
	display: block;
	font-weight: normal;
}

.crossHeader ul {
	margin: 0 !important;
	list-style-type: none;
}
.crossHeader li {
	font-size: 84%;
	padding: 2px 0;	
}

.crossHeader dt {
	font-size: 84%;
	font-weight: bold;
	color: #009900;
}
.crossHeader dd {
	font-size: 84%;
	line-height: 150%;
}

.entertainment .more {
	background: transparent url(../img/service/button_more_profile-h.gif) no-repeat right center;
	
}
.entertainment .more a{
	background: transparent url(../img/service/button_more_profile.gif) no-repeat right center;
}


.keisen{
	letter-spacing: -2px;
	font-family: "Lucida Grande", "MS Pﾂゴﾂシﾂッﾂク";/*, Verdana, sans-serif;*/
	margin-right:2px;
}

