@charset "shift-jis";





/* ----------------------------------- margin, padding のリセット */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p{
	margin: 0;
	padding: 0;
}


/* ----------------------------------- 強調表示解除 */

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}


/* ----------------------------------- block element */

div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address{
  display: block;
}


/* ----------------------------------- h */

h1, h2, h3, h4, h5, h6{
	font-size: 1.0em;
}


/* ----------------------------------- Body */

body{
	font-size: 13px;
	color: #000000;
	line-height: 140%;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	background-repeat: no-repeat;
}


/* ----------------------------------- Link */

a{
	color: #000066;
	text-decoration: underline;
}
a:hover{ color: #990000; text-decoration: underline; }



/* ----------------------------------- Img */

img{
	border: none;
	vertical-align: bottom;
	margin: 0px;
	padding: 10px;
}

img.l{
	float: left;
	margin: 0px;
	border: none;
}

img.r{
	float: right;
	margin: 0px 10px 10px 10px;
}

img.c{
	margin: 0px 5px 5px 5px;
	text-align: center;
}


img a:link{ text-decoration: none; }
img a:hover{ text-decoration: none; }


/* ----------------------------------- Paragraph */

br{
	padding: 5px 0px 5px 0px;
}

p{
	line-height: 140%;
}

hr{
	clear: both;
}

/* ----------------------------------- List */

ul,ol,dl{
	margin: 0px;
	padding: 0px;
}


li,dt,dd{
	margin: 0px;
	padding: 0px;
	list-style: none none outside;
	font-size: 100%;
}


/* ----------------------------------- Clearfix */

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
