@charset "utf-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color: #454545;
	font-size: 95%;
	line-height: 1.8;
	background: url( '../image/bg-body.png' ) repeat 0 0;
}

a:link,
a:visited {
	color: #4040ff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #4040ff;
	text-decoration: none;
}

.topicpath-wrap {
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    top: 3px;
    font-size: medium;
}
/* topicpath */
.topicpath-wrap-A {
    margin: 8px 0px 25px;
    padding: 0;
}
.topicpath-A {
    color: #666;
    text-indent: 30px;
    padding: 7px 0px;
    line-height: 1;
    font-size: 12px;
    width: 100%;
    max-width: 1024px;
    margin-top: 5px;
    position: relative;
    top: 0px;
    z-index: 50;
    margin-bottom: 25px;
}
.contactform {
    padding: 0;
    margin: 0;
    background-image: url(../../images/wp-newSLogo.png);
    background-position: center center;
    background-size: 150px auto;
    background-repeat: no-repeat;
    height: 35px;
    width: 250px;
}
.contactform p {
	font-size: 15px;
	font-weight: bolder;
	color: #2A8FD1;
	position: relative;
	left: 221px;
	display: inline-block;
}






/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

body {
	font-size: 100%;
}

}
/* 1000pixel end */
