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

/* /////////////////////////////////////////////////////////////////////////// RESET */

html {
	color: #000;
	height: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquout,th,td,figure {
	margin: 0;
	padding: 0;
}

section, article, aside, hgroup, header, footer, nav, figre {
	display: block;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}


caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}

legend {
	color:#000;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

p, blockquote {
	line-height: 1.8;
}

ol,ul {
    list-style: none;
	line-height: 1.8;
}

dl {
	line-height: 1.8;
}

a {
    cursor: pointer;
}

fieldset, img {
    border: 0;
}

li img, dl img {
	vertical-align: bottom;
}

article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary {
	display: block;
}


/* /////////////////////////////////////////////////////////////////////////// FONT */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

/* Opera 9 */
;;body {
	font-family: "メイリオ", Meiryo, Verdana, Arial, Meiryo, san-serif;
}

/* IE 7 */
*:first-child+html body {
	font-family: "メイリオ", Meiryo, Verdana, Arial, Meiryo, san-serif;
}

/* IE 6 or sooner*/
* html body {
	font-family: "メイリオ", Meiryo, Verdana, Arial, Meiryo, san-serif;
}


/* ----------------------------------------------------- Font Size */

body {
	font-size: 13px;
}

/* IE 6 or sooner*/
* html body {
	font-size: 82%;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/* ----------------------------------------------------- Box */

#wrapper{
	margin-left: auto;
	margin-right: auto;
	padding: 0px 20px 0px 20px;
	border-top: 3px solid #333;
	width: 960px;
	background: #fff;
	text-align: left;
}


/* ヘッダ
------------------------------------------------------------ */
#header {
	margin-bottom: 27px;
	overflow: hidden;
	zoom: 1;
}

#header a{
	display: block;
	background-image: url("http://idiotcomputer.jp/skins/default/css/img/nav.gif");
	background-repeat: no-repeat;
	text-indent: -999em;
}

#header h1 {
	margin: 26px 164px 0 346px;
	display: inline;
	float: left;
}

#header h1 a{
	width: 268px;
	height: 46px;
}

/* * Link Hack \*/
#header a{
	overflow: hidden;
}
/* * Link Hacj */



/* グローバル
------------------------------------------------------------ */
#gNav {
	padding: 10px 0;
	border-top: 1px solid #e1e1e1;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

#gNav ul {
	margin-right: -20px;
	position: relative;
	left: 50%;
	float: left;
}

#gNav li {
	margin-right: 20px;
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
}


#gNav li a{
	display: block;
	float: left;
	height: 14px;
	background-image: url(http://idiotcomputer.jp/skins/default/css/img/nav.gif);
	background-repeat: no-repeat;
	text-indent: -999px;
	text-decoration: none;
}

/* * Link Hack \*/
#gNav li a{
	overflow: hidden;
}
/* * Link Hacj */

#gnNews a.rOver{ width: 27px; background-position: 0 -46px; }
#gnDisco a.rOver{ width: 55px; background-position: -43px -46px; }
#gnVideo a.rOver{ width: 55px; background-position: -115px -46px; }
#gnMedia a.rOver{ width: 47px; background-position: -187px -46px; }
#gnTour a.rOver{ width: 55px; background-position: -251px -46px; }
#gnDas a.rOver{ width: 71px; background-position: -323px -46px; }
#gnLyric a.rOver{ width: 26px; background-position: -417px -46px; }
#gnWiki a.rOver{ width: 89px; background-position: -462px -46px; }
#gnGb a.rOver{ width: 41px; background-position: -568px -46px; }
#gnLink a.rOver{ width: 36px; background-position: -627px -46px; }

#gnNews a:hover{ background-position: 0 -60px; }
#gnDisco a:hover{ background-position: -43px -60px; }
#gnVideo a:hover{ background-position: -115px -60px; }
#gnMedia a:hover{ background-position: -187px -60px; }
#gnTour a:hover{ background-position: -251px -60px; }
#gnDas a:hover{ background-position: -323px -60px; }
#gnLyric a:hover{ background-position: -417px -60px; }
#gnWiki a:hover{ background-position: -462px -60px; }
#gnGb a:hover{ background-position: -568px -60px; }
#gnLink a:hover{ background-position: -627px -60px; }

#gnNews a.selected{ width: 27px; background-position: 0 -74px; }
#gnDisco a.selected{ width: 55px; background-position: -43px -74px; }
#gnVideo a.selected{ width: 55px; background-position: -115px -74px; }
#gnMedia a.selected{ width: 47px; background-position: -187px -74px; }
#gnTour a.selected{ width: 55px; background-position: -251px -74px; }
#gnDas a.selected{ width: 71px; background-position: -323px -74px; }
#gnLyric a.selected{ width: 26px; background-position: -417px -74px; }
#gnWiki a.selected{ width: 89px; background-position: -462px -74px; }
#gnGb a.selected{ width: 41px; background-position: -568px -74px; }
#gnLink a.selected{ width: 36px; background-position: -627px -74px; }



/* フッタ
------------------------------------------------------------ */
#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;
}

