﻿@charset "UTF-8";

/*
--------------------------------------------------------------
	[ File Name   ] content.css
	[ Last UpDate ] 10,July 2009
	[ Version     ] 1.0 
--------------------------------------------------------------
	[ Author       ] TID limited
	[ Client       ] Hument Co.,ltd
	[ Designed by  ] Kiyoo Ishida Qliem inc.
	[ Cord Making  ] Kiyoo Ishida 
--------------------------------------------------------------
*/


/*
--------------------------------------------------------------
	Breadcrumb Link Section
--------------------------------------------------------------
*/

/*
#contents
	{
	min-height: 324px;
	height: auto !important;
	height: 324px;
	margin: 0px auto;
	padding-left: 0px;
	clear: both;
	text-align: center;
	background: #E7E8ED;
	}
*/
#contentsinner 
	{
	width:972px;
	min-height: 324px;
	height: auto !important;
	height: 324px;
	margin: 0px auto;
	clear: both;
	text-align: center;
	}


/*
--------------------------------------------------------------
	breadcrumbs
--------------------------------------------------------------
*/

div#breadcrumb
	{
	min-height: 54px;
	height: auto !important;
	height: 54px;
	margin-top: -18px;
	font-size: 90%;
	background:url(../../img/rap/breadcrumb_bg.jpg) no-repeat top center;
	position: relative;
	}

div#breadcrumb ul
	{
	position: absolute;
	top: 9px;
	right:18px;
	}

* html div#breadcrumb
	{
	font-size: 100%;
	}

div#breadcrumb li
	{
	float: left;
	width: auto;
	}

ul#breadcrumb a:hover
	{
	color: #FF00FF;
	}


/*
--------------------------------------------------------------
	article-post
--------------------------------------------------------------
*/


div.article
	{
	display: block;
	width: 684px;
	min-height: 540px;
	height: auto !important;
	height: 540px;
	float: left;
	text-align: left;
	padding-bottom: 36px;
	}

div.post
	{
	display: block;
	width: 950px;
	min-height: 72px;
	height: auto !important;
	background: #FFF;
/*	padding: 18px 36px 36px 36px; */
	}

div.postheader
	{
	display: block;
	width: 970px;
	min-height: 36px;
	height: auto !important;
	height: 10px;
	background:url(../../img/rap/article_post_header.jpg) no-repeat top center;
	clear: both;
	}

div.postfooter
	{
	display: block;
	width: 684px;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	background:url(../../img/rap/article_post_footer.jpg) no-repeat 50% center;
	position: relative;
	clear: both;
	}

a.returntop
	{
	position: absolute;
	top: 0px;
	right:27px;
	}

div.post h3,
div.post h3 img,
div.post h4,
div.post h4 img
	{
	display: block;
	height:36px;
	margin: 0px 0 27px 0px;
	padding: 0;
	}

* html div.post h3,
* html div.post h3 img,
* html div.post h4,
* html div.post h4 img
	{
	display: block;
	height:36px;
	margin: 0px 0 9px 0px;
	padding: 0;
	}

div.post p
	{
	margin-top: 0px ;
	margin-bottom: 18px ;
	line-height: 1.8;
	letter-spacing: 0.1em;
	}

div.post ul li
	{
	line-height: 1.8;
	text-indent: 1em;
	}


div.post img
	{
	margin: 18px 0px 18px 0px;
	padding-left: 36px;
	}



