@charset "UTF-8"; 
/* File      : styles-site.css   */

/* すべて */

* {
    margin: 0 0 0 0;
    padding: 0;
    font-family: "Microsoft Sans Serif","MS UI Gothic", Verdana, Arial, sans-serif;
    font-weight: normal;
}

/* リンク */
a{  text-decoration:none;  color:#999999;font-weight:bold;} 
a:active{  color:#ff0000; font-weight:bold;}　 
a:visited{  color:#999999;font-weight:bold;}
a:hover{  text-decoration:none;  color:#ff0000; font-weight:bold;}


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

/* 段落 */
p{
   margin-top: 10px; /*本文欄のマージン */
    margin-bottom: 10px;
 　　margin-left: 20px;
}

/* 順序なしリスト */
ul {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

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

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

/* インラインフレーム */
iframe{ margin: 0 0 3px 0;}


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


/* 伊助PHP用*/
/* ここから下に追記分は伊助PHP専用設定*/

/* 伊助レイアウト */

div#isuke_title{
	width: 760px;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	border-bottom:solid #cccccc 1px;
}
div#isuke_title img{margin : 3px 0 0 0;}
div#isuke_unit{
	width: 760px;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
}
div#isuke_contents{
           color: #666666;
	float:right;
	width:623px;
	border-left:solid #e6e6e6 1px; 
}

#isuke_contents a img {    border: 0;} 
#isuke_contents a{  text-decoration:underline;  color:#666699;  font-weight:normal; } 
#isuke_contents a:active{  color:#ff0000;  font-weight:normal;}　 
#isuke_contents a:visited{  color:#666699; font-weight:normal;}
#isuke_contents a:hover{  text-decoration:underline;  color:#ff0000;  font-weight:normal;}


div#isuke_menu{
	float:left;
	width:135px;
}
div#isuke_menu p{ 
                line-height:120%;
	margin: 0 0 0 0;
	text-align: left;
}
div#isuke_menu img{ margin: 3px 0 3px 0;}

#isuke_menu a{  text-decoration:none;  color:#999999;font-weight:bold;} 
#isuke_menu a:active{  color:#ff0000; font-weight:bold;}　 
#isuke_menu a:visited{  color:#999999;font-weight:bold;}
#isuke_menu a:hover{  text-decoration:none;  color:#ff0000; font-weight:bold;}

div#isuke_bottom{
	clear: both;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	width: 760px;
	border-top:solid #cccccc 1px;
}
div#isuke_bottom p{ 
	font-family: "Verdana";
	font-size : 9pt;
	margin: 10px 0 0 0;
	text-align: left;
}

/* 子スタイル */
.font_10pt {font-size: 10pt;}
.font_9pt {font-size: 9pt;}
.font_8pt {font-size: 8pt;}
.font_7pt {font-size: 7pt;}
.font_4pt {font-size: 4pt;}

.copyright {font-size: 7pt;color: #cccccc;}

.navi_style_11pt {font-family: "Verdana";font-size : 11pt; font-weight : bold;  text-align: left;color: #999999;}
.navi_style_9pt {font-family: "Verdana";font-size : 9pt; font-weight : bold;  text-align: left;color: #999999;}
.navi_style_8pt {font-family: "Verdana";font-size : 8pt; font-weight : bold;  text-align: left;color: #999999;}
.glay_bold {color: #666699;	font-weight: bold;}

.float_left {float: left;}
.float_right {float: right;}

/* メニューバー */

/*Menu Bar styling classes*/
ul.MenuBarHorizontal{
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-family: Verdana;
	list-style-type: none;
	cursor: default;
	width: auto;
}
ul.MenuBarActive{
	z-index: 10;
}
ul.MenuBarHorizontal li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11pt;
	font-family: Verdana;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
ul.MenuBarHorizontal ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10.5pt;
	font-family: Verdana;
	z-index: 20;
	cursor: default;
		width: 180px;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible{
	left: auto;
}
ul.MenuBarHorizontal ul li{
	width: 180px;  /* 小窓の文字領域の幅 */
}
ul.MenuBarHorizontal ul ul{
	position: absolute;
	margin: -5% 0 0 95%;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible{
	left: auto;
	top: 0;
}
ul.MenuBarHorizontal ul{
	border: 2px solid #ff0000;
}
ul.MenuBarHorizontal a{
	display: block;
	cursor: pointer;
	background-color: #ffffff;
	padding: 2px 15px 2px 20px;
	color: #999999;
	text-decoration: none;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{
	background-color: ffffff;
	color: #ff0000;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{
	background-color: #ffffff;
	color: #ff0000;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu{
	background-image: url(http://www.isuke.com/parts/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{
	background-image: url(http://www.isuke.com/parts/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover{
	background-image: url(http://www.isuke.com/parts/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover{
	background-image: url(http://www.isuke.com/parts/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarHorizontal iframe{
	position: absolute;
	z-index: 10;
}
@media screen, projection{
	ul.MenuBarHorizontal li.MenuBarItemIE{
		display: inline;
		float: left;
		background: #ffffff;
	}
}

/* 伊助PHP専用設定おわり*/


/* タイトルバナー */
#banner {
    padding: 2px;
    border-bottom: 0px solid #666699;
    color: #666699;
    background-position: left top;
    background-image : url(http://www.isuke.com/parts/h1.gif);
    background-repeat : repeat-y;
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #666699;
    font-size: 24px; font-weight: bold;  /* 表題 */
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner h2 {
    color: #666699;
    font-size: 12px;
    margin: 0 0 0 8px;
}

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

/* エントリー日付 */
.date {
    margin: 6px 5px 5px 2px;
    padding: 2px 0 0 5px;
    color: #666699;
    background-position: left; 
    font-size: 14px;
    font-weight: bold;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 0 0 0;
    color: #444444;
    background: none;
    background-position: right; 
    background-repeat: repeat-y; 
    font-size: 14px;
    line-height:100%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
	float:center;
    margin: 10px 0 10px 20px;
}

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

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

/* エントリータイトル */
.entry-header {
	margin: 5px 0 10px 0;
	padding: 5px;
	color: #666699;
    background-image : url(http://www.isuke.com/parts/h2.gif);
    background-repeat : repeat-y;
	font-size: 14px;
	font-weight: bold;
}
.entry-body{
	margin: 5px 0 10px 10px;
	color: #000000;
	font-size: 13px;
}

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

/* タグ */
.entry-tags-header, .entry-tags{
    font-size: 9px;
}

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

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

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.red {
    color: #e50003;
}
.blue {
    color: blue;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    /*border: 1px solid #666666;  */
    text-align: left;
    color: #666666;
    background-image : url(../parts/h4.gif);
    background-repeat : repeat-y;
    font-size: 12px;
    font-weight: bold;
    line-height: 140%;
}

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

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

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 120%;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 120%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}


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

#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: 5px 3px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #666699;
    background-image : url(../parts/h2.gif);
    background-repeat : repeat-y;
    font-size: 12px;
}

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

.trackback-content p,
.comment-content p {
    margin-top: 12px;
    margin-bottom: 3px;
}

.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: #666699;
    background-image : url(../parts/h2.gif);
    background-repeat : repeat-y;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    }
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 0 solid #666699;
    border-left: 0 solid #666699;
    border-right: 0 solid #666699;
    text-align: left;
    }

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 623px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 0 solid #666699;
    border-left: 0 solid #666699;
    border-right: 0 solid #666699;
    text-align: left;
    }

/* 2カラム用 */
.layout-one-column #container {
    margin-bottom: 0;
}

/* 1カラム用 */
.layout-one-column #box {
    width: 438px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0 solid #666699;
    border-left: 0 solid #666699;
    border-right: 0 solid #666699;
    text-align: left;
    }

/* 1カラム・リキッドレイアウト用 */
/* タイトルバナー */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 0 solid #666699;
    border-right: 0 solid #666699;
}
body.layout-one-column-liquid {
    }

/* フッタ */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}

/* 3カラム(リキッドレイアウト) */
body.layout-three-column-liquid {
    }
.layout-three-column-liquid #content {
    margin: 0 185px 10px;
    border-bottom: 0 solid #666699;
    border-left: 0 solid #666699;
    border-right: 0 solid #666699;
}
.layout-three-column-liquid #links-left{
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: none;
}
.layout-three-column-liquid #links-right{
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: none;
}

/* 2カラム(リキッドレイアウト：右サイドバー) */
body.layout-two-column-liquid-right {
    }
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
    border-bottom: 0 solid #666699;
    border-right: 0 solid #666699;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: none;
}

/* 2カラム(リキッドレイアウト：左サイドバー) */
body.layout-two-column-liquid-left {
    }
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 0 solid #666699;
    border-left: 0 solid #666699;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: none;
}

/* 1カラム(リキッドレイアウト) */
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    border-bottom: 0 solid #666699;
    border-left: 0 solid #666699;
    border-right: 0 solid #666699;
    }

/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 438px;
    margin: 0 0 10px 0;
    border-bottom: 0 solid #666699;
    border-left: 0 solid #666699;
    border-right: 0 solid #666699;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
    color: none;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 438px;
    margin: 0 0 10px 0;
    border-bottom: 0 solid #666699;
    border-right: 0 solid #666699;
border-left: 0 solid #e6e6e6;
}
.layout-two-column-right #links-right-box {
    float: left;
    width: 185px;
}
.layout-two-column-right #links-right {
    padding: 15px 15px 0;
    color: none;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 438px;
    margin: 0 0 10px 0;
    border-bottom: 0 solid #666699;
    border-left: 0 solid #666699;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
    color: none;
}

/* 1カラム */
.layout-one-column #content {}

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

BODY{
  background-image : url(http://www.isuke.com/parts/bg.gif);
  background-repeat : repeat-y;
  background-position : center center;
  scrollbar-face-color:#ffffff; scrollbar-highlight-color:#666666; scrollbar-shadow-color:#333333;
 scrollbar-3dlight-color:#ffffff; scrollbar-darkshadow-color:#ffffff; scrollbar-arrow-color:#666666;
 scrollbar-track-color:#ffffff;
 }







