/*------　original.css (IE6.0で動作確認)　------*/

/*------　basic elements　------*/
body {
	margin: 0px;	padding: 0px;
	background: #DDD url(background.gif) repeat;
	font-size: 13px;
	}
img {
	border: none;
	margin-bottom: 5px;
	}
p {
	padding-bottom: 20px;
	}
xmp {
	color: #45A;
	}

/*------　classes　------*/
.indent {
	margin-left: 50px;
	}
.accent {
	font-weight: bold;
	}
.hot	{
	color: #E64;
	}
.rightside {
	text-align: right;
	}

/*------　div: base (defines the area of content)  ------*/
#base { 
	width: 760px;
	background: #EEE;
	position: absolute; top: 0; left: 50%; 	margin-left: -380px;
	border: 1px solid #BBB;
	}

/*------　div: header (h1 represents header image) ------*/
#header #title h1 { 
	width: 760px; height: 50px;
	margin: 0px 0px 0px 0px;
	background: transparent url(header.gif) no-repeat;
	}
#header #title h1 span {
	display:none;
	}
#header img {
	width: 400px; height: 50px;
	position: absolute; top: 0; left: 0;
	}

/*------　div: global-top (lined on the top for global navigation) ------*/
#global-top {
	width: 760px; height: 20px;
	margin: 0px 0px 0px 0px;
	background: #AAA; 
	border-top: 2px solid #666;
	color: #DDD;
	}
#global-top a {
	color: #FFF;
	text-decoration: none;
	}
#global-top a:hover {
	color: #44C;
	}

#global-top #topic-path {
	padding-left: 10px; 	padding-top: 2px;
	text-align: left;
	float: left
	}

#global-top #mode-switch {
	padding-right: 10px; 	padding-top: 2px;
	text-align: right;
	}


/*------　div: content (wide left-padding for menu, rest of the area used as main)------*/
#content {
	background: #transparent;
	padding: 0px 0px 0px 220px; 
	color: #666;
	line-height: 16px;
	}
#content a {
	color: #09F;
	text-decoration: none;
	}
#content a:hover {
	color: #F66;
	}
#content h2 {
	margin: 0px;
	background: transparent;
	}
#content h2 span {
	position: absolute;
	top: 155px; right: 10px;
	font: 25px Century Gothic;	font-weight: normal;
	color: #FFF;
	}
#content #index {	margin-left: -220px; width: 760px; height: 150px; background: url(h2_index.jpg) top left;	}
#content #reserved {	background: #XXX url(../img/XXX/XXX.gif);	border-left: Xpx solid #XXX;	}


#content #topic-path {	margin: 10px;	text-align: left;	}
#content #topic-path a {	color: #88A;	}
#content #topic-path a:hover {	color: #09F;	}


#content h3 {
	padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
	}
#content h3 span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #55D;
	}
#content h4 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	color: #26E;
	}

#content #main {
	margin-bottom: 30px;
	background: transparent; 
	padding: 10px 20px 20px 20px;
	line-height: 140%;
	}
#content #main #topimage { width: 500px; height: 300px; background: url(topimage.jpg) no-repeat;	}
#content #main #topimage span{	display: none;	}

#content table, td {
	border: 1px solid #78A;
	border-collapse: collapse;
	padding: 10px;
	vertical-align: top;
	}
#content #details table, #details td {
	border: 1px solid #78A;
	border-collapse: collapse;
	padding: 3px;
	font-size: 12px;
	}
#content #details .tr0 { background: #ABC; color: #235; }
#content #details .tr1 { background: #CDE; color: #235; }

#content #tight table, td {
	border: 1px solid #78A;
	border-collapse: collapse;
	padding: 2px;
	vertical-align: top;
	}

#content hr {
	border-top: 1px dotted #AAF; 
	border-bottom: 1px solid transparent;
	}

.noborder table, .noborder td {
	border: none !important;
	}

/*------　div: selector (pulldown menu for css-switching) ------*/
#selector {
	margin: 0 2.8em;	margin-left: auto;
	padding: 15px 0px 0px 0px;
	position: absolute;
	top: 0;	right: 0;
	z-index: 10;
	width: 350px;
	background-color: transparent;
	color: #AAA;
	font-size: 10px;
	text-align: right;	vertical-align: top;
	white-space: nowrap;
}

/*------　div: local-menu (menu shown on the left) ------*/
#local-menu {
	width: 200px; 
	background: #78D;
	padding: 10px 0px 80px 0px;
 	position: absolute;
	top: 222px; left: 20px;
	}
#local-menu #linkList {
	background: #transparent;
	margin: 0px;
	}
#local-menu #linkList span {
	display: block;
	width: 180px; height: 20px;
	margin: 0px;
	padding: 6px 0px 0px 20px;
	border-bottom: 1px solid #DDD;
	color: #FD0;
	}
#local-menu #linkList a {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	}
#local-menu #linkList a:hover {
	color: #FAA;
	}
#local-menu p {
	margin-top: 10px;
	padding-left: 30px;
	line-height: 20px;
	}

/*------　div: global-bottom (lined in the bottom for global navigation) ------*/
#global-bottom {
	height: 30px;
	background: #AAA;
	color: #DDD;
	}
#global-bottom #linkList {
	text-align: right;
	padding-right: 10px; 	padding-top: 7px;
	}
#global-bottom a {
	color: #FFF;
	text-decoration: none;
	}
#global-bottom a:hover {
	color: #44C;
	}


/*------　div: footer  ------*/
#footer {
	height: 40px;
	background: #666; 
	padding: 10px 0px 5px 10px;
	text-align: center;
	color: #FFF;
	}
#footer a {
	color: #FFF;
	text-decoration: none;
	}
#footer a:hover {
	color: #6CF;
	}


