﻿/*initialize and formatting*/

*{
	margin: 0 0 0 0;
	padding: 0;
	font-size: 98%;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #666666;
}

a:visited{
	color: #006699;
	background-color: transparent;
	text-decoration:none;
}

a:link{
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}

a{
	color: #006699;
	background-color: transparent;
	text-decoration:none;
}

a:active{
	color: #006699;
}

a:hover{
	color: #006699;
}

ul{
	margin-bottom:1em;
	list-style-type:none;
	list-style-position:outside
}

dd{
	margin-bottom:0.5em;
}

dl{
	margin-bottom:0.5em;
}

p{
	margin-bottom: 1em;
	font-size: 80%;
	color: #808080;
	left: auto;
}

/*common styles*/

body{
	color: #000000;
	background-color: #ffffff;
	text-align: left
	
}

p.hPhrase{
	display:none;
}

p.skipLink{
	display:none;
}

p.fClear{
	clear: both;
	height:0
}

p#sitefooter{
	clear:both;
    color: #808080;
	border-top:1px #808080 dotted;
	margin:3em auto;
	padding:0.5em 0 0 0;
	font-size:70%;
	text-align:left;
}









