/* CSS Document */

/* CSS Document */

@charset "utf-8";

/*-----------------------------------------------
	base.css

-----------------------------------------------*/

/* ▽--------------- 基本セット ---------------▽ */
body, header , footer, 
div, p, ul, ol, li, dl, dt, dd, 
table, th, td, h1, h2, h3, h4, h5, 
form, img 
{
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	
}
html{
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
}
a {
	color:#5574b3;
	text-decoration: none;
}
/*
a:link {
}
a:visited {
}
a:active {
}
*/
a:hover {
	/*text-decoration: none;*/
}

/* ▲--------------- 基本セット ---------------▲ */



/* ▽--------------- 汎用パーツ ---------------▽ */
/* floatクリア(単独) */
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	text-indent: -9999px;
}

.error
{
	color:#F00;
}

.p_t_10
{
	padding-top:10px;
}
.p_b_10
{
	padding-buttom:10px;
}
.p_t_15
{
	padding-top:15px;
}
.p_b_15
{
	padding-buttom:15px;
}
.p_w_15
{
	padding:15px;
}

.m_b_10{
	margin-bottom:10px;
}
.m_t_10
{
	margin-top:10px;
}
/* ▲--------------- 汎用パーツ ---------------▲ */


