/* $Id: tiutiu.css,v 1.7 2008/05/26 17:30:03 minyu Exp $ */

body {
   background-color: white;
}
p {
    width: 170mm;
}

div.toplink {
	font-size: 9pt;    
}
div.toplink a {
	text-decoration: none;
}
div.main {
	width: 170mm;
	float: left;
	margin-right: 10px;
}

/* contents index */
div.contentsindex {
}

div.contentsindex a {
   display: block;
   width: 550px;
   padding-left: 45px;
   padding-right: 45px;
}

div.contentsindex a:hover {
   background-image: url("/image/contents_index_selected.png");
   background-repeat: no-repeat;
}

div.contentsindex a:active {
   background-image: url("/image/contents_index_selected.png");
   background-repeat: no-repeat;
}



/* left side menu */
div.menu {
	width: 50mm;
	float: left;
	margin-right: 4mm;
}
div.menu-title {
	background-color: #D79648;
	color: white;
	font-weight: bold;
}
div.menu div {
	border-width: 1px 7px 1px 7px;
	border-style: solid;
	border-color: white white white #D79648;
	padding-left: 5px;
}
div.menu div a {
	text-decoration: none;
}
div.menu div a:hover {
	color: RoyalBlue;
} 
div.menu div a:active {
	color: SteelBlue;
	padding-left: 5px;
} /* link -> visited -> hover -> activeの順番は大事 */

/* contents */
/* safari, chrome only */
div.contents {
	width: 110mm;
	float: left;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
div.contents {
    font-size: 16px;
    line-height: 18px;
}
}
div.contents p {
	width: 110mm;
}
div.contents p.keyword {
	width: 110mm;
	padding-left: 7mm;
	padding-right: 7mm;
}
div.title {
	margin-bottom: 0px;
	padding: 0;
}
div.title div.frame {
	width: 170mm;
	margin: 0;
	padding: 0;
	background-color: #D79648;
	float: left;
}
div.title div.string {
	margin: 0 0 0 7mm;
	padding: 5px 0 5px 4mm;
	background-color: white;
	z-index: 110;
	font-size: large;
	font-weight: bold;
	border-color: #D79648;
	border-width: 1px;
	border-style: solid;
}
div.title h1 {
	margin: 0 0 0 7mm;
	padding: 5px 0 5px 4mm;
	background-color: white;
	z-index: 110;
	font-size: large;
	font-weight: bold;
	border-color: #D79648;
	border-width: 1px;
	border-style: solid;
}
div.title div.rt {
	width: 5px;
	height: 5px; 
	margin: 0 0 0 -5px;
	padding: 0;
	background-color: #D79648;
	z-index: 120;
	float: left;
}
div.title div.linefeed {
	width: 0;
	height: 0;
	margin: 0 0 0 0;
	clear: left;
}
div.title div.lb {
	width: 170mm;
	height: 6px;
	margin: 0 -5px -5px 0;
	padding: 0;
	position: relative;
	top: -5px;
	z-index: 0;
	float: left;
}
div.title div.rb {
	width: 5px;
	height: 5px;
	margin: 0 0 -5px 0;
	padding: 0;
	position: relative;
	top: -5px;
	background-color: #D79648;
	z-index: 120;
	float: left;
}
div.subtitle {
	font-size: large;
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: 7px;
}
div.sstitle {
	padding-top: 10px;
    font-weight: bold;
}
div.paragraph {
	padding-top: 10px;
	text-decoration: underline;
}

div.sectionend {
	text-align: right;
}

div.pos {
	font-size: 9pt;
	margin-top: 4px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
div.pos a {
	margin-right: 5px;
	margin-left: 5px;
}
div.pos span {
	margin-left: 5px;
}

div.footer {
	margin-top: 20px;
	width: 170mm;
	text-align: right;
    font-size: 10pt;
    line-height: 11pt;
}

div.memo {
	width: 170mm;
	margin-top: 1px;
	text-align: right;
	font-size: 9pt;
	padding: 0;
}

pre.command {
   border-style:   solid;
   border-width:   1px;
   margin-top:     0px;
   padding-top:    2px;
   padding-bottom: 2px;
   padding-left:   2px;
   font-size: small;
}
pre.source {
   border-style:   solid;
   border-width:   1px;
   margin-top:     0px;
   padding-top:    2px;
   padding-bottom: 2px;
   padding-left:   2px;
   font-size: small;
}

div.main table {
	background-color: black;
	margin: auto;
}
div.main table td {
	background-color: white;
	padding-left: 5px;
	padding-right: 5px;
}
div.main table th {
	background-color: #D79648;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}

div.figure {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}
div.figure a {
	text-decoration: none;
}
div.caption {
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	text-align: center;
}


div.note {
	margin-top: 25px;
	width: 170mm;
	font-size: 9pt;
}
p.trademark {
	width: 170mm;
	font-size: 9pt;
}

div.affiliate {
	float: left;
}

div.footer_affiliate {
   margin-top: 40px;
   margin-left: 95px;
}
div.footer_affiliate a {
   margin-right: 30px;
}
div.footer_affiliate iframe {
   margin-top: 15px;
}