@charset "utf-8";

/* CSS Information *************************************
File name: voice.css
Description: layout voice
Created date: 2009/11/04
Last created date: 2009/11/04
Created by: Elephant Communications
***************************************************** */


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

* #contentsList
* #article 
* #profile

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

/* #contentsList
-------------------------------------------------------------------------------------------------------*/
#contentsList ul {
	width: 685px;
}



/* #article
-------------------------------------------------------------------------------------------------------*/
#article {
	margin-bottom: 25px;
	padding-bottom: 25px;
	background: url(../../img/common/bg_border01.gif) left bottom repeat-x;
}

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


/* #articleContent
----------------------------------------------------------------------------------------*/
#articleContent h3 {
	margin-bottom: 25px;
}

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



/* #profile
-------------------------------------------------------------------------------------------------------*/
#profile {
	padding-bottom: 25px;
	background: url(../../img/common/bg_border01.gif) left bottom repeat-x;
}

#profile h4 {
	margin-bottom: 15px;
	color: #6d460b;
	font-weight: bold;
}

#profile p {
	line-height: 1.8;
}










