body {
margin: 0px 0px 0px 100px;
background-color: #FFFFFF;
background-image: url("./image/back.gif");
text-align: left; 
}

input {
border: solid 1px gray;
}

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

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

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

a:active {
  font-size : 10px;
  color : #222222;
  text-decoration : none;
}

a:hover {
  font-size : 10px;
  color : #336699;
  text-decoration : underline;
}

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

/*ベースカラー*/
#container {
line-height: 110%;
text-align: center;
width: 820px;
margin-left: 0px;
background-color: #FFFFFF;
border-right: solid 1px black;
border-left: solid 1px black;
}

/*プリヘッダ*/
#pre-header{

 width: 820px; 
 height: 90px;
}

/*プリヘッダタイトル*/
#pre-header-title{
 position: absolute;
 top: 5px;
 left: 115px;
 width: 211px; 
 height: 52px;
 background-image: url("./image/simplide_rogo_middle.gif");
 background-position: 0px 0px ;
 background-repeat: no-repeat;
}
#pre-header-title span{
 display: none;
}

/*プリヘッダサブタイトル*/
#pre-header-sub-title{
 position: absolute;
 top: 60px;
 left: 115px;
 width: 327px; 
 height: 19px;
 background-image: url("./image/sub_title.gif");
 background-position: 0px 0px ;
 background-repeat: no-repeat;
}
#pre-header-sub-title span{
 display: none;
}

/*プリヘッダ・概要*/
#pre-header-gaiyo{
 position: absolute;
 top: 25px;
 left: 710px;
 width: 200px; 
 height: 60px;
 text-align: left;
}

/*タイトル文字*/
#pre-header h1 {

 background-image: url("./image/icon-maru.gif");
 background-position: 0px 2px ;
 background-repeat: no-repeat;
 margin-bottom: 5px;
 padding-left: 20px;
 vertical-align: middle;
 font-size : 12px;
 font-family: Verdana, Arial, sans-serif;
 color : #222222;
}

/*サブタイトル文字*/
#pre-header h2 {

 font-size : 10px;
 font-family: Verdana, Arial, sans-serif;
 padding-left: 15px;
 color : #666666;
}

/*バナー*/
#banner {

 background-image: url("./image/title.gif");
 background-position: 0px 0px ;
 background-repeat: no-repeat;
 font-family: Verdana, Arial, sans-serif;
 text-align: left;
 width: 820px;
 height: 220px;
 border-bottom: dotted 1px gray;
}

/*バナーメニュ*/
#banner-menu{

 float: left;
 width: 520px;
 padding-left: 30px;
 padding-top: 15px;
 font-size: 14px;
 color: gray;
}

/*バナータイトル*/
#banner-title{

 float: right;
 width: 220px;
 padding-top: 25px;
 color: gray;
}

#banner-img {
 display: none;
}

#banner a {
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
}

#banner a:hover {
  font-size: 10pt;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}

#right {
float: left;		
width: 145px;
overflow: hidden;
padding: 10px 5px 0px 10px;
}

#footer{

  height: 10px;
  border-top: 1px dotted gray;
  text-align: center;
  color: gray;
}

/*本文*/
#content{

 padding: 15px 3px 0px 3px;
 font-family: Verdana, Arial, sans-serif;
 text-align: left;
}

/*本文タイトル*/
#content h1 {

 height: 25px;
 width: 440px;
 background-image: url("image/simplide_rogo_small.gif");
 background-position: 350px 1px ;
 background-repeat: no-repeat;
 font-size: 16px;
 font-weight: bold;
 vertical-align: middle;
 color: #333333;
 margin-bottom: 20px;
 border-bottom : double 5px #333333;
}

/*本文サブタイトル*/
#content h2 {

 background-image: url("image/icon-maru.gif");
 background-position: 0px 0px ;
 background-repeat: no-repeat;
 font-size: 14px;
 margin-bottom: 10px;
 margin-left: 10px;
 padding-left: 25px;
}

/*本文内容*/
#content h3 {

 width: 390px;
 font-size: 12px;
 line-height: 140%;
 margin-bottom: 20px;
 margin-left: 20px;
}

/*本文内容（強調）*/
#content h4 {

 width: 390px;
 font-size: 12px;
 color: #666666;
 line-height: 140%;
 margin-bottom: 20px;
 margin-left: 20px;
}

/*本文テーブル*/
#content table {

 font-size: 12px;
 line-height: 140%;
 margin-bottom: 20px;
 margin-left: 20px;
}
#content th {

 width: 90px;
 background-color: #999999;
 color: #ffffff;
 padding-left: 10px;
}
#content td {

 width: 300px;
 border-bottom: solid 1px #999999;
}

/*本文リンク*/
#content a {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}

#content a:hover {
  font-size: 12px;
  color: #666666;
  text-decoration: underline;
}

/*サイドバー*/
.sidebar {
padding: 0px 0px 0px 0px;
}

/*サイドバーの見出し*/
.sidebar h2 {
height: 20px;
color: #336699;
font-family: Verdana, Arial, sans-serif;
font-size:13px;
text-align: left;
font-weight: bold;
padding: 5px 0px 0px 5px;
}

.sidebar ul {
vertical-align: bottom;
padding-left: 5px;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
}

.sidebar li {
color: #1B2C3B;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
text-align: left;
margin-top: 5px;
list-style-type: none;
}

.sidebar img {
border: 0px solid #FFFFFF;
}

.photo {
text-align: left;
margin-bottom: 20px;
}

/*XML・検索のテキスト*/
.link-note {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
line-height: 1em;
text-align: left;
color: #1B2C3B;
margin-top: 3px;
margin-bottom: 30px;
}



#powered {
display: none;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
line-height: 150%;
text-align: left;
color: #3D3D3D;
padding: 5px 0px 0px 0px;
border-top: solid 1px #646464;
margin-top: 50px;
}



#comment-data {
float: left;
width: 160px;
padding-right: 10px;
margin-right: 10px;
text-align: left;
border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
width: 80%;
}

textarea {
font-family: "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}
