@charset "utf-8"; 
/*
 * This Stylesheet was based on Yahoo! UI Library's Reset and Fonts CSS.
 * Copyright (c) 2006, Yahoo! Inc. All rights reserved.
 * http://developer.yahoo.com/yui/reset/
 * http://developer.yahoo.com/yui/fonts/
 * http://developer.yahoo.net/yui/license.txt
*/

html {
  color: #333;
  background: #e1e2e3;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 113%;
  font-weight: bold;
}

fieldset {
  border: none;
}

input,textarea,select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,textarea,select {
  *font-size: 100%;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

body {
  background: #e1e2e3;
  font: 13px/1.231 Helvetica, Arial, sans-serif;
  *font-size: small;
  *font: x-small;
}

table {
  font-size: inherit;
  font: 100%;
}

table th {
  text-align: left;
}

/* ----------------------------------------
 * floating- clear
 * ---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac Hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* ----------------------------------------
 * 角丸矩形下端,枠ボックス下端
 * ---------------------------------------- */
.round .bottom,
.box .bottom {
  line-height: 1;
  font-size: 1px;
}

/* ----------------------------------------
 * 要素ごとのスタイル
 * ---------------------------------------- */
/* テキスト・リンクカラー */
a,
a:link {
  color: #039;
  text-decoration: underline;
}

a:visited {
  color: #039;
}

a:hover,
a:active {
  color: #039;
}

p, ul, ol,
ul li,
ol li,
table,
table th,
table td {
  font-size: 100%;
}

p {
  line-height: 1.3;
  font-size: 93%;
}

dt,
dd {
  *font-size: 93%;  /* for Win IE */
}

li {
  line-height: 1.3;
  font-size: 93%;
}

/* 行頭ポイント付きリスト */
ul.pt,
ol.pt {
  margin-left: 14px;
}

ul.pt li,
ol.pt li {
  padding: 0 0 2px 12px;
  position: relative;
  background: url(./images/pt.png) no-repeat 0 6px;
}

ul.pt ul,
ol.pt ul,
ul.pt ol,
ol.pt ol {
  margin-top: 2px;
}

/* ポイントなしリスト */
ul.plain li {
  padding: 0;
  background: none;
}

/* 番号付きリスト */
ol.num {
  margin: 0 0 13px 25px;
}

ol.num li {
  list-style-type: decimal;
}

table th,
table td {
  
}

table td ul,
table td ul li,
dl dd ul,
dl dd ul li {
  font-size: 100%;
}

strong {
  font-weight: bold;
}

.block {
  display: block;
}

/* ----------------------------------------
 * ワイヤーフレームレイアウト
 * ---------------------------------------- */
body {
  text-align: center;
}

/* 全てを囲むボックス #doc */
#doc {
  margin: 0 auto;
  position: relative;
  width: 780px;
  line-height: 1.5;
  background: #fff url(./images/contentbg.png) repeat-y;
}

/* ヘッダ #header */
#header {
  padding: 32px 24px 0 4px;
  position: relative;
  height: 78px;
  _height: 110px;  /* for Win IE6 */
  overflow: hidden;
  background: url(./images/header_bg.png) no-repeat left top;
  text-align: left;
}

#header .logo {
  margin-top: 10px;
  float: left;
  width: 95px;
  height: 67px;
}

#header .menuarea {
  float: right;
  width: 300px;
  height: 77px;
}

/* ヘッダナビゲーション #headnav (html側のli要素にcurrentクラスを与えるとアクティブ化) */
ul#headnav {
  margin: 0 0 28px 80px;
  width: 220px;
  height: 20px;
  overflow: hidden;
  text-align: left;
}

ul#headnav li {
  float: left;
  height: 20px;
}

ul#headnav li a {
  display: block;
  height: 20px;
}

ul#headnav li.official,
ul#headnav li.current a.official {
  width: 82px;
  background: url(./images/headnav_isp_official_on.png) no-repeat;
}

ul#headnav li.review,
ul#headnav li.current a.review {
  width: 86px;
  background: url(./images/headnav_review_on.png) no-repeat;
}

ul#headnav li.ispnet,
ul#headnav li.current a.ispnet {
  width: 52px;
  background: url(./images/headnav_ispnet_on.png) no-repeat;
}

ul#headnav li.official a {
  width: 82px;
  background: url(./images/headnav_isp_official.png) no-repeat;
}

ul#headnav li.review a {
  width: 86px;
  background: url(./images/headnav_review.png) no-repeat;
}

ul#headnav li.ispnet a {
  width: 52px;
  background: url(./images/headnav_ispnet.png) no-repeat;
}

ul#headnav li a strong {
  display: none;
}

/* システム計画研究所／ISP */
#header .company-name {
  text-align: right;
}

/* フッタ #footer */
#footer {
  padding: 9px 4px 0 4px;
  background: #e1e2e3 url(./images/footer_bg.png) no-repeat left top;
}

#footer ul {
  margin-top: 5px;
  border-left: 1px solid #babdc2;
  float: left;
  width: 320px;
  line-height: 1;
  text-align: left;
}

#footer ul li {
  padding: 0 5px;
  *padding: 0 5px 0 10px;  /* for Win IE */
  border-right: 1px solid #babdc2;
  display: inline;
  font-size: 85%;
  *font-size: 70%;
}

#footer ul li a {
  color: #000;
  text-decoration: none;
}

#footer address {
  padding: 4px 0 15px 0;
  float: right;
  display: block;
  width: 320px;
  font-size: 85%;
  text-align: right;
}

/* コンテンツエリア */
#contents {
  margin: 0 0 0 4px;
  *margin: 0;  /* for Win IE */
  position: relative;
  width: 772px;
  background: url(./images/contents_bg.png) no-repeat;
  text-align: left;
}

#contents.home {
  background: url(./images/home_contents_bg.png) no-repeat;
}

#main {
  float: right;
  width: 616px;
  background: url(./images/main_bg.png) no-repeat left top;
}

#sub {
  float: left;
  width: 156px;
  background: url(./images/sub/sub_bg.png) no-repeat left top;
}

/* トップへ移動ページ内リンク */
.totop {
  padding: 0 20px 13px 0;
  text-align: right;
  font-size: 85%;
}

.totop a {
  padding-left: 12px;
  background: url(./images/totop.png) no-repeat 0 5px;
}

/* ホームへ戻るボタン */
.tohome {
  width: 100px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 20px;
  background: url(./images/tohome_on.png) no-repeat;
}

.tohome a {
  width: 100px;
  height: 28px;
  display: block;
  background: url(./images/tohome.png) no-repeat;
}

.tohome a:hover {
  background-image: none;
}

.tohome a em {
  display: none;
}

h1 {
  margin-bottom: 31px;
}

.section {
  margin: 0 21px 35px 21px;
  width: 730px;
}

/* ----------------------------------------
 * ホーム
 * ---------------------------------------- */
/* リード文章とサイトボタンリンクエリア */
#lead {
  width: 751px;
  height: 141px;
}

/* リード文章 */
#lead h1 {
  float: left;
  width: 416px;
}

/* サイトボタンリンクエリア */
#lead ul#site-nav {
  margin-top: 49px;
  float: right;
  width: 184px;
}

#site-nav li,
#site-nav li a {
  float: left;
  height: 82px;
  display: block;
}

/* ISPオフィシャルボタン */
#site-nav li.official {
  width: 68px;
  background: url(./images/btn_official_on.png) no-repeat;
}

#site-nav li.official a {
  width: 68px;
  background: url(./images/btn_official.png) no-repeat;
}

/* ISP技術レビューボタン */
#site-nav li.review {
  width: 71px;
  background: url(./images/btn_review_on.png) no-repeat;
}

#site-nav li.review a {
  width: 71px;
  background: url(./images/btn_review.png) no-repeat;
}

/* ISPネットボタン */
#site-nav li.ispnet {
  width: 45px;
  background: url(./images/btn_ispnet_on.png) no-repeat;
}

#site-nav li.ispnet a {
  width: 45px;
  background: url(./images/btn_ispnet.png) no-repeat;
}

/* サイトボタンリンクマウスオーバー処理 */
#site-nav li a:hover {
  background: none;
}

#site-nav li a strong {
  display: none;
}

/* ホーム ISP技術レビュー #tech-review */
#tech-review {
  background: url(./images/sq_bg.png) repeat-y;
}

#tech-review div.bottom {
  height: 7px;
  background: url(./images/sq_bottom.png) no-repeat bottom;
}

#tech-review ul.review-list {
  margin: 0 0 0 19px;
  width: 692px;
}

#tech-review ul.review-list li {
  padding: 16px 0 0 0;
  background: url(./images/dot.png) repeat-x bottom;
}

#tech-review ul.review-list li.last {
  background-image: none;
}

#tech-review ul.review-list li div.img {
  margin: 0 14px 10px 0;
  float: left;
  width: 74px;
  text-align: center;
}

#tech-review ul.review-list li div.img img {
  border: 1px solid #bfbfbf;
}

#tech-review ul.review-list li dl {
  float: left;
  width: 600px;
}

#tech-review ul.review-list li dl dt {
  margin-bottom: 4px;
  line-height: 1;
}

#tech-review ul.review-list li dl p {
  margin-bottom: 10px;
}

/* ホーム お知らせ #information */
#information div.title {
  margin-bottom: 21px;
  position: relative;
  height: 17px;
  border-bottom: 1px solid #a8aaad;
}

#information div.title ul.pt {
  position: absolute;
  top: 0;
  right: 0;
  height: 17px;
  line-height: 1;
  font-size: 93%;
}

#information div.entries {
  margin: 0 0 0 22px;
  width: 700px;
}

#information div.entry {
  margin-bottom: 0;
  border: none;
}

#information div.entry h3 {
  color: #005dcf;
}

/* ----------------------------------------
 * お知らせページ
 * ---------------------------------------- */
/* エントリ全体 */
div.entries {
  margin: 0 0 10px 22px;
  width: 731px;
}

/* エントリ単体 */
div.entry {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a8aaad;
}

/* エントリの日付 */
div.entry div.date {
  line-height: 1;
}

/* エントリ本文 */
div.entry p,
div.entry dl,
div.entry ul,
div.entry ol {
  margin-bottom: 10px;
}

/* フローティングイメージ */
div.imgleft {
  margin: 0 23px 0 0;
  float: left;
  width: 128px;
  text-align: center;
}

div.entry div.imgleft p {
  margin-top: 10px;
  font-size: 77%;
  *font-size: 70%;  /* for Win IE */
  text-align: left;
}

div.entry-content {
  float: left;
  width: 546px;
}

div.entry-content h2 {
  color: #005dcf;
}
