/* reset tags */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	}

li {list-style: none;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}

img {
	margin: 0;
	padding: 0;
	border: none;
	}

table{
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
	}

th, td{
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
	}



body {
	margin: 0 0 100px 0;
	padding: 0;
	font-size: 14px; /* 100% */
/*	font-family: 'Hiragino Mincho Pro W3', 'ヒラギノ明朝 Pro W3', serif; */
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Lucida Sans Unicode', 'ＭＳ Ｐゴシック', 'MS UI Gothic', sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #221107;
	line-height: 1.8;
	background-color: #F4F2F0;
/*	background: #FF5BB4 url(/images/bg1.gif); */
	}

* html body { /* for WinIE6*/
	font-size: 87%; /* 14px */
	letter-spacing: 0.1em;
/*	font-family: serif;　*/
	font-family: 'Lucida Sans Unicode', 'ＭＳ Ｐゴシック', 'MS UI Gothic', 'メイリオ', Meiryo, sans-serif;
	line-height: 2;
	vertical-align: baseline;
	}

*:first-child+html body { /* for WinIE7*/
	font-size: 87%; /* 14px */
	letter-spacing: 0.1em;
/*	font-family: serif; */
	font-family: 'Lucida Sans Unicode', 'メイリオ', Meiryo, 'MS UI Gothic', sans-serif;
	line-height: 2;
	}

a:link, a:visited {color: #B81E49; text-decoration: none; border: none;}
a:hover, a:active {color: #FF5BB4; text-decoration: none; border:none;}

img a:link, img a:visited {background-color: transparent; border: 1px solid #FFF;}
img a:hover, img a:active {background-color: transparent; border: 1px solid #FF5BB4;}



#page {
	margin: 80px auto 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	}

#content {
	margin: 0;
	padding: 0 0 20px 0;
	}

#content p {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 79%;
	text-align: right;
	}

#footer {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 79%;
	}

