﻿@charset "UTF-8";
/* Template for MODx, name is "cube".  by Studio LioLion */

/* order of property
:color
:background #000 url() repeat position attachment
:text-indent
:text-algin
:text-decoration
:letter-spacing
:font-style,font-variant,font-weight [font-size]/line-height [font-family]
:float
:clear
:width
:height
:line-height
:vertical-align
:overflow
:margin
:padding
:border
:display
:position:top:left
:content
:list-style */

/* ++++++ BASIC STRUCTURE ++++++ */
* {
	margin:0px;
	padding:0px;
}
body {
	color:#333;
	background-color:#eee;
	text-align:center;
}
textarea {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
input {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
form {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
td {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
th {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
caption {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
table {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
body {
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height:1.4em;
	letter-spacing:0.09em;
}
/*  \*/
* html textarea {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
* html input {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
* html form {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
* html td {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
* html th {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
* html caption {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
* html table {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
* html body {
	font-size:x-small;
	line-height:1.4em;
	letter-spacing:0.09em;
}
/*  */
a {
	color:#600;
	text-decoration:none;
}
a:link {
	color:#600;
	text-decoration:none;
}
a:visited {
	color:#600;
	text-decoration:none;
}
a:hover {
	color:#ffe;
	text-decoration:none;
}
img {
	border:0px none transparent;
}
table {
	border:0px none transparent;
}
table {
	border-collapse:collapse
}
th {
	font-weight:bold;
}

caption {
	font-weight:bold;
}

form fieldset {
	border:0px;
}

form fieldset legend {
  font-weight:bold;
}
cite {
  font-style:normal;
}
span.tanni {
	font-family: Osaka, Verdana, Arial, Helvetica, sans-serif ;
	position:relative;
}
sup {
	vertical-align: baseline;
	position:relative;
	top:-4px
}
sub {
	vertical-align: baseline;
	position:relative;
	top:4px
}

/* ++++++ LAYOUT ++++++ */
#underbox {
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ccc;
}
#header {
  text-align: left;
}
#container {
  background-color: #aaa;
  text-align: left;
  overflow: hidden;
  padding: 5px 0px 0px;
}

#sidebar1{
  color: #333;
  background-color: #bbb;
  float: right;
  width: 19%;
}
#contents{
  color: #000;
  float: right;
  width: 78%;
}
#footer {
	text-align:center;
}

/* ++++++ COMMON ++++++ */
/* +++ HEADER +++ */
#header p {
	padding:0px 1.5em;
}

#header h1.sitename {
 	font-size:1.5em;
	font-weight: bold;
	line-height:1em;
	padding:20px;
}
#header h1.sitename a {
	color:#333;
}
#header h1.sitename a:link {
	color:#333;
}
#header h1.sitename a:visited {
	color:#333;
}
#header h1.sitename a:hover {
	color:#333;
}

/* +++ GLOBALNAV +++ */
#globalnav{
	padding:10px 0px 0px;
}

#globalnav ul {
  list-style: none;
  overflow: hidden;
	border-bottom:2px solid #600;
	padding-right:8%;
}
/*  \*/
*html #globalnav ul{
	height:1%;
}
/*  */
#globalnav ul li {
  display:inline;
}

#globalnav ul li a {
  text-align: center;
  color: #eee;
  background-color: #333;
  display: block;
  float: right;
  width: 15%;
  border-top: 1px solid #eee;
  border-right: 2px solid #999;
}
#globalnav ul li a:link {
	color:#eee;
}
#globalnav ul li a:visited {
	color:#eee;
}
#globalnav ul li a:hover {
	color:#333;
	background-color:#fe9;
}
/* #globalnav ul li.first a{
	border-left:1px solid #eee;
} */
#globalnav ul li.last a{
	border-left:1px solid #eee;
}


/* +++ CONTAINER +++ */
/* INFORMATION */
#container .welcome {
  clear: right;
  padding-right: 2em;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
}
#container .welcome p {
  text-align: right;
  color: #ffe;
}

#container .breadcrumbnav {
  clear: right;
  padding-right: 2em;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
}
#container .breadcrumbnav {
  text-align: right;
}

#container p.topagetop {
	clear:both;
	text-align:right;
	padding:1em;
}

/* +++ CONTENTS +++ */
.contentsbody {
	margin:0px 10px;
	padding:8px;
	background-color:#ccc;
}
.contentsbody h1{
	font-size:1.2em;
	font-weight: bold;
	line-height:1em;
	margin:1em 0px;
	padding:10px;
	border-bottom:3px double #ccc;
}
.contentsbody h2{
	font-size:1.2em;
	font-weight: bold;
	line-height:1em;
	margin:1em 5px;
	padding-left:16px;
}
.contentsbody h3{
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin:0px 5px 0.2em;
}
.contentsbody h4{
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin:0px 5px 0.2em;
}
.contentsbody p {
	margin:0px 1.5em 0.5em;
}

.contentsbody p em {
	font-size:1em;
	font-weight:bold;
	font-style:normal;
}

.contentsbody p strong {
	font-size:1em;
	font-weight:bold;
	font-style:normal;
}
.contentsbody blockquote {
	margin:0px 1.5em 1em;
	padding:8px;
	border:1px solid #999;
}
.contentsbody pre {
 overflow: auto;
 margin: 0px 1.5em 1em;
 padding: 8px;
}
/*  \*/
* html .contentsbody pre {
	line-break:strict;
	word-break:break-all;
	word-wrap:break-word;
}
/*  */
.contentsbody ol {
  margin: 0px 1.5em 1em 60px;
}
.contentsbody ol li{
	margin-bottom:0.5em;
}
.contentsbody ul {
  margin: 0px 1.5em 1em 60px;
}
.contentsbody ul li{
}
.contentsbody dl {
	margin:0px 1.5em 1em;
}
.contentsbody dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.contentsbody dl dd {
	margin-left:1em;
	margin-bottom:0.5em;
}

.contentsbody ol li ul {
	margin:0px 12px 1em;
}
.contentsbody ol li ol {
	margin:0px 12px 1em;
}
.contentsbody ol li dl {
	margin:0px;
}
.contentsbody ol li pre {
	margin:0px 0px 1em;
}

.contentsbody ul li ul {
	margin:0px 12px 1em;
}
.contentsbody ul li ol {
  margin: 0px 28px 1em;
}
.contentsbody ul li dl{
	margin:0px;
}
.contentsbody ul li pre {
	margin:0px 0px 1em;
}

.contentsbody dl dd ul {
	margin:0px;
	list-style:none;
}
.contentsbody dl dd ol {
	margin:0px;
}
.contentsbody dl dd dl {
	margin:0px;
}
.contentsbody dl dd pre {
	margin:0px;
}

.contentsbody .sthrough {
  text-decoration: line-through;
}

/* ++++ SIDEBAR1 ++++ */
#sidebar1 .sidemenu {
	margin:0px 0px 5px;
	padding:6px;
}
#sidebar1 .sidemenu ul {
	list-style:none;
	padding-left:10px;
}
#sidebar1 .sidemenu ul li{
	border-bottom:1px solid #999;
}
#sidebar1 h2 {
	color:#333;
	background-color:#fff;
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	margin-bottom:10px;
	padding:5px 10px;
	border-top:3px double #eee;
	border-bottom:3px double #eee;
}

#sidebar1 .sidemenu a {
	color:#666;
	display:block;
	padding:5px 10px;
}
#sidebar1 .sidemenu a:link {
	color:#666;
}
#sidebar1 .sidemenu a:visited {
	color:#666;
}
#sidebar1 .sidemenu a:hover {
	color:#666;
	background-color:#ffe;
}

#sidebar1 p.rss {
	text-align:center;
}

#sidebar1 p.rss a {
	color:#fff;
	background-color:#993;
	display:block;
	margin:0px 40px 10px;
	padding:2px 0px;
}
#sidebar1 p.rss a:link {
	color:#fff;
}
#sidebar1 p.rss a:visited {
	color:#fff;
}
#sidebar1 p.rss a:hover {
	color:#666;
	background-color:#ffd;
}

/* +++ FOOTER +++ */
#footer address {
	padding:1em 0px;
}
#footer address a:hover{
	color:#c93;
}
