@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6 {
  line-height:150%;
  margin: 0.8em 0;
}

.art-post ul li, .art-post ol ul li {
  overflow:visible;
}

h1,
.art-postcontent h1 {
  font-size:24px;
}

div.navi_pagination {
  /*background-color:#dddddd;*/
  border:1px solid #cccccc;	
  padding:4px;
  margin-bottom:10px;	
}
div.navi_pagination span{
	color:#bbbbbb;	
}

p.p_pagination {
	width:160px;
	float:right;
	text-align:center;
	/*border:1px solid red;*/
	margin:0;
	padding:0;
}

td.tricktd {
  background-color:#dddddd;
  font-weight:bold;
  padding:2px;
  width:140px;
}

tr.row0 {
  background-color:#dddddd;
}

tr.row1 {

}

table.tabletricks {
  border:1px solid #cccccc;
}

.art-post li {
    line-height: 1.3em;
}

div.art-footer-text ul {
  list-style-type:none;
}


input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
    color: #000000 !important;
    font-family: Arial,'Arial Unicode MS',Helvetica,Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding: 2px 0;
    width: auto;
}