<!--
/*	===============================================================
	TDR Web Administrator System (T-WAS)              Version 3.5.0
	===============================================================
	● ADMIN CSSファイル Version 2.0.0
	---------------------------------------------------------------
	Release 2009.09.16 (Apache+MySQL+PHP)             Powerd by TDR
	=============================================================== */

	
	/****************************
	 *	Tag Style
	 ****************************/
	p
	{
		margin:0px 0px 15px 0px;
	}
	
	
	/****************************
	 *	Login Style
	 ****************************/

	/** Normal ********************/

	#Login_Block
	{
		width:300px; height:150px;
		border:0px solid #ff0000;
	}

	#Login_SiteTitle
	{
		height:20px;
		background-color:#000000;
		font-size:12px; color:#FFFFFF; font-weight:bold;
		text-align:center;
	}

	#Login_Message
	{
		height:20px; padding:3px 0px;
		font-size:12px; color:#FF0000; font-weight:bold;
		text-align:center;
	}

	#Login_BoxLine
	{
		border-top:1px solid #AAAAAA; border-bottom:1px solid #AAAAAA;
	}

	#Login_Box
	{
		margin:2px 0px; padding:10px;
		background-color:#EFEFE0;
		font-family:monospace; text-align:center;
	}


	/****************************
	 *	Menu Style
	 ****************************/

	.Menu_Title
	{
		width:130px; margin-bottom:3px; padding:1px 5px;
		border:solid 1px #AAAAAA; border-left-width:6px;
		background:#FAFAFA;
		font-weight:bold; color:#666666;
	}
		.Menu_Title:hover
		{
			background:#E1EFF4;
			cursor:pointer;
		}

	.Menu_Block
	{
		width:145px;
		margin-bottom:10px;
	}

	.Menu_Link
	{
		margin:0px; padding-left:18px;
		background:url( "../images/icon/menu_Mark2.gif" ) no-repeat 5px 5px;
		font-size:9pt; color:#39399D; text-decoration:none;
		display:block;
	}
		.Menu_Link:hover
		{
			background:url( "../images/icon/menu_Mark1.gif" ) no-repeat 5px 5px #F5F5F8;
			color:#000000; text-decoration:underline;
		}

	.Menu_NoLink 
	{
		margin:0px; padding-left:18px;
		background:url( "../images/icon/menu_Mark2.gif" ) no-repeat 5px 5px;
		font-size:9pt; color:#BBBBBB; text-decoration:none;
		display:block;
	}


	/****************************
	 *	TOP Style
	 ****************************/

	#Wrapper_Top
	{
		height:30px;
		padding:0px 6px;
		border-bottom:1px solid #999999;
		background:#555;
	}

	#Wrapper_Top_MemberAdmin
	{
		height:30px;
		padding:0px 6px;
		border-bottom:1px solid #999999;
		background:#96A9CD;
	}

	#Site_Title
	{
		margin-right:15px;
		color:#fff; font-weight:bold; text-decoration:none;
		float:left; display:block;
	}

		#Site_Title:hover
		{
			color:#FFFFFF; text-decoration:underline;
		}

	#Site_Info
	{
		padding-top:3px;
		font-size:8pt; color:#EBEBF1; line-height:120%;
		float:left;
	}

	#Site_Login
	{
		padding-top:8px;
		color:#EBEBF1; line-height:120%;
		float:right;
	}
	

	/****************************
	 *	Page Style
	 ****************************/

	#Page_Title
	{
		width:799px; padding:5px 8px;
		background:url("../images/admin/Title_Back.gif") repeat-x;
		border:solid 1px #8EA4B3;
		font-size:10pt; color: #2D496C; font-weight:bold; letter-spacing: 0.5em;
		line-height:100%;
	}

	#Page_TitleSub
	{
		width:783px; margin-bottom:15px; padding:4px 0px 2px 32px;
		border-bottom:dotted 1px #999596;
		font-size:10pt; color:#555555;
	}

	.SubMenu_Link
	{
		margin-right:20px; padding:0px 5px 1px 13px;
		background:url( "../images/icon/submenu_Mark1.gif" ) 0px 7px no-repeat;
		font-size:10pt; color:#666666; text-decoration:none;
		float:left; display:block;
	}

		.SubMenu_Link:hover
		{
			background:url( "../images/icon/submenu_Mark2.gif" ) 0px 7px #F5F5F8 no-repeat;
			color:#000000;
		}

	#Page_Message
	{
		width:815px;
	}


	/****************************
	 *	Table Style
	 ****************************/

	table
	{
		margin:0px; padding:0px;
		font-size:12px;
	}

	td
	{
		margin:0px; padding:0px;
	}


	/****************************
	 *	Form Style
	 ****************************/

	input[type="submit"]
	{
		margin:0px; padding:2px;
	}

	.formDIV
	{
		 float:left;
	}

	.formComment
	{
		font-size:10px; color:#666666; line-height:130%; font-weight:normal;
	}


	/****************************
	 * Media Style
	 ****************************/
	#MediaFile_Block
	{
		margin:10px 0px;
	}

	.MediaFile_Button
	{
		width:120px;
		margin-right:15px;
		padding:3px 5px 3px 27px;
		border:1px solid #BBBBBB;
		background-position:5px 4px;
		background-repeat:no-repeat;
		background-color:white;
		text-decoration:none;
		float:left;
		display:block;
	}

	.Menu_Block_Default
	{
		padding:10px 5px; 
		background:#FAFAFA;
		border:1px solid #CCCCCC;
	}

	.frm_OneLine
	{
		margin:0px 20px 15px 0px;
		font-weight:bold;
		float:left;
	}

	#MediaFile_Block a
	{
		color:#006699; text-decoration:none;
	}

	#MediaFile_Block a:hover
	{
		color:#D1145B;
	}


	/****************************
	 *	Link Style
	 ****************************/

	a.Link_PreView:link, a.Link_PreView:visited
	{
		width:140px; padding:2px 5px; margin-top:15px;
		background:#D9E7F1;
		border:1px solid #C8D8E4;
		color:#477AB4; text-decoration:none; text-align:center;
		display:block;
	}

	a.Link_PreView:hover	{ color:#FFFFFF; background:#477AB4; }

	.Category1_Link				{ color:black; font-weight:bold; text-decoration:none; }
	.Category1_Link:visited		{ color:black; font-weight:bold; text-decoration:none; }
	.Category1_Link:hover		{ color:#CC0000;}


	/****************************
	 *	重要項目用CSS
	 ****************************/

	tr.readonly th
	{
		background: #ebf2c7 url("../images/icon/menu_Mark1.gif") no-repeat scroll 6px 8px;
		border:1px solid #bfc69b;
	}
	
	tr.important th
	{
		background: #ffe0e0 url("../images/icon/menu_Mark1.gif") no-repeat scroll 6px 8px;
		border:1px solid #ffabab;
	}
	
	input.important 
	{
		padding:5px;
		border:2px solid red;
		border-radius:3px;
	}

	/****************************
	 *	SELECT2用CSS
	 ****************************/
	ul.select2-selection__rendered li
	{
		display:block;
	}
-->
