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, 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: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}

table {border-collapse: collapse; border-spacing: 0;}
th, td {text-align: left; font-weight: normal;}
form legend {display: none;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
ol, ul {list-style: none;}
hr {display: none; visibility: hidden;}
img {vertical-align:bottom;}

:focus {outline: 0;}

body {
	width: 500px;
	margin: 0 auto 20px auto;
	background: #ff99cc;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a:link,
a:visited,
a:active {
	color: #ff99cc;
}



/* ================================================================
main
================================================================ */
div#wapper {
	color: #666666;
}

div#layout {
	background: #ffffff;
	padding: 10px 0 10px 0;
}

div#header {
	padding: 10px 0;
}

/* contents
================================================================ */
div#contents {
	margin: 0 10px;
}

div#contents h1 {
	margin: 10px 0;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 25px;
}

div#contents p {
	margin: 10px 0 0 0;
	font-size: 0.8em;
}

div#contents p strong {
	font-weight: bold;
}

div.index_entry {
	margin: 60px 0 0 0;
}