@charset "UTF-8";
/* CSS Document */

@import url("navi.css");
@import url("top.css");
@import url("contents.css");
@import url("sub.css");
@import url("footer.css");
@import url("form.css");

.memo {
	color: #F00;
	background: #FEF5F5;
	width: 100%;
	border: 1px dotted #C93;
	padding: 2px 2px 2px 5px;
	margin-bottom: 10px;
}



/* Reset ------------------------ */
:link,:visited {
	text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
	margin: 0;
	padding: 0;
	font: normal 1em/1.9em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
}
ol,ul {
	font-size: 0.8em;
	list-style: none;
}

caption,th {
    text-align: left;
}
q:before,q:after {
    content: ”;
}
#contents .box div p a {
	background: url(../img/ya.png) no-repeat left center;
	padding-left: 16px;
	text-decoration: underline;
	font-size: 0.85px;
}

a {
	color:#333;
	text-decoration: none;
	outline: none;
}
a:hover {
	color:#F60;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

.clear {
	clear: both;
	margin-bottom: 5px;
}
