@charset "UTF-8";

/*フォントサイズ等の指定*/ 
body,form{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 90%;
  text-align:center;
  padding: 0;
  margin: 0;
}

h1,h2,h3,h4,h5,h6,p{
 margin: 0;
 padding: 0;
}


/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",    sans-serif;
  padding: 0;
  margin: 0;
  background-color: #202f55;
}

/*レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 0px auto 0;
  width: 800px;
  background-color: #A2E1FF;
  border: 3px double #0070C0;
/*  background-image: url(../images/jpegs/main/back_color.jpg);
  background-repeat: repeat-y;*/
}

#header {
  border-bottom: 1px solid #0070C0;

}

#contents {
  float: right;
  width: 580px;
  height: auto;
  padding: 5px 5px 10px 5px;

}

#left_sidebar {
  float: left;
  width: 200px;
 height: auto;

}

#footer {
  clear: both;
  padding: 5px 0 5px;
  text-align: center;
  height: 35px;
  border-top: 1px solid #0070C0;
}

h1 {
  text-align: left;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0.5em;
}

/* #header内の指定 */

/* 見出しレベル1 */

#header h1 {
  text-align: left;
  font-size: 12px;
  margin: 0px 0 8px 10px;
  padding-top: 3px;
  color: #1B1B1B;
  background-color: transparent;
  
}

#header .clear{
 clear: both;
}

#header .logo_str{
 color: #0000FF;
 font-size: 14px;
 letter-spacing: -1px;
 padding-left: 10px;
 word-spacing: 0px;
 font-weight: bold;


}

/* ロゴ */
.logoeria {
  width: auto;
  height: 140px;
  margin: 0px 0px 0px 1px;
  color: #1B1B1B;
}

.logoimg {
  float: left;
  width: 156px;
  height:103px;
  padding: 0 ;
  margin-top: 5px;
  margin-left: 5px;
  border: 0;
  
}

#header .logo_since{
 font-size: 14px;
 font-weight: bold;
 color: #FF0000;
 float: left;
 margin-top: 70px;
 margin-left: 10px;
}


.logoright{
  width: 500px;
  float: right;
}

.freetel {
  font-size: 16px;
  text-align: right;
  margin-top: 20px;
  margin-right: 25px;
  float: right;
  color: #0066CC;
  font-weight: bold;
  letter-spacing: 1px;
}

.headerlink{
 margin: 0 ;
 padding: 0 ;
 list-style: none;
 float: right;
 margin-right: 20px;
 width: 350px;
}

.headerlink_li {
  list-style: none;
  display: inline;
  float: right;
  margin-top: 80px;

}

.headerlink_li img{
  margin-left: 8px;
  display:block;
  margin-top: 1px;
  
}


.headerlink_li a,.headerlink_li a:link,.headerlink_li a:visited {
  font-size: 11px;
  text-decoration: none;
  color: #1B1B1B;
  margin-left: 2px;
  display:block;
  letter-spacing: 1px;
}

.headerlink_li a:hover {

  font-size: 11px;
  text-decoration: none;
  color: #ff0000;
  clear: both;
  letter-spacing: 1px;
}


/* #contents内の指定 */

/* 見出し */
h2,h3,h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

/* 文字 */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* パン屑リスト */
#contents .topic-path {
  font-size: 85%;
  line-height: 1em;
  margin-bottom: 10px;
}

/* 以下 リスト関係 */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

#imagephot{


}


#contents .message1{
  width: 580px;
  background-color: #FFFFFF;
  border-top: 1px solid #0070C0;
  border-right: 1px solid #0070C0;
  border-bottom: 1px solid #0070C0;
  border-left: 1px solid #0070C0;
  margin-top: 5px;
}


#contents .message1 p {
  width: auto;
  line-height: 1em;
  font-size: 85%;
  padding: 2px ;
}


#contents .infomation{
  margin: 0;
  padding: 0;
  margin-top: 5px;
  width: 580px;
  height: 19px;
  border-left: 3px solid #0000FF;
  border-bottom: 1px dotted #0000FF;
}

#contents .infoimg{
  margin: 0;
  padding: 0;
  padding-top: 2px;
  width: 107px;
  height: 15px;
}

#contents .infolist{
background:#DDDDDD none repeat scroll 0 0;
border-bottom:1px solid #0070C0;
border-left:1px solid #0070C0;
border-right:1px solid #0070C0;
border-top: 1px solid #0070C0;
height:100px;
margin-top: 5px;
margin-left:auto;
margin-right:auto;
overflow:auto;
padding : 0 5px 0 5px;
}

#contents .infolist_dt{
  height: 1em;
  margin: 3px 5px;
  padding: 0;
  font-size: 80%;
}

#contents .infolist_dd{
  height: 1em;
  margin: 3px 5px;
  padding: 0;
  font-size: 80%;
}

/*#sidebar内の指定 */

/* カテゴリタイトル */
.sidetitle {

}

#left_sidebar ul{
  width: 200px;
  list-style-type: none;
  margin:0;
  padding: 0;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;

}

/* -- リスト1 -- */

#left_sidebar .localnavi {
  list-style-type: none;
  magin: 0;
  font-size: 14px;
}

#left_sidebar .localnavi li { 
  display: inline;
  text-decoration: none;
}


#left_sidebar .localnavi a,#left_sidebar .localnavi a:link,#left_sidebar .localnavi a:visited {
  text-decoration: none;
  display: block;
  padding: 6px 5px 6px;
  height: 18px;
  color: #FFFFFF;
  border-bottom: 1px solid #000000;
  background-image: url(../images/gifs/main/button1.gif);
  background-repeat: no-repeat;
}


#left_sidebar .localnavi a:hover {
  text-decoration: none;
  color: #F9FE16;
  border-bottom: 1px solid #FFFD00;
  background-image: url(../images/gifs/main/button2.gif);
  background-repeat: no-repeat;
    height: 18px;
	padding: 6px 5px 6px;
}

/* -- リスト2 -- */
#left_sidebar .localnavi2 {
  list-style-type: none;
  magin: 0;
  font-size: 11px;
   padding: 0 ;
}

#left_sidebar .localnavi2 li { 
  display: inline; 
  text-decoration: none;
}


#left_sidebar .localnavi2 a,#left_sidebar .localnavi2 a:link,#left_sidebar .localnavi2 a:visited {
  text-decoration: none;
  display: block;
  padding: 3px 15px 3px ;
  background-color: #eeeeee;
  color: #1B1B1B;
  height: 15px;
  letter-spacing: 1px;
}

#left_sidebar .localnavi2 a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #FFFFFF;
  padding: 3px 15px 2px;
  border-bottom: 1px solid #ff3300;
  height: 15px;
  letter-spacing: 1px;
}


/* --会社名など-- */
#left_sidebar .info{
  width: auto;
  margin: 20px 0 10px 15px;
}

#left_sidebar .info1{
  text-align: left;
  font-size: 90%;
  color: #333333;
  margin-bottom: 0.5em;
  letter-spacing: 1px;
}

#left_sidebar .info2{
  text-align: left;
  font-size: 85%;
  color: #1B1B1B;
  letter-spacing: 1px;
}

#left_sidebar .side_logo{
 width: 180px;
 height: 220px;
  margin: 25px 5px 25px 10px;
 border :0;
}

#left_sidebar .counter{
 clear: both;
 width: 6em;
 margin: 2px 20px;
 height: 3em;
}

#left_sidebar .flash_logo{
  margin-top: 20px;
  margin-left: 20px;
  width: auto;

}

#left_sidebar .flash_logo a, .flash_logo img{
  border: 0;
}

/* #footer内の指定 */
#footer p { 
  text-align: center;
  font-size: 80%;
  color: #1B1B1B;
  letter-spacing: 1px;
}

#footer a {
  text-decoration: none;
  letter-spacing: 1px;
}

#footer .copyright{
  margin-top: 5px;
  margin-right: 20px;
  font-size: 80%;
  text-align: right;
  letter-spacing: 1px;
}
