@charset "utf-8";

/* CSS Information *************************************
File name: information.css
Description: For CMS layout information/campaign
Created date: 2009/11/02
Last created date: 2009/11/02
Created by: Elephant Communications
***************************************************** */


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

* .leed
* #articleList
*

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

/* .leed
-------------------------------------------------------------------------------------------------------*/
#information .leed {
	margin-bottom: 30px;
}



/* #article
-------------------------------------------------------------------------------------------------------*/
#article h2 {
	font-weight: bold;
}

#article h3 span {
	font-weight: bold;
}


/* .sectionLIst
----------------------------------------------------------------------------------------*/
#articleList .section {
	background: url(../img/common/bg_border01.gif) left top repeat-x;
	margin-bottom: 30px;
}

#articleList .section h3 {
	padding: 10px 0;
	font-size: 13px;
	color: #6d460b;
	font-weight: bold;
}


/* .sectionContent
-------------------------------------------------------------------------*/
.sectionContent {
	padding-top: 25px;
	background: url(../img/common/bg_border02.gif) left top repeat-x;
}

.sectionContent dl {
	margin-bottom: 5px;
}

.sectionContent dt {
	margin-bottom: 10px;
	color: #6d460b;
}

.sectionContent dt span {
	font-weight: bold;
}

.sectionContent dd {
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;	
}


/* Read more setting
----------------------------------------------------------*/
#articleList .sectionContent p {
	width: 80px;
	margin-left: auto;
	padding: 0 3px 3px 3px;
	background: url(../img/common/bg_border04.gif) left bottom repeat-x;
	text-align: center;
}

#articleList .sectionContent p a {
	color: #7f9310;
}

.sectionContent p a:hover {
	text-decoration: none;
}

.sectionContent p img {
	margin: 3px 5px 0 0;
}


