@charset "utf-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
	vertical-align:bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
input,
select{
	font-family:inherit;
}
textarea{
	font-size:100%;
	font-family:inherit;
}

/* dody */
body{
	font-size:87.5%;
	font-family:"ヒラギノ丸ゴ Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	line-height:1.4;
	text-align:center;
	color:#333333;
}

/* link */
a:link{
	color: #1D3994;
	text-decoration: underline;
}
a:visited{
	color: #1D3994;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus{
	text-decoration: none;
}

/* form */
input[type="text"]{
	padding:2px 3px;
	border:1px solid #cccccc;
	border-top:1px solid #666666;
	border-left:1px solid #999999;
}
input[type="password"]{
	padding:2px 3px;
	border:1px solid #cccccc;
	border-top:1px solid #666666;
	border-left:1px solid #999999;
	font-size:100%;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus{
	background:#ffffdc;
}
input[type="checkbox"]{
	margin-right:5px;
	vertical-align:middle;
}
input[type="radio"]{
	margin-right:5px;
	vertical-align:middle;
}
textarea{
	width:99.9%;
	border:1px solid #cccccc;
	border-top:1px solid #666666;
	border-left:1px solid #999999;
}
textarea[readonly="readonly"],
textarea[readonly="readonly"]:focus{
	background:#eeeeee;
}
select{
	border:1px solid #cccccc;
}
