@charset "utf-8";
* {
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6 {
	color: #6a6a6a;
}

body {
	font-family : "Georgia", "Times New Roman", Times, serif;
	/*font-family : "Lucida Grande", Tahoma, Verdana, Helvetica, "MS P Gothic", sans-serif;*/
	color: #7a7a7a;
	font-size: 11pt;
}

a:link {
	color: #708090;
	text-decoration:none;
}

a:visited {
	color: #767680;
	text-decoration:none;
}

a:active {
	color: red;
	text-decoration:underline;
}

a:hover {
	color: red;
	text-decoration:underline;
}

/* 検索候補 */

a.other:link {
	color: #669966;
	text-decoration:none;
}

a.other:visited {
	color: #ccc;
	text-decoration:none;
}

a.other:active {
	color: red;
	text-decoration:underline;
}

a.other:hover {
	color: red;
	text-decoration:underline;
}

/* header */

#header {
	margin:0 auto;
	background: #000 url('../img/headbg.gif') top left repeat-x;
	border-bottom: 3px solid #b0c4de ;
	height: 120px;
}

#header h1 {
	width:300px;
	background: #000 url('../img/logo.gif') center center no-repeat;
	margin:0 auto;
	padding:0;
	height: 120px;
}

/* search */
#search {
	text-align: center;
	height: 60px;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 0.5em;
	background: transparent url('../img/searchbg.gif') top left repeat-x;
}

#search input.word {
	width:25em;
}

#search select {
	padding-left: 3px;
	width: 10em;
}

/* form */
form {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

input,textarea,select {
	font-family : Arial, Verdana, sans-serif;
	font-size : 1em;
}

input,textarea {
	font-family : Arial, Verdana, sans-serif;
	padding: 1px;
}

.editlabel {
	width:5em;
	float:left;
	text-align:right;
	margin-right:0.5em;
	display:block;
}

#editarea {
	clear: left;
	padding: 0 8px 0 8px;
}

.tab {
	margin-left:1em;
}

.tab input[type="text"],textarea {
	padding: 1px 2px 1px 2px;
	width:350px;
}

div.tabs {
	width: 95%;
	margin: 0 0 20px 0;
}

ul.tabs {
	list-style-type: none;
	width: 100%;
	float: left;
	background: url(../img/pixel.gif) bottom left repeat-x;
}

ul.tabs li {
	font-size:90%;
	margin: 0 2px 0 0;
	float: left;
}

ul.tabs a {
	float: left;
	display: block;
	padding: 2px 8px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #666;
	background: #eee;
	text-decoration: none;
}

ul.tabs a:hover {
	background: #fff;
}

ul.tabs a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: red;
}

dt {
	font-weight:bold;
}
dd {
	text-indent:1em;
}

hr {
	color:#E0F4D5;
	border: 0;
	height: 1px;
	margin: 0 3em 0 3em;
	background-color:#E0f4D5;
}
/* content */

#content {
	width:780px;
	margin:0 auto 10px;
}

#content h2,h3,h4,h5,h6 {
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#content h2 {
	font-size: 2.2em;
	background: transparent url('../img/h2bg.gif') top left no-repeat;
	padding-bottom: 0em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#content h3 {
	font-size: 1.8em;
	padding-bottom: 0em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#content h4 {
	font-family:Verdana, Arial, "MS Gothic", sans-serif;
	font-size: 1.1em;
	padding-bottom: 0em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

#content p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

#content ul {
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#content ol {
	padding-left: 0.5em;
	margin-bottom: 1em;
	line-height: 1.5em;
	cursor : text;
}

#content ol li {
	margin-left: 1em;
	line-height: 1.5em;
}

#content ol p {
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

#content blockquote {
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p {
	display: inline;
}

/* main */

#main {
	float:right;
	width:540px;
	margin-left:1em;
	margin-right:1em;
	padding:0 0 10px 0;
	color:black;
}

#sidemenu {
	float:left;
	width:180px;
	padding: 0 10px 10px 10px;
	border-right: dotted 1px #cacaca;
}
#sidemenu ul li {
	margin-left:10px;
	list-style-image:url("../img/bullet.gif");
}

#sidemenu h2 {
	font-size: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul.menu li {
	margin-left:10px;
	list-style-image:url("../img/dot.gif");
}

/* footer */

#footer {
	clear:both;
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

/* class */
.msg {
	margin: 0 0 1em 0;
	padding: 0 0 5px 0;
	border-bottom:dotted 1px #f5f5f5;
}
.msg a {
	padding-left: 5px;
	padding-right: 5px;
}
.msg a:hover {
	font-size : 1.5em;
	background-color : #F6F6EA ;
	color : slategray;
}

.word {
	margin-left: 1em;
}
h3.cn a:link {
	color: #000;
	text-decoration:none;
}

h3.cn a:visited {
	color: #767680;
	text-decoration:none;
}

h3.cn a:active {
	color: red;
	text-decoration:underline;
}

h3.cn a:hover {
	color: red;
	text-decoration:underline;
}

.cn {
	font-family : Simsun, "MS Song", Mingliu, STSong, serif;
}

.pyn {
	font-family : "Times New Roman", Times, serif;
	font-size: 1.2em;
}

.click {
	font-family :SimSun,'MS Song',Mingliu, STSong,serif ! important;
	border-bottom:dashed 1px #ccb;
	cursor:pointer;
	cursor: hand;
}
.hilite {
	color:red;
	font-weight:bold;
}
.pointer {
	border-bottom:dashed 1px #ccb;
	cursor:pointer;
	cursor: hand;
}
.edit {
	text-align: right;
	padding-right:2em;
}

.author {
	margin-left: 1em;
	/*padding: 5px 0 5px 20px;*/
	font-size: 0.9em;
	color: #547989;
	/*background: transparent url(../img/date.gif) no-repeat center left;*/
	border-top:dotted 1px #f5f5f5;
}

.comment {
	padding: 5px 0 5px 20px;
	background: transparent url(../img/comment.gif) no-repeat top left;
}

.member {
	text-align:right;
	margin-right:1em;
	margin-bottom:1.5em;
	font-size: 0.9em;
	color: #547989;
}

.link {
	margin-left: 1em;
	list-style-image:url("../img/bullet.gif");
}

.link li {
	margin-bottom: 0.5em;
}

.ref {
	display: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}

/*.ref p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
}*/

.refhead {
	cursor:pointer;
	cursor: hand;
	padding-left: 18px;
	background: transparent url(../img/refr.gif) no-repeat center left;
}

.box {
	background-color: #f6f6ea;
	padding: 1em;
	margin : 1em;
	line-height:1.6em;
}

.info {
	margin : 0.5em 1em 0em 5em;
	padding: 1em 1em 0em 1em;
	line-height:1.5em;
	border-top:dotted 1px #f5f5f5;
}

.indent {
	margin: 0 0 1em 1em;
}

.border {
	border:solid 1px #eee;
	padding:10px;
	margin : 5px;
}

.post input[type="text"],textarea {
	padding: 1px 2px 1px 2px;
	width:400px;
}

.radical {
	letter-spacing:7px;
}

.spacer {
	margin-top:2em;
}

img.mid {
	margin: 0 3px 0 3px;
	vertical-align:middle;
	border:none;
}

table {
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	padding: 5px;
}

td {
	padding: 5px;
}

.hint {
	font-size:85%;
	color:silver;
}
.caption {
	background-color : #f9f9f9;
	border : solid 1px #e7e9ee;
	padding : 6px 15px 6px 15px;
	margin : 6px 0 6px 0;
}

.submit {
	background-color : #95B3DE;
	padding : 6px 15px 6px 15px;
	margin : 2em 0 2em 0;
}


.separater {
	border-top : dotted 1px #f5f5f5;
	padding-top : 1.5em;
}

.make input[type="text"],textarea {
	padding: 1px 2px 1px 2px;
	width:350px;
}
.bold {
	font-weight: bold;
}

pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}

/*pager*/
ul.pager {
	margin: 1em 0 0 0;
	padding: 0;
	/*text-align: center;*/
}
ul.pager li {
	list-style: none;
	display: inline;
	margin: 0 3px;
	padding: 0;
}
ul.pager li strong {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.4em;
	background-color: #EEEEEE;
	border: 1px #CCCCCC solid;
}
ul.pager li a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	padding: 0.25em 0.4em;
	border: 1px #CCCCCC solid;
}

ul.pager li a:link,
ul.pager li a:visited {
	border-color: #CCCCCC;
	color: #0033FF;
}
ul.pager li a:hover,
ul.pager li a:active {
	border-color: #003399;
	background-color: #003399;
	color: #FFFFFF;
	text-decoration: none;
}

.dot {
	margin: 1em 0 1em 0;
	border-top: dotted 1px #cacaca;
}

.highlight {
	background-color: #ffe4c4;
}