@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #111;
}

.twoColHybLt #container {
	width: 700px;
	text-align: left;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #CCC;
	background-image: url(images/fracture.jpg);
	background-position: center;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
} 

.twoColHybLt #middleContent {
	float: none;
	text-align: center;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.twoColHybLt #mainContent01 {
	text-align: left;
	font-style: italic;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

.twoColHybLt #mainContent01 a{
	font-family: "Times New Roman", Times, serif;
	color: #EFF;
	text-decoration: none;
}

.twoColHybLt #mainContent01 a:hover {
	color: #9FF;
	text-decoration: none;
}

.twoColHybLt #mainContent02{
	text-align: right;
	font-style: italic;
	color: #FFF;	
	font-size: 18px;
	font-weight: bold;
}

.twoColHybLt #mainContent02 a{
	color: #EFF;
	text-decoration: none;
}

.twoColHybLt #mainContent02 a:hover {
	color: #FF6;
	text-decoration: none;
}

.twoColHybLt #mainContainer {
	width: 700px;
	text-align: left;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	background-position: center;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
} 

.twoColHybLt #footer{
	font-style: italic;
}


/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColHybLt div h1 strong a{
	color: #0C9;
}
