﻿@charset "utf-8";
/* ================================================
基本共通css
================================================ */



#contents {
	margin: 0px auto 0px auto;
	width: 820px;
	text-align: left;
	display: block;
	position: relative;
	min-height:1px; /* IE 7対策 */
	background-color: #FFFFFF;
}

#container{width: 820px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	min-height:1px; /* IE 7対策 */
}

#article{
	background-image: url(../imgs/bg3.gif);
	background-repeat: repeat-y;
	display: block;
	position: relative;
}

#article #left_sec {
	width: 550px;
	padding-right: 13px;
	float: left;
	padding-bottom: 10px;
	padding-left: 26px;
	display: block;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b2b2b2;
	background-color: #FFFFFF;
} 

#article #right_sec  {
	width: 207px;
	float: right;
	padding-right: 23px;
	padding-left: 0px;
	display: block;
	position: relative;
	padding-bottom: 30px;
	visibility: inherit;
	background-image: url(../imgs/bg3.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/* パンくずエリア */

#pankuzu {
	width: 770px;
	line-height: 27px;
	font-size: 80%;
	padding-right: 23px;
	padding-left: 27px;
}


/* start: clearfix ------------------------------ */
#contents:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}


#contents { display:inline-table; }


/* Hides from Mac IE \*/
* html #contents { height:1px; }
#right_sec { display:block; }
/* */
/* end: clearfix ------------------------------ */


/*--------------------------------------
	clearfix
---------------------------------------*/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
#contents .linkDetails:after,
#knowLink ul:after,
#header ul:after {
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

#contents .linkDetails,
#knowLink ul,
#header ul { display: inline-table; }

/* Mac IE には適用させない \*/
* html #contents .linkDetails,
* html #knowLink ul,
* html #header ul { height: 1px; }

#contents .linkDetails,
#knowLink ul,
#header ul { display: block; }
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
