@charset "shift-jis";

/* -------------------------------------
  基本的な定義
------------------------------------- */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

* html body dl.list-s dd div {
   display:inline-block;
}

body {
	color: #000000;
	background-color: #ECF3F9;
	background-image: url(resources/page-back.png);
	background-position: left top;
	background-repeat: repeat-x;
}


a:link {
	color: #0040ff;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #0000ff;
}

a:active {
	color: #ff0000;
}

u {
	text-decoration: underline;
}

s, del {
	text-decoration: line-through;
}

#block-body p, #block-body ul, #block-body ol, #block-body dl, #block-body .paragraph {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	margin-left: 0;
	margin-right: 0;
}

#block-body ul ul, #block-body ul ol, #block-body ol ul, #block-body ol ol {
	margin-top: 0;
	margin-bottom: 0;
}

ul ul, ul ol, ol ul, ol ol {
	padding-top: 0em;
	margin-left: 2em;
	padding-bottom: 0em;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 1em;
}

blockquote {
	color: #6c9fd2;
	background-color: #f8fcfc;
	margin-top: 1em;
	border-top-width: 1px;
	border-style: solid;
	border-color: #C1DBF0;
	padding: 0.5em;
	border-left-width: 0.5em;
	border-right-width: 1px;
	margin-bottom: 1em;
	border-bottom-width: 1px;
}

.clear {
	display: block;
	clear: both;
}

dl.list-ss, dl.list-s, dl.list-m {
}

dl.list-ss dt, dl.list-s dt, dl.list-m dt,
dl.list-ss dd, dl.list-s dd, dl.list-m dd {
	margin-top: 0em;
	margin-bottom: 0.2em;
}

dl.list-ss dt {
   float: left;
   width: 3em;
   padding-top: 0;
   padding-bottom: 0;
   padding-right: 0;
}

dl.list-ss dd {
   margin-left: 3.5em;
   padding-top: 0;
   padding-bottom: 0;
   padding-right: 0.15em;
}

dl.list-s dt {
   float:left;
   width: 5em;
   padding-top: 0;
   padding-bottom: 0;
   padding-right: 0;
}

dl.list-s dd {
   margin-left: 5.5em;
   padding-top: 0;
   padding-bottom: 0;
   padding-right: 0.15em;
}

dl.list-m dt {
   float: left;
   width: 7em;
   padding-top: 0;
   padding-bottom: 0;
   padding-right: 0;
}

dl.list-feature dd {
   margin-left: 7.5em;
   padding-top: 0.15em;
   padding-bottom: 0.15em;
   padding-right: 0.15em;
}

dl.list-feature dt {
	color: #13799B;
	margin-top: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1DBF0;
}

dl.list-feature dd {
	margin-left: 1em;
	margin-bottom: 0.5em;
}

/* -------------------------------------
  コンテナ
------------------------------------- */
div#block-container {
	margin-left: 2em;
	margin-right: 2em;
	min-width: 560px;
	zoom: 100%;
}

pre {
	margin: 1em;
	color: #2e84c2;
	font-size: 85%;
	padding: 0.5em;
	background-color: #F6FCFF;
	border-width: 1px;
	border-style: solid;
	border-color: #C1DBF0;
	overflow: auto;
}

/* -------------------------------------
  ヘッダ
------------------------------------- */
div#block-header {
	padding-top: 0.75em;
	padding-bottom: 0.25em;
	color: #000000;
	clear: both;
	zoom: 100%;
}

#block-topbox {
	background-color: #ffffff;
	vertical-align: middle;
	padding: 0.5em;
	float: right;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-opera-border-radius: 0.5em;
}

input#form-sitesearch-edit {
	width: 10em;
}

#block-topbox p {
	font-size: 75%;
	line-height: 1.25em;
}

/* -------------------------------------
  メニュー
------------------------------------- */
div#block-topmenu {
	clear: both;
	zoom: 100%;
}

ul#list-topmenu {

}

ul#list-topmenu li {
	float: left;
	display: inline;
}

ul#list-topmenu a {
	color: #009CBD;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	padding-right: 0.75em;
	margin-right: 0.25em;
	display: block;
    border-top-right-radius: 0.5em;
    -moz-border-radius-topright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	-opera-border-top-right-radius: 0.5em;
    border-top-left-radius: 0.5em;
    -moz-border-radius-topleft: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	-opera-border-top-left-radius: 0.5em;
}

ul#list-topmenu a:hover {
	color: #ffffff;
	background-color: #94B8D6;
}

li#list-topmenu-current a {
	color: #ffffff;
	background-color: #78A6CB;
}

/* -------------------------------------
  パンくずリスト
------------------------------------- */
div#block-pankuzu {
	color: #ffffff;
	background-color: #78A6CB;
	background-image: url(resources/header-back.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #78A6CB;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #78A6CB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #78A6CB;
	padding: 0.75em;
	clear: both;
	zoom: 100%;
}

ul#list-pankuzu li {
	background-image: url(resources/pankuzu.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0;
	padding-left: 12px;
	display: inline;
}

ul#list-pankuzu li#list-pankuzu-home {
	padding-left: 0;
	background-image: none;
}

div#block-pankuzu a, div#block-footer a {
	color: #ffffff;
}

div#block-pankuzu a
{
	margin-left: 0.5em;
	margin-right: 0.5em;
}

div#block-pankuzu li#list-pankuzu-home a
{
	margin-left: 0em;
	margin-right: 0.5em;
}

li#list-pankuzu-current
{
	font-weight: bold;
}

/* -------------------------------------
  本文
------------------------------------- */
div#block-body {
	background-color: #ffffff;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #78A6CB;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #78A6CB;
}

div#block-body-container {
	padding-top: 1.5em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-bottom: 1.5em;
}

div#block-body-container * {
	line-height: 1.5em;
}

div#block-submenu {

}

div#block-submenu li {

}

div#block-body-container ul li {
	list-style-type: none;
	margin-left: -1em;
	padding-left: 1em;
	background-image: url(resources/listmark-b.png);
	background-position: left 0.5em;
	background-repeat: no-repeat;
}

/* -------------------------------------
  フッタ
------------------------------------- */
div#block-footer {
	padding: 0.75em;
	color: #ffffff;
	text-align: right;
	background-color: #78A6CB;
	background-image: url(resources/footer-back.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #78A6CB;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #78A6CB;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #78A6CB;
	margin-bottom: 2em;
	clear: both;
	zoom: 100%;
}

div#block-footer.footer-with-ad {
	margin-bottom: 0em;
}

div#block-footer-ad {
	font-size: 0.6em;
	text-align: right;
	margin-top: 0.8333em;
	margin-bottom: 1.666em;
}

div#block-footer-ad h2 {
	font-size: 100%;
	color: #80a0d0;
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1em;
}

div#block-footer-ad ul {
	font-size: 100%;
	line-height: 1em;
	color: #80a0d0;
	display: inline;
}

div#block-footer-ad ul li {
	display: inline;
}

div#block-footer-ad a {
	color: #80a0d0;
}

/* -------------------------------------
  見出し
------------------------------------- */
#header-navigation, #header-search, #header-menu, #header-pankuzu, #header-toppage {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 150%;
}

h1 { font-size: 1.75em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1.25em; }
h4, h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; font-weight: normal; }

h1 {
	float: left;
}

.header-title {
	background-image: url(resources/titlelogo.png);
	display: block;
	width: 292px;
	height: 60px;
}

.header-title * {
	display: none;
}

h2 {
	color: #ffffff;
	background-color: #89BEE2;
	background-image: url(resources/h2-back.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-top: 0.25em;
	border-width: 1px;
	border-style: solid;
	border-color: #467DA6;
	padding-top: 0.25em;
	margin-left: -0.5em;
	padding-left: 0.5em;
	margin-right: -0.5em;
	padding-right: 0.5em;
	margin-bottom: 1em;
	padding-bottom: 0.25em;
}

h2.header-multicol {
	font-size: 115%;
	border: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
}

h3 {
	color: #13799b;
	background-color: #f6fbff;
	background-image: url(resources/h3-back.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-top: 1.0em;
	border-width: 1px;
	border-style: solid;
	border-color: #8abfe2;
	padding-top: 0.25em;
	margin-left: -0.5em;
	padding-left: 0.5em;
	margin-right: -0.5em;
	padding-right: 0.5em;
	margin-bottom: 1em;
	padding-bottom: 0.25em;
}

h4 {
	color: #13799B;
	background-image: url(resources/h4-back.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8abfe2;
	padding-bottom: 0.25em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: -0.5em;
	margin-right: -0.5em;
}

h5 {
	font-weight: bold;
	color: #74B6CF;
	margin-top: 1em;
	margin-bottom: 1em;
}

h6 {
	font-weight: normal;
	color: #75a4b3;
	margin-top: 1em;
	margin-bottom: 1em;
}

#body-header-bookmark {
	font-size: 50%;
}

#body-header-bookmark img {
	vertical-align: middle;
}

/* -------------------------------------
  サイドメニュー
------------------------------------- */
#header-sidemenu {
	display: none;
}

div.with-sidemenu {
	margin-right: 12em;
}

div#block-sidemenu {
	padding-right: 0.5em;
	width: 12em;
	float: right;
}

div#block-sidemenu-container {
	font-size: 75%;
	padding-top: 1.5em;
	padding-left: 0em;
	padding-right: 2.5em;
	padding-bottom: 1.5em;
}

div#block-sidemenu-container h3 {
}

div#block-sidemenu-container p {
	line-height: 140%;
}

div#block-sidemenu-container li {
	line-height: 140%;
}

div#block-sidemenu-container h3 {
	font-size: 125%;
	color: #13799b;
	background-color: transparent;
	background-image: url(resources/h4-back.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-top: 1em;
	border-top-style: none;
	padding-top: 0px;
	margin-left: -0.5em;
	border-left-style: none;
	padding-left: 0.5em;
	margin-right: -0.5em;
	border-right-style: none;
	padding-right: 0.5em;
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8abfe2;
	padding-bottom: 0.25em;
}

div#block-sidemenu-container h4 {
	font-size: 110%;
	color: #13799b;
	background-color: transparent;
	background-image: none;
	margin-top: 0.5em;
	border-style: none;
	padding-top: 0px;
	margin-left: -0.5em;
	padding-left: 0.5em;
	margin-right: -0.5em;
	padding-right: 0.5em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}

div#block-sidemenu-container h5 {
	font-weight: normal;
	color: #75a4b3;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 0px;
	padding-bottom: 0em;
}

div#block-sidemenu-container ul li {
	list-style-type: none;
	margin-left: -1em;
	padding-left: 1em;
	background-image: url(resources/listmark-m.png);
	background-position: left 0.5em;
	background-repeat: no-repeat;
}

/* -------------------------------------
  トップページ
------------------------------------- */
#block-title-image {
	margin-top: 1em;
	margin-bottom: 1em;
	background-image: url(resources/title.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 180px;
}

#block-title-image * {
	display: none;
}

#block-body ul, #block-body ol {
	padding-left: 0px;
	margin-left: 1.5em;
	margin-right: 1em;
}

div#block-toppage-new {
	width: 50%;
	float: right;
}

p#toppage-new-prev {
	text-align: right;
}

div#block-toppage-info {
	margin-right: 50%;
}

div#block-toppage-new-box {
	margin-top: 1em;
	margin-left: 1em;
}

div#block-toppage-info-box {
	margin-top: 1em;
	margin-right: 1em;
}

dl.list-news {
	height: 15em;
	overflow: auto;
}

div#block-toppage-new-box p, div#block-toppage-new-box dl, div#block-toppage-new-box ul, div#block-toppage-new-box ol,
div#block-toppage-info-box p, div#block-toppage-info-box dl, div#block-toppage-info-box ul, div#block-toppage-info-box ol {
	padding-left: 1em;
	padding-right: 1em;
}

#toppage-banners {
	text-align: center;
	margin-top: 1em;
	margin-bottom: -0.25em;
}

#toppage-accesscounter a img {
	margin-left: 6px;
}

/* ------------------ */

table, table.border, table.border-center {
	font-size: 100%;
	line-height: 100%;
}

td, th {
	text-align: left;
	line-height: 1.25em;
	vertical-align: top;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

th {
	text-align: center;
}

img {
	border: 0;
}

table.border, table.border-center {
	border-width: 2px;
	border-style: double;
	border-color: #8ABFE2;
	margin: 0.5em;
	border-collapse: collapse;
}


table.center, table.border-center {
	margin-left: auto;
	margin-right: auto;
}

table.border td, table.border th, table.border-center td, table.border-center th {
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #D9E9F6;
}

table.border th, table.border-center th {
	color: #467da6;
	background-color: #eff7fc;
}

th.nowrap {
	white-space: normal;
}

.block-info {
	color: #2e84c2;
	background-image: url(resources/h4-back.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #C1DBF0;
}

div.block-info{
	padding-top: 0;
	padding-left: 0.75em;
	padding-right: 0.75em;
	padding-bottom: 0;
}


p.block-info, div.block-info-noparagraph {
	padding: 0.75em;
}

/* -------------------------------------
  セカンドメニュー
------------------------------------- */
ul#list-secondmenu, ul.secondmenu {
	padding: 0;
}

ul#list-secondmenu li, ul.secondmenu li {
	background-image: none !important;
	float: left;
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}

ul#list-secondmenu a, ul.secondmenu a {
	color: #009cbd;
	background-color: #ECF3F9;
	text-align: center;
	padding-top: 0.25em;
	padding-left: 0.75em;
	margin-right: 0.25em;
	padding-right: 0.75em;
	padding-bottom: 0.25em;
	margin-top: 0.125em;
	margin-bottom: 0.125em;
	display: block;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-opera-border-radius: 0.5em;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-opera-border-radius: 0.5em;
}

ul#list-secondmenu a:hover, ul.secondmenu a:hover {
	color: #ffffff;
	background-color: #94B8D6;
}

li#list-secondmenu-current a, li.secondmenu-current a {
	color: #ffffff;
	background-color: #78A6CB;
}

div.secondmenu-clear {
	clear: left;
}

/* -------------------------------------
  スクリーンショット
------------------------------------- */
ul.screenshots {
	margin: 0;
	padding: 0;
}

ul.screenshots li {
	background-image: none !important;
	list-style-type: none;
	margin: 0;
	padding: 0.5em;
	display: inline;
}

p.screenshots-clear {

}

/* -------------------------------------
  掲示板
------------------------------------- */
div.bbs-thread {
	padding: 1em;
}

h3.bbs-thread-title {
	font-size: 125%;
	color: #13799b;
	background-color: #e6ffe6;
	margin-top: 0;
	border-top-width: 1px;
	border-style: solid;
	border-color: #87cbb5;
	margin-left: -0.75em;
	border-left-width: 0.25em;
	margin-right: -0.75em;
	border-right-width: 1px;
	margin-bottom: 0.1em;
	border-bottom-width: 1px;
}

div.bbs-thread-detail {
	color: #13799b;
	margin-top: 0;
	padding-top: 0.1em;
	margin-left: -0.5em;
	padding-left: 0.5em;
	margin-right: -0.5em;
	padding-right: 0.5em;
	margin-bottom: 0em;
}

p.bbs-thread-message {
}

h4.bbs-thread-res-title {
	font-size: 100%;
	color: #13799b;
	background-color: #e6ffe6;
	margin-top: 0;
	margin-left: -0.5em;
	border-left-width: 0.25em;
	border-left-style: solid;
	border-left-color: #87cbb5;
	padding-left: 0.25em;
	margin-right: -0.5em;
	margin-bottom: 0;
	padding-bottom: 0.1em;
}

div.bbs-thread-res-detail {
	color: #13799b;
}

div.bbs-thread-res-article {
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #87CBB5;
	padding-top: 1em;
	padding-left: 2em;
}

p.bbs-thread-res-message {
}

hr.dummy {
	display: none;
}

/* -------------------------------------
  セクションメニュー
------------------------------------- */
dl.section-menu dt {
	margin-top: 1em;
	background-image: url(resources/h4-back.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1DBF0;
	padding-bottom: 0.25em;
}

dl.section-menu dt a {
	font-size: 120%;
}

dl.section-menu dt img {
	margin-right: 0.5em;
	vertical-align: middle;
}

dl.section-menu dd {
	padding-top: 0.25em;
}

/* -------------------------------------
  ソフトウェアメニュー
------------------------------------- */
dl.software-menu dt {
	margin-top: 1em;
	background-image: url(resources/h4-back.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1DBF0;
	padding-bottom: 0.1em;
}

dl.software-menu dt img {
	margin-right: 0.5em;
	vertical-align: middle;
}

dl.software-menu dd {
	padding-top: 0.25em;
}

/* -------------------------------------
  ソーシャルブックマーク
------------------------------------- */
dl.sbmlist {
	display: inline;
	font-size: 75%;
	margin: 0;
	padding: 0;
}

dl.sbmlist dd, dl.sbmlist dt {
	display: inline;
	margin: 0;
	padding: 0;
}

dl.sbmlist dd img, dl.sbmlist dt img {
	vertical-align: middle;
}

.sbmlist-name, .sbmlist-count-caption {
	display: none;
}
