/* CSS Document */
/* www.direct-st.co.jp */

/*-- 全体 -------------------------------*/

body {
   font-size: small;
   color: #E6E6E6;
   background-color: #000;
   margin: 40px 0px;
   padding: 0px;
   line-height: 1.3em;
   text-align: center;
   }
th,td {
   font-size: small;
   color: #E6E6E6;
   bacground-color: #000;
   line-height: 1.3em;
   }
div,p {
   margin: 0px;
   padding: 0px;
   }
form{
   margin: 0px;
   }
img {
   border: 0px;
   }
.pink {
   color: #FF9999;
   }

.fl {  float: left; }
.fr {  float: right; }
.cb {  clear: both; }

/*-- コンテナ -------------------------------*/

#container {
   width: 650px;
   margin: auto;
   padding: 0px;
   text-align: left;
   }
#main {
   padding: 0px 8px;
   margin-top: 30px;
   clear: both;
   }
   
/*-- リンク色設定 -------------------------------*/

a,a:link,a:visited {
   color: #CCC;
   }
a:active,a:hover {
   color: #99CCCC;
   text-decoration: none;
   }

/*-- ヘッダー -------------------------------*/

#header {
   background: url(img/url_img.gif) 130px 29px no-repeat;
   width: 650px;
   height: 50px;
   }
div.headfr {
   float: right;
   width: 523px;
   }
h1 {
   font-size: 10px;
   color: #CCC;
   font-weight: normal;
   margin: 0px;
   padding-top: 8px;
   text-indent: 6px;
   text-align: left;
   }
div.hmenu {
   width: 523px;
   }
#header ul {
   list-style-type: none;
   border: solid #FFF;
   border-width: 0px 3px;
   margin: 5px 0px 0px 314px;
   padding: 0px 15px;
   }
#header li {
   display:inline;
   font-size: x-small;
   padding: 0px;
   margin: 0px;
   }
#headimg {
   margin-top: 5px;
   height: 200px;
   clear: both;
   }

#headttl {
    margin-top: 5px;
    height: 114px;
	clear: both;
	}
	
/*-- ナビゲーション -------------------------------*/

#navi {
   background: #515151 url(img/menu00.gif) 15px 5px no-repeat;
   height: 15px;
   margin: 12px 0px;
   padding: 5px 0px 5px 190px;
   clear: both;
   }
#navi ul {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
   }
#navi li {
   display:inline;
   padding: 0px 10px 0px 10px;
   margin: 0px;
   }

/*-- トップニュース -------------------------------*/

.news {
   margin-bottom: 40px;
   padding-left: 10px;
   line-height: 1.4em;
   }

/*-- フッター -------------------------------*/

#footer {
   background: url(img/foot_line.gif) no-repeat;
   padding: 10px 0px 0px 2px;
   font-size: x-small;
   font-family: Arial, Helvetica, sans-serif;
   color: #999;
   line-height: 1.5em;
   }
   
/*-- メインコンテンツボックス -------------------------------*/    

.txtbox {
   padding: 10px 10px 40px 20px;
   }
div.pagetop {
   padding: 0px 15px 30px 20px;
   text-align: right;
   }

/*-- digital.html -------------------------------*/  

#digital .imgbox {
   padding: 10px 15px 40px 0px;
   float: left;
   }

.flow {
   width: 165px;
   height: 100px;
   color: #CCCCCC;
   line-height: 1.1em;
   background-color: #1C1C1C;
   border: 1px dashed #3E89A6;
   padding: 5px;
   margin: 0px;
   float: left;
   }
.arrow {
   padding: 55px 8px 0px 8px;
   margin: 0px;
   float: left;
   }

/*-- studio.html -------------------------------*/  

.workl{
   width: 110px;
   padding: 2px 0px;
   float: left;
   }
.workr{
   background: #000 url(img/arrow_work.gif) 0px 4px no-repeat;
   width: 470px;
   color: #FF9999;
   padding: 2px 0px 2px 16px;
   float: left;
   }  
p.stutxt01 {
   width: 75px;
   color: #999;
   float: left;
   margin-bottom: 5px;
   }
p.stutxt02 {
   width: 300px;
   margin-bottom: 5px;
   }
.stufr {
   float: right;
   padding: 45px 15px 70px 0px;
   text-align: center;
   font-size: x-small;
   }
/*-- photo.html -------------------------------*/

#photo .imgbox {
   padding: 8px 2px 12px 12px;
   }
div.photoleft {
   width: 310px;
   float: left;
   }
div.photoright {
   width: 300px;
   float: right;
   text-align: center;
   padding: 70px 0px 10px 0px;
   }
.largeimg {
   width: 275px;
   height: 357px;
   border: 1px solid #666;
   padding: 5px;
   margin: 20px 0px 30px 0px;
   }

