@charset "utf-8";
/*
 * This Stylesheet was based on Yahoo! UI Library's Reset and Fonts CSS.
 * http://developer.yahoo.com/yui/reset/
 * http://developer.yahoo.com/yui/fonts/
 * http://developer.yahoo.net/yui/license.txt
*/
/* @group 要素ごとのスタイル */
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;
  line-height: 1.41;
}

body {
  color: #333;
  font: 13px/1.231 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
  *font-size: small;
  *font: x-small;
  background: url(http://engineer.dena.jp/img/common/body_bg.png) repeat-x top;
  text-align: center;
}

/* for Win IE8 */
head~/* */body {
  font: 13px/1.231 'Lucida Grande', Verdana, Arial, Meiryo, 'メイリオ', sans-serif;
}

html:not(:target) body {
  font: 13px/1.231 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
  *font: 13px/1.231 'メイリオ', Meiryo, sans-serif;
}

/* for Win IE8 */
html>/**/body {
font-size /*\**/: small\9;
}

table {
  margin-bottom: 10px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #d0d0d0;
}

table th {
  padding: 0.5ex 0.6em;
  border: 1px solid #d0d0d0;
  background: #f2f2f2;
  font-size: 77%!important;
  text-align: left;
  font-weight: bold;
}

tbody tr:nth-child(even) {
  background: #f8f9fa;
}

tbody tr:nth-child(odd) {
  background: #fff;
}

table td {
  padding: 0.3em 0.6em;
  border: 1px solid #d0d0d0;
  font-size: 100%!important;
}

table tbody tr:hover {
  background: #fcf7f0;
}

img {
  border: none;
  vertical-align: bottom;
}

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

li {
  list-style: none;
  position: relative;
}

fieldset {
  border: none;
}

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

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

input.text,
textarea {
  padding: 0.2em 0.3em 0.2em;
  border: 1px solid #9f9f9f;
  line-height: 1.35;
  color: #222;
  background: #fff url(http://engineer.dena.jp/img/common/form_bg.png) repeat-x top;
  font-size: 108%;
  font-family: 'Lucida Grande', Verdana, Arial,'Hiragino Kaku Gothic Pro', sans-serif;
  *font-family: Verdana, メイリオ, Meiryo, 'ＭＳ ゴシック', sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

input.disabled {
  border: 1px solid #ccc;
  color: #333;
}

input.text {
  _height: 1.55em;  /* for Win IE6 */
}

input.submit,
input.button,
select {
  cursor: pointer;
}

textarea {
  margin-bottom: 5px;
  line-height: 1.21;
  overflow: auto;
}

input.text:focus,
textarea:focus {
  color: #000;
  background: #fff;
  border: 1px solid #003184;
}

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

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

p {
  font-size: 108%;
}

dl {
  margin-bottom: 1em;
}

dt {
  margin-bottom: 0.4em;
}

dd {
  margin-bottom: 0.8em;
}

li {
  line-height: 1.31;
}

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

dd ul,
dd ol {
  margin-bottom: 0;
  padding-bottom: 0;
}

strong,
b {
  font-weight: bold;
}

u {
  text-decoration: underline;
}

del {
  color: #666;
  text-decoration: line-through;
}

ins {
  background: #fffff0;
  text-decoration: none;
}

del:after {
  content: "(Delete:" attr(datetime) ")";
}

ins:after {
  content: "(Insert:" attr(datetime) ")";
}

del:after,
ins:after {
  margin-left: 5px;
  color: #999;
  font-size: 85%;
}
/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-size: 113%;
  font-weight: bold;
}

/* リンクカラー */
a,
a:link {
  color: #006699;
}

a:visited {
  color: #15227c;
}

a:hover,
a:active {
  color: #0093e3
}

hr {
  clear: both;
  height: 0;
  border: none;
}

/* @end 要素ごとのスタイル */

/* @group 共通 */

.more {
  text-align: right;
}

p.more {
  margin: 0 0 3px 0;
}

.more a {
  padding-left: 18px;
  background: url(http://engineer.dena.jp/img/common/arrow_sq.png) no-repeat 4px 4px;
}

.note {
  font-size: 93%;
}

.imgleft {
  margin: 0 15px 15px 0;
  float: left;
}

.section-lv1,
.section-lv2,
.section-lv3,
.section-lv4 {
  position: relative;
}

ul {
  margin-left: 12px;
}

ul.pt li,
ul li {
  margin-bottom: 0.5em;
  padding-left: 17px;
  background: url(http://engineer.dena.jp/img/common/pt.png) no-repeat 4px 6px;
}

ol li {
  margin-left: 35px;
  margin-bottom: 0.5em;
  list-style-type: decimal;  
}

/* @group 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;
}

/* @end floating-clear */

/* @end 共通 */

/* @group レイアウト */
/* 全てを囲むボックス #doc */
#doc {
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  line-height: 1.61;
  text-align: left;
  _overflow: hidden;
}

/* @group ヘッダ #header */
#header {
  margin-bottom: 12px;
  width: 100%;
  height: 109px;
  overflow: hidden;
  position: relative;
}

#site-title {
  padding-top: 30px;
  width: 325px;
}

#search {
  position: absolute;
  top: 37px;
  right: -5px;
  width: 190px;
}

#search input {
  padding: 3px 5px 3px 20px;
  border: none;
  background: url(http://engineer.dena.jp/img/common/search.png) no-repeat 0 0;
  width: 155px;
  _width: 180px;
}

/* ロゴ */
#site-title h1.logo,
#site-title div.logo {
  margin: 0 59px 0 0;
  float: left;
  width: 458px;
  height: 22px;
}

/* @end ヘッダ #header */

/* @group コンテンツ #contents */
#contents {
  margin: 0 auto;
  padding-bottom: 60px;
  width: auto;
  position: relative;
  min-width: 800px;
}

#contents {
  _width: expression(document.body.clientWidth < 800? "800px" : "auto");
}

#main {
  margin-right: -260px;
  float: left;
  width: 100%;
}

#main h1 {
  margin-bottom: 20px;
  padding: 12px 0 0 29px;
  background: url(http://engineer.dena.jp/img/common/h1_bg.png) no-repeat 0 0;
  height: 41px;
  _height: 53px;
  overflow: hidden;
  font-size: 167%;
  font-weight: normal;
  *font-weight: bold;
}

#main .inner {
  margin-right: 285px;
}

#main h1 img {
  display: block;
}

#main .section-lv2 {
  margin-bottom: 15px;
}

#main h2 {
  margin-bottom: 15px;
  padding: 2px 10px;
  border: 1px solid #DCE0E5;
  *border-top: 4px solid #DCE0E5;
  position: relative;
  color: #333;
  background: url(http://engineer.dena.jp/img/common/h2_bg.png) repeat-x top;
  font-size: 123.1%;
}

#main h2 a {
  color: #333;
  position: relative;
  text-decoration: none;
}

#main p,
#main ul,
#main dl {
  margin-bottom: 1em;
  font-size: 108%;
  line-height: 1.64;
}

#main .section-lv2 p,
#main .section-lv2 ul,
#main .section-lv2 dl {
  margin: 0 0 0.7em 12px;
}

#contents #main table p {
  margin: 0;
}

/* @group #sub サイドバー */
#sub {
  float: left;
  width: 260px;
}

.rectangle {
  margin: 0 0 15px 0;
  text-align: center;
}

#sub h2 {
  padding: 0;
  background: #efefef;
  font-size: 116%;
}

#sub h2 a,
#sub h2 span {
  padding: 0.2em 0.7em;
  color: #333;
  display: block;
  text-decoration: none;
  text-shadow: 1px 1px #fff;
  _zoom: 1;
}

#sub h2 a:hover {
  background: #e0e0e0;
  text-decoration: underline;
}

#sub h2 a:active {
  background: #d0d0d0;
  text-decoration: underline;
}

#sub #entriesTitleHead {
width: 260px;
height: 4px;
background: url(http://engineer.dena.jp/img/common/subtitlehead.gif) 0 100% no-repeat;
}

#sub #entriesTitleFoot {
width: 260px;
height: 4px;
background: url(http://engineer.dena.jp/img/common/subtitlefoot.gif) 0 0 no-repeat;
margin-bottom: 0.7em;
}

#sub #archivesTitleHead {
width: 260px;
height: 4px;
background: url(http://engineer.dena.jp/img/common/subtitlehead.gif) 0 100% no-repeat;
}

#sub #archivesTitleFoot {
width: 260px;
height: 4px;
background: url(http://engineer.dena.jp/img/common/subtitlefoot.gif) 0 0 no-repeat;
margin-bottom: 0.7em;
}

#sub #categoriesTitleHead {
width: 260px;
height: 4px;
background: url(http://engineer.dena.jp/img/common/subtitlehead.gif) 0 100% no-repeat;
}

#sub #categoriesTitleFoot {
width: 260px;
height: 4px;
background: url(http://engineer.dena.jp/img/common/subtitlefoot.gif) 0 0 no-repeat;
margin-bottom: 0.7em;
}




#sub ul li ul {
  margin-left: 4px;
  padding-top: 0.6em;
  padding-bottom: 0.1ex;
}

/* @end #sub サイドバー */

/* @end コンテンツ #contents */



/* @group フッタ #footer */
#footer {
  margin: 0;
  padding: 27px 25px 15px 25px;
  min-height: 70px;
  _height: 110px;
  clear: both;
  background: url(http://engineer.dena.jp/img/common/footer_bg.png) repeat-x 0 -46px;
}

#footer .return {
  position: absolute;
  top: -60px;
  right: 0;
  display: inline;
  font-size: 93%;
  text-align: right;
  z-index: 4;
}

#footer .return a {
  padding-left: 18px;
  background: url(http://engineer.dena.jp/img/common/arrow_top.png) no-repeat 4px 4px;
}

#footer div.inner {
  margin: 0 auto;
  text-align: left;
  position: relative;
}

#footer ul.menu {
  margin: 0 0 80px 4px;
}

#footer ul.menu li {
  margin-right: 13px;
  display: inline;
  text-align: center;
}

#footer ul.menu li.last {
  margin-right: 0;
}

#global-footer dt {
  margin: 0 26px 0 0;
  padding-top: 3px;
  float: left;
  width: 80px;
}

#global-footer dd {
  margin-left: 105px;
  line-height: 1.54;
  font-size: 11px;
}

/* @end フッタ #footer */

/* @end レイアウト */

/* @group 本文 */
ul,
ol,
dl {
  margin-bottom: 0;
  padding-bottom: 0.5em;
}

dd ul,
dd ol {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 3px;
}

dd li {
  margin-bottom: 6px;
}

dl dt {
  margin: 0;
  padding-bottom: 0.6em;
  font-weight: bold;
}

dl dd {
  margin: 0;
  padding-bottom: 1em;
}

.section-lv2 {
  margin: 0;
  padding-bottom: 25px;
}

h2 {
  padding: 4px 12px 2px 12px;
  font-size: 131%;
}

.section-lv3 {
  padding-top: 20px;
}

h3 {
  margin-left: 10px;
  margin-bottom: 13px;
  padding-bottom: 2px;
  padding-left: 8px;
  border-left: 5px solid #003285;
  border-bottom: 1px dotted #888;
  color: #000;
  font-size: 123.1%;
  font-weight: normal;
}

.section-lv4 {
  padding-top: 15px;
}

h4 {
  margin-left: 10px;
  margin-bottom: 13px;
  padding-left: 8px;
  border-left: 3px solid #003285;
  border-bottom: 1px dotted #888;
  font-weight: normal;
}

.section-lv5 {
  margin-left: 10px;
  padding-top: 14px;
}

h5 {
  margin-left: 10px;
  margin-bottom: 13px;
  padding-left: 8px;
  border-left: 3px solid #f90;
  font-weight: normal;
  font-size: 108%;
  line-height: 1.2;
}

.section-lv6 {
  padding-top: 13px;
}

h6 {
  margin-left: 10px;
  margin-bottom: 10px;
  padding-left: 8px;
  border-left: 3px solid #ccc;
  font-weight: normal;
  font-size: 108%;
  line-height: 1.2;
}

pre {
  margin-bottom: 1.4em;
  margin-left: 20px;
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  *border-top: 3px solid #ddd;
  background: #fdfdfd;
  font-size: 93%;
  *font-size: 100%;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
  position: relative;
  z-index: 1;
}

pre.withcaption {
  margin-bottom: 0.4em;
}

pre:before {
  content: attr(title);
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  color: #dce0e5;
  font-family: impact,'Arial Black',sans-serif;
  font-size: 174%;
  z-index: 0;
}

blockquote {
  margin: 15px 0 20px 25px;
  border-left: 4px solid #dce0e5;
}

blockquote:before {
  margin-bottom: 5px;
  margin-left: 12px;
  content: "From: " attr(title);
  display: block;
  word-break: break-all;
  font-weight: bold;
}

blockquote:after {
  content: "URL: " attr(cite);
  display: block;
  word-break: break-all;
  font-size: 83%;
  text-align: right;
}

caption {
  margin-bottom: 5px;
  margin-left: 20px;
  text-align: left;
}

table {
  margin-left: 20px!important;
}

table th {
  font-size: 93%!important;
}

.figure {
  margin: 0 0 15px 20px;
}

#main p.note {
  margin-left: 20px;
  margin-bottom: 1.8em;
  font-size: 93%;
}

.article-title,
.archive-title {
  margin-bottom: 20px;
  position: relative;
  background: url(http://engineer.dena.jp/img/common/dot.png) repeat-x bottom;
}

.article-title .icon {
  margin: 0 20px 20px 0;
  border: 1px solid #ddd;
  float: left;
  width: 40px;
}

#main .article-title h1, #main .article-title h2 {
  margin-bottom: 20px;
  padding: 12px 0 0 29px;
  background: url(http://engineer.dena.jp/img/common/h1_bg.png) no-repeat 0 0;
  height: 41px;
  _height: 53px;
  overflow: hidden;
  font-size: 167%;
  font-weight: normal;
  *font-weight: bold;
  border: none;
  
  margin-bottom: 4px!important;
  margin-right: 70px;
  padding: 0;
  background-image: none;
  font-weight: bold;
  height: auto;
}

#main .article-title h2 a {
  color: #006699;
  text-decoration: underline;
}

#main .archive-title h2 {
  margin-bottom: 20px;
  padding: 12px 0 0 29px;
  background: url(http://engineer.dena.jp/img/common/h1_bg.png) no-repeat 0 0;
  height: 41px;
  _height: 53px;
  overflow: hidden;
  font-size: 167%;
  font-weight: normal;
  *font-weight: bold;
  border: none;
  
  margin-bottom: 4px!important;
  padding: 0;
  background-image: none;
  font-weight: bold;
  height: auto;
}

#main .archive-title h2 a {
  color: #006699;
  text-decoration: underline;
}

#main .article-title .title {
  margin-left: 60px;
}

#main ul.meta {
  margin: 0 70px 8px 0;
}

#main ul.meta li {
  margin-right: 10px;
  padding-left: 0;
  display: inline;
  background: none;
  font-size: 93%;
}

#main ul.meta li.share {
  margin-bottom: 0;
  line-height: 1.64;
}

#main ul.meta li.share img {
  vertical-align: middle;
}

#main ul.meta li.category a {
  margin-right: 0.5em;
}

#main ul.articles li {
  padding-left: 21px;
  background: url(http://engineer.dena.jp/img/common/note.png) no-repeat 0 3px;
}

#main .article-title .page-nav,
#main .archive-title .page-nav {
  position: absolute;
  top: 8px;
  right: 0;
}

#main .page-nav {
  margin: 0!important;
  padding: 0!important;
  position: relative;
  width: 54px;
  height: 23px;
  background: url(http://engineer.dena.jp/img/common/prevnext.png) no-repeat 0 -23px;
}

#main .page-nav li {
  margin: 0!important;
  padding: 0!important;
  float: left!important;
  width: 27px!important;
  height: 23px!important;
  background-image: none;
  overflow: hidden!important;
  position: relative!important;
}

.page-nav li a {
  display: block;
  width: 27px;
  height: 23px;
  text-decoration: none;
  overflow: hidden;
}

#main .page-nav li.prev-disabled {
  background: url(http://engineer.dena.jp/img/common/prevnext.png) no-repeat 0 -46px!important;
}

#main .page-nav li.next-disabled {
  background: url(http://engineer.dena.jp/img/common/prevnext.png) no-repeat -27px -46px!important;
}

.page-nav li.prev a {
  background: url(http://engineer.dena.jp/img/common/prevnext.png) no-repeat left top;
}

.page-nav li.next a {
  background: url(http://engineer.dena.jp/img/common/prevnext.png) no-repeat right top;
}

.page-nav li a:hover {
  background: none;
}

.page-nav li span {
  visibility: hidden;
}

/* @end 本文 */

/* @group アーカイブ .archives */
.recent {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa;
}

.recent:hover {
  /* background: #fffff0; */
}

/*
.archives #main .section-lv2,
#main .archives .section-lv2 {
  background: url(http://engineer.dena.jp/img/common/dot.png) repeat-x bottom;
}

.archives #main .section-lv2:hover,
#main .archives .section-lv2:hover {
  background: #fffff0 url(http://engineer.dena.jp/img/common/dot.png) repeat-x bottom;
}
*/

.archives #main h2,
#main .archives h2 {
  margin: 0 0 0.3em 0;
  padding: 0.3em 0 0.3em 36px;
  border: none;
  background: url(http://engineer.dena.jp/img/common/doc.png) no-repeat -3px 0;
  font-size: 146.5%;
}

.archives #main h2 a:link,
#main .archives h2 a:link {
  color: #006699;
  text-decoration: underline;
}

.archives #main h2 a:visited,
#main .archives h2 a:visited {
  color: #15227c;
  text-decoration: underline;
}

.archives #main h2 a:hover,
.archives #main h2 a:active
#main .archives h2 a:hover,
#main .archives h2 a:active {
  color: #0093e3;
  text-decoration: underline;
}

.archives #main ul.meta,
#main .archives ul.meta {
  margin: 0 0 5px 0;
}

ul.archives span.date {
  margin-right: 10px;
}

/* @end アーカイブ .archives */

#search-results h3 {
margin-top: 20px;
margin-bottom: 5px;
}


