@charset "UTF-8";
.none{
	display : none;
}
body{
	color : #000;
	background : #fff;
	padding : 5px 20px 5px 20px;
}
/*--------リンク関係--------*/
a{
	text-decoration : none;
}
a:link,a:visited,a:active{
	color : #00c;
	background : transparent;
	text-decoration : underline;
}
a:hover{
	color : #000;
	background : transparent;
}
/* 見出し */
h1{
	color : #000;
	background : #fff;
	border-bottom : 15px #aaa solid;
	text-align : center;
	padding-bottom : 5px;
}
h2,h3,h4,h5,h6{
	letter-spacing : 0.2em;
	color : #000;
	background : transparent;
	padding-bottom : 2px;
}
h2{
	border-bottom : 3px #999 solid;
}
h3{
	border-bottom : 3px #999 double;
}
h4{
	border-bottom : 1px #999 solid;
}
h5,h6{
	border-bottom : 1px #999 dashed;
}
/* いろいろ */
strong{
	color : #d00;
	background : transparent;
}
p,ul,ol,dl{
	line-height : 1.4;
}
blockquote{
	border : #999 1px solid;
	padding : 5px 10px 5px 10px;
}
img{
	border-style : none;
}
fieldset,.center,.div-center{
	text-align : center;
}
address{
	text-align : center;
}
img{
	border-style : none;
}
/* テーブル */
table{
  margin : 8px 0 8px 0;
}
td{
  color : #000;
  background : #fff;
  border : 1px #666 solid;
  line-height : 1.4;
}
th{
  color : #000;
  background : #eee;
  border : 1px #666 solid;
  line-height : 1.4;
}
/*a[href^="http:"]:after{
	content: " (" attr(href) ")";
	font-size: 90%;
}
a[href^="http:inu.imagines.jp/pq/pukiwiki.php"]:after{
	content: "";
}*/
blockquote[title]:before{
	content: " 引用元：" attr(title) ;
	font-size: 90%;
}
blockquote[cite]:after{
	content: "URI：" attr(cite) ;
	font-size: 90%;
}
q[title]:before{
	content: "“";
}
q[title]:after{
	content: "”（引用元：" attr(title)  "）";
	font-size: 90%;
}
del[datetime]:after{
	content: " ( " attr(datetime) " 削除)";
	font-size: 90%;
}
ins[datetime]:after{
	content: " ( " attr(datetime) " 追記)";
	font-size: 90%;
}
th,td{ padding : 3px 6px 3px 6px;}
}
inline-list li{
		display : inline;
}
.photo,.mini-photo{
		text-align : center;
}
#footer{
		font-size : 90%;
}
/* プリントしたくないもののクラスは「.no-print」 */
.no-print,.navi,.navi1,.navi2,#navi,#navi1,#navi2,#navigator,#navigation,.jumpmanu,.none,hr,center form,center table{
	display : none;
}
/* firefox */
  marquee { -moz-binding: none; }
 
  *|*:-moz-any-link img, img[usemap], object[usemap],
  img[usemap], object[usemap], object, embed, applet, iframe {
    -moz-user-focus: none !important;
  }

  /* XXX this should not be necessary, we should be stopping blinking
     of any kind in print preview, not just the <blink> element */
  blink {
    text-decoration: none;
  }


