@charset "Shift_JIS"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 3.01
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9pt;
}

/* 見出し */
h1{
	font-size: 14pt;
	line-height:2em;
	padding-left:4px;
	margin:0 0 10px;
	border-bottom:solid 1px #CCCCCC;
}
h2{
	background-image:url(http://www.netdeoshigoto.com/images/bg_h2.gif);
	font-size: 11pt;
	line-height:2em;
	padding-left:10px;
	margin:0 0 10px;
	border-left:solid 4px #CC3366;
}
h3 {
	font-size:11pt;
	color:#333333;
	line-height:1.6em;
	padding: 0 0 2px 8px;
	border-left:solid 4px #CC6699;
	border-bottom:solid 1px #CC6699;
	margin:0 0 10px;
}
h4 {
	font-size:10pt;
	color:#333333;
	height:12px;
	border-left:solid 12px #CC9999;
	padding-left:4px;
	margin:0 0 10px;
}

/* リンク */
a:link{
	color: #0033FF;
	text-decoration: underline;
}
a:visited{
	color: #6633FF;
	text-decoration	:underline;
}
a:hover{
	color: #CC3366;
	text-decoration: underline;
}
a:active{
	color: #FF6600;
	text-decoration: underline;
}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul, ol {
    padding-left: 16px;
}
ul li {
    list-style-type: square;
    line-height: 1.5em;
    margin-bottom: 4px;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* エントリー全体 */
.blog {
    padding: 10px;
    font-size: small;
    color: #36414d;
    background: none;
}

/* エントリー日付 */
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 11px;
    font-weight: bold;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #8fabbe;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #36414d;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header {
    margin: 15px 0 0;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0 0;
    border-top: 1px dotted #36414d;
    text-align: right;
    color: #36414d;
    font-size: 9px;
}

/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ−画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    border: 1px solid  #999999;
    text-align: center;
    color: #333333;
    background: #eeeeee;
    line-height: 140%;
}

/* サイドメニュー */
.side {
    margin: 3px 0 20px;
    background: none;
    color: #444444;
    line-height: 150%;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 13px;
font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 13px;
}
ul#tags li.taglevel3 {
    font-size: 12px;
}
ul#tags li.taglevel4 {
    font-size: 11px;
}
ul#tags li.taglevel5 {
    font-size: 10px;
}
ul#tags li.taglevel6 {
    font-size: 9px;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */

/* 2カラム(左サイドバー) */
#content {
    float: left;
    width: 540px;
    margin: 0 0 10px 0;
}
#links-left-box {
    float: left;
    width: 200px;
}
#links-left {
    padding: 10px 10px 0;
    color: #ffffff;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

/* NSOオリジナル */
#container{
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: left;
}
#header{
	width: 760px;
}
#headerlogo{
	float:left;
	margin:4px 4px;
}
#headerlink{
	float:right;
	margin:0px 4px;
}
#headermenu{
	clear:both;
	height:31px;
	width:760px;
	background-image:url(images/frame_head.gif);
	background-repeat:no-repeat;
}
#menubar{
	float:left;
	padding-top:14px;
}
#topicpath{
	padding:3px 6px;
	font-size:9pt;
	background:url(images/bg_stripe.gif);
	border-top: 4px solid #CC3366;
	font-family:"MS UI Gothic";
}
#nso2image{
	height:60px;
	background:url(images/nso4_image.jpg);
}
#maintitle{
	padding:0px 6px;
	border-bottom:2px solid #E2C1C8;
	font-size:11pt;
	color:#FFFFFF;
	font-weight:bold;

}
#framebody{
	padding:0px 4px;
	background-image:url(images/frame_body.gif);
	background-repeat:repeat;
	clear: both;
}
#footr{
	clear:both;
	background-image:url(images/frame_body.gif);
	background-repeat:repeat;
}
#bottom{
	height:10px;
	background-image:url(images/frame_foot.gif);
	background-repeat:no-repeat;
}
#copyright{
	text-align:center;
}

.mainmenu{
	margin-left:6px;
	vertical-align:middle;
}

.arrow{
	display:block;
	background:url(images/arrow.gif) no-repeat 0px 3px;
	padding-left:14px;
	margin:2px 0px;
}
.menu_bg{
	padding:4px;
	color:#663333;
	border-left:3px solid #CC6699;
	border-right:1px solid #EEEEEE;
	border-bottom:1px solid #CCCCCC;
	background:url(images/bg_menu.gif);
        font-weight:bold;
}

.faqlist {
    list-style-type: disc;
    margin: 8px 0 8px 0;
}

.faqtitle {
    padding:8px;
    margin: 12px 0 8px 0;
    border:1px solid #999999;
    background: #eeeeee;
    font-weight: bold;
}

.categorydiscription {
    margin:8px;
    padding:8px;
    border-bottom: 1px solid #cccccc;
}

.red {
    color:red;
}

.grayframe{
    border:1px solid #E5E5E5;
    padding:4px;
}
