@charset "shift-jis";
/* 共通スタイル */
* {
	margin:0;
	padding:0;
	border-style: none;
	list-style: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

body {
	color: #222222;
}

a {
	color: #0000FF;
	outline:none;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #003399;
}

p {
	line-height: 1.1em;
	padding-top: 4px;
}

input, textarea {
	border: 1px solid #999999;
}

/*なんかの時お役立てください*/
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.smaller, .smaller a {
	font-size: 90%;
}

.larger, .larger a {
	font-size: 120%;
}

.btn-right {
	text-align: right;
	font-size: 90%;
	color: #006699;
	clear: both;
}

.btn-center {
	text-align: center;
	font-size: 90%;
	color: #006699;
	clear: both;
}

.clear {
	height:100%;
}

.clear:after {
	clear: both;
	content:"";
	display:block;
}

.orange {
	color: #FF6600;
}

.red {
	color: #FF0000;
}

.blue {
	color: #006699;
}

/* コンテンツ */
#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

#container #container-inner {
	margin: 15px;
}

#container h1 {/*タイトル*/
	font-weight: bold;
	background-color: #CCCCCC;
	font-size: large;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#container .bar {/*濃グレーバー*/
	background-color: #666666;
}

#container #contents {/*フォームエリア*/
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

#contents .info-txt {/*普通の案内テキスト*/
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents .tbl {/*フォームエリアの枠線表示*/
	border: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contents .tbl td {/*フォームエリアのテーブル余白*/
	padding: 8px;
}

#contents .tbl .tit {/*フォームエリアのタイトル列*/
	background-color: #CCCCCC;
	border: 1px solid #666666;
	padding-right: 20px;
	padding-left: 20px;
	white-space: nowrap;
}

#contents .tbl .titmenu {/*フォームエリアのタイトル列*/
	background-color: #CCCCCC;
	border: 1px solid #666666;
	width: 300px;
}

#contents .tbl_info {/*インフォメーションエリアの枠線表示*/
	border: 2px solid #FF0000;
	background-color: #FFF4F4;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contents .btn-area {/*ボタンエリア*/
	text-align: center;
}

#contents .tbl-btn td {/*ボタンエリア左右の余白*/
	padding-right: 5px;
	padding-left: 5px;
}

#container #copy {/*フッタ部分のコピーライト*/
	background-color: #CCCCCC;
	text-align: right;
	padding-right: 10px;
}

/* フォーム部品 */
/*input*/
#loginid, #loginpwd {
	font-size: 14px;
	width: 120px;
}

#haigou1, #haigou2, #haigou3, #gyaku, #genku, #gyaku_haigou, #genku_haigou, #niji_haigou, #haiku, #kendai, #haigou {
	font-size: 14px;
	width: 250px;
}

/*textarea*/
#comment {
	font-size: 12px;
	width: 250px;
	height: 100px;
}

/* システムメッセージ画面 */
#systeminfo {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

#systeminfo h1 {
	font-weight: bold;
	font-size: x-large;
	color: #0000ff;
	padding-top: 5px;
}

#systeminfo .message {
	font-weight: bold;
	font-size: large;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ff0000;
}
