﻿@charset "utf-8";

/*===================================================================
------------------
CSS Information
------------------
 Site URL :           http://www.dcot.co.jp/
 File name :          top.css http://www.dcot.co.jp/css/module/top.css
 Summary :            module styles
 Created :            2009-03-16 by yuko aono
 Last Update :        2009-03-16 by yuko aono
 Author :             yuko aono 
===================================================================*/

/*===================================================================
------------------
Table Of Contents
------------------
 01) news
 02) side
 
 09) Clearfix
===================================================================*/

/*-------------------------------------------------------------------
 01) news
-------------------------------------------------------------------*/
.topPage #mainContents h2 {
	position: relative;
	margin: -12px 0 0 14px;
	padding: 0;
}

.topPage #mainContents .news {
	padding: 10px 25px 20px;
	background: transparent url(../../images/common/bg_info_bottom.gif) left bottom no-repeat;
}

.topPage #mainContents .news p {
	padding-left: 10px;
	margin: 0 0 10px 1px;
	background: transparent url(../../images/common/icon_arrow.gif) 0 0.2em no-repeat;
}

.topPage #mainContents .news p.date {
	padding: 0;
	margin: 10px 0 0.4em;
	background: none;
	color: #666666;
}


/*-------------------------------------------------------------------
 02) side
-------------------------------------------------------------------*/
.topPage #sideContents .rakuten {
	padding: 18px 0 20px 16px;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 20px;
}

.topPage #sideContents .address {
	margin-left: 16px;
	padding-bottom: 10px;
	width: 298px;
	background: #fcfdfd;
	border: 1px solid #cdcdcd;
}

* html .topPage #sideContents .address { width: 300px;}

.topPage #sideContents h2 {
	padding: 6px 10px;
	margin: 0 0 8px 0;
	background: transparent url(../../images/common/bg_check.gif) left top repeat;
}

.topPage #sideContents p {
	margin: 0 10px;
	line-height: 1.5;
}


/*-------------------------------------------------------------------
 09) Clearfix
-------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block;}

/* MacIE5 \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* MacIE5 */

