@charset "utf-8";
@import url("../../common/css/elements.css");
@import url("../../common/css/format.css");
@import url("../../common/css/style.css");


div#TITLE_BAR {
	background-image: url(../images/studio_title-bar_bg.gif);
}

dl.studio {
	height: 26px;
	margin: 5px;
	padding: 5px;
	background: url(../../common/images/com_line_graydot.gif) left bottom repeat-x;
}

dl.studio dt {
	width: 11%;
	margin: 0;
	padding: 0;
	float: left
}

dl.studio dd {
	width: 18%;
	margin: 5px;
	padding: 5px;
	float: left;
}

dl.studio>dd {
	width: auto;
	min-width: 15%;
}

dl.studio dd a {
	padding: 0 5px 0 7px;
	background: url(../../common/images/com_marker_02.gif) left center no-repeat;
}



div.grayBox {
	width: 826px;
	margin-bottom: 13px;
	padding: 0 10px 15px;
	background-color: #fafaf7;
	border: 1px solid #aaaaaa;
}

div.grayBox dl {

	margin-top: 10px;

}

/* 旧IE以外のブラウザ用記述 */
div#CONTENTS>div.grayBox {
	width: 804px;
}

div.grayBox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.05;
}

div.grayBox ul li {
	width: 14.2%;
	margin: 0;
	padding-top: 15px;
	white-space: nowrap;
	float: left;
}

/* 旧IE以外のブラウザ用記述 */
div.grayBox ul li {
	width: auto;
	min-width: 14.2%;
}

div.grayBox ul li a {
	margin-right: 5px;
}

/* MAP */
#access_map{
 	margin-left:auto;
 	margin-right:auto;
 	text-align:left;
}

#access_map_left{
	 width: 460px;
 	 float: left;
	 padding-top: 10px;
}

#access_map_right{
	 width: 150px;
     float: right;
	 padding-top: 10px;
}

.studio_img{
		margin: 10px;
		padding: 10px;
		border: 1px solid #aaaaaa;
		background-color: #f8f8f8;
}


.setsumei{
		font-size: 105%;
		margin: 10px;
		line-height: 1.6;
}
		


/* tab */


    #tabs1 {
      float:left;
      width:100%;
          background:#FFFFFF;
      font-size:98%;
      line-height:normal;
          border-bottom:1px solid #BCD2E6;
      }
    #tabs1 ul {
          margin:0;
          padding: 10px 10px 10px 0px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("../images/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("../images/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }

      #tabs1 #current a {
              background-position:0% -42px;
      }
      #tabs1 #current a span {
              background-position:100% -42px;
      }
	  