/*------　print.css (IE6.0で動作確認 印刷専用)　------*/

/*------　basic elements　------*/
body {
	margin: 0px;	padding: 0px;
	color: #850;
	}
img {
	border: none;
	}

/*------　classes　------*/
.indent {
	margin: 0px 10px 0px 10px;
	}
.accent {
	color: #833;
	}
.new {
	color: #E27803;
	}
.rightside {
	text-align: right;
	}

/*------　div: base (defines the area of content)  ------*/
#base { 
	width: 690px;
	padding: 10px;
	}

/*------　div: header (h1 represents header image) ------*/
#header #title h1 { 
	}
#header #title h1 span {
	}

/*------　div: global-top (lined on the top for global navigation) ------*/
#global-top {
	display: none;
	}
#global-top a {
	}
#global-top a:hover {
	}
#global-top #navigation {
	}


/*------　h2: image (whole area used as topimage)------*/


h2 {
	margin-right: 20px;
	float: left;
	}


/*------　div: content (wide left-padding for menu, rest of the area used as main)------*/
#content {
	line-height: 150%;
	}
#content a {
	color: #580;
	text-decoration: none;
	}
#content a:hover {
	}

#content img{
	clear: left;
	}

#content #main {
	}

#content #topic-path {
	}
#content #topic-path a {
	color: #580;
	text-decoration: none;
	}
#content #topic-path a:hover {
	}

#content h3 {
	clear: left;
	margin: 30px 0px 10px 0px;
	}
#content h3 span {
	}

#content #topicarea {
	clear: left;
	margin-top: 20px;
	}
#content #topicbox {
	}
#content #topicbox img {
	margin-right: 10px;
	}
#content hr {
	display: none;
	}

#content table, td {
	}
#content #details table, #details td {
	}
#content #details .tr0 {  }
#content #details .tr1 {  }

/*------　div: selector (pulldown menu for css-switching) ------*/
#selector {
	display: none;
	}

/*------　div: local-menu (menu shown on the left) ------*/
#local-menu {
	display: none;
	}
#local-menu #linkList {
	}
#local-menu #linkList span {
	}
#local-menu #linkList a {
	}
#local-menu #linkList a:hover {
	}
#local-menu #banner {
	display: none;
	}
#local-menu #banner a {
	}
#local-menu #banner img {
	}

/*------　div: global-bottom (lined in the bottom for global navigation) ------*/
#global-bottom {
	display: none;
	}
#global-bottom #linkList {
	}
#global-bottom a {
	}
#global-bottom a:hover {
	}


/*------　div: footer  ------*/
#footer {
	}
#footer a {
	color: #580;
	text-decoration: none;
	}
#footer a:hover {
	}



