@charset "UTF-8";


/***** HTML baisc elements *****/

body {
	background:#ffffff none;
	color: #000000;
	font-size: medium;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
	line-height: 150%;
	margin:      0px;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin:      0px;
	/*font-weight: normal;*/
	font-size:   100%;
	line-height: 150%;	
}

img {
	border:         none;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
	border-spacing:  0px;
}

tr {
	text-align:     left;
	vertical-align: top;
}

th, td {
	padding: 0px;
}

p {
	text-align: justify;
}

a {
	text-decoration: none;
}

a:link {
	color: #164478;
}

a:visited {
	color: #af4177;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

dd {
	margin: 0px;
}