﻿/*
[Contents]

	0- Global
	1- Links
	2- Headings
	3- Content(For tinymce)
*/

/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
body {
	color:#4C4D4F;
	font:12px/1.5 Arial, Helvetica, sans-serif;
}
.hide {
	display:none;
}
.left {
	float:left;
    overflow:hidden;
    width:250px;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
    width:auto;
}
/* for IE6 */
* html .clearfix {
	height: 2%;
}
/* for IE7 */
*+html .clearfix {
	zoom:1 !important;
}
/* =1 Links
---------------------------------------------------------------------------------------------------------------------*/
a{
	color:#008AC9;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
/* =2 Headings
---------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size:36px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
/* =3 Content(For Tinymce)
---------------------------------------------------------------------------------------------------------------------*/
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child,
.content h6:first-child,
.content p:first-child,
.content ul:first-child,
.content ol:first-child{
	margin-top:0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-weight:bold;
	margin:15px 0;
}
.content h1 {
	font-size:2em;
}
.content h2 {
	font-size:1.5em;
}
.content h3 {
	font-size:1.17em;
}
.content h4 {
	font-size:1em;
}
.content h5 {
	font-size:0.83em;
}
.content h6 {
	font-size:0.75em;
}
.content p {
	/*margin:15px 5px;*/
}
.content pre {
	padding:10px;
}
.content ol li {
	list-style:decimal inside;
	margin:10px 0;
	padding-left:20px;
}
.content ul li {
	list-style:disc inside;
	margin:10px 0;
	padding-left:20px;
}
