@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#About {
	float: right;
	display: inline;
	width: 730px;
	margin-left: 10px;
	overflow: hidden;
	line-height: 200%;
}

/* -- Text -- */

div#About div#Text {
  margin: 5px 10px 10px;
}

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

.text-title {
  font-size: 100%;
  padding-right: 20px;
}

.text-letter {
  font-size: 100%;
}



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

Content - Sidenavi

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

div#Sidenavi {
	float: left;
	display: inline;
	width: 200px;
	padding-left: 5px;
}


div#Sidenavi a {
  background-color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

div#Sidenavi ul.navi li {
  margin-bottom: 1px;
}


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

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;
}


