@charset "euc-jp";

/* 全体 */
* {
	margin: 0px;;
	padding: 0px;
	font: normal normal normal 100%/ 1.5em Osaka, Verdana, Chicago,
		"ＭＳ Ｐゴシック", sans-serif;
}

/* 文字サイズの変更はここで出来ます↓ */
body {
	text-align: left;
	font-size: 84%;
	color: #555;
	background: #fff;
	width:850px;
	margin:0px;
}

/* ページ全体のリンク */
a {
	text-decoration: underline;
}

a:link {
	color: #191919;
}

a:visited {
	color: #999;
}

a:hover {
	color: #555;
	text-decoration: none;
}

/* ページの大枠設定 */
div.navheader,div.preface,div.set,div.sect1,div.book,div.chapter,div.section,div.refentry,div.glossary,div.reference,div.appendix
	{
	margin: 0 0 0 200px;
	padding: 0 0 0 5px;;
	text-align: left;
	width: 645px;;
}

div.set div.book,div.appendix div.sect1,div.preface div.sect1,div.chapter div.sect1,div.book div.chapter,div.chapter div.section,div.section div.section
	{
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;;
	text-align: left;
	width: 650px;;
	background: none;
}

#footer,div.navfooter {
	margin: 0 0 0 200px;
	padding: 0 0 0 5px;;
	text-align: left;
	width: 645px;;
}

/* ヘッダー */
#header {
	margin: 0 0 0 200px;
	padding: 0 0 0 5px;
	color: #555;
	height: 60px;
}

#header a:link,#header a:visited {
	color: #999;
	text-decoration: underline;
}

#header a:hover {
	color: #333;
	text-decoration: none;
}
img { border:none;}
#id_header {
	width:850px;
}
#id_logo {
	width:200px;
	height:114px;
	float:left;
}
#id_top_ad {
	width:650px;
	height:71px;
	text-align:right;
	float:left;
}
#id_site_navi {
	width:650px;
	height:43px;
	background-image:url(../images/top/head.jpg);
	background-repeat:repeat-x;
	float:left;
	text-align:right;
	padding-top:10px;
	padding-right:10px;
}
#id_menu {
	float:left;
}
#id_menu h2 {
	width:200px;
	height:28px;
	margin:0px;
	padding-left:30px;
	padding-top:4px;
	padding-bottom:0px;
	background-image:url(../images/top/menu_head.jpg);
	background-repeat:no-repeat;
}
.cls_menu {
	clear:left;
	width:200px;
	margin:0px;
	padding:0px;
	padding-top:10px;
	background-image:url(../images/top/cls_menu_back.jpg);
	background-repeat:repeat-y;
}
.cls_menu_ad {
	width:180px;
	margin:0px 10px;
	padding:0px;
}
.cls_menu_eof {
	width:200px;
	height:14px;
	margin:0px;
	padding:0px;
	background-image:url(../images/top/cls_menu_eof.jpg);
	background-repeat:repeat-y;
}
.cls_menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.cls_menu ul li {
	width:169x;
	height:24px;
	margin-top:0px;
	margin-left:3px;
	margin-bottom:2px;
	padding-top:0px;
	padding-left:25px;
	background-image:url(../images/top/menu_back.jpg);
	background-repeat:no-repeat;
}
.cls_menu ul li.cls_home {
	background-image:url(../images/top/menu_home.jpg);
	background-repeat:no-repeat;
}

/* サイト名の文字 */
h1 {
	font-size: 222%;
	color: #000;
	padding: 15px 0 0;
	text-align: right;
	border-bottom: 1px solid #eee;
}

/* パンくずリスト */
ul#pan {
	list-style: none;
	padding: 0;
	margin: -55px 0 0;
}

ul#pan li {
	display: inline;
	font-weight: bold;
}

ul#pan a {
	padding: 0 0.7em 0 0;
	background: url("../imgages/pan.gif") no-repeat 100% 50%;
}

/* メニュー部分・写真の変更はここで出来ます */
#menu {
	margin: 0px 0px 0px 0px;
	padding: 155px 0px 5px;
	width: 250px;
	float: left;
	background: url(../images/logo.png) no-repeat 50% 0%;
	position: fixed;
}

#menu h2 {
	display: none;
}

/* メニューリスト・リンク */
#menu ul {
	list-style: url("../images/list-mark.png") inside;
	padding: 2px;
	margin: 0.5em 5px;;
	text-align: left;
}

#menu li { /**display:inline;**/
	margin: 0px;
}

#menu li a {
	display: block;
	text-decoration: none;
	padding: 0 5px;
	font-size: 0.9em;
	font-weight: bold;
}

#menu li a:link,#menu li a:visited {
	color: #444;
}

#menu li a:hover {
	color: #999;
	background: url("../images/icon.gif") no-repeat 100% 50%;
}

#menu li.now a:link,#menu li.now a:visited {
	color: #999;
	font-weight: normal;
}

/* 記事部分 */
#article {
	color: #555;
	margin: 0 0 0 200px;
	padding: 10px 0 1.6em 15px;
}

.text {
	margin: 0 0 2em;
}

/* 戻りの設定 */
ul.modori {
	list-style: none;;
	margin: 0;;
	padding: 0;
}

ul.modori li {
	list-style: none;;
	display: block;;
	text-align: right;;
	margin: 1em -0.5em 0 0;
}

ul.modori li a {
	display: inline;;
	text-decoration: underline;
}

ul.modori li a:link,ul.modori li a:visited {
	color: #777;
}

ul.modori li a:hover {
	color: #444;
}

/* フッター */
	/**#footer{font-size:88%;text-align:right;color:#777;margin:0 0 0 250px;padding:0 15px 1em;background:url("../images/dot.gif") repeat-y 0% 0%;}**/
#footer h2 {
	display: none;
}

#footer a:link,#footer a:visited {
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	color: #222;
	text-decoration: underline;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
	margin: 0 0.5em;
}

#footer li a {
	display: inline;
}

#footer li address {
	display: inline;
}

/* 見出し */
h3,h4 {
	color: #444;
	margin: 1.2em 0 0.4em;
}

h5,h6 {
	margin: 1em 0 0.4em;
	font-size: 100%;
}

h2 {
	font-size: 122%;
	font-weight: bold;
	margin: 0.5em 0;
	color: #444;
	padding: 0 0 0 20px;
	background: url("../images/icon2.gif") no-repeat 0% 50%;
}
/** 各章の見出し **/
h2.title {
	border-top: 0px;
	border-right: 0px;
	border-left: 0px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	background: url("../images/icon_title.jpg") no-repeat 0% 50%;
	padding: 0 0 0 30px;
	margin: 0.5em 0px;
}
h3 {
	font-size: 112%;
	background: url("../images/dot2.gif") repeat-x 0% 100%;
}
h3.title {
	font-weight: bold;
	color: #2B64F2;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	padding: 0 10px;
	background: url("../images/icon.gif") no-repeat -5px 50%;
}

h5 {
	text-align: center;
}

h6 {
	text-align: right;
}

/* その他　必要であれば */ /* 線 レイアウトには使用していません */
hr {
	display: none;
}

/* 画像リンクの枠線を消す */
img {
	border: none;
}

/* 連絡先 */
address {
	
}

/* 強調 */
em {
	font-weight: bold;
	color: #222;
	background: #fff url("../images/dot2.gif") repeat-x 0% 100%;
}

/* より強い強調 */
strong {
	font-weight: bold;
	color: #000000;
	background: #F0FFFF url("../images/dot2.gif") repeat-x 0% 100%;;
}

/* 追加 */
ins {
	text-decoration: underline;
	border-bottom: 1px dotted #999;
}

/* 削除 */
del {
	text-decoration: line-through;
}

/* 短い引用・出典 */
q,cite {
	border-bottom: 1px dotted #999;
}

/* 上付き・下付き文字 */
sup {
	font-size: 84%;
	vertical-align: super;
}

sub {
	font-size: 84%;
	vertical-align: sub;
}

/* 物理的タグ・使用は極力避けましょう */
tt {
	font-family: monospace;
}  /* 等幅 */
b {
	font-weight: bold;
}  /* 太字 */
i {
	font-style: oblique;
}  /* 斜体 */
big {
	font-size: 132%;
}  /* 文字大 */
small {
	font-size: 84%;
}  /* 文字小 */ /* フォーム */
input,textarea,select {
	background: #fff;
	color: #505050;
	border: 1px solid #c8c8c8;
	margin: 0.1em 0;
}

/* 番号付きリスト */
ol {
	list-style-position: outside;
	padding: 5px;
	margin: 0 0.5em 0 1.5em;
}

ol li {
	padding: 0;
}

/* 普通リスト */
ul {
	list-style: outside disc;
	padding: 5px;
	margin: 0 0.5em 0 1.5em;
	list-style-image: url("../images/list_mark.jpg");
}

li {
	padding: 0;
}

/* 説明付きリスト */
dl {
	list-style-position: inside;
	padding: 5px;
}

dt {
	font-weight: bold;
	padding: 0 0 0 10px;
	background: url("../images/icon.gif") no-repeat -5px 50%;
}

dd {
	padding: 0 5px;
	margin: 0 0 0 1em;
}

/* 段落 */
p {
	margin: 0 0 0.4em;;
	text-indent: 1em;
}

/* 引用文 */
blockquote {
	border: 1px solid #c8c8c8;;
	margin: 0.5em 1em;;
	padding: 5px;
}

/* 整形済みテキスト */
pre {
	background: #eee;
	color: #444;;
	margin: 0.5em 1em;;
	padding: 5px;
}

/* テーブル */
table {
	table-layout: auto;
	border-collapse: collapse;;
	padding: 5px;
	width: 100%;
}

th {
	background: #eee;;
	color: #444;;
	margin: 0.5em 1em;;
	padding: 5px;;
	border: solid 1px;;
	text-align: center;;
	padding: 5px;
}

td {
	border: solid 1px;
	padding: 5px;
}




/* コマンドの表示 */
.keycap {
	font-weight: bold;
	padding-top: 1px;
	padding-left: 25px;
	padding-right: 5px;
	background: url("../images/key.png") no-repeat;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

code.filename {
	background: url("../images/file.png") no-repeat;
	padding-left: 18px;
	padding-right: 2px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	font-style: italic;
}
.term {
	font-weight: bold;
}
.application {
	color: #FF561E;
}

