@charset "Shift_JIS";

/* 全体
----------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: ivory;
	font-size: small;
/*	background-image:  url(../images/back-body2.jpg);
	background-repeat: repeat-y;*/
}

#wrapper {
	margin: 20px;
	padding: 0px;
	width: 760px;
}

p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

li {
	line-height: 1.5em;
}

a img {
	border: none;
}

/* イメージのロールオーバー */
a:hover img {
	background-color: ivory;
}

.gotop a {
	background-image: url(../images/point_up.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	line-height: 1.0;
}

/* リンク
----------------------------- */
a:link {
/*	text-decoration: none;*/
	color: #1C73DD;

}
a:hover {
/*	text-decoration: none;*/
	background-color: #EDED99;
	color: #1C73DD;

}
a:visited , a:active{
/*	text-decoration: none;*/
	color: #1C73DD;

}

/* ヘッダ
----------------------------- */
#header {
	height: 100px;
	\height: 130px;
	h\eight: 100px;
}
/* サブナビゲーションバー*/
	#subnav{
	margin-top: 10px;
	margin-bottom: 5px;
	}
	#subnav .subnavlist{
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000;
	}
	
	#subnav .subnavlist ul, #subnav .subnavlist li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
	#subnav .subnavlist a:link, #subnav .subnavlist a:visited{
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
	}
	
	#subnav .subnavlist a:link#current, #subnav .subnavlist a:visited#current, #subnav .subnavlist a:hover{
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
	}
	
	#subnav .subnavlist a:hover { color: #000; }

/* ページ本体
---------------------------------------------------- */
#pagebody {
/*  clear: both;
  position: relative;
  width: 760x;			 ■IE用バグ対策 */
	padding: 0px;
	margin: 0px;
}

/* ナビゲーションバー
----------------------------- */
#navigation {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

#navigation ul {
	list-style: none;
	margin: 10px;
	padding: 0px;
}

.memu {
	width: 100%;
	background-color: #FFFFFF;
	font-size: 1em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	border-top: 0px solid #A3C2BA;
	border-right: 1px solid #A3C2BA;
	border-bottom: 1px solid #A3C2BA;
	border-left: 1px solid #A3C2BA;

}
.memu h2  {
	background-color: #749d72;
	font-size: 1em;
	border: 0px;
	font-weight: 100;
	line-height: 2em;
	padding-left: 0.5em;
	margin-top: 0px;
	color: #FFFFFF;

}
.memu h2 a  {
	display: block;
}

#amazon {
	width: 100%;
	padding-left: 15px;
	padding-top: 20px;
}

/* ナビゲーションのカテゴリー名のリンク
----------------------------- */
#navigation h2 a:link {
	text-decoration: none;
	color: #FFFFFF;

}
#navigation h2 a:hover {
	background-color: #749d72;　/* .memu h2 と同じに */
	text-decoration: none;
	color: #FFFFFF;

}
#navigation h2 a:visited , #navigation h2 a:active{
	text-decoration: none;
	color: #FFFFFF;

}


/*  ナビゲーションリスト */
.navlist
{
	padding-left: 0px;
	margin-left: 0px;
	border-bottom: 1px solid gray;
	width: 80%;
}

.navlist li
{
	list-style: none;
	margin: 0px;
	padding: 0.25em;
	padding-left: 0px;
	border-top: 1px solid gray;
}

.navlist li a {
	text-decoration: none;
}


/* トップページのナビゲーションバー
----------------------------- */
#navcontainer .subnavlist {
	width: 150px;
	margin: 0px;
	padding: 0px;

 }

#navcontainer .subnavlist ul
{
	line-height: 1.5em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer .subnavlist a
{
	display: block;
	padding: 3px;
	width: 144px;
	background-color: #749d72;
	border-bottom: 1px solid #eee;
}

#navcontainer .subnavlist a:link, #navcontainer .subnavlist a:visited
{
	color: #eee;
	text-decoration: none;
}

#navcontainer .subnavlist a:hover
{
	background-color: #A3C2BA;
	color: #fff;
}


/* 本文
----------------------------- */
#content {
	margin-top: 0px;
	margin-left: 170px;
	/*width: 500px;*/
	padding: 0px;
}

/* 記述例 */
.fixnote {
	border: 1px groove #666666;
	padding: 10px;
	background-color: #EEEEFF;
	font-family: fixed,monospace;
	font-size: 1em;
	text-indent: 0em;
}

  .code {
   background: #e4efff; padding: 5px; border: 1px dashed #abc; margin-left: 2em; margin-right: 2em;
   font-family: fixed,"lucidux mono","andale mono","courier new",monospace;
  }
/* 記述例の中*/
.string {
  color: #06c;
} /* font-lock-string-face */
.comment {
  color: #009900;
} /* font-lock-comment-face */

.mark {
	color: #FF0000;
}
/* 区切り線 */
.line_dot {
	border: thin dotted #CCCCCC;
}

/* 注意 */
.notes {
	border: 1px solid #000000;
	padding: 10px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.warning { color: #a00; }

/* ファイル更新日 */
.update {
	margin-top: 2em;
	margin-right: 0px;
	text-align: right;

}
.alt1 {
	background-color: #FFE3B0;
}
.alt2 {
	background-color: #FFF3B9;
}
.alt3 {
	background-color: #F3C7B1;
}

.alt4 {
	background-color: #6161FF;
}
.alt5 {
	background-color: #4444B3;
}

.blue {
	color: #0000FF;
}

#content h1 {
	font-size: 1.5em;
	color: #0000CC;
	padding: 5px;
	border-bottom-width: 2px;
	border-left-width: 32px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #339933;
	border-right-color: #339933;
	border-bottom-color: #339933;
	border-left-color: #339933;
	border-top-width: 0px;
	border-right-width: 0px;
	margin-top: 0px;	/* contentの幅を指定しないため、0にすることでcontentが下がって見えないようにする IE6w*/
}
#content h2 {
	color: #FF3300;
	font-size: 1.3em;
	border-bottom-width: 2px;
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;	/* contentの幅を指定しないため、0にすることでcontentが下がって見えないようにする IE6w*/
}


/* フッタ
----------------------------- */

#footer {
	clear: both;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 1em;
	float: right;
	width: 550px;
	font-size: x-small;
}
.key {
	height: 1em;
	border: 1px solid #000000;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 2px;
	margin-left: 2px;


}
