@charset "Shift_JIS" ;

body {
	font-family : "Arial", sans-serif ;	/*"Arial"を利用しているのは、Vistaのバグを回避するため*/
	margin : 1em 2em;
	line-height : 0 ;
	background-color: white;
}

li {
	margin : 0 0 1em 0 ;
	padding : 0 ;
	line-height : 1.2em ;
	font-size: 10pt;
}


ul {
	margin: 0 0 1em 2em;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}

a:link {
	font-family : "Arial",  sans-serif ;
	color : #48587A ;
	text-decoration: underline;
}

a:visited {
	font-family :  "Arial", sans-serif ;
	color: #FF4C4C;
	border-width:0;
	background-color:white;
	text-decoration : none ;
}


a:hover {
	text-decoration : none ;
	font-family :  "Arial", sans-serif ;
	color : white ;
	border-width:0;
	background-color : #FF4C4C ;
}

a:active {
	font-family : "Arial", sans-serif ;
	color : white ;
 	background-color : #FF9999 ;
 	text-decoration : none ;
}

a img {
	vertical-align: top;
	padding: 0px;
}

a:link img {
	background-color : white ;
	border: 1px solid white ;
}

a:visited img {
	background-color : white ;
	border: 1px solid white;
}

a:hover img {
	color : white ;
	text-decoration: none;
	background-color : white ;
	border: 1px solid #FF4C4C;
}

p {
	margin : 0 0 1em 0 ;
	padding : 0 ;
	line-height : 2em ;
}

h1 {
	font-family : "Arial",  sans-serif;
	font-style : normal ;
	font-size : 16pt ;
	color : #333333 ;
	margin : 2em 0 1.5em 0 ;
	padding: 0.5em 0 0.5em 1em;
	line-height : 1em;
	border-left : 5px solid #888888;
	border-bottom : 1px solid #888888;
}

h2 {
	font-family :  "Arial", sans-serif;
	font-style : normal ;
	font-size : 12pt ;
	font-weight : bold ;
	color : #333333 ;
	margin : 2em 0 1.5em 0 ; 
	line-height : 1em;
}

.footer {
	padding-top: 0.5em ;
	border-top : 1px solid #888888;
	font-size: 10pt;
}
