@charset "Shift_JIS";


/* ------------------------------------------------------------
  Address  : http://snslink.net/
  Date: 13 November 2006
------------------------------------------------------------ */
/* ------------------------------------------------------------
  目次

  ■1 全体
  ■2 告ｬ
  ■3 ヘッダー
  ■4 メニュー
  ■5 メイン
  ■6 サイド
  ■7 フッター
------------------------------------------------------------ */

/* ■1 全体
------------------------------------------------------------ */
* {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  color: #5E6051;
  background: #E9ECDD url("images/bg-body.gif") left top repeat-x;
  text-align: center;
  font-size: 12px;
  line-height: 130%;
}

a         {text-decoration: none;}
a:link    {color: #F60; background-color: transparent;}
a:visited {color: #716944; background-color: transparent;}
a:hover   {color: #F60; background-color: transparent;}
a:active  {color: #F60; background-color: transparent;}
a images {
  border-style: none;
  border-width: 0px;
  text-decoration: none;
}
p {
  margin: 8px 0px;
}
em {
  font-style: normal;
  font-weight: bold;
  color: #69AB00;
  background-color: transparent;
}
strong {
  height: 15px;
  background: transparent url("images/point.gif") left center no-repeat;
  padding: 0px 0px 0px 30px;
}
hr {
  clear: both;
  height: 3px;
  color: #FFF;
  border: none;
  background-color: #FFF;
  border-top: 1px solid #CCC;
  border-bottom:  1px solid #CCC;
}
.O {
	text-transform: uppercase;
}
/* ■2 告ｬ
------------------------------------------------------------ */
#container {
  width: 760px;
  margin: 0px auto;
  padding: 0px;
  color: #5E6051;
  background: #E9ECDD url("images/bg-container.gif") left top repeat-y;
  text-align: left;
  font-family: Verdana,"ＭＳ ゴシック","ヒラギノ角ゴ Pro W4",sans-serif;
}
#header {
  width: 760px;
  height: 120px;
  margin: 0px;;
  padding: 0px;
  background: url("images/bg-header.gif") left bottom no-repeat;
}
#menu {
  width: 760px;
  height: 55px;
  background: url("images/bg-menu.gif") left bottom no-repeat;
}
#wrap {
  width: 760px;
}
#main {
  float: left;
  width: 520px;
}
#side {
  float: right;
  width: 240px;
  padding: 15px 0px 0px 0px;
  text-align: center;
}

#footer {
  clear: both;
  width: 760px;
  height: 110px;
  padding: 0px;
  color: #FFF;
  background: transparent url("images/bg-footer.gif") left bottom no-repeat;
}

/* ■3 ヘッダー
------------------------------------------------------------ */
#header img {
  border: none;
  position: relative;
  top: 20px;
  left: 35px;
}

/* ■4 メニュー
------------------------------------------------------------ */
#menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#menu ul li {
  float: left;
  display: block;
  width: 125px;
  height: 50px;
  text-indent:-9999px;
}
#menu ul li a {
  float: left;
  display: block;
  width: 125px;
  height: 50px;
}
#menu ul li#menu1 {width:130px;}
#menu ul li#menu6 {width:130px;}
#menu ul li#menu1 a {width:130px; background: url("images/menu1.gif") left top no-repeat;}
#menu ul li#menu2 a {background: url("images/menu2.gif") left top no-repeat;}
#menu ul li#menu3 a {background: url("images/menu3.gif") left top no-repeat;}
#menu ul li#menu4 a {background: url("images/menu4.gif") left top no-repeat;}
#menu ul li#menu5 a {background: url("images/menu5.gif") left top no-repeat;}
#menu ul li#menu6 a {width:130px; background: url("images/menu6.gif") left top no-repeat;}

/* ■5 メイン
------------------------------------------------------------ */
.main-content {
  width: 480px;
  margin: 0px 15px 0px 25px;
}
#p-list {
  padding: 10px 0px 15px 0px;
}
#ul-search {
  margin: 20px 30px;
}
#ul-search li {
  margin: 3px 0px;
}
.pager {
  padding: 15px 0px 0px 0px;
  width: 480px;
  text-align: right;
}
h2{
  font-size: 15px;
  margin: 0px;
  padding: 20px 10px 5px 10px;
}
h2 a:link {
  color: #69AB00;
  background-color: transparent;
}
h2 a:visited,h2 a:hover,h2 a:active {
  color: #9BD44A;
  background-color: transparent;
}
h3 {
  padding: 10px 0px;
}
.entry_body {
  line-height: 170%;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}
.ss{
  float: left;
  width: 200px;
  height: 165px;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 20px 0px;
}
.explain{
  float:left;
  width: 268px;
  margin: 0px;
  padding: 0px;
}
.name {
  background: #FFF url(images/tag-name.gif) no-repeat 1px center;
  width: 211px;
  height: 18px;
  margin: 0px 0px 1px 0px;
  padding: 0px 0px 0px 55px;
  border: 1px solid #CCCCCC;
}
.url {
  background: #FFFFFF url(images/tag-url.gif) no-repeat 1px center;
  width: 211px;
  height: 18px;
  margin: 0px;
  padding: 0px 0px 0px 55px;
  border: 1px solid #CCCCCC;
  font-size:10px;
}
.btn-continue {
  margin: 0px 0px 0px 380px;
  width: 70px;
  height: 15px;
  border: none;
  position: relative;
  top: -15px;
}
.entry_more {
  float: left;
  width: 248px;
  padding: 10px 10px 20px 10px;
  line-height: 150%;
}
.btn-send {
  text-align: center;
  margin: 5px 0px 0px 264px;
}
#c_name,#c_email{
  width: 250px;
  border:none;
}
#c_mes {
  width: 250px;
  height: 148px;
  border:none;
}
.comtb table {
  width: 250px;
  border-collapse: collapse;
}
.comtb table th {
  border: solid #B7B9AD 1px;
  border-right: 
  padding: 0px;
}
.comtb table td {
  border: solid #B7B9AD 1px;
  border-left: none;
}
/* ■6 サイド
------------------------------------------------------------ */
#side h3 {
  margin: 10px 0px 15px 0px;
}
.side-body {
  width: 190px;
  margin: 10px 25px;
  text-align: center;
}
#search  {
  width: 120px;
  height: 18px;
  border: solid #B7B9AD 1px;
  font-size: 10px;
}
.side-body input {
  vertical-align: text-bottom;
}
#side ul {
  width: 208px;
  margin: 10px auto 10px 15px;
  padding: 15px 0px 15px 0px;
  border: solid #B7B9AD 1px;
  text-align: left;
}
#side li {
  margin: 5px 0px 0px 0px;
  padding: 5px 0px 0px 24px;
  list-style-type: none;
  background: transparent url("images/point-list.gif") 4px 6px no-repeat;
}
#side ul li ul {
  width: 158px;
  margin:  5px 0px 0px 0px;
  padding: 0px;
  background-color: #FFF;
  border: solid #B7B9AD 1px;
}
#side ul li ul li {
  margin:  3px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  background: none;
}
#side-ad {
  margin: 20px 0px;
}
/* ■7 フッター
------------------------------------------------------------ */
#footer ul {
  float: left;
  margin: 0px;
  padding: 40px 20px;
  list-style-type: none;
}
#footer ul li {
  float: left;
}
#copyright {
  float: right;
  padding: 0px;
  position: relative;
  top: 50px;
  right: 15px;
  font-family: "ｍｓ ゴシック","ヒラギノ角ゴ pro w4",sans-serif;
  font-size: 11px;
  text-align: right;
}
#footer a:link,#footer a:visited,#footer a:active {
  color: #fff;
  background-color: transparent;
}
#footer a:hover {
  color: #ff0;
  background-color: transparent;
}
