@import "font.css";

/* ↓基本↓ ***********************************************************************/
A:link			{color:#0000FF}		/* リンク色:青 */
A:visited		{color:#800080}		/* ブリンク色:紫 */
/* A:alink			{color:#FF0000} */		/* クリック色:赤 */
/* A:active		{color:red} */				/* 赤 */ 

body{
	margin:0;
	padding:0;
	background-color:#EDF3F9;
}

/* paddingの指定は上,右,下,左 */
#cont_body{
	margin:0px;
	width:680px;
	background-color:#FFFFFF;
}
/* ↑基本↑ ***********************************************************************/



/* ↓デザイン部分↓ *********************************************************************/

/* テーブルリスト */
TABLE.border1 td,TABLE.border1 th,TABLE.border1{
	border:1 solid #7F7F7F;
	border-collapse:collapse;
	padding: 5;
	background-color:#ffffff;
}

TABLE.border1 th{
	background-color:#FDD7D3;
}

TABLE.border1nobg td,TABLE.border1nobg th,TABLE.border1nobg{
	border:1 solid #4682b4;
	border-collapse:collapse;
	padding: 5;
}

TABLE.border1nobg th{
	background-color:#d2dff9;
}

.search{
	float: right;
	text-align: left;
	width: 320px;
	margin-bottom: 10px;
	padding: 5px;
/*	border-top: #FF9F0F solid 1px;
	border-bottom: #FF9F0F solid 1px;
	border-left: #FF9F0F solid 1px;
	border-right: #FF9F0F solid 1px; */
	line-height:120%;
	background-color: #D8CDE5;/*FFFFD5,DEE7FF*/
}

.search2{
	float: left;
	text-align: left;
	width: 410px;
	margin-top: 5px;
	padding: 5px;
/*	border-top: #FF9F0F solid 1px;
	border-bottom: #FF9F0F solid 1px;
	border-left: #FF9F0F solid 1px;
	border-right: #FF9F0F solid 1px; */
	line-height:120%;
	background-color: #D8CDE5;/*FFFFD5,DEE7FF*/
}

.searchItem{
	text-align: left;
	padding: 3px;
	font-size:96%;							/* 文字サイズ：標準 */
	color:#FFFFFF;							/* 文字色：白 */
	line-height:120%;						/* 行間：120% */
	font-weight:bold;						/* スタイル：太字 */
	background-color: #073c78;				/*C0C0C0,073c78,FF5900 */
}


/* ヘッダー */
#top_header {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	font-size:96%;
}
#top_header .topHeader{
	width:800px;
	height:68px;
	background-image: url(../../common/images/top/top_background.gif);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	overflow:hidden;
}
table.top-table{
	float:right;
	margin:5px 10px;
}
table.top-table td{
	padding:3px;
	text-align:right;
}
/*タブ切替画像*/
table.tab
{
	width:800px;
	padding: 0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:5px;
}
table.tab td
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* ↑デザイン部分↑ *********************************************************************/


