@charset "Shift_JIS";
/* 2005-1-26 作成ファイル */

/* this @charset is for mozilla's bug */
/*
/////////////////////////////////////////////////
// PukiWiki - Yet another WikiWikiWeb clone.
//
// $Id: default.ja.css,v 1.32 2004/07/31 03:09:20 henoheno Exp $
//
*/
body
{
	color: #333333;
	padding-top:0px;
	padding-bottom:0px;
	margin:10px 10% 10px 10px;
	font-size: 14px;
	font-family: verdana, arial, helvetica, Sans-Serif;
	background-color:#ffffff;
	/*background-image:url(line_back.gif);*/
	background-position:top left;
	background-attachment:fixed;
}
pre, dl, ol, p, blockquote
{
	line-height:130%;
}

blockquote
{
	margin-left:32px;
}

td
{
	padding-top:0px;
	padding-bottom:0px;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 14px;
	font-family: verdana, arial, helvetica, Sans-Serif;
}

a:link
{
	color: #003366;
	text-decoration: none;
}

a:active
{
	color: #003366;
	text-decoration: none;
}

a:visited
{
	color: #003366;
	text-decoration: none;
}

a:hover
{
	color: #003366;
	text-decoration: underline;
}
h1{
	font-family: verdana, arial, helvetica, Sans-Serif;
	color :#000000;
	padding: .3em;
	font-size:15px;
}
h2{
	font-family: verdana, arial, helvetica, Sans-Serif;
	background-image:url(h2back.jpg);
	background-position:bottom left;
	background-repeat: repeat;
	border-left:8px solid #CFD8EF;
	border-top:1px solid #CFD8EF;
	border-bottom:1px solid #CFD8EF;
	border-right:1px solid #CFD8EF;
	color :#000000;
	padding: .1em .3em .1em .3em;
	font-size:15px;
}
h3{
	font-family: verdana, arial, helvetica, Sans-Serif;
	color: #000000;
	padding: 0em .3em 0.4em .3em;
	font-size:15px;
	background-image:url(h3border.jpg);
	background-position:bottom left;
	background-repeat: no-repeat;
}
h4{
	font-family: verdana, arial, helvetica, Sans-Serif;
	padding:0px 3px 0px 23px;
	color: #000000;
	font-size:15px;
	background-image:url(h4icon.gif);
	background-position:center left;
	background-repeat: no-repeat;
}
h5, h6{
	font-family: verdana, arial, helvetica, Sans-Serif;
	color :#D5BABA;
	padding: .3em .3em 1.0em .3em;
	border-top:double 0px #D5DDBA;
	text-align:center;
	background-image:url(h5under.gif);
	background-position:bottom center;
	background-repeat: no-repeat;
}

h1.title
{
	font-size: 24px;
	font-weight:bold;
	background-color:transparent;
        padding: 2px 0px 0px 0px;
	border:0px;
	margin: 0px 0px 10px 0px;
}

dt
{
	font-weight:bold;
	margin-top:1em;
	margin-left:1em;
}

pre
{
	border-top:#DDDDEE 1px solid;
	border-bottom:#888899 1px solid;
	border-left:#DDDDEE 1px solid;
	border-right:#888899 1px solid;
	padding:.5em;
	margin-left:1em;
	margin-right:2em;
	white-space:pre;
	color:black;
	background-color:#F0F8FF;
}

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

ul
{
	margin-top:.5em;
	margin-bottom:.5em;
	line-height:130%;
}

em
{
	font-style:italic;
}

strong
{
	font-weight:bold;
}

thead td.style_td,
tfoot td.style_td
{
	color:inherit;
	background-color:#D0D8E0;
}
thead th.style_th,
tfoot th.style_th
{
	color:inherit;
	background-color:#E0E8F0;
}
.style_table
{
	padding:0px;
	border:0px;
	margin:auto;
	text-align:left;
	color:inherit;
	background-color:#ccd5dd;
}
.style_th
{
	padding:5px;
	margin:1px;
	text-align:center;
	color:inherit;
	background-color:#EEEEEE;
}
.style_td
{
	padding:5px;
	margin:1px;
	color:inherit;
	background-color:#EEF5FF;
}

ul.list1
{
	list-style-type:disc;
}
ul.list2
{
	list-style-type:circle;
}
ul.list3
{
	list-style-type:square;
}
ol.list1
{
	list-style-type:decimal;
}
ol.list2
{
	list-style-type:lower-roman;
}
ol.list3
{
	list-style-type:lower-alpha;
}

div.ie5
{
	text-align:center;
}

/* pukiwiki.skin.*.php */
div#header
{
	padding:0px;
	margin:0px;
}

div#body
{
	padding:0px;
	margin:0px 0px 0px .5em;
}

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

/*  主な新規指定 */

.body {
  background-color:#ffffff;
  color:#444444;
  padding:5px;
  border:solid 1px #D5DDBA;
     }

.body a:hover{color:red;text-decoration:underline;}
.body a:active{color:red;text-decoration:underline;}
.body a:visited{color:#996633;}

	    
ul li{
	list-style-image: url('lists.gif');
}
