/**
 * $Id: style.css,v 1.16 2009/03/08 15:19:19 tyuu Exp $
 * vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2 foldmethod=marker:
 *
 * z-index:
 *  header: 1000
 *  footer: 1000
 *  leftcolumn: 500
 *  rightcolumn: 900
 *  centercolumn: 500
 *  centercolumn center: 3
 *  centercolumn left:   2
 *  centercolumn right:  1
 */

/* {{{ a */

a {
	background: transparent;
	color: #000080;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
	color: #708090;
}

a:hover {
	color: #dc143c;
	text-decoration: underline;
}

/* }}} */
/* {{{ body */

/**
 * body
 */
body {
	margin: 0;
	padding: 0;
  font-size: 16px;
}

/* }}} */
/* {{{ #centercolumn */

#centercolumn {
	background: transparent;
	border-right: solid 1px #7a7acc;
	border-left: solid 1px #7a7acc;
  position: relative;
    left: 2%;
    top: 70px;
	width: 96%;
  z-index: 500;
}

/* {{{ #centercolumn #center */

#centercolumn #center{
	filter: Alpha(opacity=90);
	opacity: 0.9;
	margin: 0;
	padding: 10px;
  position: relative;
    top: 0px;
    left: 0px;
  z-index: 3;
}

#centercolumn #center .Title {
	background: url(images/bg.gif);
	color: #4d4d80;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 4px 3px 3px 3px;
	border: solid 1px #7a7acc;
}

#centercolumn #center .Content {
	margin: 0;
	padding: 8px;
	line-height: 1.4;
	border-right: solid 1px #7a7acc;
	border-bottom: solid 1px #7a7acc;
	border-left: solid 1px #7a7acc;
}

/* }}} */
/* {{{ #centercolumn #left */

#centercolumn #left {
	filter: Alpha(opacity=30);
	opacity: 0.3;
  position: absolute;
    top: 0px;
    left: 0px;
  z-index: 2;
}

/* }}} */
/* {{{ #centercolumn #right  */

#centercolumn #right {
	filter: Alpha(opacity=20);
	opacity: 0.2;
  position: absolute;
    top: 0px;
    left: 0px;
  z-index: 1;
}

#centercolumn #right #seo{
  position: absolute;
    top: 0px;
    left: 200px;
}

#centercolumn #right #weather {
  position: absolute;
    top: 200px;
    left: 400px;
}

/* }}} */

/* }}} */
/* {{{ #content */

#content {
	text-align: left;
	margin: 0;
	padding: 8px;
  position: relative;
    top: 70px;  /* #centercolumn の top と同じにする */
    left: 2%;
	width: 96%;
}

/* }}} */
/* {{{ #footerbar */

#footerbar {
	color: #ffffff;
	background: #999999;
	font-size: small;
	margin: 0;
	padding: 3px 0px 3px 0px;
  position: absolute;
    bottom: 0px;
    left: 0px;
	text-align: center;
  width: 100%;
}

#footerbar a {
	color: #ffffff;
}

#footerbar a:visited {
	color: #ffffff;
}

#footerbar a:hover {
	color: #ff8c00;
	text-decoration:underline overline;
}

/* }}} */
/* {{{ #header */

#header {
	color: #ffffff;
	font-size: small;
	margin: 0;
	padding: 0;
	position: absolute;
    top: 0px;
    left: 0px;
  width: 100%;
  z-index: 1000;
}

#header #headerlogo {
	background: transparent;
	margin: 0px;
	padding: 0px;
  position: absolute;
    left: 0px;
    top: 0px;
	z-index: 3;
}

#header #userid {
	background: #999999;
  padding-right: 15px;
	position: absolute;
    top: 0px;
    right: 0px;
	text-align: right;
  width: 20%;
  z-index: 2;
}

#header #wellcome {
	background: #999999;
	margin: 0px;
	padding: 0px 0px 0px 80px;
  /* {{{ position */
	position: absolute;
		left: 0px;
		top:  0px;
  /* }}} */
  width: 80%;
	z-index: 1;
}

/* }}} */
/* {{{ #leftcolumn */

#leftcolumn {
	border-bottom: 1px solid #aaaaaa;
  padding-left: 10px;
	position: absolute;
    left: 70px;
    top: 40px;
  z-index: 500;
}

#leftcolumn .blockContent, #leftcolumn .blockContent table, #leftcolumn .blockContent form {
  display: inline;
}

#leftcolumn .blockContent #mainmenu a {
	display: inline;	/* xoops.css を打ち消し */
	text-decoration: none;
}

#leftcolumn .blockContent #mainmenu a:visited {
	color: #000080;
}

#leftcolumn .blockContent #mainmenu a:hover {
	background: #e6e6e6;
	text-decoration: none;
}

#leftcolumn .blockContent #mainmenu a.menuSub {
  font-size: smaller;
  border-left: 1px dotted #cccccc;
  border-right: 1px dotted #cccccc;
  margin: 0px;
}

/* }}} */
/* {{{ #rightcolumn */

#rightcolumn {
	background: #999999;
  border: 1px solid #cccccc;
	color: #ffffff;
	filter: Alpha(opacity=90);
	opacity: 0.9;
  position: absolute;
    right: 5px;
    top: 1em;
  visibility: hidden;
  z-index: 900;
}

/* }}} */

.even {
	background: #efefef;
	margin: 0;
	padding: 5px;
}

.odd {
	background: #e6e6e6;
	margin: 0;
	padding: 5px;
}

div.errorMsg {
	background: #ffcccc;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 10px;
	border-top: solid 1px #ddddff;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #ddddff;
}

div.confirmMsg {
	background: #ddffdf;
	color: #136c99;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	padding: 10px;
	border-top: solid 1px #ddddff;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	border-left: solid 1px #ddddff;
}

div.resultMsg {
	background: #ddddff;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	padding: 10px;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #9999cc;
	border-bottom: solid 1px #9999cc;
	border-left: solid 1px #cccccc;
}

div.xoopsCode, div.xoopsQuote { 
	width:98%;
	height: 100%;
	padding: 0;
}

div.xoopsCode pre {
	border: solid 1px #c0c0c0;
	margin:0;
	overflow:auto;
	padding:0 1em;
	min-height:4em;
	height:auto;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
    background-color:#ffffff;
}
/* for IExplorer */
* html div.xoopsCode pre {
	height:4em;
	height:auto;	/* IE 6.x */
	width:40em;
}

div.xoopsQuote blockquote {
	margin: 0;
	padding: 0 6px 6px 6px;
	border: solid 1px #c0c0c0;
    background-color:#ffffff;
}

