@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	background-image: url(../img/kin-haikei.jpg);
	line-height: 1.5em;
}
.twoColFixLt #container {
	width: 780px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../img/con-haikei.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#sidebar1  {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 200px;
	height: 750px;
	background-color: #98CCFE;
}
.twoColFixLt #mainContent {
	margin-right: 0;
	margin-left: 240px;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 100px;
	padding-left: 10px;
	text-align: left;
} 
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* topメニュー */
#sidebar1 ul {
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#sidebar1 li {
	margin-bottom: 10px;
}
#mainContent h2  {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
#mainContent table {
	background-color: #CCCCCC;
	text-align: left;
	width: 100%;
	padding: 10px;
	margin-top: 60px;
}
.twoColFixLt #container #mainContent td {
	padding: 10px;
}
.twoColFixLt #container #mainContent h3 {
	font-weight: bold;
	margin-top: 60px;
}
.twoColFixLt #container #mainContent p {
	margin-top: 10px;
}
.twoColFixLt #container #mainContent h4 {
	margin-top: 30px;
}
.twoColFixLt #container #mainContent h5 {
	font-weight: bold;
	margin-top: 30px;
}


/* お問い合わせ　説明 */
#otoiawase-setumei ul {
	font-size: 90%;
	margin-top: 30px;
	text-align: center;
}
#otoiawase-setumei li {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* 著作権 */

#ado {
	width: 780px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;	
	background-image: url(../img/con-haikei.jpg);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	

}

address {
	font-size: 70%;
	padding-right: 10px;
}

