﻿@charset "utf-8";

/* about
============================================================================================================*/
div#mainArea div#mainWrap {
	width: 800px;
	margin-top: 5px;
}

/* contents
------------------------------------------------------------------------------------------------------------*/
div#contentsArea div#underContents div.halfBox {
	margin:5px 0 0 9px;
	background: transparent url(../../common_images/bg_category_box.gif) no-repeat left bottom;
	width:285px;
	zoom: 1;
	/* \*//*/display: inline-table;/**/
}
div#contentsArea div#underContents div.halfBox:after {
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;
}

p.right{
	text-align:right;
}

p.center{
	text-align:center;
}

.resizeP{
	margin-bottom:0 !important;
	height:100px;
}	

