@charset "utf-8";

/* CSS Information *************************************
File name: article.css
Description: article for BLOG and COLUMN
Created date: 2009/11/02
Last created date: 2009/11/04
Created by: Elephant Communications
***************************************************** */


/* Table Of Contents
----------------------------------------

* #contents
* #article

----------------------------------------*/


/* #contents
-------------------------------------------------------------------------------------------------------*/
#contents {
	background: url(../img/common/bg_border01.gif) left top repeat-x;
}


/* #article
-------------------------------------------------------------------------------------------------------*/
#article h2, #article h3 {
	color: #6d460b;
}

#article h3 {
	margin-bottom: 15px;
}


/* #entryTitle
----------------------------------------------------------------------------------------*/
#entryTitle {
	margin-bottom: 20px;
	padding: 10px 10px 12px;
	background: url(../img/common/bg_border02.gif) left bottom repeat-x;
}

#entryTitle h2 {
	font-size: 13px;	
}


/* #articleContent
----------------------------------------------------------------------------------------*/
#articleContent {
	margin-bottom: 50px;
	line-height: 1.8;
}

#articleContent .imgLeft {
	float: left;
	margin: 0 25px 10px 0;
}

#articleContent p {
	text-align: justify;
	text-justify: inter-ideograph;
}

#articleContent table {
	margin: 20px 0;
}

#articleContent th, #articleContent td {
	padding: 10px;
}





