@charset "utf-8";

/* 全体標準 */
* {
	font-size		: 12px;
	margin			: 0px;
	padding			: 0px;
}

/* HTML BODY */
body{
	margin			: 0;
	padding			: 0 0 75px 0;
}

* html body{
	height			: 100%;
	overflow		: hidden;
}

/* リンク */
a {
	text-decoration		: none;
	color			: #000;
}

a:hover {
	text-decoration		: none;
	color			: #F60;
}

/* TOPへ戻るリンク */
.linktop {
	display			: block;
	text-align		: right;
	margin-top		: 10px;
	padding-right		: 20px;
}

/* 画面全体 */
#container {
	min-height		: 100%;
	height			: auto !important;
	height			: 100%;
	position		: relative;
	width			: 100%;
	overflow		: auto;
}

/* フッター */
#footer {
	position		: fixed !important;
	position		: absolute;
	bottom			: 0;
	left			: 0;
	width			: 100%;
	height			: 75px;
	background-color	: #292929;
	color			: #FFF;
}

#footer p {
	text-align		: right;
	line-height		: 75px;
	padding-right		: 15px;
	font-size		: 14px;
}

/* コンテンツ */
div#contents {
	overflow		: hidden !important;
	overflow		: visible;
	min-height		: 100%;
	height			: auto !important;
	height			: 100%;
}

/*
div#contents div {
	padding-bottom		: 32767px !important;
	margin-bottom		: -32767px !important;
	padding-bottom		: 0;
	margin-bottom		: 0;
	height			: 100%;
}
*/

/* 左側コンテンツ */
div#contents div#leftside {
	float			: left;
	width			: 700px;
	overflow		: hidden;
	background-color	: #FFF;
}

/* ITTRキャピタルロゴ */
h1#logo span {
	display			:none;
}

h1#logo {
	width			: 400px;
	height			: 300px;
	background-image	: url('../images/ittrcapital_logo.gif');
	background-repeat	: no-repeat;
}

/* 各コンテンツ */
.content {
	margin-bottom		: 80px;
	margin-top		: 15px;
	margin-left		: 30px;
	padding-bottom		: 80px;
	width			: 680px;
	font-size		: 14px;
	border-bottom		: dashed;
	border-width		: 1px;
	border-color		: #DDD;
}

/* 各コンテンツのタイトル文字 */
.content h2 {
	font-size		: 30px;
	margin-bottom		: 15px;
	text-shadow		: 2px 2px 1px #DDD;
}

/* コンテンツテキスト */
.content .text {
	margin-left		: 45px;
	font-size		: 14px;
	line-height		: 30px;
}

/* コンテンツテーブルテキスト */
.content table {
	border-collapse		: collapse;
	margin-left		: 40px;
}

.content th {
	font-size		: 14px;
	text-align		: left;
	line-height		: 30px;
	padding-right		: 10px;
	/*border-right		: dashed;
	border-bottom		: dashed;*/
	border-width		: 1px;
	border-color		: #DDD;
	vertical-align		: top;
	font-weight		: normal;
}

.content td {
	font-size		: 14px;
	line-height		: 30px;
	padding-left		: 10px;
	/*border-bottom		: dashed;*/
	border-width		: 1px;
	border-color		: #DDD;
}

.content .cell150 {
	width			: 180px;
}

.content .bottom100 {
	margin-bottom		:100px;
}

/* 右側コンテンツ（メニュー） */
div#contents div#rightside {
	float			: right;
	width			: 270px;
	height			: 1024px;
	overflow		: hidden;
}

#rightside ul {
	position: fixed;
	list-style-type		: none;
	background		: linear-gradient(to bottom, #DDD, #000);
	width			:270px;
	height			:1024px;
	padding-top		:20px;
	padding-left		:20px;
}

#rightside li {
	font-size		: 20px;
	height			: 35px;
	width			: 250px;
	color			: #FFF;
	font-weight		: bold;
	text-shadow		: 2px 2px 1px #000;
	cursor			: pointer
}






