@charset "UTF-8";

/*
--------------------------------------------------------------
	[ File Name   ] what_about.css
	[ Last UpDate ] 10,July 2009
	[ Version     ] 1.0 
--------------------------------------------------------------
	[ Author       ] Miyagi no date na sugi no ie wo tukurukai
	[ Client       ] Yamadai Co.,Ltd. http://www.yamadai.com/
	[ Client       ] Move Co.,Ltd. http://moveworld.co.jp/
	[ Designed by  ] Kiyoo Ishida (qliem inc. http://qliem.co.jp/)
	[ Cord Making  ] Kiyoo Ishida (qliem inc. http://qliem.co.jp/)
--------------------------------------------------------------
*/
/*
--------------------------------------------------------------
	Import Settings
--------------------------------------------------------------
*/

@import 'lib/clear.css';
@import 'lib/font.css';
@import 'lib/common.css';
@import 'lib/basic.css';
@import 'lib/masthead.css';
@import 'lib/wrap.css';
@import 'lib/footer.css';

/*
--------------------------------------------------------------
	articles_Styles
--------------------------------------------------------------
*/

div.contentsBlock
	{
	display: block;
	width: 432px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 36px;
	margin-left: 36px;
	margin-bottom: 36px;
	}

* html div.contentsBlock
	{
	margin-left: 18px;
	height: 800px;
	}

div.contentsBlock h2
	{
	display: block;
	width: 432px;
	height: 144px;
	margin-bottom: 0px;
	clear: both;
	}

div.contentsBlock h3
	{
	display: block;
	width: 432px;
	height: 36px;
	clear: both;
	}

div.cbArticle
	{
	display: block;
	width: 432px;
	margin-top: 24px;
	padding-bottom: 36px;
	height:auto;
	clear: both;
	line-height: 2;
	}

div.cbArticle img
	{
	display: block;
	margin-top: 24px;
	margin-bottom: 24px;
	}

* html div.cbArticle
	{
	font-size: x-small;
	}

