@charset "utf-8";

/* --------------------------------------------------
	SiteName : futurelink.co.jp
	FileName : base.css
	Description : base styles
	Author : name
	UpdatedBy : who-when
	
	== TOC =========================================
	1 : universal reset
	2 : body and base setting
	3 : default link setting
	4 : default caption setting
	
-------------------------------------------------- */


/* 1. universal reset
================================================== */
html{
    overflow-y:scroll;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,form{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
ul,ol{
	list-style:none;
}
hr{
	display:none;
}
em{
	font-weight:bold;
	font-style:normal;
}

/* 2. body and base setting
================================================== */
body{
	margin:0;
	padding:0;
	background:#fff none;
	font-size:small;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	
	color:#333;
	line-height:1.5;
	text-align:center;
}

/* 3. default link setting
================================================== */
a:link{
	color:#277dff;
}
a:visited{
	color:#d34444;
}
a:hover{
	color:#f94848;
}
a:active{
	color:#3c76f8;
}

/* 4. default caption setting
================================================== */
/*
p.caption{
	margin:5px;
	padding:5px;
	border:solid 1px #999;
	background:#f9f9f9 none;
}
.caption_c{
	width:auto;
	margin:5px;
	padding:5px;
	border:solid 1px #999;
	background:#f9f9f9 none;
	text-align:center;
}
.w415{
	width:415px;
}

.w620{
	width:620px;
}*/
