﻿@charset "UTF-8";


/* **************************************************
 * 基本レイアウトパーツ
 ************************************************** */



/* ---------------------------------------------------
 * header
 -------------------------------------------------- */
#header {
	zoom: 100%;
}
#header:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}



/* ---------------------------------------------------
 * global navigation
 -------------------------------------------------- */
#globalnavigation {
	zoom: 100%;
}
#globalnavigation:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
} 
#globalnavigation ul {
	margin: 0em;
	padding: 0em;
}
#globalnavigation li {
	display:inline;
	float: left;
	list-style-type: none;
	margin: 0 1em 0 0;
}


/* ---------------------------------------------------
 * breadcrumb
 -------------------------------------------------- */
#breadcrumb {
	margin: 0 0 25px;
}



/* ---------------------------------------------------
 * footer
 -------------------------------------------------- */
#footer {
	zoom: 100%;
}
#footer:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
} 




/* **************************************************
 * ページ全体の入れ物
 ************************************************** */
#container {
	width: 800px;
	margin: 0px auto;
	padding: 10px 20px;
}



/* **************************************************
 * 3カラム構成用CSS　bodyにid=threecolumn
 ************************************************** */
/*
 * 中央カラム
 */
div#threecolumn #maincolwrapper {
	width: 100%;
	float: left;
	/* FF対応 080612 */
	/*position:relative;*/
}
div#threecolumn #maincol {
	margin: 0px 255px 0px 230px;
	background-color: #FFF;
	height: 1%; /* IE対策 */
}
/*
 * 左カラム
 */
div#threecolumn #leftcolwrapper {
	width: 230px;
	float: left;
	margin-left: -100%;
	height:1%; /* IE対策 */
	/* IE6対応 080612 */
	position:relative;
}
div#threecolumn #leftcol {
	margin: 0px 0px 0px 25px;
}
/* IE6対策 */
*html div#threecolumn #leftcol {
	margin: 0px 0px 0px 30px;
}
/*
 * 右カラム
 */
div#threecolumn #rightcolwrapper {
	width: 255px;
	float: left;
	margin-left: -255px;
	height:1%; /* IE対策 */
	/* IE6対応 080612 */
	position:relative;
}
div#threecolumn #rightcol{
	margin: 0px 0px 0px 25px;
}





/* **************************************************
 * 2カラム構成用CSS 左メニュー　bodyにid=leftmenu
 ************************************************** */
div#leftmenu {
	zoom: 100%;
}
div#leftmenu:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*
 * 中央カラム
 */
div#leftmenu #maincolwrapper {
	width: 100%;
	float: left;
	/* FF対応 080612 */
	/*position:relative;*/
}
div#leftmenu #maincol {
	margin: 20px 0px 0 180px;
	background-color: #FFF;
	height: 1%; /* IE対策 */
}
/*
 * 左カラム
 */
div#leftmenu #leftcolwrapper {
	width: 160px;
	float: left;
	margin-left: -100%;
	height:1%; /* IE対策 */
	/* IE6対応 080612 */
	position:relative;
}
div#leftmenu #leftcol {
	margin: 20px 0px 0px;
}
/* IE6対策 */
*html div#leftmenu #leftcol {
	margin: 20px 0px 0px;
}





/* **************************************************
 * 2カラム構成用CSS 右メニュー　divにid=rightmenu
 ************************************************** */
div#rightmenu {
	zoom: 100%;
}
div#rightmenu:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*
 * 中央カラム
 */
div#rightmenu #maincolwrapper {
	width: 100%;
	float: left;
	/* FF対応 080612 */
	/*position:relative;*/
}
div#rightmenu #maincol {
	margin: 0 255px 0 0;
	background-color: #FFF;
	height: 1%; /* IE対策 */
	padding: 0 1em 0 0;
}
/*
 * 右カラム
 */
div#rightmenu #rightcolwrapper {
	width: 255px;
	float: left;
	margin-left: -255px;
	height:1%; /* IE対策 */
	/* IE6対応 080612 */
	position:relative;
}
div#rightmenu #rightcol{
	margin: 0px 0px 0px 25px;
}





/* **************************************************
 * 1カラム構成用CSS　bodyにid=single
 ************************************************** */
/*
 * 中央カラム
 */
div#single #maincolwrapper {
	width: 100%;
	/* FF対応 080612 */
	/*position:relative;*/
}
div#single #maincol {
	margin: 0 1em 1em;
	background-color: #FFF;
	height: 1%; /* IE対策 */
}