@charset "UTF-8";

/* --------------------
		base.css
		author:arimoto
-------------------- */

/*===============
		*Contents*

		初期設定
		フォーム
		リンク

===============*/

/* --------------------
		初期設定
-------------------- */
html,
body{
	height:100%;
	}
	
body{
	font-size:12px;
	font-family:"MS UI Gothic","Arial","Hiragino Kaku Gothic Pro W3";
	color:#666;
	margin:0;
	text-align:center;
	background-image:url(/common/img/bg_body0.jpg);
	line-height:1.5;
}


p,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,a{
	margin:0;
	padding:0;
	text-indent:0px;
	list-style:none;
}

/* --------------------
		リスト
-------------------- */


/* --------------------
		フォーム
-------------------- */


/* --------------------
		リンク
-------------------- */

a img{ border:none;}

a:link,
a:visited,
a:active{
	text-decoration:none;
	color:#1E3B49;
}

a:hover{ text-decoration:underline;}

/*-- 色別 --*/

.blue	{ color:#13283C !important;}

.pink	{ color:#EB1455 !important;}
 
.red_s{ color:#FF3333 !important;}

.org	{ color:#FF6600 !important;}



.btn_remind a:link, .btn_remind a:visited, .btn_remind a:active, .btn_remind a:hover {
color:#C6CCC8;
}

/*-- フッター --*/

