@charset "UTF-8";
/* CSS Document */

/*コンテナ*/
#container{
	width:800px;
	position:relative;
	margin: 0 auto;
}

#contents {
	margin: 10px 30px 10px 210px;
}



#tfmenu   {
	width: 200px;
	height: 400px;
}

/*基本セレクタ*/
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #333333;
	padding-left: 0px;
	margin:0;
	padding:0;
	background-color: #FFFFCC;
	line-height: 1.3;
	letter-spacing: 1px;
}

td, th{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	color: #333333;
	line-height: 1.3;
}

h1,h2,h3,h4,h5,p{
	margin: 0 0 10px 15px;
}

li{
	margin-top: 0px;
}

.clearboth{
	clear: both;
}

a:link{
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

a:visited{
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

a:hover{
	color: #FF6600;
	font-size: 10px;
	height: 580px;
}

#adrsSpc{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 40px;
	padding-right: 10px;
}


#footer {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 800px;
	color: #FFFFFF;
}

#adrsSpc address, #popFoot address {
	font: 10px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	text-align: right;
	font-style: normal;
}




#webtop {
	height: 350px;
	background-image: url(../img/web/topweb.jpg);
	background-repeat: no-repeat;
	background-position: 0 90px;
	padding-top: 350px;
}

#filmtop {
	height: 310px;
	background-image: url(../img/film/topfilm.jpg);
	background-repeat: no-repeat;
	background-position: 0 90px;
	padding-top: 390px;
}


#profiletop {
	height: 110px;
	background-image: url(../img/profile/topprofile.jpg);
	background-repeat: no-repeat;
	background-position: 0 90px;
	padding-top: 380px;
	margin-bottom: 70px;
}

#filmtop h2, #webtop h2, #profiletop h2{
	top: 0;
	background-image: url(../img/share/icon_title2.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	font-weight: bold;
	font-size: 13px;
	line-height: 23px;
	color: #666600;
}

#showreel {
	height: 600px;
	background-image: url(../img/share/sjt_showreel.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;
}

#svworks {
	height: 600px;
	background-image: url(../img/share/sjt_works.jpg);
	background-repeat: no-repeat;
	padding-top: 100px;
}

#svoutlineTitle {
	background-image: url(../img/share/sjt_outline.jpg);
	background-repeat: no-repeat;
	height: 70px;
}

#svoutline {
	margin-bottom: 50px;
}

#profAccessTitle{
	background-image: url(../img/share/sjt_access.jpg);
	background-repeat: no-repeat;
	height: 70px;
}

#profLinkTitle{
	background-image: url(../img/share/sjt_links.jpg);
	background-repeat: no-repeat;
	height: 70px;
}

a:link.newwin, a:visited.newwin, a:hover.newwin{
	background-image: url(../img/share/icon_blank.gif);
	line-height: 20pt;
	background-repeat: no-repeat;
	background-position: right;
	width: 112px;
	float: right;
	height: 25px;
}

a:link.accesswin, a:visited.accesswin, a:hover.accesswin{
	background-image: url(../img/share/icon_blank.gif);
	line-height: 20pt;
	background-repeat: no-repeat;
	background-position: right;
	width: 100px;
	float: right;
	height: 25px;
	font-size: 12px;
	letter-spacing: 0px;
}

h3 {
	display: none;
}


#filmfavorites {
	height: 600px;
	padding-top: 100px;
	background-image: url(../img/share/sjt_favorites.jpg);
	background-repeat: no-repeat;
}


a.toolTip{
    position:relative; /*this is the key*/
    z-index:24;
	background-color:#FFFFCC;
    color:#000000;
    text-decoration:none;
}

a.toolTip:hover{
	z-index:25; 
	background-color:#FFFFCC;
}

a.toolTip span{
	display: none;
}

a.toolTip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-2em;
	left:0em;
	width:10em;
    border:1px solid #666666;
    background-color:#FFFFFF;
	color:#666666;
    text-align: center;
}




#filmequipment, #webequipment {
	height: 1900px;
	padding-top: 70px;
	background-image: url(../img/share/sjt_equipment.jpg);
	background-repeat: no-repeat;
}

#profileAccess {
	margin-bottom: 50px;
}

#profileLinks {
	margin-bottom: 50px;
}

#filmfavorites img {
	margin: 4px;
	border: 0px;
}

/*popup*/

#popups {
	width:560px;
	margin: 120px auto;
}

#popuptop {
	height:30px;
	background-image: url(../img/share/sjt_data.jpg);
	background-repeat: no-repeat;
	position:fixed;
	_position:absolute;
	width: 560px;
	background-color: #FFFFCC;
	padding-top: 90px;
	background-position: 10px 10px;
	top: 0px;
}

#popuptop h3{
	background-image: url(../img/share/icon_title2.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	line-height: 23px;
	color: #666600;
	font-weight: bold;
	font-size: 13px;
}

#popups h4{
	top: 0;
	background-image: url(../img/share/icon_title2.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	font-weight: bold;
	font-size: 13px;
	line-height: 23px;
	color: #666600;
	margin-left: 30px;
}

.sirCut{
	text-align: right;
}

.sitemapblank01{
	text-indent: 10px;
}

.sitemapblank02{
	text-indent: 20px;
}

#popupCont{
	padding: 0 30px 30px 10px;
}

#popupCont img{
	border: 0;
	padding-left: 10px;
}

#popupCont Ul{
	list-style-type: none;
	margin: 10px 0 30px 0;
	padding: 0 0 0 40px;
}

#popupCont li{
	line-height: 2.5;
	text-decoration: none;
}


#btSmall {
	float:right;
	text-indent: -10000em;
}

#btSmall a:link, #btSmall a:visited{
	background-image:url(../img/share/bt_close.gif);
	width:80px;
	height:23px;
	background-repeat:no-repeat;
	display:block;
	background-position: 5px 5px;
}

#btSmall a:hover {
	background-image:url(../img/share/bt_close_hov.gif);
	background-repeat:no-repeat;
	background-position: 5px 5px;
}

#popFoot{
	padding: 20px 30px 30px 10px;
}



/*Each Details*/


.pdWrapWinIE{
	height: 700px;
}

.equip {
	width: 100px;
	background-color: #CCCCCC;
	text-align: center;
	height: 100px;
	padding: 7px 0 7px 0;
	margin: 3px;
	float: left;
	font-size: 10px;
	letter-spacing: 0px;
	color: #333333;
	line-height: 1;
}

#equip p{
	margin: 0 0 0 0;
	padding-right: 0px;
}

#equip img {
	padding-top: 10px;
}

#filmequipment h4, #webequipment h4{
	background-repeat: no-repeat;
	line-height: 30px;
	text-indent: -9999px;
	margin: 20px 0 5px 5px;
}

#filmequipment h4.softSystem{
	background-image: url(../img/film/equipment/category/title_systemsoft.jpg);
}

#filmequipment h4.cameraMic{
	background-image: url(../img/film/equipment/category/title_cameramic.jpg);
}

#filmequipment h4.deckMonitor{
	background-image: url(../img/film/equipment/category/title_deckmonitor.jpg);
}

#filmequipment h4.soundCreate{
	background-image: url(../img/film/equipment/category/title_soundcreate.jpg);
}



#webequipment h4.softSystem{
	background-image: url(../img/web/equipment/category/title_systemsoft.jpg);
}

#webequipment h4.photoIllust{
	background-image: url(../img/web/equipment/category/title_photoillust.jpg);
}

#webequipment h4.movieCreate{
	background-image: url(../img/web/equipment/category/title_moviecreate.jpg);
}

#webequipment h4.soundCreate{
	background-image: url(../img/web/equipment/category/title_soundcreate.jpg);
}

th{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #666666;
}

th.letter3px{
	letter-spacing: 3px;
}

th.letter20px{
	letter-spacing: 20px;
}


#outlineTable, #linkTable{
	margin-left: 40px;
}

#outlineTable Ul{
	list-style-type: none;
	margin: 10px 0 30px 0;
	padding: 0 0 0 20px;
}

#outlineTable li{
	line-height: 1.2;
	text-decoration: none;
}

#outlineTable h4{
	line-height: 20px;
	text-indent: 0;
	color: #666600;
	font-weight: normal;
	font-size: 12px;
}

#linkTable th{
	background-image: url(../img/share/icon_blank.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: 15px;
}


/*上部メニュー*/
#uppermenu {
	margin-top: 10px;
	text-align: right;
	margin-right: 0px;
}

#menu, #menu li{
	margin:0;
	padding:0;
	letter-spacing: 1px;
}

#menu {
	height:10px;
	width:270px;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 9px;
	margin-right: 0px;
	text-align: left;
}

#menu li{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	display:inline;
	height:10px;
	overflow:hidden;
	float: left;
	line-height: 10px;
	text-align: center;
}

#menu li a{
	display:block;
	height:10px;
	text-decoration: none;
	color: #999999;	
}

#menu li a:link, #menu li a:visited{
	text-decoration: none;
	color: #999999;
}


#menu li a:hover, #menu li a.selected{
    color: #FF6600;
	text-decoration: none;
}

#menu li#menu1{
	padding-right: 3px;
	padding-left: 3px;
	width: 90px;
}

#menu li#menu2{
	padding-right: 3px;
	padding-left: 3px;
	width: 70px;
}

#menu li#menu3{
	padding-right: 3px;
	padding-left: 3px;
	width: 80px;
}

