@charset "utf-8";
/* CSS Document */

/*------------------------*/
/*    		 reset    		  */
/*------------------------*/

html {
	margin-bottom:1px;
	height:100%;
	overflow-y:scroll;
}
		
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
}

textarea {
	font-size: 100%;
}

img {
	vertical-align: bottom;
}

hr {
	display: none;
}

a {
	text-decoration: none;
}

body {
	margin: 0;
	font-size: 87%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*common*/
a:link {
	color: #0099CC;
}

a:visited {
	color: #0066CC;
}

div#wrapper {
	width: 760px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	s
}

p {
	line-height: 170%;
	padding: 7px 0;
}