@charset "UTF-8";
/*-----------------------------------------------------------------------------------------
 標準スタイル　
*/
/* マージン、パディングのリセット*/
*{
	margin:0; padding:0; border-width:0px;
	font-family : Verdana,Helvetica,Arial,ヒラギノ角ゴProW3,Osaka,"MS Pゴシック",sans-serif;
	font-size : 16px;
}
/* レスポンシブWEBデザイン */
@media screen and (max-width:991px) {
*{
	font-size : 15px;
}
}
@media screen and (max-width:767px) {
*{
	font-size : 14px;
}
}
/* 標準タグの設定 */
body{
	background-image : url(img/body.png);
	background-repeat : repeat;
	width : 100%;
	margin : 0px auto;
	text-align : center;
}
/*　標準タグの指定　*/
h1{
	margin : 8px 0px 8px 4%;
	font-size : 118%;
	color : blue;
	font-weight : bold;
	line-height : 1.3;
}
h2{
	margin : 7px 0px 7px 5%;
	font-size : 115%;
	color : blue;
	font-weight : bold;
	line-height : 1.3;
}
h3{
	margin : 6px 0px 6px 6%;
	font-size : 112%;
	color : blue;
	font-weight : bold;
	line-height : 1.3;
}
h4{
	margin : 5px 0px 5px 7%;
	font-size : 109%;
	color : blue;
	font-weight : bold;
}
h5{
	margin : 4px 0px 4px 9%;
	line-height : 1.2;
	font-size : 106%;
	color : blue;
	font-weight : bold;
	line-height : 1.3;
}
h6{
	margin : 3px 0px 3px 10%;
	font-size : 103%;
	color : blue;
	font-weight : bold;
	line-height : 1.2;
}
p{
	margin : 3px 0px 3px 11%;
	line-height : 1.2;
}
blockquote{
	margin : 5px 0px 5px 13%;
	text-indent : 1em;
	line-height : 1.2;
}
ul{
	list-style-type : disc;
	margin : 5px 0px 5px 11%;
}

li{
	margin : 3px 0px 3px 5%;
	line-height : 1.2;
}
dl{
	margin : 5px 0px 5px 11%;
	line-height : 1.2;
}
dt{
	margin-left : 5%;
	font-weight : bold;
}
dd{
	margin-left : 8%;
}
hr{
	width : 80%;
	height : 1px;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	background-color : silver;
	*border-top : 1px solid silver;
}
/* レスポンシブWEBデザイン */
/* img要素 */
img{
	border : 0px;
	margin : 0px;
	padding : 0px;
	max-width: 95%;
}
a:link{
	color : blue;
}
a:visited{
	color : blue;
}
a:hover{
	font-weight : bold;
}
