﻿/* --------------------------------- */
/* 初期設定 */



*{
	margin		: 0;
	padding		: 0;
}

html{
	direction	: ltr;
	border		: 0;
}

address,blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,map,ol,p,pre,ul{
	display		: block;
}

code, pre, samp, var, kbd, input, select, textarea{
	font-family	: "メイリオ","ＭＳ Ｐゴシック", Arial, sans-serif;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
	/* border-collapse: separate; */
}

input, select, textarea{
	font-size: 12px;	
}

a,a:link,a:visited,a:active { color: #000; text-decoration: none; font-weight: normal;}
a:hover {
	text-decoration: none;
	color: #FF3333;
}

.c-both {
	clear:both;
}

.none {
	display:none;
}



/* 初期設定 End */
/* --------------------------------- */

body {
	width:100%;
	height:100%;
	font-family	: "メイリオ","ＭＳ Ｐゴシック", Arial, sans-serif;
	text-align: center;
}

table {
	margin:0 auto;
	width:795px;
	text-align: center;
	height:100%;
}
table td {vertical-align:middle}

table td p {
	margin:0 0 60px 0;
	font-size:12px;
	color:#000;
	text-align: center;
}
table td p a { overflow:hidden;}




