@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;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/head-bg.png);
	background-repeat: repeat-x;
	background-position: top center;
}


/* ----------------------------------- Link */

a{
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	color: #990000;
	text-decoration: none;
}



/* ----------------------------------- Img */

img{
	border: none;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

img.l{
	float: left;
	margin: 0px 10px 10px 0px;
}

img.r{
	float: right;
	margin: 0px 0px 10px 10px;
}


img a:link{ text-decoration: none; }
img a:hover{ text-decoration: none; }


/* ----------------------------------- Paragraph */

p{
	line-height: 140%;
}


/* ----------------------------------- List */

ul,ol,dl{
	margin: 0px;
	padding: 0px;
}


li,dt,dd{
	margin: 0px;
	padding: 0px;
	list-style: none none outside;
	font-size: 100%;
}
