@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 : 90%;
	line-height : 1.7;
	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;
}

/* --add from kashima----------------------------------------------------------------------------------------------------------------- */

.logo {
	display: block;
    margin: 15px auto;
}

.setsumei {
	width: 90%;
    margin: 0 auto;
    padding: 20px 0 30px;
    text-align: center;
    font-size: 93%;
    border-bottom: 1px solid #cccccc;
}

.footer {
	padding: 0 0 15px;
    text-align: center;
    font-size: 90%;
}

.footer a:link, a:visited {
    text-decoration: none;
    color: #454545;
}

.doui {
    display: -webkit-box;
    margin-left: 40%;
}


.doui  p {
    line-height: 25px;
    margin-left: 10px;
    display: block;
    font-size: 12px;
    color: #999999;
}

.doui  p a {
    text-decoration: none;
    color: #1d3994;
}

@media screen and ( max-width : 640px ){

.doui {
    display: -webkit-inline-box;
    margin-left: 25px;
    font-size: 11px;
}

.doui p {
	line-height: 17px;
    margin: 0 25px 0 8px;
    line-height: 17px;
}

}


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

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

body{
	font-size : 100%;
}

}
/* 640pixel end */

