/*
	Yahoo UI Library Reset CSS
	http://developer.yahoo.com/yui/reset/
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';}
abbr,acronym { border:0;}

/* ******************************************************** */

/* 外枠のデザイン */

body { border-top:solid 3px #white;
       background-color: white;
                                }

a:link{ text-decoration:none;
        color:#1f3134;
                      }
a:visited { text-decoration:none;
            color:#1f3134;
                          }
a:hover,a:active{text-decoration:;
                 color:#007bbb;
                              }




#wrapper {
    width: 820px;
    margin: 0 auto;
    background-color: white;
    outline: solid 2px white;
                           }

#header {
    width: 850px;
    margin: 0 auto;
    outline: solid 1px white;
                            }

#headerLogo {
    width: 705px;
    height: 60px;
    margin:0px auto;
    outline:solid 1px white;}


#menu {
    background: white;
    margin:0 0 25px 0;
    padding:5px 0;
    text-align: center;
    color: silver;
                  }

#nav li{
        display:inline;
        list-style-type: none;
        color:#1f3134;
        padding: 0 0 0 8px;
        font-size:0.9em;
                        }



#sidebar{
    background: white;
    margin:0 0 25px 0;
    padding:5px 0;
    text-align: center;
    letter-spacing:2px;
    color: silver;
   font-size:0.8em;
 font-family:sans-serif
   

                                   }

h2#sidebar-title{
                 font-weight:bold;
                
                                  }

p.workstitle {
               font-size:0.6em;
               letter-spacing:2px;
               font-color:red;
                                 }



#article{
         float: right;
         width:700px;
    background: White;
         padding: 0 0 0 0;
         margin: 0 0 20px 0;
         outline: solid 1px white;
         font-size:0.75em;
 font-family:sans-serif
                                   }



table,td {border:solid 1px #oooo;
          font-family:sans-serif
                                 }


#topimg {
         margin:30px 0 30px 0 ;
         width:600px;
         border: solid 10px White;
         Align:center;
                                  }

#conimg {
  display: inline-block;
  padding:0px 0px;
  color: #FFF;
  text-decoration :none;
  background: skyblue;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  transition: .3s;
}




#article p {
            line-height<!--/行の高さ-->: 1.5em;
            font-size:0.9em;
            font-family:sans-serif
                                  }


.text-background-test05 {
  font-weight: 200;
  line-height: 1.4em;
}
.text-background-test05 span {
  background: #7fffd4;
  padding: 2px;
}


.text-background-test04 {
  font-weight: 200;
  line-height: 1.4em;
}
.text-background-test04 span {
  background: #f0f8ff;
  padding: 2px;
}


.float{float: left;
       margin-right: 20px;
       margin-bottom: 0px
       }


.imgshadow{
  display: inline-block;
  padding:0px 0px;
  color: #FFF;
  text-decoration :none;
  background: White;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);


}









#footer {
         clear: both;
         width: 820px;
         border-top:solid 1px white;
         padding: 20px 0 30px 0 ;
         font-family:sans-serif;
                                 }

#copyright {
            float:right;}



