/**
 * Tableless Layout for default template
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author moraes <moraes@tipos.com.br>
 */

/* ボックス
------------------------------------------------------------ */
#wrapper{
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	width: 960px;
	background: #fff;
	text-align: left;
}
*html #wrapper{ width:1000px; }

/* ヘッダ
------------------------------------------------------------ */
#header{
	margin: 0px 0px 0px 0px;
	width: 960px;
	height: 70px;
}

#header h1{
	margin: 0;
}

#header h1 a{
	display: block;
	float: left;
	text-indent: -999em;
	display: inline;
}

#header h1 a{
	background: transparent url("http://idiotcomputer.jp/skins/default/images/header_h101.gif") no-repeat 0 0;
	margin: 14px 8px 0px 0px;
	width: 288px;
	height: 44px;
}

#tourBnr{
	margin: 9px 0px 0px 0px;
	float: left;
	width: 358px;
}

#hMenu{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 225px;
}

#hMenu li{
	display: inline;
}

#hMenu .hMenuhome a, #hMenu .hMenusite a, #hMenu .hMenucontact a{
	background: transparent no-repeat 0 0;
	float: left;
	display: block;
	width: 75px;
	height: 20px;
	text-indent: -999em;
}

/* *Hides from IE-mac \*/
#header h1 a, #anvBnr, #hMenu .hMenuhome a, #hMenu .hMenusite a, #hMenu .hMenucontact a{
	overflow: hidden;
}
/* *End hide from IE-mac */

#hMenu .hMenuhome a{
	background-image: url("http://idiotcomputer.jp/skins/default/images/hmenu_btn01.gif");
}

#hMenu .hMenusite a{
	background-image: url("http://idiotcomputer.jp/skins/default/images/hmenu_btn02.gif");
}

#hMenu .hMenucontact a{
	background-image: url("http://idiotcomputer.jp/skins/default/images/hmenu_btn03.gif");
}


/* グローバル
------------------------------------------------------------ */
#gMenu{
	background: #7a7a7a;
	width: 960px;
	overflow: hidden;
	zoom: 1;
}
#gMenu li{
	display: inline;
}

#gMenu li a{
	display: block;
	float: left;
	height: 27px;
	background-image: url(http://idiotcomputer.jp/skins/default/images/gnav.gif);
	background-repeat: no-repeat;
	text-indent: -999px;
	text-decoration: none;
}

/* *Hides from IE-mac ＼*/
#gMenu li a{
	overflow: hidden;
}
/* *End hide from IE-mac */

#gmNews a.rOver{ width: 43px; background-position: 0 0; }
#gmDisco a.rOver{ width: 100px; background-position: -43px 0; }
#gmVideo a.rOver{ width: 91px; background-position: -143px 0; }
#gmMedia a.rOver{ width: 60px; background-position: -234px 0; }
#gmTour a.rOver{ width: 67px; background-position: -294px 0; }
#gmDas a.rOver{ width: 80px; background-position: -361px 0; }
#gmLyric a.rOver{ width: 44px; background-position: -441px 0; }
#gmWiki a.rOver{ width: 105px; background-position: -485px 0; }
#gmGb a.rOver{ width: 54px; background-position: -590px 0; }
#gmLink a.rOver{ width: 50px; background-position: -644px 0; }

#gmNews a:hover{ width: 43px; background-position: 0 -27px; }
#gmDisco a:hover{ width: 100px; background-position: -43px -27px; }
#gmVideo a:hover{ width: 91px; background-position: -143px -27px; }
#gmMedia a:hover{ width: 60px; background-position: -234px -27px; }
#gmTour a:hover{ width: 67px; background-position: -294px -27px; }
#gmDas a:hover{ width: 80px; background-position: -361px -27px; }
#gmLyric a:hover{ width: 44px; background-position: -441px -27px; }
#gmWiki a:hover{ width: 105px; background-position: -485px -27px; }
#gmGb a:hover{ width: 54px; background-position: -590px -27px; }
#gmLink a:hover{ width: 50px; background-position: -644px -27px; }

#gmNews a.selected{ width: 43px; background-position: 0 -54px; }
#gmDisco a.selected{ width: 100px; background-position: -43px -54px; }
#gmVideo a.selected{ width: 91px; background-position: -143px -54px; }
#gmMedia a.selected{ width: 60px; background-position: -234px -54px; }
#gmTour a.selected{ width: 67px; background-position: -294px -54px; }
#gmDas a.selected{ width: 80px; background-position: -361px -54px; }
#gmLyric a.selected{ width: 44px; background-position: -441px -54px; }
#gmWiki a.selected{ width: 105px; background-position: -485px -54px; }
#gmGb a.selected{ width: 54px; background-position: -590px -54px; }
#gmLink a.selected{ width: 50px; background-position: -644px -54px; }


/* フッタ
------------------------------------------------------------ */
#footer{
	margin: 10px 0px 0px 0px;
	padding: 6px 0px 20px 0px;
	width: 960px;
	border-top: 1px solid #c9c9c9;
	color: #aaa;
	font-size: 85%;
}
#pagetop{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 180px;
	float: left;
}

#copyright{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 500px;
	float: right;
	text-align: right;
}

/* 見出し
------------------------------------------------------------ */
#cHeadline{
	margin: 0;
	width: 760px;
	height: 28px;
}

/* -------------- top row --------------- */
div.dokuwiki .header {
  padding: 3px 0 0 2px;
}

div.dokuwiki .pagename {
  float: left;
  font-size: 200%;
  font-weight: bolder;
  color: __background_alt__;
  text-align: left;
  vertical-align: middle;
}

div.dokuwiki .pagename a {
  color: __extern__ !important;
  text-decoration: none !important;
}

div.dokuwiki .logo {
  float: right;
  font-size: 220%;
  font-weight: bolder;
  text-align: right;
  vertical-align: middle;
}

div.dokuwiki .logo a {
  color: __background_alt__ !important;
  text-decoration: none !important;
  font-variant: small-caps;
  letter-spacing: 2pt;
}

/* ---------------  top and bottom bar ---------------- */
div.dokuwiki .bar {
  border-top: 1px solid __border__;
  border-bottom: 1px solid __border__;
  background: __background_alt__;
  padding: 0.1em 0.15em;
  clear: both;
}

div.dokuwiki .bar-left {
  float: left;
}

div.dokuwiki .bar-right {
  float: right;
  text-align: right;
}

div.dokuwiki #bar__bottom {
  margin-bottom:3px;
}

/* ------------- File Metadata ----------------------- */

div.dokuwiki div.meta {
  clear: both;
  margin-top: 1em;
  color: __text_alt__;
  font-size: 70%;
}

div.dokuwiki div.meta div.user {
  float: left;
}

div.dokuwiki div.meta div.doc {
  text-align: right;
}
