@charset "utf-8";


/* ---------- サイト内共通の設定 ---------- */

a:link { text-decoration: none; color:#009966; }
a:visited { text-decoration: none; color:#009966; }
a:hover { text-decoration: none; color:#FF6600; }
a:active { text-decoration: none; color:#FF6600; }

a:link img { border-color:#FFFFFF; }
a:visited img { border-color:#FFFFFF; }
a:hover img { border-color:#FFFFFF; }
a:active img { border-color:#FFFFFF; }

html{
    height:100%;
    overflow:hidden;
}

body{
    height:100%;
    width:100%;
    margin:0px auto;
	font-size: 10px;
/*	font-size: 0.8em; */
	line-height:160%;
	font-family: Verdana,sans-serif,Geneva;
}

h1, h2, h3, h4{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h0{
	font-size: 16px;
	font-weight:  normal;
	color:#006666;
	margin: 0 0 10px 0;
}
h1{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2{
	font-size: small;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3{
	font-size: 14px;
	font-weight:  normal;
	line-height:200%;
	font-family: Verdana,sans-serif,Geneva;
}
  /* ---------- 明朝 ---------- */ 
  h4{
	font-weight:  normal;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
  /* ---------- ゴシック ---------- */ 
  h5{
	font-weight:  normal;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.err { 
	color:#ee0000;
	font-size:x-small;
}
ul{
    padding: 0;
    margin: 0;
    width: 100%;
}
li{
    padding: 0;
    margin: 0;
    list-style-type:none;
    float: left;
    overflow: auto;
    width: 20%;
}
  /* ---------- 字下げ ---------- */  
#p_3 {
   text-indent: -1em;
   padding-left: 3em;
}
/* ---------- 画像右回り込み ---------- */
#float_r{
         float: right;
         margin-left: 1em;
      }
      *.floatclear
      {
         clear: both;
  } 
  /* ---------- 画像左回り込み ---------- */
#float_l{
         float: left;
         margin-right: 1em;
      }
      *.floatclear
      {
         clear: both;
  } 

/* ---------- 基本レイアウト ---------- */

#title{
    position: absolute;
	width: 300px;
    height: 55px;
    padding: 20px 0 0 20px;		 
/*   	background-color: #CCFFFF;   */
}

#title a{
    font-size: 25px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
}

#title a:link { text-decoration: none; color:#666666; }
#title a:visited { text-decoration: none; color:#666666; }
#title a:hover { text-decoration: none; color:#0066ff; }
#title a:active { text-decoration: none; color:#0066ff; }

#info{  
	position: absolute;
    top: 0px; 
    right: 20px;
    height: 55px;
    padding: 15px 10px 0 0;  
    overflow: hidden;
    text-align: right;
    text-align: right;
    font-size: 11px;
    color: #666666;

}

#list{
 position: absolute;
    top: 80px;
    width: 300px;
    height: 30px;
    padding: 5px 0 0 20px;
    overflow: hidden;
/*    background-color: #FFFF99;  */
     text-align: left;
    color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#menu{
 position: absolute;
    top: 55px;
    width: 80%;
    height: 30px;
    padding: 5px 0 0 300px;
    overflow: hidden;
/*    background-color: #FFFF99;  */
     text-align: left;
    border-top: 2px #999999 dotted; 
    color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#menu a.active{ text-decoration: none; color:#666666; }
#menu a.active:hover { text-decoration: none; color:#FF0000; }
#menu a.active:active { text-decoration: none; color:#FF0000; }

#contents{
    position: absolute;
    left: 160px;
    top: 100px;
    width: 80%;
    height: 600px;
    padding: 0;
    background-color: #FFFAFA; 
    overflow: auto;
    font-size: 12px;
    line-height: 160%;
}
#ppp{
    position: absolute;
    left: 0px;
    top: 100px;
        width: 100%;
    padding: 50px 0;
    text-align: center;
    overflow: auto;
    font-size: 12px;
}
#contact1{
    position: absolute;
    left: 0px;
    top: 240px;
   height: 80%;
        width: 50%;
    padding: 50px 0;
    text-align: center;
    overflow: auto;
    font-size: 12px;
}
#contact2{
    position: absolute;
    left: 50%;
    top: 240px;
        height: 80%;
        width: 50%;
    padding: 50px 0;
    text-align: center;
    overflow: auto;
    font-size: 12px;
}
#about{
    position: absolute;
    left: 160px;
    top: 100px;
    padding: 30px 50px 0 0;
    bottom: 0px;
    text-align: left;
    overflow: scroll;
    font-size: 12px;
        line-height: 160%;
}
#news{
    position: absolute;
    left: 160px;
    top: 100px;
    width: 90%;
     height: 80%;
    padding: 0;
    background-color: #FFFAFA; 
    overflow: auto;
    font-size: 12px;
    line-height: 160%;
}
#comming{
    position: absolute;
    left: 160px;
    top: 100px;
    width: 90%;
     height: 80%;
    padding: 0;
    background-image: url("../Assets/comming.jpg"); 
    background-size: cover;
    overflow: auto;
    font-size: 12px;
    line-height: 160%;
}
#publish{
    position: absolute;
    left: 150px;
    top: 100px;
    padding: 10px 60px 10px 60px;
    text-align: left;
    overflow: auto;
    font-size: 10px;
}

#publish dl{
    margin:10px;
    float:left;
    width:120px;
    font-size:11px;
}
#publish dt{
    margin:0px;
    padding:0px;
}
#publish dd{
    margin:0px;
    padding:0px ;
}
#publish dd.name{
    height:1.2em;
}
#publish dd.comment{
    height:2.2em;
}

#error{
    position: absolute;
    left: 0px;
    top: 100px;
        width: 100%;
    text-align: center;
    overflow: auto;
    font-size: 12px;
}
  
/* ---------- WORKS ---------- */

#image{  
	position: absolute;
    left: 20px;
    top: 120px;
    width: 700px;
    height: 700px;
    overflow: hidden;
/*   background-color: #FFCCFF;   */
    text-align:center;
}


#thumbnail{  
	position: absolute;
    left: 745px;
    top: 120px;
    width: 260px;
    height: 70%;
    overflow: auto;
/*   background-color: #FFCCCC;   */ 
}

#text{  
	position: absolute;
    left: 100px;
    top: 120px;
    width: 600px;
    height: 70%;
    padding-right: 20px;
    overflow: auto;
        line-height: 160%;
/*   background-color: #CCFFFF;  */
}

#link{  
	position: absolute;
    left:745px; 
    top: 600px;
    width: 260px;
    height: 90px;
    padding-right: 20px;
    overflow: auto;
        line-height: 200%;
/*   background-color: #CCFFFF;  */
}

#process{  
	position: absolute;
    left: 10px;
    top: 100px;
    width: 600px;
    height: 80%;
    overflow: auto;
/*   background-color: #FFCCFF;   */
    text-align:left;
}
#joutou{  
	position: absolute;
    left: 10px;
    top: 100px;
    width: 900px;
    height: 80%;
    overflow: auto;
/*   background-color: #FFCCFF;   */
    text-align:left;
}

#menutext{  
	position: absolute;
    left: 20px;
    top: 120px;
    width: 1200px;
    height: 80%;
    overflow: auto;
/*   background-color: #FFCCFF;   */
    vertical-align: top;
    text-align:left;
    line-height: 300%
}

/* ---------- コンテンツ内部の細かい設定 ---------- */

/* WORKS */

#thumbnail a{
	margin: 0 10px 10px 0;
 	background: #CCCCCC; 
	float: left;
}

#thumbnail a #thumbnail0{
	opacity: 0.15;
	filter:Alpha(opacity=15);
}

img.big   { 
max-width: 700px;
max-height: 700px;
}

img.mini   { 
    width: 68px; 
    height: 68px;  
}
#text{  
	position: absolute;
    left:60px; 
    top: 120px;
    width: 650px;
    height: 85%;
    padding-right: 20px;
    overflow: auto;
        line-height: 160%;
/*   background-color: #CCFFFF;  */
}

#process{  
	position: absolute;
    left: 100px;
    top: 120px;
    width: 640px;
    height: 80%;
    overflow: auto;
/*   background-color: #FFCCFF;   */
    text-align:left;
     line-height: 200%;
}
#p_text{  
	position: absolute;
    left: 900px; 
    top: 100px;
    width: 170px;
    height: 85%;
    padding-right: 20px;
    overflow: auto;
        line-height: 160%;
/*   background-color: #CCFFFF;  */
}

#joutou{  
	position: absolute;
    left: 20px;
    top: 120px;
    width: 900px;
    height: 80%;s
   padding: 0px 10px 0px 0px;
    overflow: auto;
    text-align:left;
}

#joutou p{
   font-size: 11px;
padding:0 120px 0 0; 
	line-height:120%;
}

#oh{  
    left: 200px;
    top: 120px;
	width: 640px;
	height: 480px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#oh2{  
    left: 200px;
    top: 120px;
	width: 480px;
	height: 640px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#oh img {
	top: 150;
	left: 300;
	position: absolute;
}
#oh_text2{  
	position: absolute;
    left: 200px;
    top: 740px;
    width: 500px;
    height: 80%;
    overflow: auto;
/*   background-color: #FFCCFF;   */
    text-align:left;
     line-height: 200%;
}
#oh_text{  
	position: absolute;
    left: 200px;
    top: 580px;
    width: 660px;
    height: 80%;
    overflow: auto;
/*   background-color: #FFCCFF;   */
    text-align:left;
     line-height: 200%;
}
