﻿* {
	 margin: 0px;
	 padding: 0px;
	 text-decoration: none;
	 line-height: 1.6;
	 font-weight: normal;
	 font-style: normal;
	 color: #646464;
}

body {
	padding-bottom: 50px;
	font-family: Arial, Times New Roman, MSPゴシック, sans-serif;
	font-size: 12px; 
 }

em, strong {
	 font-weight: bold;
}

a:link {
	 color: #005585;
}

a:visited {
	 color: #818f98;
}

a:hover {
	 color: #90af00;
}

ul, ol {
	 list-style-type: inside;
}

img {
	 vertical-align: bottom;
	 border: 0px;
}



