@charset "utf-8";

/*------------------------------------------------------------------------------
GREENMEDIC - CSS Modules Import
URL: http://www.greenmedic.net/
Date: 2010-05-01
Copyright (C) GREENMEDIC. All Rights Reserved.
------------------------------------------------------------------------------*/


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

Content

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

/* -- MAINVISUAL -- */

* html div#Content {
	padding-bottom: 25px;
}

div#Content div#MainVisual {
	margin-bottom: 15px;
}

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

Main

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

div#Main {
	float: left;
	display: inline;
	width: 410px;
	margin-top: 420px;
	margin-left: 10px;
	overflow: hidden;
}

div#Main div#Enquete,
div#Main div#Pickup,
div#Main div#Lineup {
	background: url(../img/top/bg_main_01.png) 0 0 repeat-y;
}

/* -- News -- */

div#Main div#News {

}

div#Main div#News a {
  background-color: #FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.post-date {
  font-size: 80%;
  padding-right: 20px;
}

.news-title {
  font-size: 80%;
}

/* -- Blog -- */

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

div#Main div#Blog table {
	width: 410px;
}

div#Main div#Blog table th,
div#Main div#Blog table td {
	padding-right: 5px;
	vertical-align: top;
	text-align: left;
	font-size: 83.4%;
}

div#Main div#Blog table th.Dzn,
div#Main div#Blog table td.Dzn {
	padding-right: 11px;
}

div#Main div#Blog table td img {
	margin-top: 15px;
}

div#Main div#Blog table td p {
	padding-left: 3px;
}


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

Content - Sub01

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

div#Sub01 {
	float: left;
	display: inline;
	width: 250px;
	margin-top: 420px;
	margin-left: 0px;
	padding-left: 10px;
}

/* ------  ----- */
div#Sub01 div#Info dl.serviceList {
	margin: 10px 0 20px;
}
 
div#Sub01 div#Info dl.serviceList dt {
	position: relative;
	width: 200px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 50px;
	font-weight: bold;
	border-top: 1px dotted #ACACAC;
}
 
div#Sub01 div#Info dl.serviceList dt.firstChild,
div#Sub01 div#Info dl.serviceList dt:first-child {
	border-top: 0;
	padding-top: 0;
}
 
div#Sub01 div#Info dl.serviceList dt a {
	padding-left: 15px;
	background: url(../img/top/icon_maru.gif) no-repeat left center;
}
 
div#Sub01 div#Info dl.serviceList dt img {
	position: absolute;
	top: 5px;
	left: 0;
	padding: 2px;
	border: 1px solid #EEE;
}
 
div#Sub01 div#Info dl.serviceList dt.firstChild img,
div#Sub01 div#Info dl.serviceList dt:first-child img {
	top: 0;
}
 
div#Sub01 div#Info dl.serviceList dd {
	margin-bottom: 5px;
	padding-left: 50px;
	height: 50px;
}
 
div#Sub01 div#Info dl.serviceList > dd {
	min-height: 10px;
	height: auto;
}

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


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

Content - Sub02

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

div#Sub02 {
	float: right;
	width: 250px;
	margin-top: 420px;
	margin-right: 10px;
}

div#Sub02 ul#SubBnr02 li {
	margin-bottom: 15px;
	text-align: center;
}



/* ------  ----- */
div#Sub02 div#Mirai dl.serviceList {
	margin: 10px 0 20px;
}
 
div#Sub02 div#Mirai dl.serviceList dt {
	position: relative;
	width: 200px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-left: 50px;
	font-weight: bold;
	border-top: 1px dotted #ACACAC;
}
 
div#Sub02 div#Mirai dl.serviceList dt.firstChild,
div#Sub02 div#Mirai dl.serviceList dt:first-child {
	border-top: 0;
	padding-top: 0;
}
 
div#Sub02 div#Mirai dl.serviceList dt a {
	padding-left: 15px;
	background: url(../img/top/icon_maru.gif) no-repeat left center;
}
 
div#Sub02 div#Mirai dl.serviceList dt img {
	position: absolute;
	top: 5px;
	left: 0;
	padding: 2px;
	border: 1px solid #EEE;
}
 
div#Sub02 div#Mirai dl.serviceList dt.firstChild img,
div#Sub02 div#Mirai dl.serviceList dt:first-child img {
	top: 0;
}
 
div#Sub02 div#Mirai dl.serviceList dd {
	margin-bottom: 5px;
	padding-left: 50px;
	height: 50px;
}
 
div#Sub02 div#Mirai dl.serviceList > dd {
	min-height: 10px;
	height: auto;
}

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



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

透明度でロールオーバー効果

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

div#Sub01 ul#SubBnrMovie li a:hover img,
div#Sub01 ul#SubBnr02 li a:hover img {
	filter: alpha(opacity=70); /* IE */
	-moz-opacity: 0.7; /* Mozilla */
	-khtml-opacity: 0.7; /* Netscape Navigator */
	opacity: 0.7; /* safari1.x */
}

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

ClearFix (必要なければ消す)

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

/* -- Modern Browsers -- */

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

/* -- IE7 -- */

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

/*  -- Legacy IE -- */

* html div#Main div#Lineup {
	zoom: 1;
}