﻿@charset "utf-8";

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


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

Redefine

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

@media print {

/* 必要のない場所を印刷時に消す
div#Header,
div#Content div#Sub,
div#Footer {
	display: none;
}
*/

* {
}

html,body {
	height: 100%;
}

body {
	background: url(../../img/common/bg_container_01.jpg) 50% 0 no-repeat;
}

div#Container {
	background: none;
}

div#Footer {
}

div#Content {
	position: relative;
	background-color: #fff;
	background-image: none;
}

div#Content div#Main,
div#Content div#Sub {
	float: none;
}

div#Content div#Main {
}

div#Content div#Sub {
	position: absolute;
	left: 640px;
}

/* IE6,7印刷対応 */

* html body {
	zoom: 0.65;
}

*:first-child+html body {
	zoom: 0.65;
}

}
