/*適用範囲全体*/
body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 782px;
	background: #ffffff;
	font-family: "ＭＳ　Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 80%;
}

h1, h2, p {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}

p,pre,button,caption,input,option,select,textarea,dl,ol,ul,table,tr,form,address,blockquote,dd,dt,li,td,th{
	font-size: 12px;
	color:#333;
	font-family: "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	line-height: 1.5em;
}




/*コンテンツ全体用コンテナ*/
#wrapper {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 780px;
	border-right: 1px solid #cccccc;
	background: #ffffff;
}
/*ヘッダコンテナ*/
#header {
	height: 285px;
	width: 780px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	background: #FFFFFF url(../images/topimage.jpg) no-repeat;
	background-position:bottom;
}
/*T&C Technologiesロゴ*/
#header h1 {
	width: 80px;
	height: 62px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 10px;
	text-indent: -9999px;
	/*background: url(../images/tech.jpg) no-repeat;*/
}
/*ナビゲーションコンテナ*/
#navigation {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 780px;
	background: url(../images/navi_spacer.gif) no-repeat;
}

#navigation ul {
	margin:0;
	padding-left:40px;
}

#navigation ul:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

#navigation ul li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	width:140px;
	height:30px;
}

/*ここから個々のボタンの指定*/
/*ボタン　ホーム*/
#navigation h2#navi_home a{
	height: 30px;
	width: 141px;
	background: url(../images/navi_home.gif) no-repeat;
}
#navigation h2#navi_home a:hover,#navigation h2#navi_home a:active {
	background: url(../images/navi_home2.gif) no-repeat;
}

/*ボタン　サービス*/
#navigation h2#navi_service a{
	height: 30px;
	width: 140px;
	background: url(../images/navi_service.gif) no-repeat;
}
#navigation h2#navi_service a:hover,#navigation h2#navi_service a:active {
	background: url(../images/navi_service2.gif) no-repeat;
}

/*ボタン　会社概要*/
#navigation h2#navi_company a{
	height: 30px;
	width: 140px;
	background: url(../images/navi_company.gif) no-repeat;
}
#navigation h2#navi_company a:hover,#navigation h2#navi_company a:active {
	background: url(../images/navi_company2.gif) no-repeat;
}

/*ボタン　電子公告*/
#navigation h2#navi_p_notice a{
	height: 30px;
	width: 140px;
	background: url(../images/navi_p_notice.gif) no-repeat;
}
#navigation h2#navi_p_notice a:hover,#navigation h2#navi_p_notice a:active {
	background: url(../images/navi_p_notice2.gif) no-repeat;
}

/*ボタン　お問い合わせ*/
#navigation h2#navi_contact a{
	height: 30px;
	width: 141px;
	background: url(../images/navi_contact.gif) no-repeat;
}
#navigation h2#navi_contact a:hover,#navigation h2#navi_contact a:active {
	background: url(../images/navi_contact2.gif) no-repeat;
}

/*メインコンテンツコンテナ*/
#column {
	position: relative;
	top: 0px;
	width: 780px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/*段組みなし汎用コンテンツ用*/
#column #default {
	position: relative;
	left: 50px;
	top: 5px;
	width: 700px;
	height: auto;
	background: #ffffff;
}


/*左コラム（topサービス概要）*/
#column_left {
	height: auto;
	width: 298px;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
	background-color: #ffffff;
}
#column_left h3 {
	font-size: 14px;
	margin: 0px;
	padding: 1px 0px 0px 3px;
	border-left: 4px solid #ffaaaa;
}

.summary_text {
	font-size: 11px;
	margin: 0px;
	padding: 0px 10px 5px 7px;
}

/*タイトル用画像各種*/
#column #aisatsu {
	width: 98px;
	height: 30px;
	text-indent: -9999px;
	background: #ffffff url(../images/aisatsu.gif) no-repeat;
}
#column #service {
	width: 173px;
	height: 30px;
	text-indent: -9999px;
	background: #ffffff url(../images/service_shoukai.gif) no-repeat;
}
#column #company {
	width: 97px;
	height: 30px;
	text-indent: -9999px;
	background: #ffffff url(../images/kaisha_gaiyou.gif) no-repeat;
}
#column #recruit {
	width: 97px;
	height: 30px;
	text-indent: -9999px;
	background: #ffffff url(../images/recruit.png) no-repeat;
}
#column #otoiawase {
	width: 134px;
	height: 30px;
	text-indent: -9999px;
	background: #ffffff url(../images/otoiawase.gif) no-repeat;
}

#column #p_notice {
	width: 100px;
	height: 30px;
	text-indent: -9999px;
	background: #ffffff url(../images/denshi_koukoku.gif) no-repeat;
}

/*右コラム（top社長あいさつ）*/
#column_right {
	position: relative;
	top: 10px;
	width: 420px;
	height: auto;
	margin: 0px 10px 10px 0px;
	padding: 10px;
	float: right;
	border: 1px solid #aaaaaa;
	background: #ffffff;
}

/*社長画像*/
#column_right img {
	float: right;
	padding-left: 10px;
	padding-right: 20px;
}


/*フッタコンテナ*/
#footer {
	clear: both;
	height: 79px;
	width: 780px;
	margin: 0px;
	padding: 0px;
	background: #0000ff url("../images/bot.gif");
}
/*コピーライト*/
#footer h2{
	position: relative;
	top: 25px;
	left: 10px;
	height: 30px;
	width: 400px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
}

/*個人情報保護方針*/
#footer a{
	float: right;
	position: relative;
	margin: 0px;
	padding: 10px 15px 0px 0px;
	font-size: 12px;
	font-weight: normal;
}

/*電子公告ページ定義*/
.section a{
	text-decoration: underline !important;
}





