@charset 'UTF-8';

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	padding: 0;
	margin: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: 100.01%;
	line-height: 1.5;
	color: #333333;
}
img
{
	margin: 5px;
	padding: 5px;
	border: 1px solid #c0c0c0;;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 1em 0;
	font-weight: normal;
	line-height: 1.25;
}
h2,h3,h4,h5,h6
{
	margin: 0;
	padding: 2em 0 1em;
}
h2
{
	clear: both;
}

/* Links */
a:link 
{
	color: #444444;
	text-decoration: none;
}
a:visited
{
	color: #999999;
	text-decoration: none;
}
a:hover, 
a:active
{
	color: black;
}
#header a:link, 
#header a:visited
{
	color: white;
}
#header a:hover, 
#header a:active
{
	color: #737373;
}
#copyrights a:link, 
#copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, 
#copyrights a:active
{
	color: #737373;
}
.contentbody a
{
	text-decoration: underline;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	overflow: hidden;
	height: 150px;
	background: black url(images/datokalogo_wire.jpg) no-repeat;
	background-position: -20px -20px;
}
#header h1
{
	height: 150px;
	line-height: 100px;
	font-size: 24px;
	text-align: center;
	letter-spacing: 1px;
	color: white;
}

/*-------------------------------------------------
  Top Navigation
-------------------------------------------------*/
.quickpath
{
	position: absolute;
	top: 0px;
	visibility: hidden;
	overflow: hidden;
	height: 1px;
}

dl.navigation
{
	position: absolute;
	top: 120px;
	margin: 0;
	width: 100%;
	text-align: right;
}
dl.navigation dt
{
	display: none;
}
dl.navigation dd
{
	display: inline;
	margin: 0;
	padding: 1px 1em 1px 0;
	font-size: smaller;
}
dl.navigation dd a:link,
dl.navigation dd a:visited
{
	color: #a37D65;
}
dl.navigation dd a:hover,
dl.navigation dd a:active
{
	color: white;
}
dl.navigation dd.navi-news a
{
	padding-left: 22px;
	background: url(images/ico18px_add.gif) left no-repeat;
}
dl.navigation dd.navi-logs a
{
	padding-left: 22px;
	background: url(images/ico18px_equal.gif) left no-repeat;
}
dl.navigation dd.navi-search a
{
	padding-left: 22px;
	background: url(images/ico18px_infinity.gif) left no-repeat;
}

div#topnavi
{
	min-width: 620px;
	margin: 0;
	padding: 1em;
	background: #f0f0f0 url(images/bg_grad1.jpg) top repeat-x;
}

dl.archivelist2,
dl.categorylist,
dl.taglist
{
	margin: 0;
}

dl.archivelist2 dt,
dl.categorylist dt,
dl.taglist dt
{
	display: inline;
	padding: 1px 0 1px 5px;
	border-left: 5px solid black;
	font-weight: bold;
	font-size: smaller;
}
dl.archivelist2 dt
{
	display: block;
	margin-top: 2px;
}

dl.archivelist2 dd,
dl.categorylist dd,
dl.taglist dd
{
	display: inline;
	margin: 0 0 0 5px; /* dt border-left 5px */
	font-size: smaller;
}
dl.categorylist dd a
{
	padding: 2px 4px 1px 12px;
	border-top:    1px solid #ffffff;
	border-right:  1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left:   1px solid #ffffff;
	font-size: smaller;
	background: #f6f6f6 url(images/pt_category.gif) left no-repeat;
}
dl.archivelist2 dd a,
dl.taglist dd a
{
	padding: 1px 2px;
}
dl.archivelist2 dd a:hover,
dl.archivelist2 dd a:active,
dl.categorylist dd a:hover,
dl.categorylist dd a:active,
dl.taglist dd a:hover,
dl.taglist dd a:active
{
	background-color: white;
}

dl#tagcloud
{
	/*height: 1.5em;*/
	overflow: hidden;
}
dl#tagcloud a#tagcloud-toggle-switch
{
	padding: 2px 4px 1px 16px;
	border-top:    1px solid #ffffff;
	border-right:  1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left:   1px solid #ffffff;
	font-size: smaller;
	color: #666666;
	background: url(images/pt_openclose.gif) left no-repeat;
}

dl#tagrelated
{
}

#topnavi dd.tag0 a:link { color: #c0c0c0; font-size: x-small; }
#topnavi dd.tag1 a:link { color color: #787878; }
#topnavi dd.tag5 a:link { color: #606060; }
#topnavi dd.tag6 a:link { color: #484848; }
#topnavi dd.tag7 a:link { color: #303030; }
#topnavi dd.tag8 a:link { color: #181818; }
#topnavi dd.tag9 a:link { color: #000000; }

#topnavi dd.tag0 a:visited { color: white; font-size: x-small; }
#topnavi dd.tag1 a:visited { color: white; font-size: x-small; }
#topnavi dd.tag2 a:visited { color: white; font-size: small; }
#topnavi dd.tag3 a:visited { color: white; font-size: small; }
#topnavi dd.tag4 a:visited { color: white; }
#topnavi dd.tag5 a:visited { color: white; }
#topnavi dd.tag6 a:visited { color: white; }
#topnavi dd.tag7 a:visited { color: white; }
#topnavi dd.tag8 a:visited { color: white; }
#topnavi dd.tag9 a:visited { color: white; }

#topnavi dd.tag0 a:hover { color: black; font-size: x-small; }
#topnavi dd.tag1 a:hover { color: black; font-size: x-small; }
#topnavi dd.tag2 a:hover { color: black; font-size: small; }
#topnavi dd.tag3 a:hover { color: black; font-size: small; }
#topnavi dd.tag4 a:hover { color: black; }
#topnavi dd.tag5 a:hover { color: black; }
#topnavi dd.tag6 a:hover { color: black; }
#topnavi dd.tag7 a:hover { color: black; }
#topnavi dd.tag8 a:hover { color: black; }
#topnavi dd.tag9 a:hover { color: black; }

#tog7 a:hover { color: black; }
#topnavi dd.tag8 a:hover { color: black; }
#topnavi dd.tag9 a:hover { color: black; }

#topnavi dd.current a:link, 
#topnavi dd.current a:visited 
{
	color: white;
	font-weight: bold; 
}
#topnavi dl.categorylist dd.current a:link, 
#topnavi dl.categorylist dd.current a:visited 
{
	background-color: white;
	color: red;
	font-weight: normal; 
}

#cse-search-box
{
	clear: both;
	display: none;
	margin: 0;
	padding: 0;
}
#cse-search-box div
{
	text-align: right;
	padding: 5px 10px;
	background-color: #999999;
}

/*-------------------------------------------------
  Item Prev/Next Navigation
-------------------------------------------------*/
div.itemnavi {
	clear: both;
	position: relative;
	top: -1em;
	height: 1em;
	margin: 0 15px;
	font-size: small;
}

div.itemnavi div.item-prev
{
	float: left;
}
div.itemnavi div.item-next
{
	float: right;
}
div.itemnavi div.item-prev,
div.itemnavi div.item-next
{
	margin: 0 0 2em;
	padding: 2px 10px;
	background-color: white;
}

/*-------------------------------------------------
  Wrappers
-------------------------------------------------*/
#wrapper
{
	clear: both;
	max-width: 880px;
	min-width: 620px;
	margin: 0 auto;
	padding: 0 20px;
	height: 1%;
}

*html #wrapper /* --- for IE6 --- */
{
	width: expression(document.body.clientWidth < 622? "620px" : document.body.clientWidth > 882? "880px" : "auto");
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	clear: both;
	margin 0 auto;
	height: 1%;
}
.content
{
}
.content h2 a:link
{
	color: #3333aa;
}
.content h2 a:visited
{
	color: #663366;
}
.content h2 a:hover,
.content h2 a:active
{
	text-decoration: underline;
}

/*-------------------------------------------------
  Information & Ads
-------------------------------------------------*/
#topsection
{
	margin: 20px 0;
}

#topsection .adblock1
{
	float: left;
	width: 30%;
	height: 250px;
	margin-right: 10px;
}

#topsection .info
{
	float: right;
	width: 60%;
	height: 230px;
	margin: 0;
	padding: 10px;
	border: 1px solid #cccccc;
	font-size: smaller;
}
.info strong
{
	color: red;
}

/*-------------------------------------------------
  Archivelist
-------------------------------------------------*/
dl.archivelist dl
{
}

dl.archivelist dd
{
	float: left;
	margin: 0;
	padding: 5px 1em 5px 0;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
div.contentwrapper
{
	clear: both;
	padding-top: 1px;
}

.contentbody
{
	clear: both;
}
.contentbody a:link 
{
	color: #3333aa;
	text-decoration: underline;
}
.contentbody a:visited
{
	color: #663366;
	text-decoration: underline;
}
.contentbody a:hover,
.contentbody a:active
{
	color: black;
}

div.contentwrapper .contentbody
{
	float: left;
	width: 65%;
}

.contentinfo
{
	margin: 0;
	padding: 10px;
	border: 1px dotted #c0c0c0;
	line-height:1.3;
	font-size: small;
}

div.contentwrapper .contentinfo
{
	float: right;
	overflow: visible;
	width: 30%;
}

.contentinfo th
{
	width: 5.5em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.contentinfo dt
{
	display: inline;
	margin: 0;
}
.contentinfo dd
{
	display: inline;
	margin: 0 1em 0 0;
}

pre 
{
	overflow: scroll;
	padding: 1em 2em;
	border: 1px solid #c0c0c0;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #fcfcfc url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px dottef) no-repeat;
	background-position: 6px 9px;
	border: 1px dotted #cccccc;
}

.itemcomment h3
{
	padding-top: 0.5em;
}

.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #fcfcfc url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px dotted #B3C492;
}
.id1:hover
{
	background: #fcfcfc url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px dotted #B3C492;
}

/*-------------------------------------------------
  Trackbacks
-------------------------------------------------*/
div.tb
{
	margin: 0 0 2em 0;
	padding: 0;
}

div.tb-item
{
	clear: both;
	padding-top: 1px;
}
div.tb-item h3
{
	margin: 1em 0;
}
div.tb-item .contentbody
{
	float: left;
	width: 65%;
}
div.tb-item .contentbody p
{
	margin: 0 0 1em;
	font-size: small;
}

div.tb-item .contentinfo
{
	float: right;
	width: 30%;
}

div.tb-item .contentinfo dt
{
	display: block;
}
div.tb-item .contentinfo dd
{
	display: block;
	margin: 0;
}

/*-------------------------------------------------
  Related Items (SimpleTag)
-------------------------------------------------*/
dl.related
{
}
dl.related dt
{
	font-size: large;
	margin: 1em 0;
}
dl.related dt span.date
{
}
dl.related dt span.score
{
	padding: 2px;
	border: 1px dotted #cccccc;
	font-size: x-small;
	color: #999999;
}
dl.related dd
{
	display: none;
	font-size: small;
	margin: 0;
}


/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#backtotop
{
	clear: both;
	margin: 0 auto;
	padding: 40px;
	text-align: center;
	font-size: small;
}
#backtotop a
{
	padding: 5px 1em;
	border: 1px solid #cccccc;
}
#backtotop a:hover,
#backtotop a:active
{
	background: #f0f0f0;
}

#footer
{
	clear: both;
	height: 150px;
	background: #f0f0f0 url(images/datokalogo_wire2.jpg) bottom right no-repeat;
	margin: 0;
	padding: 0;
}

#copyrights
{
	height: 150px;
	line-height: 150px;
	font-size: small;
	text-align: center;
	color: #333333;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 12px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
	padding:5px;
	line-height:1.5;
}
.formbutton
{
	font-size: 12px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}

textarea#nucleus_cf_body
{
	width:470px;
}

/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/

/* Search highlight color */
.highlight
{
	background: #80ff80;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}
