@charset "utf-8";
/*-------------------------------------------------------------------------------------
  reset css
-------------------------------------------------------------------------------------*/
html{
	overflow-y:scroll;
}

img{
	border:none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td caption{
	margin:0;
	padding:0;
	list-style:none;
}

br.clear{
	clear:both;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}

table{
	border-collapse:collapse;
}

caption,th{
	text-align:left;
	fotn-weight:normal;
}

object,embed,tr{
	vertical-align:top;
}

h1,h2,h3,h4,h5,h6{
	font-size:1em;
}

h2{
	font-size: 130%;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.h1_txt{
	font-size: 140%;
	font-weight: bold;
	background-image: url(../images/common/h1_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

h3.waku{
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	border: 2px solid #990;
	text-align: center;
}
