@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: ひまわりホールディングス
	Description: モジュール用
	Version: 1.0

==============================================================
*/


/*
CONTENTS
==============================================================


	0: 汎用class


	1: div#contents コンテンツ
		

	1-1: div#titleArea タイトルエリア

	
	1-2: div#mainColumn メインカラム（左）

			div#news 新着情報モジュール（ニュース）

			div#message 左画像・右ナビゲーションモジュール

			div#newsDetails ニュースリリース詳細モジュール


	1-3: div#subColumn サブカラム（右）
	
			div#mobile モバイルページモジュール


==============================================================
*/





/*
0: 汎用class
=========================================================*/





/*
1: div#contents コンテンツ
=========================================================*/






/*
1-1: div#titleArea タイトルエリア
=========================================================*/

/*
1-2: div#mainColumn メインカラム（左）
=========================================================*/


/*
div#news 新着情報モジュール（ニュース）
---------------------------------------------------------*/

div.icoRss {
	position: absolute;
	top: 22px;
	left: 566px;
	width: 16px;
	height: 13px;
}

div#news div.newsList {
	padding: 0 10px;
}

div#news div.newsList dl {
	padding: 2px 0;
	clear: right;
	background: url(../../common/img/border_dotted_x.gif) bottom left repeat-x;
}

div#news div.newsList dl.odd {
	padding: 2px 0;
	clear: right;
	background: #f4f4f4 url(../../common/img/border_dotted_x.gif) bottom left repeat-x;
}

div#news div.newsList dt {
	float: left;
	margin-right: 10px;
	padding: 4px 0 0px;
	width: 55px;
	clear: left;
}

div#news div.newsList dt img {
	vertical-align: top;
}

div#news div.newsList dd {
	padding: 5px 20px 5px 50px;
}

div#news div.newsList dd.new {
	background: url(../../common/img/ico_new.gif) right 8px no-repeat;
}

div#news div.newsList dd.lastChild {
	background: none;
}

div#news div.newsList dd span {
	padding-left: 12px;
	display: block;
}

div#news div.newsList dd a {
	padding-right: 5px;
	display: block;
	background-position: left 4px;
}

div#news .pageList {
	margin: 10px 10px 0 0;
}


/*
div#message 左画像・右ナビゲーションモジュール
---------------------------------------------------------*/
div.moduleRight table li {
	float: left;
	width: 134px;
}

div#message div.module-mainContentsInner {
	background: #fff url(../../img/background_message.jpg) left 20px no-repeat;
	overflow: hidden;
	display: block;
	zoom: 1;
}



/*
div#newsDetails ニュースリリース詳細モジュール
---------------------------------------------------------*/
div#newsHeader p.floatLeft {
	margin-left: 10px !important;
	letter-spacing: 1em;
}

div#newsHeader p.pageTitle {
	margin: 20px 0 30px;
	font-size: 134%;
	color: #251c06;
	text-align: center;
}

div#newsHeader p.pageTitle b {
	font-size: 100%;
}

div#newsFotter {
	margin: 0 10px 10px;
	padding: 10px 10px 0;
	background: #f4f4f4 url(../../common/img/background_glay.gif) left top repeat-x;
	border: 1px solid #ccc;
	text-align: center;
	overflow: hidden;
}

div#newsFotter h4 {
	margin-left: 0 !important;
}

div#newsFotter dl {
	margin-top: -1px;
	padding: 5px 0;
	clear: right;
	background: url(../common/img/border_dotted_x.gif) top left repeat-x;
}

div#newsFotter dt {
	float: left;
	margin-right: 10px;
	width: 150px;
	font-weight: bold;
	clear: left;
}





/*
1-3: div#subColumn サブカラム（右）
=========================================================*/

/*
div#mobile モバイルページモジュール
---------------------------------------------------------*/
div#mobile .textArea {
	float: left;
	width: 140px;
	baclground:#ccc;
}

div#mobile blockquote {
	margin-bottom: 5px;
	width: 140px;
	overflow: auto;
	font-size: 10px !important;
}