@charset "utf-8";
/* --------------------------------

	(基本レイアウト)

		* last update 2011/04/15
		* modify : nz;
	
--------------------------------

	index
	
	1. Structure Frames
	
	2. Template Style
		├ 2-1. header
		├ 2-2. mainContent
		├ 2-3. aside
		└ 2-4. footer
	
	3. Conditional
		├ 3-1. home
		├ 3-2. 1column
		├ 3-3. 検索窓など
		├ 3-3. 検索窓など
	
--------------------------------


/* ==========================================================================================================

	 1. 基本レイアウト
 
============================================================================================================*/
/*  フッターを下端に配置させる下準備
-----------------------------------*/
html,
body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px; /* the bottom margin is the negative value of the footer's height */
}
#footer {
	height: 60px; /* .push must be the same height as .footer */
}
.push {
	height: 60px;
}
/* ie6 hack */
* html #footer,
* html .push{
	height: auto;
}
* html #wrapper {
	margin: 0 auto 0 auto; /* the bottom margin is the negative value of the footer's height */
}
/* ie7 hack */
*:first-child+html #footer,
*:first-child+html .push{
	height: auto;
}
*:first-child+html #wrapper {
	margin: 0 auto 0 auto; /* the bottom margin is the negative value of the footer's height */
}
/*  
-----------------------------------*/
html {
}
body {
	background: url(../img/frame/bg_head.png) repeat-x top left;
	text-align : center;
	color : #264659;
}
#wrapper {
	text-align : left;
	width : 940px;
}
#header {
	position: relative;
	margin-bottom : 15px;
	height: 104px;
	zoom: 1;
}
#container {
	clear : both;
}
#mainContent {
	float : left;
	margin-bottom : 30px;
	width : 700px;
}
#aside {
	float : right;
	margin-bottom : 40px;
	width : 220px;
}
#footer {
	border-top: 1px solid #bebebe;
	clear:both;
}
#footer .inner {
	margin : 0px auto;
	padding-top: 20px;
	padding-bottom: 10px;
	width : 940px;
	text-align: right;
}
/*  スクリーンリーダー用とCSS無効時の配慮
-----------------------------------*/
#nocss,
.accessible {
	display : none;
}
/* ==========================================================================================================

	 * 2. Template Style
 
============================================================================================================*/

/* ==========================================================================================================

	 2-1. header
 
============================================================================================================*/
#header .siteID,
#header #gNav,
#header #utilNav {
	position: absolute;
}
#header .siteID {
	top: 18px;
	left: 0;
}
#header #gNav {
	top: 71px;
	left: 0;
}
#header #utilNav {
	top: 32px;
	right: 0;
}
#header #gNav li,
#header #utilNav li{
	float: left;
}
/* ==========================================================================================================

	 2-2. mainContent
 
============================================================================================================*/
#mainContent .mainTxt p {
	font-size: 14px;
	margin-bottom: 1em;
	line-height: 1.8;
	letter-spacing: 2px;
}

#mainContent .mainTxt {
	font-size: 13px;
	line-height: 20px;
	letter-spacing:2px;
}

/*  ------------------------------------------------------------------

	パンくず

---------------------------------------------------------------------*/
#topicPath {
	margin-bottom: 0px;
}
#topicPath li {
	background: url(../img/frame/linkarrow_topicPath.png) no-repeat 0% 50%;
	float: left;
	display: inline;
	margin-right: 10px;
	padding-left: 20px;
}
#topicPath li.firstChild{
	background: none;
	padding-left: 0;
}
/*  ------------------------------------------------------------------

	角丸ブロック

---------------------------------------------------------------------*/
#mainContent .radiusBox01 {
	background: url(../img/frame/bg_rbox01body.png) repeat-y left top;
	margin-right: -3px;
	margin-left: -3px;
	_zoom: 1;
}
#mainContent .radiusBox01 .rbInner {
	background: url(../img/frame/bg_rbox01foot.png) no-repeat left bottom;
	_zoom: 1;
}
#mainContent .radiusBox02 {
	background: url(../img/frame/bg_rbox02body.png) repeat-y left top;
	margin-right: -3px;
	margin-left: -3px;
	_zoom: 1;
}
#mainContent .radiusBox02 .rbInner {
	background: url(../img/frame/bg_rbox02foot.png) no-repeat left bottom;
	_zoom: 1;
}

/* ie6 ie7 hack */
* html #mainContent .radiusBox01 {
	position: relative;
}
*:first-child+html #mainContent .radiusBox01 {
	position: relative;
}
/*  ------------------------------------------------------------------

	基本本文組

---------------------------------------------------------------------*/
#mainContent div.article{
	margin-bottom: 20px;
}
#mainContent div.article p{
	padding: 0 20px;
}

/* ==========================================================================================================

	 2-3. aside
 
============================================================================================================*/
#lNav {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	margin-bottom: 20px;
	line-height: 1.3;
}
#lNav li {
	background: url(../img/frame/bg_lNav.png) repeat-x left bottom;
	border-bottom: 1px solid #dedede;
}
#lNav li.current {
	background: #fff;
}
#lNav li a {
	background: url(../img/frame/linkArrow_lNav.png) no-repeat 10px 14px;
	display: block;
	padding: 10px 10px 10px 22px;
	margin-bottom: 0;
	text-decoration: none;
	font-size: 14px;
	zoom: 1;
}
#lNav li a:hover {
	background: #fff url(../img/frame/linkArrow_lNav.png) no-repeat 10px 14px;
	opacity: 0.5;
	filter: alpha(opacity=50); /* IE7 */
	-ms-filter: "alpha(opacity=50)"; /* IE8 */
	text-decoration: underline;
}
/*  nest
-----------------------------------*/
#lNav li ul {
	padding-bottom: 10px;
}
#lNav li ul li {
	border-bottom: none;
	background: none;
}
#lNav li ul li a {
	background: url(../img/frame/linkArrow_lNav02.png) no-repeat 25px 7px;
	display: block;
	padding: 0 10px 2px 35px;
	font-size: 12px;
}
#lNav li ul li a:hover {
	background: url(../img/frame/linkArrow_lNav02.png) no-repeat 25px 7px;
}
/* ==========================================================================================================

	 2-4. footer
 
============================================================================================================*/
#footer p.copy{
	float: left;
	display: block;
}
#footer #footNav {
	float: right;
}
#footer #footNav li {
	float: left;
}
/*  ------------------------------------------------------------------

	pageTop

---------------------------------------------------------------------*/
.pageTop {
	position: relative;
	zoom: 1;
}
/*  （IE）画像ボタンの余白をボックス下に接させ
	厳密にレイアウトする
-----------------------------------*/
.pageTop img {
	position: absolute;
	top : -50px;
	right: 0;
}


/* ==========================================================================================================

	 * 3. Conditional
 
============================================================================================================*/


/* ==========================================================================================================

	 3-1. home.html
 
============================================================================================================*/
body.home {
}
/* ==========================================================================================================

	 3-2. 1column
 
============================================================================================================*/
body.single {
}
body.single #mainContent {
	float: none;
	width: 940px;
}




/* ==========================================================================================================

	99. clearFix (pkg)

============================================================================================================*/

/* start clearfix */
#footer .inner:after,
#topicPath:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* ie6 hack */
* html #footer .inner,
* html #topicPath,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx,
* html .xxx {
	zoom: 1;
}
/* ie7 hack */
*:first-child+html #footer .inner,
*:first-child+html #topicPath,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx,
*:first-child+html .xxx {
	zoom: 1;
}
/* end clearfix */
