@charset "utf-8";
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #666666; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	position: static;
}
.twoColFixLtHdr #container {
	width: 780px; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../img/back_img.png);
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	width: 230px;
	height: 500px;
	background-image: url(../img/left_img1.png);
	background-repeat: no-repeat;
	float: left;
}
.twoColFixLtHdr #mainContent {
	font-size: small;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 30px;
	text-align: left;
	height: 800px;
} 
.twoColFixLtHdr #mainContent1000 {
	font-size: small;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 30px;
	text-align: left;
	height: 1200px;
} 
.twoColFixLtHdr #mainContent1500 {
	font-size: small;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 30px;
	text-align: left;
	height: 1500px;
} 
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	padding-top: 600;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	text-align: center;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}.min_title {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.menu_bar {
	background-color: #EEE;
	position: relative;
	width: 780px;
	float: left;
}
h2 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-image: url(../img/mini_title/mini_title.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.img_left {
	float: left;
	width: 250px;
}
.img_left {
	float: left;
	width: 150px;
	margin-left: 10px;
}

.pora {
	background-image: url(../works/img/pora.png);
	position: static;
	height: 132px;
	width: 132px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	list-style-type: none;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.pora2 {
	background-image: url(../works/img/pora.png);
	position: static;
	height: 132px;
	width: 132px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	list-style-type: none;
	float: left;
	margin-bottom: 15px;
}
.text_title {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: medium;
	font-weight: bolder;
	background-color: #CCC;
	border: thin dotted #666;
	margin: 5px;
	padding: 5px;
}
.photo_text {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: x-small;
	margin-left: 10px;
}
.margin {
	padding-left: 50px;
}
.scrollarea {
	height: 600px;
	width: 250px;
	overflow: scroll;
}
.camimage {
	height: 150px;
	width: 150px;
	padding-right: 10px;
	float: left;
	padding-bottom: 10px;
}

.camimage200 {
	height: 150px;
	width: 200px;
	padding-right: 10px;
	float: left;
	padding-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent1000 p strong {
	color: #F00;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #form1 table tr td #sprytextfield6 {
	font-size: x-small;
}

