@charset "shift_jis";
/* Link */
a:link{font-weight:normal; font-style:normal; text-decoration:none; color: #006699}
a:visited{font-weight:normal; font-style:normal; text-decoration:none; color: #993399}
a:active{font-weight:normal; font-style:normal; text-decoration:underline}
a:hover{font-weight:normal; font-style:normal; text-decoration:underline}

a:link{text-decoration:none; color: #333399}
a:visited{text-decoration:none; color: #993399}
a:active{text-decoration:underline; color: #333399}
a:hover{text-decoration:underline}


/* Let no border around the body appear, and set
   it to display on a white background */
body, html {
    margin: 0px;
    padding: 0px;
}

/* Font settings for page elements */
/*body, ul, td, th, p, h1, h2, h3, h4, small, .small,
.tableTitle, .tableExtras, input, textarea, select {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 85%;
}*/
code, pre, tt {
    font-family: "‚l‚r ƒSƒVƒbƒN", "Osaka]“™•";
}

/* General header styles */
h1, h2, h3, h4 {
    font-weight: bold;
    color: #000066;
}
h1 { font-size: 130%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }

/* Quicksearch table cell on top of every page. */
td.quicksearch {
    color: white;
}

/* Horizontal delimiter defaults */
hr {
    border: 0px;
    color: black;
    background-color: black;
    height: 1px;
}

/* Default font size for elements */
/*body, ul, td, th {
    font-size: 85%;
}*/

/* Indented block */
div.indent {
    margin-left: 50px;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
}

em {
	font-weight: bold;
	font-style: italic;
}

/* additional[2008-08-25] strike/del/ins */
strike{
	color: #999;
	text-decoration: line-through;
}

del {
	color: #999;
	text-decoration: line-through;
}

del[datetime]::before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]::before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}


acronym {
        border-bottom: 1px dashed #00cc00;
        cursor: help;
}

.error {
        color: #cc0000;
}

/* News date info on frontpage and in the archives */
.newsdate {
	font-size: 75%;
	font-style: italic;
	color: #6666cc;
}

.sidebar {
	font-size: 85%;
	padding: 5px;
}

.sidebar p {
	text-align: left !important;
}

small, .small {
	font-size: 90%;
}

a.small {
	text-decoration: none;
}

.tableTitle {
	font-weight: bold;
}

.tableExtras {
	font-size: 85%;
	color: #FFFFFF;
}

p.formerror {
        border: 1px solid #ff0000;
        color: #000000;
        background: #ffeeee;
        padding: 2px 4px;
}

div.errors, .warn {
        border: 1px dashed #666600;
        color: #660000;
        background: #ffeeee;
        margin: 4px;
        padding: 6px;
}

div.tip, p.tip {
        border: 1px solid #00c;
        color: #000066;
        background: #eeeeff;
        padding: 0px 8px;
}

table#cal {
        font-size: smaller;
}

table#cal a {
        text-decoration: none;
}
table#cal a:hover {
        text-decoration: underline;
}

table#cal a.day {
        float: right;
        font-weight: bold;
        color: #666666;
}

table#cal div.event {
        margin-bottom: 2px;
        padding-bottom: 2px;
        border-bottom: 1px dashed #000000;
}

form.thin {
	margin-bottom: 0px;
	margin-top: 0px;
}

.parameter:after {
	content: " ";
}

div.mirror {  
	border: 1px dashed #660000;
	background: #ffeeee;
	color: #660000;
	margin: 4px;
	padding: 6px;
} 

img {
	border: 0px;
}
img.flag {
	border: 1px solid #000000;
}

.md5sum {
	color: #6666cc;
}

/* Used on the credits page [.e, .h, .v and .vr] */
.e {
	background-color: #ccccff; 
	font-weight: bold;
}

.h {
	background-color: #9999cc; 
	font-weight: bold;
}

.v {
	background-color: #cccccc;
}

.vr {
	background-color: #cccccc; 
	text-align: right;
}

/* Standard table formatting */
table.standard td {
    background-color: #eeeeee;
}
table.standard th {
    background-color: #cccccc;
}
table.standard td.sub, table.standard th.sub,
table.standard th.subr {
    background-color: #dddddd;
}
table.standard th.subr {
    text-align: right;
    vertical-align: top;
}

/* browsers handle this differently
input.max, textarea.max, select.max {
    width: 100%;
}
*/

/* PHP code syntax highlighting */
div.phpcode span.html {
    color: black;	
}

div.phpcode span.comment {
    color: #FF8000;
}

div.phpcode span.default {
    color: #0000BB;
}

div.phpcode span.keyword {
    color: #007700;
}

div.phpcode span.string {
    color: #DD0000;
}

.center {
	text-align: center;
}
.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.center th {
	text-align: center;
}

/* Thanks listing on frontpage */
ul.simple {
	padding-left: 8px;
	margin: 0 0 1em 0;
}
ul.simple li {
	padding: 0px;
	list-style-type: none;
	font-size: 125%;
}

/* User notes display */
div#usernotes {
	background-color: #e0e0e0;
	color; inherit;
}
div#usernotes div.head, div#usernotes div.foot {
	background-color: #d0d0d0;
	color: inherit;
	padding: 4px;
}
div#usernotes div.foot {
	text-align: right;
}
div#usernotes div.foot a, div#usernotes div.head a {
	color: black;
	background-color: transparent;
}
div#usernotes span.action {
	float: right;
}
div#usernotes div.note {
	padding: 4px;
}
div#usernotes div.text {
	background-color: #f0f0f0;
	color: inherit;
	padding: 2px;
	margin-top: 4px;
}

/* Left sidebar TOC on manual pages */
ul#manualtoc {
    margin: 0px 5px 5px 5px;
    padding: 0px;
}
ul#manualtoc li {
    margin: 1px 0 1px 1px;
    padding: 1px 0 1px 11px;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: center left;
}
ul#manualtoc li.header {
    font-size: 135%;
    padding: 5px 0px 5px 11px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
}
ul#manualtoc li.active {
    font-weight: bold;
}
ul#manualtoc li a {
    text-decoration: none;
}
ul#manualtoc li a:hover {
    text-decoration: underline;
}

/* CSS Document */

/* Text Format */
body { margin: 4px;}
.K10 { font-size: 10px; line-height: 110%}
.K10 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", "‚l‚r ƒSƒVƒbƒN"; font-size: 10px; line-height: 110%; font-weight: normal}
.KB10 { font-size: 10px; line-height: 110%}
.KB10 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6", "Osaka", "‚l‚r ƒSƒVƒbƒN"; font-size: 10px; line-height: 110%; font-weight: normal}
.K11 { font-size: 11px;  line-height: 110%}
.K11 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", "‚l‚r ƒSƒVƒbƒN" ; font-size: 11px; line-height: 110%; font-weight: normal}
.K12 { font-size: 12px;  line-height: 150%}
.K12 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", "‚l‚r ƒSƒVƒbƒN" ; font-size: 12px; line-height: 150%; font-weight: normal}
.KB12 { font-size:12px;  line-height: 150%}
.KB12 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6", "Osaka", "‚l‚r ƒSƒVƒbƒN"; font-size:12px;  line-height: 150%; font-weight: normal}
.K14 { font-size: 14px;  line-height: 150%}
.K14 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", "‚l‚r ƒSƒVƒbƒN"; font-size: 14px; line-height: 150%; font-weight: normal}
.KB14 { font-size:14px;  line-height: 150%}
.KB14 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6", "Osaka", "‚l‚r ƒSƒVƒbƒN"; font-size:14px;  line-height: 150%; font-weight: normal}
.K18 { font-size: 18px;  line-height: 150%}
.K18 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", "‚l‚r ƒSƒVƒbƒN"; font-size: 18px; line-height: 150%; font-weight: normal}
.KB18 { font-size:18px;  line-height: 150%}
.KB18 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6", "Osaka", "‚l‚r ƒSƒVƒbƒN"; font-size:18px; line-height: 150%; font-weight: normal}
.KB24 { font-size:24px;  line-height: 150%}
.KB24 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W6", "Osaka", "‚l‚r ƒSƒVƒbƒN"; font-size:24px; line-height: 150%; font-weight: normal}
.KEB24 { font-size:24px;  line-height: 150%}
.KEB24 { font-family: "ƒqƒ‰ƒMƒmŠpƒS Std W8", "Osaka", "‚l‚r ƒSƒVƒbƒN"; font-size:24px;  line-height: 150%; font-weight: normal}
.M12 { font-size: 12px; line-height: 150%}
.M12 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3", "•½¬–¾’©", "‚l‚r –¾’©"; font-size: 12px; line-height: 150%; font-weight: normal}
.MB12 { font-size:12px;  line-height: 150%}
.MB12 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6", "•½¬–¾’©", "‚l‚r –¾’©"; font-size:12px;  line-height: 150%; font-weight: normal}
.M14 { font-size: 14px; line-height: 150%}
.M14 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3", "•½¬–¾’©", "‚l‚r –¾’©"; font-size: 14px; line-height: 150%; font-weight: normal}
.MB14 { font-size:14px;  line-height: 150%}
.MB14 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6", "•½¬–¾’©", "‚l‚r –¾’©"; font-size:14px;  line-height: 150%; font-weight: normal}
.MB18 { font-size:18px;  line-height: 150%}
.MB18 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6", "•½¬–¾’©", "‚l‚r –¾’©"; font-size:18px;  line-height: 150%; font-weight: normal}
.MB24 { font-size:24px;  line-height: 150%}
.MB24 { font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W6", "•½¬–¾’©", "‚l‚r –¾’©"; font-size:24px;  line-height: 150%; font-weight: normal}
.R9 { font-size: 9px; line-height: 105%}
.R9 { font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "•½¬–¾’©", "‚l‚r –¾’©"; font-size: 9px; line-height: 105%; font-weight: normal}
.R10 { font-size: 10px; line-height: 110%}
.R10 { font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "•½¬–¾’©", "‚l‚r –¾’©"; font-size: 10px; line-height: 110%; font-weight: normal}
.R12 { font-size: 12px;  line-height: 150%}
.R12 { font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "Osaka", "‚l‚r ƒSƒVƒbƒN"; font-size: 12px; line-height: 150%; font-weight: normal}
.R14 { font-size: 14px; line-height: 150%}
.R14 { font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "Osaka", "‚l‚r ƒSƒVƒbƒN"; font-size: 14px; line-height: 150%; font-weight: normal}

/* Kei */
hr {color : #999999; border-width : 1px; border-style : solid; }

/* Horizontal delimiter defaults */
hr {
    border: 0px;
    color: black;
    background-color: #999999;
    height: 1px;
}

.con	{
	width:350px;
	margin-bottom:30px
	}

/* List Style (TOP ONLY) */
.topli	{
	background-image:url(/img/bul-red.gif);
	background-repeat:no-repeat;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:14px;
	padding-top:7px;
	text-align:justify;
	text-justify:distribute;
	line-height:125%;
	font-size:11px;
	color:#333333
	}
	
/* headline (TOP ONLY) */
.headline	{
	width:100%;
	border:solid 1px gray;
	}
	
/* caption (same as K11) */
caption { font-size: 11px;  line-height: 110%}
caption { font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", "‚l‚r ƒSƒVƒbƒN" ; font-size: 11px; line-height: 110%; font-weight: normal}

/* blockquote  */
blockquote	{ 
		margin: 10pt 4px 10pt 4px;
		padding: 0pt 8pt 0pt 8pt;
		background-color: #ffffff;
		border-style: solid;
		border-width: 1px;
		border-color: #c8c8c8;
		} 

/* referenceTopic */
	.referenceTopic  { 
		text-align: right;
		font-size: 0.85em;
		line-height: 125%;
		margin: 0px 0px 0px 0px;
		padding: 4pt 4pt 4pt 4pt;
		border-style: solid none none none;
		border-color: #c8c8c8;
		border-width: 1px;
		background-color: #e8e8e8;
		} 
		
/* caution */
.caution {
	color: #E00631;
	font-size: 0.95em;
}

/*4news*/
#news-recentcomments ul{
border:0px solid;
padding:0em;
margin:0em;
}

.news-post h2{
margin-top: 8px;
margin-bottom: 2px;
padding: 0px;
}

.news-headline {
border: 1px solid #666666;
margin: 0px;
padding: 0px;
}

.news-widecontent ul{
list-style-image:url(/img/bul-red.gif);

padding-left: 24px;
padding-top: 0px;
padding-bottom: 8px;
margin: 0px;
}
.news-entry li{
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka", "‚l‚r ƒSƒVƒbƒN"; font-size: 11px; line-height: 110%; font-weight: normal
}


/*  */
#author-ad{
margin: 8px;
float: right;
}
