/* SVN FILE: $Id: cake.generic.css 7690 2008-10-02 04:56:53Z nate $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7690 $
 * @modifiedby		$LastChangedBy: nate $
 * @lastmodified	$Date: 2008-10-02 00:56:53 -0400 (Thu, 02 Oct 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */


/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}


table.form_table {
	font-size: 90%;
}
	table.form_table tr th {
		width: 10em;
		font-size: 90%;
	}
	table.form_table tr td {
		text-align: left;
	}


.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}


/* Notices and Errors */
/* ‘‘‘‘‘‘‘‘‘‘ */
/* cakePHP */
#flashMessage {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/attention_32.png');
}
.error, .error_message ,.error-message {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/cancel_32.png');
}
.notice {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/attention_32.png');
}
.success {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/valid_32.png');
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}




/* default styles
   -------------- */
   
body { 
	padding: 0;
	margin: 0;
	line-height: 1.5;
	background: #fff url(../img/slash.png);
	color: #444;
/*
		font-family:'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;
		font-size: 95%;
*/
}

a {
	color: #185DA0;
}

a:hover {
	color: #9EC068;
}

a.noBorder {
	text-decoration: none;
}

a.noBorder:hover {
	text-decoration: underline;
}

a.title {
	color: #FE6700;
	background: #FFF;
}
a.blank {
	padding-right: 20px;
	background: url(../img/fam/application_double.png) no-repeat top right;
}

a img {
	border: none;
}
a.img {
	padding: 0 4px;
}

h1 {
	padding: 7px 0 0 8px;
	margin: 0;
	letter-spacing: -1px; 
	font-size: 24px;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #FF6600;
	background: #FFF;
}


h2 { 
	font-size: 16px;
	margin: 0 0 5px;
	padding: .25em .5em;
	background: inherit;
}
h3 ,
h4 {
	font-size: 100%;
	margin: 0 0 4px;
	background: inherit;
}
h2.site_title_catchcopy {
	font-size: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	background: none;
}
h3.title {
	font-size: 16px;
	margin: 0 0 5px;
	padding: .25em .5em;
	background: inherit;
}
h3.title a {
	text-decoration: none;
}
h3.title2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: inherit;
	font-weight: normal;
}

h2.article {
	padding: 0 .5em;
	border: 1px solid #8fbc8f;
	background-color: #d6ffea;
}
h2.article ,
h3.article ,
h4.article {
	clear: both;
	color: #468259;
}
h4.article {
	font-weight: normal;
	margin: 0;
}

p {	
	margin: 0 0 5px 0;
	
}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}
li {
	margin: 0; 
	padding : 0; 
}
ul.disc {
	padding-left: 2em;
	list-style-type: disc;
}

form { 
	margin: 0; 
}

input.search { 
	width: 248px; 
	border: none;
	background: url(../img/input.gif); 
	padding: 4px; 
}

input.login { 
	width: 150px;
	border: none; 
	background: url(../img/logininput.gif); 
	padding: 4px; 
}

/* layout
   ------ */

#content { 
	margin: 8px auto;
	padding: 16px;
	width: 880px;
	background-color: #fff;
}

#header { 
	height: 45px; 
}
	#header .logo {
		float: left;
		height: 45px; 
		width: 300px;
		text-indent: -9000px;
		line-height: 45px;
		overflow: hidden;
	}
	#header .logo h1 {
		margin: 0;
		padding: 0;
	}
	#header .logo a {
		display: block;
		height: 45px; 
		width: 300px;
		margin: 0;
		padding: 0;
		background: url(../img/logo_top_implant_w.gif) no-repeat left bottom;
	}
	#header .logo a:hover {
		background-position: right bottom;
	}

#top_info {
	float: right;
	height: 36px; 
	width: 508px;
	padding: 4px 16px 3px;
	border: 1px solid #d6e0f2;
	background-color: #f7f9fd;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}

	#top_info .top_info_line {
	}

.slogan {
	width: 290px;
	font-size: 14px;
}


.bar { 
	clear: both;
	padding: 0;
	font-size: 16px;
	height: 30px; 
	line-height: 28px;
	margin: 4px 0 0 0; 
}

	.bar li { 
		float: left; 
		margin: 0; 
		padding: 0;
		color: #808080;
		background: #FFF;
	}
	
	.bar li.active a { 
		background: #FFF url(../img/bar.gif) no-repeat center top; 
		color: #9EC068;
		font-weight: bold;
	}
	.bar li.active span ,
	.bar a { 
		padding: 6px 16px;
	}

	.bar a { 
		font-weight: bold;
		color: #4A8EBC; 
		border: 1px solid #fff;
		height: 28px;
		background: inherit;	
	} 

	.bar a:hover { 
		border-color: #f66;
		background-color: #fee;	
		color: #4A8EBC; 
	} 

.search_field { 
	background: #DCF2B8 url(../img/barbg.gif) no-repeat; 
	color: #000;
	border-top: 1px solid #9EC068;
	border-bottom: 1px solid #9EC068;
	clear: both;
	text-align: center; 
	padding: 10px 0 5px 0;
}

.subheader {
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #f4f4f4 url(../img/subheaderbg.gif) no-repeat;
	color: #808080;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 17px;
}

/* left side
   --------- */

#left {
	float: left;
	width: 545px;
	margin: 0 0 10px 0;
}
	.left_articles {
		margin: 0px 0 10px 0;
		padding: 10px;	
		margin: 0 0 10px 0;
	}
	
	.left_wrap {
		border: 1px solid #eee;
	}
		.yknow_question {
			padding-left: 16px;
			background: url('../img/fam/help.png') no-repeat center left;
		}
		.yknow_question a{
			background: none;
		}
		.yknow_answer,
		.news_date {
			color: #808080;
		}

	.left_links {
		border: 1px solid #eee;
		padding: 0;
		margin: 0 0 10px 0;
		font-size: 90%;
		line-height: 1.3;
	}
		.left_links .title {
			height: 35px;
			background: url(../img/search_top_implant.gif) no-repeat top left;
			text-indent: -9000px;
			overflow: hidden;
		}
		.left_links .body {
			padding: 0 10px 10px 10px;
		}
	.left_links:hover {
		border: 1px solid #ccc;
	}
	
	.left_message {
		border: 1px solid #eee;
		padding: 10px 10px 10px 75px;	
		margin: 0 0 10px 0;
		background: #fff url(../img/questionmark.gif) no-repeat center left;
		color: #454545; 
	}
	
	.left_message:hover {
		border: 1px solid #ccc;
	}
	
		.left_side {
			float: left;
			width: 240px;
		}
		
			.menuCategory {
				padding-left: 8px;
				background: url(../img/arrow.gif) no-repeat center left;
				font-weight: bolder;
			}
		
		.right_side {
			float: right;
			width: 256px;
			border-left: 1px solid #eee;
			padding: 0 0 0 16px;
		}
		
	.left_box {
		background: #f4f4f4;
		border: 1px solid #ccc;
		padding: 10px;
	}
	
	.search_result {
		background: #f4f4f4;
/*		color: #000;	*/
		border: 1px solid #ccc;
		background-color: #fff;
	}
	.search_result:hover {
		background-color: #f4f4f4;
	}
		.search_result div.site_thumb {
			float: left;
			width: 96px;
			height: 128px;
			margin-right: 8px;
			padding: 8px 0 8px 8px;
			background-color: #f4f4f4;
		}
		.search_result .site_info {
			padding: 8px;
			font-size: 90%;
			
		}
			.site_info_body_more {
				clear: both;
			}
		.site_info .site_info_head {
			font-size: 110%;
			
		}
		.site_info .site_info_contact {
			color: #676767;
		}
			.site_info_contact .clinic_address ,
			.site_info_contact .clinic_tel {
				margin: 0 .25em;
			}
			.site_info_contact .clinic_address {
				padding-left: 20px;
				background: url(../img/fam/building.png) no-repeat center left;
			}
			.site_info_contact .clinic_access {
				padding-left: 20px;
				background: url(../img/fam/car.png) no-repeat center left;
			}
			.site_info_contact .clinic_tel {
				padding-left: 20px;
				background: url(../img/fam/telephone.png) no-repeat center left;
				font-weight: bolder;
			}
		.seoLinkBox {
			margin: 1em;
			padding: 2px 4px;
			background-color: #ccc;
			font-size: 12px;
		}
		.seoLinkBox:hover {
			background-color: transparent;
		}
		a.seoLink {
			color: inherit;
			text-decoration: none;
		}
		a.seoLink:hover {
			color: inherit;
			text-decoration: none;
		}
	
	.main_contents_box {
		margin: 0 auto 10px;
		font-size: 14px;
		line-height: 20px;
		overflow: hidden;
	}
	.main_contents_box .icb_inner {
		float: left;
		width: 240px;
		height: 36px;
		margin: 0 0 4px 0;
		border: 1px solid #d6e0f2;
	}
	.main_contents_box .icb_inner_left {
		margin: 0 4px 4px 0;
	}
	.main_contents_box .icb_inner_right {
	}
	.main_contents_box .icb_inner:hover {
		border-color: #bac9f5;
	}
	.main_contents_box .icb_inner a {
		display: block;
		width: 224px;
		padding: 8px;
		text-decoration: none;
		background-color: #f7f9fd;
	}
	.main_contents_box .icb_inner a:hover {
		text-decoration: underline;
		background-color: #d6e0f2;
	}
	.main_contents_box_more {
		margin: 0 auto 10px;
		font-size: 14px;
		line-height: 16px;
	}
	.main_contents_box_more .icb_inner {
		float: left;
		width: 240px;
		margin: 0 0 4px 0;
	}
	.main_contents_box_more .icb_inner_left {
		margin: 0 4px 4px 0;
	}
	.main_contents_box_more .icb_inner_right {
	}
	.contents_column li {
		padding-left: 16px;
		background: url(../img/fam/bullet_pink.png) no-repeat center left;
	}
	
	
	.yknow_date_add {
		padding-left: 20px;
		background: url(../img/fam/calendar_add.png) no-repeat center left;
	}
	.yknow_date_end {
		padding-left: 20px;
		background: url(../img/fam/calendar_edit.png) no-repeat center left;
	}
	
	.article_summary {
		margin: 0 0 .5em 0;
		padding: .5em;
		border: 1px solid #eee;
		background: #f4f4f4;
		font-size: 90%;
		font-weight: bold;
		line-height: 1.3;
		color: #1e90ff;
	}
	.article_introduction {
		font-size: 90%;
	}
	.article_body {
		font-size: 90%;
	}
	.article_note {
		margin: .5em;
		padding: .5em;
		border: 1px solid #eee;
		background: #f4f4f4;
		font-size: 90%;
	}
	.answer {
		margin: .5em 0;
		padding: .5em;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		background: #f4f4f4;
	}
	.articles_pager {
		clear: both;
		margin: 16px 0;
		padding: 4px;
		height: 32px;
		overflow: hidden;
		border: 1px solid #eee;
		border-bottom: 1px solid #eee;
		background: #f4f4f4;
		font-size: 14px;
		line-height: 16px;
	}
		.articles_pager .articles_prev {
			float: left;
			padding-left: 16px;
			background: transparent url(../img/fam/resultset_previous.png) no-repeat left center;
		}
		.articles_pager .articles_next {
			float: right;
			padding-right: 16px;
			background: transparent url(../img/fam/resultset_next.png) no-repeat right center;
		}
		.articles_pager div.first {
			text-align: center;
		}
.articles_pager div.second {
			width: 100%;
		}
	.article_relations {
		font-size: 90%;
	}
	.article_relations ul {
		padding-left: 2em;
		list-style-type: circle;
	}
	
/* Illust & Photo */
.borderImage {
	border:1px solid #eee;
	margin:4px;
}
.indexImage {
	text-indent:-9000px;
}
#implantIllustStructureSmall {
	background: transparent url(../img/dentals/illust_implant_structure_small_90_120.gif) no-repeat scroll 0 0;
	width: 90px;
	height: 120px;
}
#implantIllustParty {
	background:transparent url(../img/dentals/illust_implant_party_200_150.gif) no-repeat scroll 0 0;
	width: 200px;
	height: 150px;
}
#implantIllustStructure {
	background: transparent url(../img/dentals/illust_implant_structure_180_200.gif) no-repeat scroll 0 0;
	width: 180px;
	height: 200px;
}
#implantIllustFalse {
	background:transparent url(../img/dentals/illust_implant_false_200_150.gif) no-repeat scroll 0 0;
	width: 200px;
	height: 150px;
}
#implantIllustBridge {
	background:transparent url(../img/dentals/illust_implant_bridge_200_150.gif) no-repeat scroll 0 0;
	width: 200px;
	height: 150px;
}
#implantIllustImplant {
	background:transparent url(../img/dentals/illust_implant_implant_200_150.gif) no-repeat scroll 0 0;
	width: 200px;
	height: 150px;
}
#implantIllustAllOnFour {
	background:transparent url(../img/dentals/illust_implant_allonfour_240_200.gif) no-repeat scroll 0 0;
	width: 240px;
	height: 200px;
}
#implantIllustOneStage {
	background:transparent url(../img/dentals/illust_implant_1stage.gif) no-repeat scroll 0 0;
	width: 200px;
	height: 90px;
}
#implantIllustTwoStage {
	background:transparent url(../img/dentals/illust_implant_2stage.gif) no-repeat scroll 0 0;
	width: 200px;
	height: 90px;
}
#implantIllustOperation {
	background:transparent url(../img/dentals/illust_implant_operation_470_100.gif) no-repeat scroll 0 0;
	width: 470px;
	height: 100px;
}

#implantCompare {
	background:transparent url(../img/dentals/implant_merit_compare2.gif) no-repeat scroll 0 0;
	width: 470px;
	height: 240px;
}
/* right side
   ---------- */
		
#right {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
	font-size: 90%;
	line-height: 1.3;
}

	.right_login {
		padding: 8px;
		margin: 0 0 8px 0;
		background: #A9D4F2;
		color: #222;
		border-top: 1px solid #4A8EBC;
		border-bottom: 1px solid #4A8EBC;
	}

	.right_loginned {
		padding: 8px;
		margin: 0 0 8px 0;
		background: #dcf2b8;
		color: #222;
		border-top: 1px solid #9ec068;
		border-bottom: 1px solid #9ec068;
	}

	.right_articles {
		border: 1px solid #eee;
		padding: 8px;
		margin: 0 0 .5em 0;
	}
	
	.right_articles:hover {
		border: 1px solid #ccc;
	}
		
		.east_ads_subtext {
			margin: 0 0 .5em 0;
			padding-left: 20px;
			background: url('../img/dental.png') no-repeat center left;
			font-weight: bolder;
		}
		.east_ads {
			font-size: 14px;
			line-height: 18px;
		}
			.east_ads .east_title ,
			.east_ads .east_body ,
			.east_ads .east_url {
				overflow: hidden;
			}
			.east_title {
				height: 1.3em;
			}
			.east_link {
				padding-left: 16px;
				background: url(../img/fam/award_star_silver_1.png) no-repeat center left;
			}
			.east_location {
				padding: 0 .5em;
				font-size: 85%;
				color: #808080;
			}
			.east_body {
				height: 2.6em;
				color: #676767;
			}
			.east_url {
				height: 1.3em;
				font-size: 85%;
				color: #008000;
				text-align: right;
			}

		
.image {
	float: left;
	margin: 0 9px 3px 0;
}
.agreement {
	height: 8em;
	margin: 1em 0;
	line-height: 1em;
	overflow: auto;
	border: 1px solid #ccc;
}


/* footer
   ------ */

#footer { 
	clear: both; 
	text-align: center;
	color: #808080;
	background: #FFF;
	padding: 10px 0 10px 0;
	border-top: 1px solid #eee;
	font-size: 14px;
	line-height: 17px;
}

#footer a {
	color: #9EC068;
	background: #fff;
}

dl.search_box {
	margin: 0;
	padding: 0;
	width: 512px;
	font-size: 14px;
	background: url(../img/map_japan.gif) no-repeat right bottom;
}
dl.search_box dt {
	float: left;
	width: 96px;
	padding: 4px 0 4px 8px;
	clear: both;
	font-weight: bold;
}
dl.search_box dd {
	width: 360px;
	margin-left: 100px;
	padding: 4px 4px 4px 8px;
	color: #999;
}

/* 
 * Form Μ input
*/ 
h3.form {
	padding: .25em .5em;
	font-size: 90%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f0f0f0;
}
h3.form:after {
	clear: both;
}
	h3.form .form_information {
		float: right;
		width: 384px;
		font-size: 90%;
		font-weight: normal;
	}
div.input{
	padding: .5em;
	border-bottom: 1px solid #ccc;
}

	div.input div.form_right_text {
		padding-left: 128px;
	}
	div.form_horizontalty div.fh_title ,
	div.input label {
		width: 128px;
		float: left;
	}
	div.form_horizontalty div.fh_title_fullsize ,
	div.form_horizontalty div.fh_title ,
	div.input label {
		font-weight: bolder;
		font-size: 12px;
		color: #666;
	}
div.form_horizontalty div.fh_title_force ,
div.input label.force {
		width: 112px;
		padding-left: 16px;
		background-image: url(../img/fam/bullet_star.png);
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	div.input:after{
		clear: both;
	}
	
	div.form_horizontalty {
		padding: .5em;
		border-bottom: 1px solid #ccc;
	}
	div.form_horizontalty:after {
		clear: both;
	}
		div.form_horizontalty div.fh_title_fullsize {
			margin-bottom: 1em;
		}
		div.form_horizontalty div.fh_body {
			padding-left: 128px;
		}
		div.form_horizontalty div.fh_body div.input {
			float: left;
			margin-right: 1em;
			padding: 0;
			border-bottom: none;
		}
		div.form_horizontalty div.fh_body div.input label {
			display: block;
			width: auto;
			float: none;
		}
	/* */
	div.input select{
		padding: 2px;
	}
	
	/* */
	div.input textarea{
		padding: 4px;
		width: 368px;
		border: 1px solid #999;
		background-color:#F8F4E3;
	}
	
	div.input textarea.text_entry_box{
		padding: 2px;
		height: 300px;
		margin-left: 10px;
		margin-right: 20px;
		border-top: 1px dashed #000;
		border-bottom: 1px solid #999;
		border-left: none;
		border-right: none;
		background-color:#F8F4E3;
		line-height: 24px;
	}
	
	
	div.input input{
		padding: .25em;
		font-size: 90%;
	}
	
	div.input div.form_information {
		margin-left: 128px;
		font-size: 90%;
	}

div.checkbox,
div.radio{
	padding-left: 144px;
}

	div.checkbox input,
	div.radio input{
		width: 15px;
		padding: 0;
		margin: 0;
		border: none;
	}
	
div.m_chkbox div.checkbox{
	float: left;
	padding: 0;
	margin: 0;
	margin-right: 10px;
}

	div.m_chkbox div.checkbox label{
		width: auto;
		margin: 0;
	}
	
	div.radio label{
		width: auto;
		margin: 0;
		margin-right: 10px;
	}
	
	div.radio input{
		float: left;
	}
	
	
	div.checkbox label{
		float: none;
	}
	
div.form_note{
	margin-left: 128px;
	font-weight: bold;
}


div.submit{
	text-align: right;
	margin-top: 1em;
	margin-left: 128px;
	padding: 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f0f0f0 url(../img/fam/pencil.png) no-repeat 8px center;
}

	div.submit input{
		padding: 2px 2em;
	}





/*
	ClearFix
*/
div.clearfix {
	overflow: hidden;
}
 
* html div.clearfix {
	height: 1%;
}

table.article {
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 90%;
}
table.article th,
table.article td {
	border: 1px solid #ccc;
	padding: 0.2em;
}
table.article th {
	background: #f2f2f2;
	text-align: center;
}
table.article caption {
	margin-left: inherit;
	margin-right: inherit;
}



/*
	Paginator
	http://coliss.com/articles/build-websites/operation/css/1346.html
*/
div.paginate_box {
	clear: left;
	float: left;
	width: 100%;
	overflow: hidden;
	padding: .5em 0;
	line-height: 16px;
}
ul.pager {
	clear: left;
	float: left;
	margin: 0;
	position: relative;
	left: 50%;
	text-align: center;
	font-size: 12px;
}
ul.pager li {
	display: block;
	float: left;
	width: 48px;
	margin: 0 2px 0 2px;
	position: relative;
	right: 50%;
	border: 1px #ccc solid;
	font-weight: bold;
}
ul.pager li.prevnext {
	border: 1px #fff solid;
}
ul.pager li.prev {
	padding-left: 12px;
	background: #fff url(../img/fam/resultset_previous.png) no-repeat left center;
}
ul.pager li.next {
	padding-right: 12px;
	background: #fff url(../img/fam/resultset_next.png) no-repeat right center;
}
ul.pager li a {
	position: relative;
	display: block;
	width: 48px;
	padding-top: 2px;
	color: #3366FF;
	text-align: center;
}
ul.pager li a:hover {
}
ul.pager li a:link,
ul.pager li a:visited {
	text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
	padding-top: 2px;
	background-color: #eee;
	text-decoration: none;
}
ul.pager li span.current ,
ul.pager li span.nothing {
	position: relative;
	display: block;
	width: 48px;
	padding-top: 2px;
	text-align: center;
}
ul.pager li span.current { color: #222; }
ul.pager li span.nothing { color: #999; }
/*
	Tree used by Categories
*/
ul.tree {
}
ul.tree li {
	margin-left: 1em;
	list-style: circle;
}

/*
	ΔpNX
*/
.floatLeft {		float: left }
.floatRight {		float: right }
.clearBoth {		clear: both }
.widthMax {			width: 100% }
.alignLeft {		text-align: left }
.alignCenter {		text-align: center }
.alignRight {		text-align: right }
.small {			font-size: small }
.big {				font-size: big }
.fontSize90percent {font-size: 90% }
.bold {				font-weight: 700 }
.underline {		text-decoration: underline }
.colorLight {		color: #888 }
.width2em {			width: 2em }
.width3em {			width: 3em }
.width4em {			width: 4em }
.width5em {			width: 5em }
.width6em {			width: 6em }
.hidden {			display: none }
.marginBottom {		margin-bottom: 1em }
.marginTop {		margin-top: 1em }
.marginRight {		margin-right: 1em }
.marginLeft {		margin-left: 1em }
a.linkoff{			color: #666;text-decoration: none }
a.noLinks{			color: inherit;text-decoration: none}
dl.search_box dd a.noLinks{color: #999;}
dl.search_box dd a.noLinks:hover{color: #999;}
.likeLink {			color: #23b9f6;text-decoration: underline; cursor:pointer}
textarea.overflowScrollX {	overflow-x: scroll; }
/*
	ΔpNX JavaScriptp .JS ΝJSgpΜέhtml^OΙέθ³κι
*/
.JS .jsHide {		display: none }

.JS .jsShow {		display: block }
.JS .jsShowInline {	display: inline }
.JS .jsShowBlock {	display: block }

/*
	ACR
*/
.iconLeft16 {
	padding-left: 16px;
	background-position: center left;
	background-repeat: no-repeat;
}
.iconLeft20 {
	padding-left: 20px;
	background-position: center left;
	background-repeat: no-repeat;
}
.iconRight16 {
	padding-right: 16px;
	background-position: center right;
	background-repeat: no-repeat;
}
.iconRight20 {
	padding-right: 20px;
	background-position: center right;
	background-repeat: no-repeat;
}
.newmark {
	padding-right: 20px;
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url(../img/fam/new.png);
}
.icon_information {
	background-image: url(../img/fam/information.png);
}
.icon_delete {
	background-image: url(../img/fam/delete.png);
}
.icon_user {
	background-image: url(../img/fam/user.png);
}
.icon_useradd {
	background-image: url(../img/fam/user_add.png);
}
.icon_search {
	background-image: url(../img/fam/magnifier.png);
}
.icon_bullet_add {
	background-image: url(../img/fam/bullet_add.png);
}
.arrow_up {
	background-image: url(../img/fam/arrow_up.png);
}
.arrow_down {
	background-image: url(../img/fam/arrow_down.png);
}
.bullet_arrow_right {
	background-image: url(../img/fam/bullet_arrow_right.png);
}
.map_link {
	background-image: url(../img/fam/map.png);
}
.path {
	padding-left: 16px;
	background: url(../img/fam/bullet_go.png) center left no-repeat;
}
.icon_page {
	background-image: url(../img/fam/page.png);
}
.icon_data_view {
	background-image: url(../img/fam/page_go.png);
}
.icon_data_edit {
	background-image: url(../img/fam/page_edit.png);
}
.icon_data_add {
	background-image: url(../img/fam/page_add.png);
}
.icon_data_copy {
	background-image: url(../img/fam/page_copy.png);
}


