﻿@charset "UTF-8";
/* ------------------------------------------- CSS Information
 File Name:      default.css
 Author:         Your Name (sue)
 Style Info:     ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */
/* ----------------------- Basic Style */
/* ------------ Font Style */
html, body {height: 100%;}  /*高さ100%に指定*/
body {
	font: 13px/1 'メイリオ','Meiryo','HG丸ｺﾞｼｯｸM-PRO','Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
	margin: 0;
	padding: 0;
	position: relative;
}


fieldset legend
		{
			font-size: 20px;
			font-weight: 700;
			border:0;
			width:165px;
		}


fieldset
		{
			border:3px solid #bfbfbf;
			width:400px;
			margin-left:auto;
			margin-right:auto;
			margin-top:100px;
		}

fieldset input
		{
		font-size: 16px;
		}

fieldset label
		{
		font-size: 16px;
		font-weight: 700;
		}

fieldset input#login
		{
		width: 200px;
		height: 40px;
		font-weight: 700;
		}
