
/* ========================================================

　■市川三郷CSS 緑枠デザイン

　2010/01/27 wed--- 
　コメントアウト部のborder/background-colorを有効にすると
　コンテンツの枠(大きさを明示的に)表示します。　
　[補足]：デザインは基本的にImage不使用なので、色の変更で
　緑、青、赤〜など変更可能
　
　2010/02/02 tue---
　FireFoxハック作成
　FireFox/IE7で動作確認済み
　
=========================================================== */


/* ******************************************************** */
/* 															*/
/*　基本構成:骨組となるDIV要素用							*/
/*															*/
/* ******************************************************** */

body{
	font-size: 13px; 
}
/* --------------------------------------------------------
　●ライブカメラ 説明文
----------------------------------------------------------- */
#LiveCameraMessage{
	/* サイズ */
	width: auto;
	height: 20px;
}

/* --------------------------------------------------------
　●カメラ用wrapper
----------------------------------------------------------- */
#CameraBox{
	/* 配置 */
	margin: 0px;
	padding: 0px;
	
	/* サイズ */
	height: 450px;
	width: 650px;
	
	/* 枠 */
	border : #4B8200 solid 4px;	
	/*border-left-color: #3C7300; */
	border-right-color: #205900; 
	border-bottom-color: #183100;/*#82AF00;*/ 
	
}
/* --------------------------------------------------------
　●左側メニュー部
----------------------------------------------------------- */
#CameraMenu{
	/* 配置 */
	float: left;
	
	margin: 0px;

	padding: 0px;
	/* padding-top: 10px; */
	padding-bottom: 10px;
	/*padding-left: 15px; */

	/* サイズ */
	width: 180px;
	height: 440px;
	
	background-color : #4B8200;/*#88cc00;*/

	/* border-right: 2px solid #ffffcc; */

	/* background-color: green; */ /* デバッグ用 */
	/* border: 1px red dotted; */ /* デバッグ用 */
}
/* --------------------------------------------------------
　●右側コンテンツ
----------------------------------------------------------- */
#CameraImageBox{
	/* 配置 */
	float: left;
	margin: 0px;
	padding: 0px;

	/* サイズ */
	width: 450px;
	height: auto;
	
	/* ブロック要素 */
	dysplay: block;
	
	/* テキスト体裁 */	
	text-indent: 0px;
	text-align: center;

	/* background-color: #ffffee; */
	/* border: 1px dotted green; */ /* デバッグ用 */
}
/* --------------------------------------------------------
　●右側コンテンツ：再包括
----------------------------------------------------------- */
#CameraImageBox #BlackBG{
	/* 配置 */
	margin: auto;
	padding: auto;
	padding-top: 65px;
	
	/* サイズ */
	width: auto;
	height: auto;

	/* テキスト体裁 */
	text-align: center;
	color: #333333; /* white */;	
	
	/* 背景 */
	background-color: white; /* #222222; */
	
 	/* border: 1px red solid; */
}

/* ******************************************************** */
/* 															*/
/*　左側コンテンツ											*/
/*															*/
/* ******************************************************** */

/* --------------------------------------------------------
　○メニュー部リスト
----------------------------------------------------------- */
#CameraMenu ul{
	/* 配置 */
	padding: 0px;
	margin: 0px;
	
	/* ブロック要素へ */
	display: block;	

	/* テキスト体裁 */
	text-indent: 0px;
}
/* --------------------------------------------------------
　○メニュー部リスト
----------------------------------------------------------- */
#CameraMenu ul li{	
	/* 配置 */
	margin: 0px;
	padding: 0px;
	position: relative;
	left: -2px;
	
	/* サイズ */
	width: 100%;
	height: 24px;

	/* ブロック要素へ */
	display: block;	

	/* テキスト体裁 */
	text-indent: 0px;
	
	/* リストスタイル */
	list-style-type: none;
	list-style-image: none; 
	background-image: none; /* はずすと既存CSSの設定でカーソル表示 */
	
	/* 枠 */
	border: 1px none white;
	
	/* background-color: blue; */ /* デバッグ用 */
	/* border: 1px solid red;  */ /* デバッグ用 */
}	
/* --------------------------------------------------------
　○メニュー部：非リンカ部
----------------------------------------------------------- */
#CameraMenu .menuTop{
	/*text-indent: -9999px; */
	text-indent: 8px;
	
	/* 配置 */
	padding: 0px;
	margin: 0px;
	margin-bottom:2px;
	margin-top:10px;
	
	position: relative;
	left: -5px;
	
	/* サイズ */
	height: 10px;
	
	/* テキスト体裁 */
	color: yellow;
	line-height: 10px;
	font-size: 10px;
}
#CameraBox input{
/*
	text-align: left; 
	line-height: 20px;
	
	margin: 0px;
	padding: 0px;
	border: none solid 1px;
	display: block;
	width: 100%;
	background-color: white;
	
	border: white solid 1px;
	*/
	width: 100%;
	background-color: #4B8200;
	color: white;
	border: 1px solid #3C7300;
	border-top-color: #82AF00;
	border-right-color: black;
	border-left: 1px solid #82AF00; /*#3C7300;*/
	border-bottom-color: black;
	
	vertical-align: middle;
	
}
#CameraMenu .type1{
/*
	border: none solid 1px;
	display: block;
	width: 100%;
	background-color: white;
	
	border: #4B8200 solid 1px;
	border-right: #4B8200 solid 1px;

	background-color:transparent;
	color: white;
	*/
}
#CameraMenu .type2{
/*
	display: block;
	width: 100%;
	background-color: red;
	
	border: #4B8200 solid 1px;
	border-right: white solid 1px;

	background-color:transparent;
	
	color: red;
	text-indent: 30px;
	*/
	font-weight: bold; 
	background-color: yellow;
	color: green;
}
/* --------------------------------------------------------
　○メニュー部 リンク
----------------------------------------------------------- */
#CameraMenu a{
}

/* --------------------------------------------------------
　○メニュー部 リンク
----------------------------------------------------------- */
#CameraMenu a:hover{
}


/* --------------------------------------------------------
　○メニュー部 現在アクティブメニュ(フォント色のみ違います)
----------------------------------------------------------- */
#CameraMenu .ActMenu{
}
/* ******************************************************** */
/* 															*/
/*　右側コンテンツ											*/
/*															*/
/* ******************************************************** */

/* --------------------------------------------------------
　○イメージ部
----------------------------------------------------------- */
#CameraImageBox #CameraImage{
	/* 配置関連 */
	float: none;
	margin: auto;
	padding: 0px;
	padding-top: 0px;
	
	/* サイズ */
	width: 320px;
	height: 240px;
	
	/* 背景 */
	background-repeat: no-repeat;
	
	/* background-color: black; */	
	/* border: 1px dotted red; */ /* デバッグ用 */
	
	/* 枠 */
	border: none 1px #333333; 
	border-bottom: solid 1px #333333;
	border-top: solid 1px #666666;
}



/* --------------------------------------------------------
　○イメージ
----------------------------------------------------------- */
#CameraImageBox #CameraImage img{
	/* filter: glow(color=gray); */		
	/* filter: shadow(color=gray, direction=135); */
}


/* --------------------------------------------------------
　○メッセージ部
----------------------------------------------------------- */
#CameraImageBox .CameraMessage{
	/* 配置：中央ぞろえ */
	margin: auto;
	padding: auto;

	/* サイズ */
	width: 320px;
	height: auto;

	/* ブロック要素へ */
	display: block;

	/* 背景 */
	background-color: #ffffee;

	/* テキスト体裁 */
	text-align: center;
	text-indent: 0px;
	font-weight: bold;
	font-size: 23px;
	color: green;
	
	/* border: blue 1px dotted; */ /* デバッグ用 */
}
#CameraImageBox #CameraName{
	/* ブロック要素へ */
	display: block;

	/* テキスト体裁 */
	text-align: left;
	text-indent: 10px;
	
	/* 枠 */
	border: 4px none gray;
	border-left: solid;
	
}
#CameraImageBox #MessageBottom{
	/* 更新画像背景 */
	/* background-image: url(images/up2.gif); 
	background-repeat: no-repeat;
	background-position: 299px 2px; */

	/* テキスト体裁 */
	line-height: 24px;
	font-weight: normal;
	font-size: 13px;
	color: #222222;	
}
/* --------------------------------------------------------
　○メッセージ
----------------------------------------------------------- */
#CameraImageBox p{
	/* 配置 */
	margin: 0px;
	padding: 5px;
	float: left;

	/* サイズ */
	height: auto;
	width: auto;

	/* テキスト体裁 */
	text-align: right;
	/* border: red 1px dotted; */ /* デバッグ用 */
}


/* memo---------------------------------------------------- */
/* ハック */
/* * html div { } */ /* IE6のみ */
/* *+html div { } */ /* IE7のみ */
/*  */


