@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-arrow-color:#151e3d;
	scrollbar-shadow-color:#151e3d;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-3dlight-color:#151e3d;
	margin: 0px;
	padding: 0px;

	line-height: 200%;
	font-family: "MS PGothic","MS Gothic","ＭＳ 明朝";
	text-align: left;
}

body {
	padding: 10px;
	text-align: center;
	font-size:90%;
}

a:link {
	color : #024379 ;
	text-decoration : underline ;}
a:visited {
	color : #024379 ;
	text-decoration : underline ;}
a:active {
	color : #ff7200 ;
	text-decoration : underline ;}
a:hover {
	color : #ff7200 ;
	text-decoration : underline ;}

p {
	text-align:center;
	margin-bottom: 10px;
	line-height: 170%;
	font-family: "MS PGothic","MS Gothic","ＭＳ 明朝";}

form fieldset {
	border: 0px solid #000000;}

form legend {
	display: none;}

.input {
	margin-right: 1px;
	padding: 1px;
	background-color:#FFFFFF;
	color:#333333;
	border:1px solid #151e3d;}

.select {
	margin-right: 1px;
	padding: 1px;
	background-color:#FFFFFF;
	color:#333333;
	border:1px solid #151e3d;}

form select {
	margin-top: 1px;}

form textarea {
	font-family: "MS PGothic","MS Gothic","ＭＳ 明朝";
	background-color:#FFFFFF;
	color:#333333;
	border:1px solid #151e3d;
	line-height:150%;
	padding:5px 5px;
	margin:10px auto;}

/* ----- 基本構造 -------------------------------------- */

div#container {
	float: none;
	clear: both;

	width: 900px;
	background-color:#FFFFFF;

	margin: 0px auto;
	padding: 0px 50px 50px 50px;
	border: 0px solid #151e3d;
}

/* ----- 個別指定 -------------------------------------- */

.file {
	text-align: center;
	padding:2px 5px;
	margin:2px auto;
}

