﻿@charset "utf-8";

/*------------------------------------------------------------------------------
DO YOU KYOTO?ネットワーク - CSS Modules Import
Date: 2009-09-17
Copyright (C) Copyright 2009 DO YOU KYOTO?ネットワークAll Right Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Content

---------------------------------------- */

div#Content {
}

div#Content p.Lead {
	margin-top: 5px;
	margin-left: 17px;
}


/* ----------------------------------------

TblStyle

---------------------------------------- */

div#Main {
	margin-top: 20px;
	width: 577px;
	float: left;
	margin-bottom: 40px;
}

div#Main h1 {
	margin-top: 0;
	margin-bottom: 20px;
}

div#Main h2 {
	margin-bottom: 10px;
}

div#Main ul.ListStyle01 {
	margin-left: 20px;
	margin-bottom:40px;
}

div#Main ul.ListStyle01 li {
	color: #555440;
	margin-bottom: 8px;
}

/* ----------------------------------------

ClearFix (必要なければ消す)

---------------------------------------- */

/* -- Modern Browsers -- */

div#Content:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* -- IE7 -- */

*:first-child+html div#Content {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html div#Content {
	height: 1%;
}
