@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * Title  : Import CSS
 * Licence: GNU General Public License v3
 *
 * >>>>> INDEX
 *  1.擬似的効果演出
 *  2.包括ブロック設定
 *  3.ヘッダー設定
 *  4.フッターナビゲーション設定
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */


/* ----------------------------------------------------------------------------------------------------
 * ▼　1.擬似的効果演出
 * --------------------------------------------------------------------------------------------------*/

/*テキストをホバー時にテキストカラーを変更*/
a:hover {
	color:#FF0033;
	font-weight:bold;
}
/*SEO対策用文字不可視化*/
p span.none {
	display:none;
}
/*赤文字適応クラス*/
.Red {
	color:#FF0000;
	font-weight:bold;
}

/* ----------------------------------------------------------------------------------------------------
 * ▼　2.包括ブロック設定
 * --------------------------------------------------------------------------------------------------*/
body {
	text-align: center; /*IE6、IE5.5に対してコンテンツを中央配置する対策*/
	background:url(../images/header-haikei.jpg); /*フラッシュ上下のオレンジの背景*/
	background-repeat: repeat-x; /*フラッシュ上下のオレンジ背景を横にリピート*/
}
div#Wrap {
	width: 1000px; /*上記widthを基準に左右のマージンを自動調整して中央配置させる*/
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#Flash {
	width: 1000px;
	height: 358px;
}

div#Header {
	height: 65px;
	width: 950px;
	margin-right: 25px;
	margin-left: 25px;
}
div#Header #logo {
	width: 350px;
	float: left;
	height: 65px;
}
div#Header #bottun {
	width: 505px;
	float: right;
	height: 65px;
}
#Wrap #Header #bottun #ue {
	float: right;
}

div#Main {
	width: 200px;
	float: left;
	margin-left: 20px;
}
div#Main   #menu {
	background-image: url(../images/technocore-back.jpg);
	padding: 8px;
	font-size: 90%;
}

div#Sub1 {
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
div#Sub2 {
	width: 400px;
	float: left;
}
div#Footer {
	clear: both;
	overflow:hidden;
	padding-top: 30px;
}
#Wrap #Footer #right {
	float: right;
	width: 620px;
	background-image: url(../images/footerdot.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
}
#Wrap #Footer #right #imgleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 50px;
}

#Wrap #Footer #left {
	float: left;
	width: 326px;
}

/* ----------------------------------------------------------------------------------------------------
 * ▼　3.フロートのクリア
 * --------------------------------------------------------------------------------------------------*/
#clear {
	clear: both;
}
/* ----------------------------------------------------------------------------------------------------
 * ▼　4.フォント
 * --------------------------------------------------------------------------------------------------*/
 h1 {
	height: auto;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
h2 {
	height: auto;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 0px 0px;
} 
