/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * This is the default CSS file used by the editor area. It defines the
 * initial font of the editor and background color.
 *
 * A user can configure the editor to use another CSS file. Just change
 * the value of the FCKConfig.EditorAreaCSS key in the configuration
 * file.
 */

/**
 * The "body" styles should match your editor web site, mainly regarding
 * background color and font family and size.
 */



body {
	margin:0; padding:0;
	color:#333333;
	font-size:small;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	vertical-align:baseline;
	line-height:140%;
	width:711px; /* note page는 width:735px padding:12px*/
	padding:0 12px;
}

img {border:0; margin:0;}

/* firefox firefox firefox firefox firefox firefox firefox firefox firefox */
div, p, th, td {font-size:small; line-height:140%;}
/* firefox firefox firefox firefox firefox firefox firefox firefox firefox */

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, form, blockquote, form {margin:0; padding:0;}

h1 { font-size:200%; line-height:130%; }
h2 { font-size:180%; line-height:130%;}
h3 { font-size:160%; line-height:130%;}
h4 { font-size:140%; line-height:130%;}
h5 { font-size:120%; line-height:130%;}
h6 { font-size:110%; line-height:130%;}

ul, li { list-style:none; }

table th {text-align:center; vertical-align:baseline;}
table td {vertical-align:baseline;}

input {vertical-align:middle;}

textarea {border:1px solid #c9c9c9}

a:link, a:visited {color:#333333; text-decoration:none;}
a:hover, a:active {color:#fe8227; text-decoration:underline;}

/* img */
.vam {vertical-align:middle;}

/* text-align */
.t_ac {text-align:center;}
.t_ar {text-align:right;}
.t_al {text-align:left;}

/* float */
.fl {float:left;}
.fr {float:right;}

/* cursor */
.curP {cursor:pointer;}

/* font */
.bold {font-weight:bold}

/* float clear */
.clear:after {content:"."; display:block; height:0; font-size:0; clear:both; visibility:hidden;}
.clear {min-height:1px;}
* html .clear { height:1px; }

/* border */
.e6bd1{border:1px solid #e6e6e6;}

/* line */
.dash_2px {height:1px; background:url(//img.ntcdn.net/images/note/line/line_h_2px_dash.gif) repeat-x;}

/* margin, padding */
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}

/* color */
.e01 {color:#e01e36}

/* bg opacity */
.layerBgOpacity_50 { filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5; background-color:#FFFFFF; position:absolute; z-index:10; top:0; left:0; width:100%; height:100%; }




/* photo pattern 이 css는 note/note_templates.css 와 같이 수정 되어야 함.*/
table.pattern_A th{text-align:left; font-weight:normal;}
table.pattern_A td{vertical-align:top; padding-right:15px;}
div.photo_border{padding:2px; border:1px solid #cacaca;}
div.photo_border img{cursor:pointer;}
table.pattern_A td p{font-size:x-small;}
table.pattern_A .p3_std_text{width:223px; padding-right:17px;}
table.pattern_A .p4_std_text{width:164px;}
table.pattern_A .p4_a_text{width:174px;}
table.pattern_A .p4_b_text{width:135px;}
table.pattern_A .p4_c_text{width:182px;}
table.pattern_A .p4_d_text{width:147px;}
table.pattern_B td{vertical-align:top;}
table.pattern_B .flowerA_text{width:518px;}
table.pattern_B .flowerB_text{width:560px;}
table.pattern_B .flower_w{width:703px;}
table.pattern_B .small_w{width:352px;}
table.pattern_B .small_text{padding-right:7px;}
table.pattern_A td.last{padding-right:0px;}
table.food_memu{width:703px}
table.food_memu th{padding:0px 6px; background-color:#f1f1f1; vertical-align:middle; text-align:center; border:1px solid #d9d9d9; font-weight:normal; height:26px;}
table.food_memu td{padding:4px 6px; border:1px solid #d9d9d9; vertical-align:top;}
table.food_memu td.first_vam{vertical-align:middle;}



/**
 * Just uncomment the following block if you want to avoid spaces between
 * paragraphs. Remember to apply the same style in your output front end page.
 */

/*
p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

/**
 * Uncomment the following block, or only selected lines if appropriate,
 * if you have some style items that would break the styles combo box.
 * You can also write other CSS overrides inside the style block below
 * as needed and they will be applied to inside the style combo only.
 */

/*
.SC_Item *, .SC_ItemSelected *
{
	margin: 0px !important;
	padding: 0px !important;
	text-indent: 0px !important;
	clip: auto !important;
	position: static !important;
}
*/

/**
 * The following are some sample styles used in the "Styles" toolbar command.
 * You should instead remove them, and include the styles used by the site
 * you are using the editor in.
 */


.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}





