@charset "UTF-8";

/*
180wiki skin gray(width1000) 0.1 2009/9/10 hrmz
http://180.style.coocan.jp/wiki/
*/

/* wrap
----------------------------------------------------------------------------- */
body { text-align: center; }

div#wrapper {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

div#wrap_content{
	float:right;
	width: 80%;
}

div#wrap_sidebar{
	float:left;
	width: 20%;
}
div#footer{
	clear:both;
}

/* ■■ design ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* General
----------------------------------------------------------------------------- */
body{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:15px;
	color:#000000;
	background-color:#fffffc;
	margin: 0;
	padding: 0;
}

img{
	border:none;
	vertical-align:middle;
}

#wrapper {
	background-color:#eeeeee;
	border-radius: 20px;
	margin-left: 15px;
	box-shadow:0 0 5px #ccc, 0 0 5px #666, 0 0 1px #333;
	-webkit-box-shadow:0 0 5px #ccc, 0 0 5px #666, 0 0 1px #333;
	-moz-box-shadow:0 0 5px #ccc, 0 0 5px #666, 0 0 1px #333;
}

/* ----- link ----- */
a {
   color: #0000cd;
   text-decoration:none;
}

a:hover {
   color: #cd5c5c;
   text-decoration:none;
   background-color:#dcdcdc
}
a:visited {
   color: #0000cd;
   text-decoration:none;
}
a:active {
   color: #cd5c5c;
   text-decoration:none;
}


div.ie5 { text-align:center; }

span.noexists {
	color:inherit;
	background-color:#fffacc;
}

.super_index {
	color:#DD3333;
	background-color:inherit;
	font-weight:bold;
	font-size:60%;
	vertical-align:super;
}

a.note_super {
	color:#DD3333;
	background-color:inherit;
	font-weight:bold;
	font-size:60%;
	vertical-align:super;
}

div.jumpmenu {
	font-size:60%;
	text-align:right;
}


em { font-style:italic; }

strong { 
	font-weight:bold;
	font-size:15px;
 }

.small { font-size:80%; }

span.size1 {
	font-size:xx-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size2 {
	font-size:x-small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size3 {
	font-size:small;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size4 {
	font-size:medium;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size5 {
	font-size:large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size6 {
	font-size:x-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}
span.size7 {
	font-size:xx-large;
	line-height:130%;
	text-indent:0px;
	display:inline;
}

/* html.php/catbody() */
strong.word0 {
	background-color:#FFFF66;
	color:black;
}
strong.word1 {
	background-color:#A0FFFF;
	color:black;
}
strong.word2 {
	background-color:#99FF99;
	color:black;
}
strong.word3 {
	background-color:#FF9999;
	color:black;
}
strong.word4 {
	background-color:#FF66FF;
	color:black;
}
strong.word5 {
	background-color:#880000;
	color:white;
}
strong.word6 {
	background-color:#00AA00;
	color:white;
}
strong.word7 {
	background-color:#886800;
	color:white;
}
strong.word8 {
	background-color:#004699;
	color:white;
}
strong.word9 {
	background-color:#990099;
	color:white;
}

/* Header
----------------------------------------------------------------------------- */
#header{
	height: 70px;
	text-align: left;
	font-family: verdana, arial, 'trebuchet ms', sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 2px 2px 4px silver;
	background: linear-gradient(gray,white);
	box-shadow:0 0 5px #ccc, 0 0 5px #666, 0 0 1px #333;
	-webkit-box-shadow:0 0 5px #ccc, 0 0 5px #666, 0 0 1px #333;
	-moz-box-shadow:0 0 5px #ccc, 0 0 5px #666, 0 0 1px #333;
}

#header a,
#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
	font-family: verdana, arial, 'trebuchet ms', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #008b8b;
	text-decoration: none;
}

#logo{
	padding: 20px 35px 0px 65px;
}


/* Content
----------------------------------------------------------------------------- */
div#toolbar {
	width: 100%;
	height: 30px;
	padding: 0;
	list-style-type: none;
	background-color: #000;
	border-bottom:1px solid #000;
	box-shadow:0 0 5px #ccc, 0 0 5px #666, 0 0 1px #333;
	-webkit-box-shadow:0 0 5px #ccc, 0 0 5px #666, 0 0 1px #333;
	-moz-box-shadow:0 0 5px #ccc, 0 0 5px #666, 0 0 1px #333;
}



div#toolbar ul.toolbutton {
	margin: 0; 
	padding:0;
	list-style: none;
}

div#toolbar li {
	float: left;
	padding: 0;
	margin-right: 1px;
	text-align: center;
}

div#toolbar li a {
	font-size:13px;
	text-decoration:none;
	background: linear-gradient(to bottom, #FFF, #EEE); /* IE10 */
	background: -moz-linear-gradient(top, #FFF 0%, #EEE); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE)); /* Chrome,Safari */
	border-radius: 8px;
	color:#111;
	display:block;
	padding:6px 9px 4px 8px;
}

div#toolbar li a:hover {
	background: #aaa;
}


#content {
	margin-left: 15px;
}

#content h1.title{
	margin:  0;
	padding: 0;
	background-image: none;
	border-style: none;
}
#content h1.title a{
	font-size:25px;
	color: #666666;
	text-decoration:none;
}

#lastmodified{
	color:#999999;
	font-size:12px;
}

#body{
	margin:10px 40px 0px 0px;
	padding: 0.4em 0.5em;
	line-height: 1.7;
}

div#body h2 {
	margin-top: 40px;
	padding: 0.4em 0.5em;
	color: #ffffff;
	font-size:20px;
	background: #2f4f4f;
	border-left: solid 5px #d7d7d7;
	border-bottom: solid 3px #d7d7d7;
	border-radius: 20px;
}


div#body h3 {
	padding:5px 10px;  /*内側の余白*/
	border-bottom:2px dashed #63827D;  /*下線の太さ 種類 色*/
	width: 85%;
}

div#body h3:before {
	content: url("chou.gif");  /*画像のURL*/
	padding:5px;
	margin-right:15px;  /*画像右の余白*/
}


div#body h4 {
	padding: 0.5rem;
	margin: 5px 0px 10px 10px;
	text-shadow: 1px 1px 2px silver;
}

p{
	margin: 10px;
}

.style_table {
	padding: 1px;
	margin: 10px 10px 10px 30px;
	text-align: left;
	font-size:15px;
	border-collapse: collapse;
	border: 1px solid black;
	background-color:#ffffff;
}
.style_th {
	padding:5px;
	margin:10px;
	font-size:15px;
	text-align:center;
	border: 1px solid black;
	background-color:#b0c4de;
	color:#101010;
}

.style_td {
	padding:5px 10px;
	margin:1px;
	border: 1px solid black;
	background-color:#ffffff;
}

thead td.style_td,
tfoot td.style_td {
	background-color:#63827D;
	border-color:#000000;
	color:#ffffff;
}
thead th.style_th,
tfoot th.style_th {
	background-color:#63827D;
	border-color: #000000;
	color:#ffffff;
}

.table_left .style_table { margin:auto auto auto 0px; }
.table_center .style_table { margin: auto; }
.table_right .style_table { margin:auto 0px auto auto; }
.table_left div.ie5 { text-align:left; }
.table_center div.ie5 { text-align:center; }
.table_right div.ie5 { text-align:right; }

pre{
	border-top:    1px solid #DDDDDD;
	border-right:  2px solid #DDDDDD;
	border-bottom: 2px solid #DDDDDD;
	border-left:   1px solid #DDDDDD;
	margin:5px 20px;
	padding:.5em;
	word-wrap:break-word;
	overflow:auto;
}

blockquote {
	margin:0px 0px 40px 18px;
	padding:5px;
	line-height: 1.4;
	background-color:#ffffff;
	border-left: solid 2px #2f4f4f;
	border-right: solid 2px #2f4f4f;
	border-bottom: solid 2px #2f4f4f;
	width: 74%;
}

ul {
	margin-top:5px;
	margin-bottom:5px;
}


ul.list1 {
  line-height: 2;
  list-style-image: url(hosi.gif); 
}

ul.list2 {
  line-height: 2;
  list-style-image: url(square.gif);
}

ul.list3 {
  line-height: 2;
  list-style-type:square;
}
ol.list1 {
  line-height: 1.6;
  list-style-type:decimal; }
ol.list2 { list-style-type:lower-roman; }
ol.list3 { list-style-type:lower-alpha; }

dt {
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
}
dd {
	margin: 5px 20px 5px 25px;
}

hr {
	border-style:solid;
	border-width: 1px;
	border-color:#333;
}


div.border {
	margin: 2em 0em 2em 2em; 
	padding: 1em 1.5em;
	width: 60%; /*幅の調節*/
	background-color: #fff; /* 背景色 */
	border: 4px solid #ff7f50; /*線の太さ・色*/
	border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
}


div.box {
	width:70%;
	border-left: 6px solid #63827D;
	background-color: #fff;
	margin: 2em;
	padding: 1em;
	font-size:15px;
	text-shadow: 1px 1px 2px silver;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}



/* contentsx */
div#body .toc {
	width:95%;
	font-size:15px;
	border:1px solid gray;
	border-radius: 20px;
	background:white;
	margin: 18px;
	padding: 1em;
	z-index: 2;
}
div#body .toc .toctitle {
	text-align: center;
	margin:0px;
}
div#body .toc .toctitle span {
	font-weight:bold;
	margin:0px;
}


div#body .toc .toclist ul{
	list-style: none;
	margin:1px;
}

div#body .toc .toclist ul li{
	width: 280px;
	text-align: left;
	background-color: #fff;
	display: inline-block;
	vertical-align:top; /* 上端揃え */
}



div#body .toc .toclist ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

div#body .toc .toclist ul ul{
	margin:0px;
}




/* SideBar
----------------------------------------------------------------------------- */
div#menubar {
	margin:5px 15px 10px 15px;
	padding:0px;
	font-size: 15px;
	word-break:break-all;
	overflow:hidden;
}

div#menubar h2{
	margin: 10px 0px 5px 0px;
	padding: 0.2em 0.2em;
	width: 90%;
	color: #ffffff;
	text-align: center;
	font-size:16px;
	background: #2f4f4f;
	border-right: solid 3px #d7d7d7;
	border-radius: 10px;
}

div#menubar h3 {
	font-size: 16px;
	margin: 5px 0px 0px 5px;
}

div#menubar h4,
div#menubar h5,
div#menubar h6 {
	font-weight: normal;
	line-height: 1em;
	margin: 5px 0px 0px 0px;
}

div#menubar ul {
	font-size: 14px;
	padding:0px 0px 0px .5em;
	margin:0px 0px 0px 10px;
}

div#menubar li {
	margin:0px 0px 0px 5px;
	padding:0px;
	line-height:140%;
	list-style-image: url(180mt-arrow.gif);
}


/* Footer
----------------------------------------------------------------------------- */
#footer{
	font-size:13px;
	text-align:center;
	color: #666666;
	padding-bottom: 10px;
}
/* -------------------------------------------------------------------------- */

/* html.php/edit_form() */
.edit_form { clear:both; }

/* pukiwiki.skin.php */
div#navigator {
	clear:both;
	padding:4px 0px 0px 0px;
	margin:0px;
}


div#note {
	clear:both;
	padding:0px;
	margin:0px;
}

div#attach {
	clear:both;
	padding:0px;
	margin:0px;
}

div#related {
	font-size:80%;
	padding:0px;
	margin:16px 0px 0px 0px;
}

div#banner {
	float:right;
	margin-top:24px;
}

div#preview {
	color:inherit;
	background-color:#F5F8FF;
}

/* aname.inc.php */
.anchor {}
.anchor_super {
	font-size:xx-small;
	vertical-align:super;
}

/* br.inc.php */
br.spacer {}

/* calendar*.inc.php */
.style_calendar {
	padding:0px;
	border:0px;
	margin:3px;
	color:inherit;
	background-color:#CCD5DD;
	text-align:center;
}
.style_td_caltop {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	font-size:80%;
	text-align:center;
}
.style_td_today {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#FFFFDD;
	text-align:center;
}
.style_td_sat {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5FF;
	text-align:center;
}
.style_td_sun {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#FFEEEE;
	text-align:center;
}
.style_td_blank {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}
.style_td_day {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
	text-align:center;
}
.style_td_week {
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#DDE5EE;
	font-size:80%;
	font-weight:normal;
	text-align:center;
}

/* calendar_viewer.inc.php */
div.calendar_viewer {
	color:inherit;
	background-color:inherit;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:10px;
}
span.calendar_viewer_left {
	color:inherit;
	background-color:inherit;
	float:left;
}
span.calendar_viewer_right {
	color:inherit;
	background-color:inherit;
	float:right;
}

/* clear.inc.php */
.clear {
	margin:0px;
	clear:both;
}

/* counter.inc.php */
div.counter {
	color: #666666;
	font-size:75%; 
}

/* diff.inc.php */
span.diff_added {
	color:blue;
	background-color:inherit;
}

span.diff_removed {
	color:red;
	background-color:inherit;
}

/* hr.inc.php */
hr.short_line {
	text-align:center;
	width:100%;
	border-style:solid;
	border-color:#333;
	border-width:1px 0px;
}

/* include.inc.php */
h5.side_label { text-align:center; }

/* navi.inc.php */
ul.navi {
	margin:0px;
	padding:0px;
	text-align:center;
}
li.navi_none {
	display:inline;
	float:none;
}
li.navi_left {
	display:inline;
	float:left;
	text-align:left;
}
li.navi_right {
	display:inline;
	float:right;
	text-align:right;
}

/* new.inc.php */
span.comment_date { font-size:x-small; }
span.new1 {
	color:red;
	background-color:transparent;
	font-size:x-small;
}
span.new5 {
	color:green;
	background-color:transparent;
	font-size:xx-small;
}

/* popular.inc.php */
span.counter { font-size:70%; }
ul.popular_list {
<?php
/*
	padding:0px;
	border:0px;
	margin:0px;
	word-wrap:break-word;
	word-break:break-all;
*/
?>
}

/* recent.inc.php,showrss.inc.php */
ul.recent_list {
<?php
/*
	padding:0px;
	border:0px;
	margin:0px 0px 0px 1em;
	word-wrap:break-word;
	word-break:break-all;
*/
?>
}

/* ref.inc.php */
div.img_margin {
	margin-left:32px;
	margin-right:32px;
}

/* search.inc.php id付必要 */
div#searchbox {
	margin:0px 15px;
}

/* vote.inc.php */
td.vote_label {
	color:inherit;
	background-color:#FFCCCC;
}
td.vote_td1 {
	color:inherit;
	background-color:#DDE5FF;
}
td.vote_td2 {
	color:inherit;
	background-color:#EEF5FF;
}

