﻿@charset "utf-8";

/*===================================================================
------------------
CSS Information
------------------
 Site URL :           http://www.dcot.co.jp/
 File name :          download.css http://www.dcot.co.jp/css/module/download.css
 Summary :            module styles
 Created :            2009-09-15 by yuko aono
 Last Update :        2009-09-15 by yuko aono
 Author :             yuko aono 
===================================================================*/

/*===================================================================
------------------
Table Of Contents
------------------
 00) common
 01) index
 
 09) Clearfix
===================================================================*/

/*-------------------------------------------------------------------
 00) common
-------------------------------------------------------------------*/
.download h3 { margin: 0 0 15px 24px;}


/*-------------------------------------------------------------------
 01) index
-------------------------------------------------------------------*/
.download p { margin: 0 0 0 34px;}

.download ul.link { margin: 22px 0 30px 38px;}

.download ul.link li {
	padding-left: 13px;
	margin-bottom: 12px;
	background: transparent url(../../images/common/icon_list02.gif) 0 3px no-repeat;
	font-weight: bold;
}

.download ul.link li.pdf { background: none;}

.download ul.link li.pdf a {
	padding-right: 15px;
	background: transparent url(../../images/common/icon_pdf.gif) right center no-repeat;
	color: #ff0600;
	text-decoration: underline;
	font-weight: normal;
}

.download ul.link li a { color: #333333;}


#sideContents h2 { margin: 0 0 18px 82px;}



/*-------------------------------------------------------------------
 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 */

