#site-box {
	margin: 0 auto;
}

#headerBoxHigh {
	border-left: 1px solid #7689d2;
	border-right: 1px solid #7689d2;
	border-top: 1px solid #7689d2;
	width: 100%;
	height: 60px;
	text-align: center;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#aab5e3), to(#7689d2));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #aab5e3, #7689d2);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFaab5e3, endColorstr=#FF7689d2);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFaab5e3, endColorstr=#FF7689d2)";
}

#headerBoxLow {
	border-left: 1px solid #7689d2;
	border-right: 1px solid #7689d2;
	border-bottom: 1px solid #7689d2;
	/*margin: 0 -500%;*/
	/*padding: 0 500%;*/
	width: 100%;
	text-align:left;
}

#toplogoTitle {
	float: left;
	font-size: 18pt;
	font-family: "Arial";
	color: #FFFFFF;
}

#container {
	clea: both;
	width: 980px;
	margin: 0 auto; /* センタリング for firefox */
	text-align: left;
}

#topicPathBox {
	padding-top: 5px;
	padding-bottom: 5px;
	/*margin: 0 -500%;*/
	/*padding: 0 500%;*/
	width: 100%;
	/*background-color: #6699cc;*/
	text-align: left;
}

#navi-box {
	float: left;
	margin-left: 0px;
	width: 130px;
	display: inline;
}

#main-box {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 530px;
	display: inline;
}

#sub-box {
       float: right;
       width: 300px;
}

#adSpaceHeader {
	text-align: left;
	padding-left: 300px;
}

#adSpaceSubRight {
	margin-top: 10px;
}

#AdSpace-top {
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
}

#adSpaceSubLeft {
	border-left: solid 1px #ff9900;
	border-right: solid 1px #ff9900;
}

#searchBox {
	/*text-align: center;*/
}

#adSpaceMainBottom {
	padding-top: 50px;
	padding-bottom: 20px;
}

#adSpaceSubMid {
	text-align: center;
	padding: 10px 0px 0px 0px;
}

#adSpaceSubBottom {
	text-align: center;
	padding: 10px 0px 0px 0px;
}

#adSpaceSubVal {
	background-color: #3399ff;
	text-align: center;
	margin: 30px 0;
}

#AdSpace-bottom {
	clear: both;
	/*width: 1055px;*/
	padding: 20px;
}

#footerBox {
	/*margin: 0 -500%;*/
	/*padding: 0 500%;*/
	width: 100%;
	height: 100px;
	border-top: 1px solid #6699cc;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#dbe8f5), to(#FFFFFF));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #dbe8f5, #FFFFFF);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFdbe8f5, endColorstr=#FFFFFFFF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFdbe8f5, endColorstr=#FFFFFFFF)";
}

#footerBox a:link,
#footerBox a:visited,
#footerBox a:hover,
#footerBox a:active {
	text-decoration: none;
}

#mokuji-title {
	margin-top: 10px;
	border: 1px solid #FF9900;
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFFFCC;
}

#mokuji {
	border-bottom: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	padding-left: 5px;
	line-height: 150%;
	font-size: 10pt;
	font-family: tahoma;
}

#subContentListTitle {
	margin-top: 10px;
	border: 1px solid #FF9900;
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
	font-family: tahoma;
	background-color: #FFFFCC;
}

#subContentList {
	border-bottom: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	padding-left: 5px;
	line-height: 150%;
	font-size: 10pt;
	font-family: tahoma;
}

#footerCopyright {
	text-align: center;
	font-size: 10pt;
	font-family: tahoma;
}

#subAdsTitle {
	margin-top: 10px;
	border: 1px solid #FF9900;
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FF9900;
}

#subAdsLinkyunit {
	border-bottom: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	margin-bottom: 10px;
	padding: 5px;
}

#gradient {
	color: #FFFFFF;
	height: 70px;
	padding: 10px 0 10px 10px;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#7689d2), to(#aab5e3));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #7689d2, #aab5e3);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF7689d2, endColorstr=#FFaab5e3);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF7689d2, endColorstr=#FFaab5e3)";
}

#footerGradient {
	height: 100px;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from#dbe8f5), to(#FFFFFF));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #dbe8f5, #FFFFFF);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFdbe8f5, endColorstr=#FFFFFFFF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFdbe8f5, endColorstr=#FFFFFFFF)";
}

html {
	overflow: auto;
}

body {
	margin: 0;
	overflow-x: hidden;
	position: relative;
	min-width: 995px;
	text-align: center; /*センタリング for IE*/
}

h1 {
	color: #ffffff;
	margin: 0px;
	border: 1px solid #ff9900;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-size: 14pt;
	font-family: tahoma;
	text-align: center;
	height: 22px;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ffcc7f));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #ff9900, #ffcc7f);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff9900, endColorstr=#FFffcc7f);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffff9900, endColorstr=#FFffcc7f)";
}

h2 {
	margin-bottom: 0px;
	padding-left: 5px;
	font-size: 11pt;
	font-family: tahoma;
}

h3 {
	font-size: 100%;
	margin-top: 25px;
	margin-bottom: 0px;
	}
	
p {
	text-indent: 1em;
	line-height: 150%;
}

pre {
	margin: 0px;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}

.fontSize14 {
	font-size: 14pt;
}

.adSpaceAmazon {
	margin: 10px 0 0 0;
}

.listBoxFedora {
	line-height: 150%;
	font-family: Tahoma;
	font-size: 10.5pt;
}

.listBoxFedora a:link,
.listBoxFedora a:visited,
.listBoxFedora a:hover,
.listBoxFedora a:active {
	line-height: 150%;
	text-decoration: none;
	padding-left: 40px;
	background : url(linux.gif) no-repeat 20px 0.2em; 
}

.listMarkFedora {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 5px;
	/* font-size: 10pt; */
	list-style-type: none;
}

.listBox {
	line-height: 150%;
	font-family: Arial;
}

.listBox a:link,
.listBox a:visited,
.listBox a:hover,
.listBox a:active {
	line-height: 150%;
	text-decoration: none;
	padding-left: 25px;
	background : url(list-mark-01.png) no-repeat 10px 0.3em; 
}

.listMark {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 5px;
	font-size: 10pt;
	list-style-type: none;
}

ul#subContentList {
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 10px;
}

ul#subContentList li{
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: none;
}

/* --- リストエリア --- */
ol#topicPath {
	margin: 0;
	padding-left: 10px;
	list-style: none;
	font-size: 90%;
	font-family: arial;
}

/* --- リスト項目 --- */
ol#topicPath li {
	display: inline;
}

/* --- リンク --- */
ol#topicPath li a {
	padding-right: 12px; /* リンクエリアの右パディング */
	background : url(topic_path2.gif) no-repeat right center;/* 区切りの記号 */
}

ol#topicPath li a:link,
ol#topicPath li a:visited,
ol#topicPath li a:hover,
ol#topicPath li a:active {
	color: #000000;
	text-decoration: none;
}

ol#topicPath li em {
	font-style: normal;
	font-weight: bold;
}

/* --- リストエリア --- */
ul#footerNav {
	margin: 0;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	list-style: none;
	font-size: 80%;
}

/* --- リスト項目 --- */
ul#footerNav li {
	display: inline;
}

/* --- リンク --- */
ul#footerNav li a {
	padding-right: 12px; /* リンクエリアの右パディング */
	padding-left: 5px;
	background : url(kugiri-02.jpg) no-repeat right center;/* 区切りの記号 */
}

ul.last#footerNav li a {
	background : url(topic_path.gif) no-repeat right center;
	color: red;
}

.menuTitle {
	border-style: solid;
	background-color: #FF9900;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #FF9900;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
	font-size: 10pt;
	font-family: "Arial";
	color: #000000;
}

.menuTitle a:link,
.menuTitle a:hover,
.menuTitle a:visited,
.menuTitle a:active {
	text-decoration: none;
	color: #000000;
}

.menuItem {
	border-style: solid;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #FF9900;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 0px;
	line-height: 150%;
	font-size: 9pt;
	font-family: Arial;
}

.menuItem a:link,
.menuItem a:visited,
.menuItem a:active {
	text-decoration: none;
	color: #0000ff;
}


.menuItem  a:hover {
	text-decoration: underline;
}

.subLinkyunit {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px ;
	border-right-width: 1px;
	border-style:solid;
	border-color: #FF9900;
	background-color: #FFFFCC;
	padding: 5px 0 5px 3px;
}

.listMarkMenu {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#cmdDiscription {
	border: 1px solid #1B3AB4;
	background-color: #E5EAFF; 
	padding: 10px;
	color: #000000;
	font-size: 10pt;
	/* font-family: "Arial"; */
	line-height: 150%;
}

#cmdConstruction {
	border: 1px solid #1B3AB4;
	background-color: #E5EAFF; 
	padding: 10px;
	color: #000000;
	font-size: 10pt;
	/* font-family: "Arial"; */
	line-height: 120%;
}

#cmdUsage{
  padding: 10px;
  font-size: 9pt;
  border: 1px solid #1B3AB4;
  background-color: #E5EAFF;
}

#subRankingTitle {
	color: #ffffff;
	margin-top: 10px;
	border: 1px solid #003399;
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
	background-color: #000cff;
}

#subReacentTopicTitle {
	margin-top: 10px;
	border: 1px solid #67bbcc;
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
	background-color: #67bbcc;
	color: #FFFFFF;
}

#subReacentTopicList {
	border-bottom: 1px solid #67bbcc;
	border-left: 1px solid #67bbcc;
	border-right: 1px solid #67bbcc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 150%;
	font-size: 10pt;
	font-family: tahoma;
}

table.table001 {
	/*margin-top: 0.2em;*/
	margin-top: 0;
	margin-bottom: 1em;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 10pt;
}

table.table001 caption {
	margin-top: 1em;
	text-align: right;
}

table.table001 th,
table.table001 td {
	padding: 4px 6px;
	font-family: "Arial";
	line-height: 150%;
}

table.table001 th {
	width: 20%;
	background: #1B3AB4;
	text-align: center;
	white-space: nowrap;
	font-size: 10pt;
	color: #FFF;
}

table.table001 td {
	background: #E5EAFF;
	text-align: left;
	/*white-space: nowrap;*/
}
/**/
table.table002 {
	/*margin-top: 0.2em;*/
	margin-top: 0;
	margin-bottom: 1em;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 10pt;
}

table.table002 caption {
	margin-top: 1em;
	text-align: right;
}

table.table002 th,
table.table002 td {
	padding: 4px 6px;
}

table.table002 th {
	width: 20%;
	background: #7689d2;
	text-align: center;
	white-space: nowrap;
	font-size: 10pt;
	font-family: "Arial";
	color: #000000;
}

table.table002 th a:link,
table.table002 th a:hover,
table.table002 th a:visited,
table.table002 th a:active {
	text-decoration: none;
	color: #FFFFFF;
}	

table.table002 td {
	background: #E5EAFF;
	text-align: left;
	/*white-space: nowrap;*/
}

.subRanking {
	border-bottom: 1px solid #003399;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	line-height: 130%;
	font-family: arial;
}

.subRanking ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 0px;
	font-size: 9pt;
	list-style-type: none;
}

.subRanking a:link,
.subRanking a:visited,
.subRanking a:hover,
.subRanking a:active {
	text-decoration: none;
	padding-left: 16px;
}

.subRanking a:hover {
	text-decoration: underline;
}

.listNumberOne {
	background : url(icon_number02_blue14_01.gif) no-repeat 0px 0.3em; 
}

.listNumberTwo {
	background : url(icon_number02_blue14_02.gif) no-repeat 0px 0.3em; 
}

.listNumberThree {
	background : url(icon_number02_blue14_03.gif) no-repeat 0px 0.3em; 
}

.listNumberFour {
	background : url(icon_number02_blue14_04.gif) no-repeat 0px 0.3em; 
}

.listNumberFive {
	background : url(icon_number02_blue14_05.gif) no-repeat 0px 0.3em; 
}

.listNumberSix {
	background : url(icon_number02_blue14_06.gif) no-repeat 0px 0.3em; 
}

.listNumberSeven {
	background : url(icon_number02_blue14_07.gif) no-repeat 0px 0.3em; 
}

.listNumberEight {
	background : url(icon_number02_blue14_08.gif) no-repeat 0px 0.3em; 
}

.listNumberNine {
	background : url(icon_number02_blue14_09.gif) no-repeat 0px 0.3em; 
}

.listNumberTen {
	background : url(icon_number02_blue14_10.gif) no-repeat 0px 0.3em; 
}

.linkDiscription {
	font-size: 90%;
	line-height: 150%;
	}
	