@charset "utf-8";

/* ****************************************************
Title: top.css
Created: 2010-02-23
Last Modified: 2010-02-23
Editor(s): iwahara
Last Editor: iwahara
***************************************************** */


/* Table Of Contents
----------------------------------------

#01 General Elements
#02 gNavi
#03 header ＆ visual
#04 content
#05 sidebar
#06 clearfix
#07 common classes

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


/* General Elements
---------------------------------------------------------------------------- */



/* gNavi
---------------------------------------------------------------------------- */


/* header ＆ visual
---------------------------------------------------------------------------- */


/* content
---------------------------------------------------------------------------- */


div#content div.section {
	position: relative;
}





/* # secondary
---------------------------------------------------------------------------- */


div#content div#secondary {
	width: 186px;
	background: #DAE0CD;
}


/* # sidebar
---------------------------------------------------------------------------- */

div#sidebar {}
	

/* # clearfix
---------------------------------------------------------------------------- */


/* # common classes
---------------------------------------------------------------------------- */

/*
====lead(カテゴリごと)====
*/

.leadText {
	background: url(../../shownet/images/bg_lead.gif) repeat-x left bottom;
	padding-bottom: 15px;
}


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

div#content div.firstGreeting {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html div#content div.firstGreeting {
	height: 1%;
}
div#content div.firstGreeting {
	display: block;
}
/* End hide from IE-mac */


