@charset "utf-8";
/* CSS Document */
/*format style
-------------------------*/
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


ol,ul {
    list-style: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #FF6;
}

a:hover{
	text-decoration: underline;
	color:#FFC;
}
hr {
	border: 0;
	height: 1px;
	background-color: #000;
	color: #FFF;
}
a img,:link img,:visited img {
	border: none;
	color: #FFF;
}
address {
    font-style: normal;
    display: inline;
}
#wrapper #main #bokin .main-bottom-copy ul {
	list-style-type: disc;
	list-style-position: inside;
}

.footer-navi-link ul li{
	list-style:outside disc;
	margin-bottom:0.25em;
	margin-left:30px;
}
