@charset "shift_jis";

/*----------------------------------------------------------
  レイアウト関係
----------------------------------------------------------*/

/*---------------------------------フォントサイズなど*/
body {
	background: #FFF;
}

/*---------------------------------ページ全体の横幅*/
#wrapper {
	clear: both;
	width: 770px;
}

#container {
	padding: 2em;
}

#header {
	height: 110px;
	text-align: left;
}

/* トップページへ戻る・ログアウトボタン */
#head_container {
	padding: 3px;
	border: 1px solid #CCC;
}

#head_box_right1 {
	float:right;
	text-align: right;
	width:125px;
}

#head_box_right2 {
	float:right;
	text-align: right;
	padding-top: 8px;
	width:400px;
	font-size: 90%;
}

#head_box_left1 {
	float:left;
	text-align: left;
	width:200px;
}

#head_clear {
	clear: both;
	text-align: center;
}

h1.name {
	/*
	border-top: 2px solid #F60;
	border-bottom: 1px solid #F60;
	color: #F60;
	*/
	/*
	background-color: #F60;
	border-top: 2px solid #F90;
	border-bottom: 1px solid #F90;
	*/
	background-color: #00559E;
	border-top: 2px solid #5599CA;
	border-bottom: 1px solid #569ACB;
	color: #FFF;
	font-size: 18px;
	margin: 0;
	padding: 0.3em 1em 0.1em;
}

/* 検索画面のand or */
.txt_andor1 {
	background:#F69;
	color: #FFF;
	padding: 1px;
}
.txt_andor2 {
	background:#F9C;
	color: #FFF;
	padding: 0 1px;
}