/*
@prefix : <http://purl.org/net/ns/doas#> .
 :title "Common Stylesheet - second8";
 :shortdesc "Common stylesheet for XHTML pages of this site.";
 :created "2015-05-08";
 :release [:revision "3.1"; :created "2011-11-16"];
 :author [:name "second8";];
 :license (C)second8.
*/

@charset "utf-8";
/* Reset
-----------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:normal;
	background: transparent;
}
body {
	font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",Myriad, Arial, "Meiryo", "メイリオ", sans-serif;
	_font-family:'ＭＳ Ｐゴシック', sans-serif;
	font-size:16px;
	line-height:26px;
	word-break:break-all;
	color:#000;
}
ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
a	{
	color:#666;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
}
img {
	vertical-align:top;
	border-style:none;
}
/* Font-size list (base: 15px)
-----------------------------------------------
 67% = 10px
 74% = 11px
 80% = 12px
 87% = 13px
 94% = 14px
100% = 15px
107% = 16px
114% = 17px
120% = 18px
127% = 19px
134% = 20px
140% = 21px
147% = 22px
154% = 23px
160% = 24px
167% = 25px
174% = 26px
*/