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

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


/* 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;
}



a {
	color:#333;
	text-decoration: none;
	outline: none;
}
a:hover {
	color:#F60;
}

a:hover img{
opacity:0.75;
filter: alpha(opacity=75);
}

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;
}
.rollover a:hover img{
	opacity:0.7;
	filter: alpha(opacity=80);
}
.ya {
	background: url(../img/ya.png) no-repeat left center;
	padding-left: 20px;
	text-decoration: underline;
}


.sha {
	padding: 4px;
	background: url(../img/dot_gray_sya.gif);
	margin-top: 5px;
}
.link1 {
	padding: 4px 0 2px 28px;
	background: #f4f4f4 url(../img/ya.png) no-repeat 10px center;
	margin-top: 10px;
	margin-bottom: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.link2 {
	font-size: 0.75em;
	text-decoration: underline;
	width: 460px;
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 0 0 0 20px;
	background:  url(../img/ya.png) no-repeat 2px center;
}
.closed {
	margin-top: 20px;
}
