/* -- STYLE 20210422 -- */
@charset "utf-8";
/* @group Reset */
*{ margin: 0;padding: 0}
a { color: white; text-decoration : none}
a:Link{text-decoration:none;color:#f3f;}
a:visited{text-decoration:none;color:#05c;}
a:active{text-decoration:none;color:#cc6;}
a:hover {font-weight: bold;}

ul, ol { list-style : none}
img { vertical-align : top}
/* @end */
/* @group Fluid-img */
img { max-width : 100%}
/* @end */
/* @group HTML */
html {
font-family : verdana, sans-serif;
	color:#333;
font-size : 12px;
line-height : 1.5;
	background-image: url(image/yoko2.gif);
}
/* @end */
/* @group Heading */
h1,h2,h3,h4,h5,h6 { margin-bottom : 24px}
h1 {
font-size : 28px; 
line-height : 1} /* 28px */
h2 {
font-size : 20px;
line-height : 1.3333} /* 20px */
h3 {
font-size : 16px;
line-height : 1.25} /* 16px */
hgroup h2,h4,h5,h6 {
font-size : 12px; /* 12px */
line-height : 1.5} /* 12px */
/* @end */
/* @group Header */
header { text-align : center; padding-top : 24px}
header h1 { margin-bottom : 24px}
header h2 { color : #62240b}
/* @end */
/* @group Contents */
contents {display: block; margin-left: auto; margin-right: auto;
 margin-bottom : 10px;
text-align : center;}
}
/* @end */

/* @group article */
	article{display: block; margin-left: auto; margin-right: auto;margin-bottom : 14px;}

 li{ width: 360px; box-shadow : 5px 0 10px #444;
 margin:0 auto; padding: 10px; }
 li a {color: #400080;padding : 14px;}
 li a:hover {font-weight: bold; color: #800040;}
/* @end */

#menu{text-align : center;}
#front_img{box-shadow : 0 0 12px #000;clear: none; text-align : center;}

/* @group Footer */
footer {text-align : center;
font-size: 12px; 
padding : 14px 0;
color : #444;
text-shadow: 0px 2px 4px #191919;}
/* @end */

/* リスト */
dl.compact { overflow: hidden; padding: 0px; }
dl.compact dt { float: left; clear: left; width: 100px; }
dl.compact dd { margin-left: 100px; padding: 0px;  }

/* @位置 */
.cent{ overflow : hidden;}
.cent_l{float: left;}
.cent_r{float: right;}
.ron{text-align : center;margin-bottom : 12px;
}
.ron_left{text-align : left;
padding : 10px; font-size : 14px;
}
.ron_right{text-align : right;
padding : 10px; font-size : 14px;
}

/* @文字 */
.red{color: #f66;}