/* レイアウト用 CSS */

* {
	margin: 0;
	padding: 0;
}



a:link { color: #6F9A9E; text-decoration:none; }
a:visited { color: #6F9A9E; text-decoration:none; }
a:active { color: blue; text-decoration:underline; }
a:hover { color: #007B4A; text-decoration:underline; }

/*
li a {
	width: 100%;
}
*/
.red { color: red; }
.green { color: #228B22; }
.bold { font-weight: bold; }
.small { font-size: x-small; }
strong { color: red; font-weight: bold; }
.strong { font-weight: bold; }
.keyword2 { color: #F0F; }
.keyword3 { font-style: italic; }
.keyword { color: blue; }
.function { font-style: italic; }
.right { text-align: right; }

pre {
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}

img {
	border: 0;
}

body, table {
	font-size: 96%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',sans-serif;
	line-height: 120%;
	color: #000000;
}

#frame {
	width: 980px;
	text-align: center;
	margin: auto;
	position: relative;
}

#associates {
	margin: 80px 0 0 0;
	width: 160px;
	float: left;
}

#inframe {
	width: 798px;
	margin: 0 4px;
	float: left;
}


#header {
	width: 792px;
	height: 70px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#sub_header {
	float: left;
	width: 120px;
	padding: 0;
	background-color: #E3EEFF;
	border: solid gray 1px;
	padding-left: 4px;
	margin-right: 4px;
	background-color: #E3EEFF;
	color: blue;
	text-decoration: bold;
}

#insub_header {
	list-style: none;
	text-align: left;
}

#insub_header li {
	list-style-type: none;
	list-style-position: outside;
}

#main {
	width: 598px;
	float: left;
	margin-bottom: 20px;
}

#whats_new {
	padding: 8px;
	border: solid gray 1px;
	width: 100%;
	text-align: left;
	margin-bottom: 40px;
	background-color: #FFFFFB;
}

#whats_new li {
	list-style-type: circle;
	list-style-position: inside;
}

#top_desc {
	padding: 8px;
	border: solid gray 1px;
	width: 100%;
	text-align: left;
	background-color: #FFFFFB;
}

#top_desc li {
	list-style-type: none;
	list-style-position: outside;
}

#footer {
	width: 100%;
	clear: both;
	margin: 8px 0 0 0;
	text-align: center;
	border: 1px solid black;
	color: #FFFFFF;
	background-color: #2E5B61;
}

#namespace {
/*	display: block;*/
	border: solid #FFA07A 1px;
	margin: 8px 0 8px 0;
	width: 30%;
	text-align: left;
	background-color: #FFF5EE;
	color: #8B4513;
}

.menu {
	width: 11px;
	border: solid #3333CC 1px;
	background-color: #ccccff;
}

.contents {
	padding: 5px 0px 20px 0px;
}


h1 {
	color: #FFFFFF;
	background-color: #2E5B61;
	font-weight: bold;
	font-size: 110%;
	line-height: 120%;
	text-align: center;
	margin-bottom: 10px;
}

.round b { 
	clear: both;
	display: block;
	height: 1px; 
	overflow: hidden;
	border: solid white 0px;
}

b.ln1 { border-left-width: 5px; border-right-width: 5px;}
b.ln2 { border-left-width: 3px;  border-right-width: 3px;}
b.ln3 { border-left-width: 2px;  border-right-width: 2px;}
b.ln4 { border-left-width: 1px;  border-right-width: 1px; height: 2px;}



.source {
	padding-left: 4px;
	text-align: left;
	border: solid black 1px;
}

#trackback {

	padding: 8px;
	border: solid gray 1px;
	width: 100%;
	text-align: left;
/*	background-color: #FFFFE3;*/
	background-color: #FFFFFB;
}

.sub_category {

	line-height: 30px;
	padding: 2px;
	border-style: solid;
	border-width: 2px;
	border-color: #007B4A;
/*	background-color: #CCCCFF;*/
}

#trackback li {
	list-style-type: none;
	list-style-position: inside;
}

/* 掲示板用 */
h2 {
	color: #FFFFFF;
	background-color: #6F9A9E;
	width: 528px;
	font-weight: bold;
	font-size: 110%;
	line-height: 120%;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	top: 20px;
	left: 48px;
	border: 1px solid gray;
}

h3 {
	color: #FFFFFF;
	background-color: #778899;
	width: 528px;
	font-weight: bold;
	font-size: 110%;
	line-height: 120%;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	top: 20px;
	left: 48px;
	border: 1px solid gray;
}

.article {
	margin-left: 2px;
	margin-right: 2px;
	width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 34px;
	width: 552px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

.comment {
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-right: 4px;
	width: 520px;
	background: #FFFFFF;
	position: relative;
	top: 20px;
	left: 48px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

h4 {
	color: #FFFFFF;
	background-color: #2E5B61;
	text-align: center;
	height: 1px;
	line-height: 1px;
	margin-right: 4px;
}

.manual {
	border-top: 1px solid gray;
	border-bottom: 0px solid gray;
	border-left: 1px solid gray;
	border-right: 0px solid gray;
}
.manual th {
	border: 0px solid gray;
}
.manual tr {
	border: 0px solid gray;
}
.manual td {
	border-top: 0px solid gray;
	border-bottom: 1px solid gray;
	border-left: 0px solid gray;
	border-right: 1px solid gray;
}
