@charset "Shift-JIS";

/**********************************************************************
project name :  secom [ /common_02/css/import_common_headerfooter.css ]

08.08.22
**********************************************************************/

@import "../personal/css/base.css";
@import "../personal/css/parts.css";


/*********************************************************************/

/* CSS Document */

/*既存のコンテンツ用*/
/*---------------------------------------------
 Link 
---------------------------------------------*/

/*既存のコンテンツのリンク色は</common_02/personal/css/base.css>を修正してください
</common/>ディレクトリ以下のCSSを修正する必要はありません*/

a:link,
a:visited,
a:hover,
a:active{
	text-decoration: underline;
}

/*---------------------------------------------
 HeadArea
---------------------------------------------*/
#HeadArea{
	line-height: 1.4;
}

#HeadArea .site-info{
	text-align: left;
}

#HeadArea .utilitynavi{
	_width: 294px;
}

#HeadArea .search-txt input{
	width: 125px;
}

#HeadArea img{
	border: 0;
	vertical-align: bottom;
}

#TypeINQUIRY #HeadArea .logo{
	margin-top: 15px;
}

#TypeINQUIRY #HeadArea .site-catch{
	margin-top: 15px;
}

#TypeINQUIRY #FootArea .menu{
	margin-top: 20px;
}
/*---------------------------------------------
 FootArea
---------------------------------------------*/
#FootArea .site-info{
	text-align: left;
}

/*---------------------------------------------
 table
---------------------------------------------*/
table td {
	font-size: 12px;
	_font-size: 75%;
}

table.title td{
	padding: 5px;
}

table td.center{
	text-align: center;
}

table td.right {
	text-align: right;
}

table td.middle{
	vertical-align:middle;
}

table td.bottom{
	vertical-align:bottom;
}
