@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  General                     */
/*                 09  Prevent                     */
/*                 10  Implant                     */
/*                 11  Denture                     */
/*                 12  Aesthe                      */
/*                 13  Whitening                   */
/*                 14  Ortho                       */
/*                 15  Laser                       */
/*                 16  Charge                      */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Ocre           #cf9957      */
/*        Main Color - Light Ocre     #f5de99      */
/*        Main Color - Brown          #9c5e2b      */
/*                                                 */
/*        Sub Color  - Orangge        #f28700      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #cf9957 url(../images/body.jpg) top repeat-x; }

#wrapper {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	clear: both;
	}

#main {
	margin: 0;
	background: url(../images/main_bg.png) repeat-y;
	}

#content {
	width: 580px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 108px;
	width: 860px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

h1 {
	text-indent: -9999px;
	width: 420px;
	height: 108px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 420px;
	height: 108px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 285px;
	float: right;
	margin: 0;
	padding: 23px 0 0 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 54px;
	clear: both;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0 45px 0 0;
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	list-style: none;
	width: 135px;
	height: 20px;
	float: right;
	}

#header_nav li {
	height: 20px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 20px;
	}

#nav01 { width: 75px; }
#nav02 { width: 60px; }

#nav01 a {
	background: url(../images/header_nav.jpg) 0 0 no-repeat;
	width: 75px;
	}
#nav02 a {
	background: url(../images/header_nav.jpg) -75px 0 no-repeat;
	width: 60px;
	}
#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -20px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -75px -20px no-repeat; }




/*----------04  Navigation -----------*/

#nav {
	width: 220px;
	float: left;
	padding: 0 0 20px 0;
	}

#nav ul,
#nav li,
#nav dl,
#nav dt,
#nav dd {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav ul.internal {
	padding-top: 15px;
	background: url(../images/nav.jpg) 0 0 no-repeat;
	}

#nav ul.internal li {
	height: 40px;
	text-indent: -9999px;
	}

#nav ul.internal li a {
	display: block;
	height: 40px;
	}

#nav03 a { background: url(../images/nav.jpg) 0 -15px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -55px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -95px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -135px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -175px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -215px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -255px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -295px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -335px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -220px -15px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -220px -55px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -220px -95px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -220px -135px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -220px -175px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -220px -215px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -220px -255px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -220px -295px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -220px -335px no-repeat; }

#nav p { text-align: center; }

#links {
	margin: 10px;
	width: 200px;
	background: url(../images/links_bg.jpg) bottom center no-repeat;
	}
#links h3 {
	margin: 0;
	padding: 0;
	height: 28px;
	background: url(../images/links_h3.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	}

#links ul {
	padding: 15px;
	margin: 0;
	}
#links li {
	padding-left: 15px;
	margin: 0;
	background: url(../images/links_list.jpg) 0 0 no-repeat;
	list-style: none;
	}


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	width: 800px;
	font-size: 85%;
	text-align: center;
	color: #666;
	border-top:1px dotted #c95;
	background-color:#cf9957;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footer .ft_ttl {
	font-size:150%;
	text-align:left;
	font-weight:bold;
	padding:5px 20px 2px;
	margin:0;
	background-color:#a62;
	color:#fff;
	letter-spacing:.1em;
	border-top:1px dashed #c95;
	border-bottom:2px solid #631;
}
#footer ul { 
	list-style: none;
	padding:0 0 10px;
	margin:0;
	clear: both;
	background: url(../images/footer_bg.jpg) 0 bottom no-repeat;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	margin: 8px 0 0;
	color: #f5de99;
	width: 800px;
	height:20px;
	background-color:#cf9957;
	}
#footer address a { color: #fff; }

#footer #access {
	background-color:#fff;
	margin:0;
	padding:8px 0 0;
}
#footer #access dl {
	margin: 0;
	padding: 0 20px 0;
	width: 350px;
	float: left;
	text-align:left;
	font-size:105%;
s	}
#footer #access dt {
	background: url(../images/index_access_dt.jpg) 0 0 no-repeat;
	line-height: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	width:100px;
	text-align:center;
	color:#fff;
	}
#footer #access dd {
	line-height:1.5;
	margin: 10px 0;
	padding: 0;
	color: #666;
	}
#footer #access dd.loc {
	text-indent:-1.5em;
	padding: 0 0 0 1.5em;
	}
#footer #official {
	width: 400px;
	float: right;
	margin:0 10px 0 0;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px 1em 20px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }

#content h2 {
	height: 235px;
	text-indent: -9999px;
	margin: 0;
	}
#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 38px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/list.jpg) 0 4px no-repeat;
	padding-left: 18px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #9c5e2b;
	outline: none;
	}
a:hover { color: #f28700; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 8px 0;
	}

.image_r {
	float: right;
	margin: 0 0 8px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }

.caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	width: 120px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 30px;
	background: url(../images/to-top.jpg) 0 0 no-repeat;
	}
#content ul.totop li a:hover { background: url(../images/to-top.jpg) 0 -30px no-repeat; }

p.caution {
	padding-left: 20px;
	background: url(../images/caution.jpg) 0 2px no-repeat;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */



#content table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 40px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}



/*---------- 07  Index -----------*/

#index #content {
	width: 490px;
	background: url(../images/index_content.jpg) 0 0 no-repeat;
	}
#index #nav { width: 310px; }

#meta-content {
	width: 800px;
	clear: both;
	}


#nav dl.internal {
	padding: 10px 0 18px 0;
	background: url(../images/index_nav.jpg) 0 0 no-repeat;
	}

#nav dl.internal dt {
	height: 35px;
	text-indent: -9999px;
	}

#nav dl.internal dt a {
	display: block;
	height: 35px;
	}

#nav dl.internal dd {
	padding-left: 36px;
	height: 25px;
	line-height: 25px;
	color: #9c5e2b
	}

#index #nav03 a { background: url(../images/index_nav.jpg) 0 -10px no-repeat; }
#index #nav04 a { background: url(../images/index_nav.jpg) 0 -70px no-repeat; }
#index #nav05 a { background: url(../images/index_nav.jpg) 0 -130px no-repeat; }
#index #nav06 a { background: url(../images/index_nav.jpg) 0 -190px no-repeat; }
#index #nav07 a { background: url(../images/index_nav.jpg) 0 -250px no-repeat; }
#index #nav08 a { background: url(../images/index_nav.jpg) 0 -310px no-repeat; }
#index #nav09 a { background: url(../images/index_nav.jpg) 0 -370px no-repeat; }
#index #nav10 a { background: url(../images/index_nav.jpg) 0 -430px no-repeat; }
#index #nav11 a { background: url(../images/index_nav.jpg) 0 -490px no-repeat; }

#index #nav03 a:hover { background: url(../images/index_nav.jpg) -310px -10px no-repeat; }
#index #nav04 a:hover { background: url(../images/index_nav.jpg) -310px -70px no-repeat; }
#index #nav05 a:hover { background: url(../images/index_nav.jpg) -310px -130px no-repeat; }
#index #nav06 a:hover { background: url(../images/index_nav.jpg) -310px -190px no-repeat; }
#index #nav07 a:hover { background: url(../images/index_nav.jpg) -310px -250px no-repeat; }
#index #nav08 a:hover { background: url(../images/index_nav.jpg) -310px -310px no-repeat; }
#index #nav09 a:hover { background: url(../images/index_nav.jpg) -310px -370px no-repeat; }
#index #nav10 a:hover { background: url(../images/index_nav.jpg) -310px -430px no-repeat; }
#index #nav11 a:hover { background: url(../images/index_nav.jpg) -310px -490px no-repeat; }

#clinic-info {
	width: 580px;
	float: right;
	}


#related {
	width: 220px;
	float: left;
	}

#related p { text-align: center; }

#index h2#title01 {
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	height: 372px;
	}

#index #greeting {
	width: 400px;
	margin: 0 0 0 45px;
	background: url(../images/greeting_bg.jpg) 0 0 no-repeat;
	}

#index #greeting-body { background: url(../images/greeting-body_bg.jpg) left bottom no-repeat; }

#index #greeting-body p {
	margin: 0 20px;
	padding: 20px 0;
	line-height: 200%;
	color: #fff;
	}

#index #manifesto {
	width: 570px;
	margin: 0 0 6px 0;
	background: url(../images/manifesto_bg.jpg) left bottom no-repeat;
	}


#index #manifesto h3 {
	background: url(../images/manifesto_h3.jpg) 0 0 no-repeat;
	margin: 0;
	height: 32px;
	text-indent: -9999px;
	}

#index #manifesto ul,
#index #manifesto li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #666;
	}

#index #manifesto ul { padding: 20px 0; }
#index #manifesto li {
	height: 36px;
	line-height: 36px;
	padding-left: 62px;
	}

#m01 { background: url(../images/manifesto_m01.jpg) 20px center no-repeat; }
#m02 { background: url(../images/manifesto_m02.jpg) 20px center no-repeat; }
#m03 { background: url(../images/manifesto_m03.jpg) 20px center no-repeat; }
#m04 { background: url(../images/manifesto_m04.jpg) 20px center no-repeat; }

p.dentaliq { margin: 20px 0 0 45px;}


/*---------- 08  General -----------*/

#general h2#title01 { background: url(../images/general_h2-01.jpg) 0 0 no-repeat; }
#general h3#title02 { background: url(../images/general_h3-02.jpg) 0 0 no-repeat; }
#general h3#title03 { background: url(../images/general_h3-03.jpg) 0 0 no-repeat; }
#general h3#title04 { background: url(../images/general_h3-04.jpg) 0 0 no-repeat; }
#general h4#title05 { background: url(../images/general_h4-05.jpg) 0 0 no-repeat; }
#general h4#title06 { background: url(../images/general_h4-06.jpg) 0 0 no-repeat; }
#general h4#title07 { background: url(../images/general_h4-07.jpg) 0 0 no-repeat; }
#general h4#title08 { background: url(../images/general_h4-08.jpg) 0 0 no-repeat; }
#general h4#title09 { background: url(../images/general_h4-09.jpg) 0 0 no-repeat; }
#general h4#title10 { background: url(../images/general_h4-10.jpg) 0 0 no-repeat; }
#general h4#title11 { background: url(../images/general_h4-11.jpg) 0 0 no-repeat; }


/*---------- 09  Prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2-01.jpg) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.jpg) 0 0 no-repeat; }
#prevent h3#title03 { background: url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-04.jpg) 0 0 no-repeat; }
#prevent h4#title05 { background: url(../images/prevent_h4-05.jpg) 0 0 no-repeat; }
#prevent h4#title06 { background: url(../images/prevent_h4-06.jpg) 0 0 no-repeat; }
#prevent h4#title07 { background: url(../images/prevent_h4-07.jpg) 0 0 no-repeat; }



/*---------- 10  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h4#title03 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-04.jpg) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.jpg) 0 0 no-repeat; }



/*---------- 11  Denture -----------*/

#denture h2#title01 { background: url(../images/denture_h2-01.jpg) 0 0 no-repeat; }
#denture h3#title02 { background: url(../images/denture_h3-02.jpg) 0 0 no-repeat; }
#denture h3#title03 { background: url(../images/denture_h3-03.jpg) 0 0 no-repeat; }
#denture h3#title04 { background: url(../images/denture_h3-04.jpg) 0 0 no-repeat; }
#denture h4#title05 { background: url(../images/denture_h4-05.jpg) 0 0 no-repeat; }
#denture h4#title06 { background: url(../images/denture_h4-06.jpg) 0 0 no-repeat; }
#denture h4#title07 { background: url(../images/denture_h4-07.jpg) 0 0 no-repeat; }
#denture h4#title08 { background: url(../images/denture_h4-08.jpg) 0 0 no-repeat; }
#denture h4#title09 { background: url(../images/denture_h4-09.jpg) 0 0 no-repeat; }
#denture h4#title10 { background: url(../images/denture_h4-10.jpg) 0 0 no-repeat; }



/*---------- 12  Aesthe -----------*/

#aesthe h2#title01 { background: url(../images/aesthe_h2-01.jpg) 0 0 no-repeat; }
#aesthe h3#title02 { background: url(../images/aesthe_h3-02.jpg) 0 0 no-repeat; }
#aesthe h3#title03 { background: url(../images/aesthe_h3-03.jpg) 0 0 no-repeat; }
#aesthe h4#title04 { background: url(../images/aesthe_h4-04.jpg) 0 0 no-repeat; }
#aesthe h4#title05 { background: url(../images/aesthe_h4-05.jpg) 0 0 no-repeat; }



/*---------- 13  Whitening -----------*/

#whitening h2#title01 { background: url(../images/whitening_h2-01.jpg) 0 0 no-repeat; }
#whitening h3#title02 { background: url(../images/whitening_h3-02.jpg) 0 0 no-repeat; }
#whitening h3#title03 { background: url(../images/whitening_h3-03.jpg) 0 0 no-repeat; }



/*---------- 14  Ortho -----------*/

#ortho h2#title01 { background: url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho h3#title02 { background: url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho h3#title03 { background: url(../images/ortho_h3-03.jpg) 0 0 no-repeat; }
#ortho h4#title04 { background: url(../images/ortho_h4-04.jpg) 0 0 no-repeat; }
#ortho h4#title05 { background: url(../images/ortho_h4-05.jpg) 0 0 no-repeat; }
#ortho h4#title06 { background: url(../images/ortho_h4-06.jpg) 0 0 no-repeat; }
#ortho h4#title07 { background: url(../images/ortho_h4-07.jpg) 0 0 no-repeat; }
#ortho h4#title08 { background: url(../images/ortho_h4-08.jpg) 0 0 no-repeat; }
#ortho h4#title09 { background: url(../images/ortho_h4-09.jpg) 0 0 no-repeat; }
#ortho h4#title10 { background: url(../images/ortho_h4-10.jpg) 0 0 no-repeat; }
#ortho h4#title11 { background: url(../images/ortho_h4-11.jpg) 0 0 no-repeat; }



/*---------- 15  Laser -----------*/

#laser h2#title01 { background: url(../images/laser_h2-01.jpg) 0 0 no-repeat; }
#laser h3#title02 { background: url(../images/laser_h3-02.jpg) 0 0 no-repeat; }
#laser h4#title03 { background: url(../images/laser_h4-03.jpg) 0 0 no-repeat; }
#laser h4#title04 { background: url(../images/laser_h4-04.jpg) 0 0 no-repeat; }



/*---------- 16  Charge -----------*/

#charge h2#title01 { background: url(../images/charge_h2-01.jpg) 0 0 no-repeat; }
#charge h3#title02 { background: url(../images/charge_h3-02.jpg) 0 0 no-repeat; }
#charge h4#title03 { background: url(../images/charge_h4-03.jpg) 0 0 no-repeat; }
#charge h4#title04 { background: url(../images/charge_h4-04.jpg) 0 0 no-repeat; }
#charge h4#title05 { background: url(../images/charge_h4-05.jpg) 0 0 no-repeat; }
#charge h4#title06 { background: url(../images/charge_h4-06.jpg) 0 0 no-repeat; }
#charge h4#title07 { background: url(../images/charge_h4-07.jpg) 0 0 no-repeat; }
#charge h4#title08 { background: url(../images/charge_h4-08.jpg) 0 0 no-repeat; }
#charge h4#title09 { background: url(../images/charge_h4-09.jpg) 0 0 no-repeat; }
#charge h4#title10 { background: url(../images/charge_h4-10.jpg) 0 0 no-repeat; }
#charge h4#title11 { background: url(../images/charge_h4-11.jpg) 0 0 no-repeat; }



/*---------- 17  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }



/*---------- 18  recruit -----------*/

#recruit h2#title01 { background: url(../images/recruit_h2-01.jpg) 0 0 no-repeat; }
#recruit h3#title02 { background: url(../images/recruit_h3-02.jpg) 0 0 no-repeat; }
#recruit h3#title03 { background: url(../images/aesthe_h3-03.jpg) 0 0 no-repeat; }
#recruit h4#title04 { background: url(../images/recruit_h4-01.jpg) 0 0 no-repeat; }
#recruit h4#title05 { background: url(../images/recruit_h4-02.jpg) 0 0 no-repeat; }


#recruit table {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #d0d0ff;
	font-size: 100%;
	color: #666;
	width: 530px;
	margin:0 ;
	}

#recruit table th,
#recruit table td {
	padding: 4px 12px;
	border: 1px solid #ddddff;
	}

#recruit table th {
	background: #efefff;
	color: #636570;
	width: 110px;
	}

.marT20 { margin-top:20px; }
.marB10 { margin-bottom:10px; }
.ar { text-align:right; }

.rec-bnr a { 
display:block; 
background:url(../images/recruit-bnr.jpg) 0 0 no-repeat;
height:140px;
width:570px;
margin-top:20px;
text-indent:-9999px;
outline:none;
}
.rec-bnr a:hover { background-position:bottom; }

/*---------- 20  Knowledge -----------*/
h2.know { 
  margin: 10px 10px 20px 5px;
	padding: 0 0 0 20px;
  font-size: 40px;
	border-left: 15px solid #990000;
}
h3.know2 { 
  margin: 10px ;
  font-size: 20px;
	padding: 0 0 0 10px;
	border-left: 5px solid #FF6600;
	}
body#knowledge {
  margin: 20px 0 0 20px; 
  text-align: left;
	background-color: #FFFFFF;
	background-image: none;
}

p.know3 {
  line-height: 3em;   
	}