@charset "utf-8";
/*-----------------------------------*
 *共通項目
 *-----------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body{
	margin:0;
	padding:0;
	color:#000;
	font-size: 12px;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	-webkit-text-size-adjust : none;
	line-height: 1.6em;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

p{
	margin:0;
}

a {
	color: #31aaee;
	cursor:pointer;
	text-decoration:underline;
	outline:none;
}

a:visited {
	color: #31aaee;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color: #fb8404;
	text-decoration:underline;
	outline:none;
}


h1,h2,h3,h4,h5,h6{
	margin:0;
	line-height:normal;
}

img{
	vertical-align: bottom;
	border:none;
}


/*-----------------------------------*
 *段組
 *-----------------------------------*/
#container{
}


/*-----------------------------------*
 *ヘッダ
 *-----------------------------------*/
#header{
	padding:10px;
	margin-bottom:10px;
}



/*-----------------------------------*
 *ボタン
 *-----------------------------------*/


/*-----------------------------------*
 *エラー
 *-----------------------------------*/
.error_msg{
	margin-top:5px;
	color:#E50012;
}


/*-----------------------------------*
 *ページトップ
 *-----------------------------------*/
#pagetop_area{
	padding:0 10px 10px 10px;
	text-align:center;
	border-bottom:1px solid #eee;
}

/*-----------------------------------*
 *フッター
 *-----------------------------------*/
footer{
	margin:10px 0;
	text-align:center;
	font-size:93%;
}