@charset"utf-8";


/*
===== reset styles ===========================
*/

html, body, 
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	margin: 0;
	padding: 0;/* margin&padding reset */
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	line-height: 1.0; /* base line height */
	color: #343434;
}

p {
	margin: 0;
	padding: 0;
	text-align: left;
}

table {
	border: none;
	margin : 0;
	empty-cells: show;
}

img {
	border: none;
	vertical-align: bottom;
}

ul{
	list-style-position: inside;
}

li {
	list-style-type: none;
}


/*
===== link setting ===========================
*/

a:link{
	color: #00F;
	text-decoration: underline;
}

a:visited{
	color: #00F;
	text-decoration: underline;
}

a:hover{
	color: #00F;
	text-decoration: none;
}

a:active{
	color: #00F;
	text-decoration: underline;
}

a img { /* image with link */
	border: none;
	text-decoration: none;
}


/*
===== Both Settings ===========================
*/

p#topicpath {
	text-align: right;
	margin: 0 0 15px 0;
}

p#topicpath strong {
	font-weight: bold;
}
