@charset "utf-8";

@media screen{



/*	Reset  */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr {
	display: none;
}


img,abbr,acronym,fieldset {
	vertical-align:top;
	border: 0;

}

li img {
    vertical-align: bottom;
}


ol,ul {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}

/* clearfix */

.clearfix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	overflow: auto; 
}
.clearfix {
	min-height:1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

body {
	font-family: Meiryo UI, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	font-size: 15px;
/*	background-image:url(../img/bg.png);*/
	height:100%;
	
}



a:link {
    color:#063;
    font-style:normal;
    text-decoration:underline;
}

a:visited {
    color:#400000;
    font-style:normal;
    text-decoration:underline;
}
a:hover {
    color:#666;
    font-style:normal;
    text-decoration:underline;
}

a:hover img.opa {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

.clear{
	width:100%;
	clear:both;
}
.mb15{ margin-bottom:15px;}
.mb12{ margin-bottom:12px;}


.red{
	color:#900;
}

.little{
	font-size:90%;
}

.v-little{
	font-size:80%;
}

.fortissimo{
	font-size:150%;
}

.fort{
	font-size:125%;
}

 }