@charset "UTF-8";
/*------------------------------------------------------
	Default Reset & Base Styles
	Version:  4th Apr. 2008

	1-1.Fonts Module
	1-2.Universal selector
	1-3.Structure Module
	1-4.Text Module
	1-5.Hypertext Module
	1-6.List Module
	1-7.Forms Module
	1-8.Tables Module
	1-9.Image Module
	1-10.Object Module
--------------------------------------------------------*/


/*------------------------------------------------------
	1-1.Fonts Module
--------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

/* WinIE7 only */
*:first-child+html body {
	font-size: small;
}

/* WinIE6 and below 
* html body {
	font-size: x-small;
}
*/
table {
	font-size: inherit;
}

select,
input,
textarea {
	font-size: 99%;
}


/*------------------------------------------------------
	1-2.Universal selector
--------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}


/*------------------------------------------------------
	1-3.Structure Module
--------------------------------------------------------*/
body {
	font-family: "EE EゴシチE",Arial,Helvetica,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
}

/*------------------------------------------------------
	1-4.Text Module
--------------------------------------------------------*/
p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

H2,
H3,
H4,
H5,
H6{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

em {
	font-style: normal;
	font-weight: bold;
}

strong {
	font-weight: bold;
}


/*------------------------------------------------------
	1-5.Hypertext Module
--------------------------------------------------------*/
a:link {
	color: #095d8d;
	text-decoration: none;
}

a:visited {
	color: #095d8d;
	text-decoration: none;
}

a:hover {
	color: #095d8d;
	text-decoration: underline;
}


/*------------------------------------------------------
	1-6.List Module
--------------------------------------------------------*/
ul,
ol,
dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li,
dt,
dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
	padding: 0;
}


/*------------------------------------------------------
	1-7.Forms Module
--------------------------------------------------------*/
/*------------------------------------------------------
	1-8.Tables Module
--------------------------------------------------------*/
table {
	margin: 0;
	padding: 0;
}

th,
td {
}
/*------------------------------------------------------
	1-9.Image Module
--------------------------------------------------------*/
img {
	border: none;
	vertical-align: bottom;
}


/*------------------------------------------------------
	1-10.Object Module
--------------------------------------------------------*/

H1{
  font-size : 12px;
  font-weight : normal;
  line-height : 14px;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  background-color : #effbff;
}
