@charset "utf-8";

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


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

* .section
* 
*

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


/* .section
-------------------------------------------------------------------------------------------------------*/
.section {
	margin-bottom: 90px;
}

.section .leed {
	margin-bottom: 35px;
}

.section p, .section dd {
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
}

.section dt {
	margin-bottom: 10px;
	font-weight: bold;
	color: #6d460b;
}

.section dd {
	margin-bottom: 35px;
}

.section dd p {
	margin-bottom: 10px;
}


/* .titleArea
----------------------------------------------------------------------------------------*/
#privacy01 .titleArea h3 {
	width: 130px;
}

#privacy02 .titleArea h3 {
	width: 150px;
}


/* .aside
----------------------------------------------------------------------------------------*/
.aside p, .aside ul {
	text-align: right;
}

.aside p {
	margin-bottom: 20px;
}

.aside li {
	margin-bottom: 10px;
}


