@charset "utf-8";
/* --------------------------------

	(汎用スタイル：大きな物からインラインレベルまで。)

		* last update 2010/06/18
		* modify : nazal;
	
--------------------------------

	index

//------------------------------
	< macroレベル >

	1. hyperText
	2. p
	3. text(インライン系)
	4. form
	5. Img
	6. h Tag
	10. child系
	21.	error系

//------------------------------
	< ウィジェットレベル >

	101. table
	102. section
	103. div
	104. ul
	105. ol
	106. dl

	131. input @type=text
	132. table.formTable

	150. navigation
		
-----------------------------------*/


/* ==========================================================================================================

	 1. hyperText
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	anchor

---------------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: underline;
	color: #2b68ac;
}
a:link {
	color: #2b68ac;
	text-decoration: underline;
	text-shadow: none;
}
a:visited {
	/*color: #8833be;*/
	text-decoration: underline;
}
a:hover {
	color: #2f8d65;
	text-decoration: none;
	font-weight: bold;
}

/*  画像ボタンをhover時に透過させる
-----------------------------------*/
a.alpha:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
}

/*  type
-----------------------------------*/
/*
a.type1 {
	text-decoration	: none;
}
a.type1:link {
}
a.type1:visited {
}
a.type1:hover {
}
a.type1:active {

}
*/


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

	arrow

---------------------------------------------------------------------*/
/*  linkArrow
-----------------------------------*/
a.linkArrow {
	background: url(../img/frame/parts/linkArrow.png) no-repeat 0% 50%;
	padding-left: 20px;
}
/*  _blankリンク
-----------------------------------*/
a.linkArrow[target="_blank"] {
	background: url(../img/frame/parts/linkArrowTarget.png) no-repeat 0% 50%;
}
/*  pdfリンク
-----------------------------------*/
a.linkArrow[href$="pdf"] {
	background: url(../img/frame/parts/linkArrowPdf.png) no-repeat 0% 50%;
}
/*  xlsリンク
-----------------------------------*/
a.linkArrow[href$="xls"],
a.linkArrow[href$="xlsx"] {
	background: url(../img/frame/parts/linkArrowXls.png) no-repeat 0% 50%;
}
/*  pptリンク
-----------------------------------*/
a.linkArrow[href$="ppt"],
a.linkArrow[href$="pptx"] {
	background: url(../img/frame/parts/linkArrowPpt.png) no-repeat 0% 50%;
}
a.linkArrow:hover {
}


/*  popupリンク　現時点で使用しないためコメントアウト
a.popup {
	background: url(../img/frame/parts/linkArrow01.gif) no-repeat 0% 50%;
	padding-left: 10px;
}
-----------------------------------*/


/*  pdf
-----------------------------------*/
/* ==========================================================================================================

	 2. p
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	pageTop

---------------------------------------------------------------------*/
.pageTop {
	clear: both;
	text-align: right;
	margin-bottom: 1em;
}
/*  （IE）画像ボタンの余白をボックス下に接させ
	厳密にレイアウトする
-----------------------------------*/
.pageTop img {
	vertical-align: bottom;
}
/*  ------------------------------------------------------------------

	主に送信ボタン関連

---------------------------------------------------------------------*/
#mainContent .formBtn {
	padding-top: 20px;
	text-align: center;
}
/*  
#mainContent .formBtn input{
	margin-left: 5px;
	font-size: 140%;
}
*/

/* ==========================================================================================================

	 3. txt(インライン系)
 
============================================================================================================*/

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

	strong

---------------------------------------------------------------------*/
/*
strong.type1 {

}
strong.type2 {

}
strong.type3 {

}
*/

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

	em

---------------------------------------------------------------------*/
/*
em.type1 {

}

em.type2 {

}

em.type3 {

}
*/

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

	align

---------------------------------------------------------------------*/
.txtCenter {
	text-align : center;
}
.txtRight {
	text-align : right;
}
.txtIndent {
	text-indent : -9999px;
}
/* ==========================================================================================================

	 4. form
 
============================================================================================================*/
input.check,
input.radioBtn {
	margin: 0 5px;
}
/* ==========================================================================================================

	 5. img
 
============================================================================================================*/
img.floatL {
	float : left;
	margin-right : 5px;
	margin-bottom : 5px;
}
img.floatR {
	float : right;
	margin-left : 5px;
	margin-bottom : 5px;
}
/* ==========================================================================================================

	 6. h Tag
 
============================================================================================================*/
/*  ------------------------------------------------------------------

	6-1.	hnImg

---------------------------------------------------------------------*/
.hnImg01 {
	margin-bottom : 15px;
}
.hnImg02 {
	margin-bottom : 10px;
}
.hnImg03 {
	margin-bottom : 5px;
}
/*  ------------------------------------------------------------------

	6-2.	hnTxt
	（old.cssより再設定してます）

---------------------------------------------------------------------*/
/*  見出しは行間を狭く
-----------------------------------*/
#main h2, #main2 h2, #main h3, #main h4, #main h5 {
	line-height: 1.2;
}
#main h3{
	background: #f1ffdc url(../img/_frame/bg_hnTxt01.png) no-repeat 10px 50%;
	border-top: 1px solid #a1d5bf;
	border-bottom: 1px solid #a1d5bf;
	margin-bottom : 2em;
	padding: 14px 0 14px 30px;
	color: #2f8d65;
	font-size: 16px;
}
#main h4 {
	border-left: 3px solid #a1d5bf;
	border-bottom: 1px solid #a1d5bf;
	margin-bottom : 1.5em;
	padding: 8px 10px;
	color: #2f8d65;
	font-size: 14px;
}

#main h5 {
	border-left: 4px solid #2f8d65;
	margin-bottom : 1em;
	padding: 3px 10px;
	color: #2f8d65;
	font-size: 12px;
}
/*  ------------------------------------------------------------------

	6-3.	hnLink

---------------------------------------------------------------------*/
#main h3 a {
	text-decoration: none;
	color: #2f8d65;
}
#main h3 a:link {
	color: #2f8d65;
	text-decoration: none;
}
#main h3 a:visited {
	text-decoration: none;
}
#main h3 a:hover {
	color: #2f8d65;
	text-decoration: underline;
}


/* ==========================================================================================================

	 10. child系
 
============================================================================================================*/
.firstChild {
}
.lastChild {
}
.rightChild {
}
.secondChild {
}
.thirdChild {
}
/* ==========================================================================================================

	 11. その他要素、疑似クラス
 
============================================================================================================*/
blockquote {
	background: #EFFFEC;
	border: 1px solid #a3d19e;
	margin: 10px 10px 1.5em 10px;
	padding: 10px;
	line-height: 1.3;
	font-size: 12px;
	color: #4d8547;
}
blockquote:before {
	content: "[引用] ";
	font-size: 8px;
	color: #AAA;
}
q {
	background: #EFFFEC;
	margin: 0 5px;
	color: #4d8547;
}
q:hover {
}

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

	selected text

---------------------------------------------------------------------*/
::selection {
 background : #2CBC2C;
 color : #fff;
}

::-moz-selection {
 background : #2CBC2C;
 color : #fff;
}


/* ==========================================================================================================

	 21.	error系
 
============================================================================================================*/
div.error,
div.notice,
div.success {
	margin-bottom: 1.5em;
	padding: 0.8em 0.8em 0;
	font-size: 90%;
}
div.error {
	background: #FFE8E1;
	border: 1px solid #F17E89;
	color: #990000;
}
div.error ul {
	padding-left: 25px;
	margin-bottom: 1em;
}
div.error li {
	list-style-type: disc;
	margin-bottom: 0.2em;
}
div.notice {
	background: #fffdc6;
	border: 1px solid #eaac5b;
	color: #965d13;
	text-align: center;
	line-height: 1.4;
}
div.success {
	background: #F7FFE8;
	border: 1px solid #9DE7B4;
	color: #02AB5A;
}
/*  お知らせ程度
-----------------------------------*/
div.notify {
	background: #f2f2e9;
	border: 1px solid #ddddd5;
	padding: 1em;
	font-size: 82%;
}
/* ==========================================================================================================

	 50. common assets
 
============================================================================================================*/



/* ==========================================================================================================

	 51. general Classees
 
============================================================================================================*/
.note {
	color: #999;
}
.error {
}
.caution {
}
.clear {
	clear: both;
}
/*  コードヒント用予約語
-----------------------------------*/

.fig,
.photo,
.desc,
.link,
.odd,
.even,
.swap {
}
/*  免責条項など、2行目以降にスペース
	（例）※これは注意です
	　　　　やめてください！
-----------------------------------*/
.immunity { 
	padding-left: 1em;
	text-indent: -1em;
}




/* ==========================================================================================================
=============================================================================================================
=============================================================================================================
=============================================================================================================
============================================================================================================*/




/* ==========================================================================================================

	 101. tables
 
============================================================================================================*/

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

	101-1-1.	th="row"型
	table.generalRow

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

table.generalRow {
	border-top: 2px solid #080808;
	width: 100%;
	margin-bottom: 1.6em;
}
table.generalRow th,
table.generalRow td {
	border: 1px solid #080808;
	padding: 6px;
}
table.generalRow th {
	background: #a1a1a1;
	border-left: 4px solid #727272;
	width: 110px;
}
table.generalRow td {
/*background: #c6c6c6;*/
}
/*  ------------------------------------------------------------------

	101-2-1.	thead型
	table.generalThead

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

/* thead, tbody共通 
-----------------------------------*/
table.generalThead {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 1.6em;
}
table.generalThead th,
table.generalThead td {
	border: 1px solid #ccc;
	padding: 3px;
}
/*  thead => th
-----------------------------------*/
table.generalThead thead th {
	background: #ccc;
}
/*  tbody => td
-----------------------------------*/
table.generalThead tbody td {
}
/*  ------------------------------------------------------------------

	101-3-1.	th="row"型、thead型 複合型
	generalComplex

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

/* thead, tbody共通 
-----------------------------------*/
table.generalComplex {
	/*table-layout: fixed;*/
	width: 100%;
	margin-bottom: 1.6em;
}
table.generalComplex th,
table.generalComplex td {
	border: 1px solid #aaa;
	padding: 3px;
}
/*  thead => th
-----------------------------------*/
table.generalComplex thead th {
	background: #ccc;
}
/*  tbody = [ th, td ]
-----------------------------------*/
table.generalComplex tbody th {
	background: #ddd;
	width: 110px;
}
table.generalComplex tbody td {
}

/* ==========================================================================================================

	 102. Section Style
 
============================================================================================================*/
div.section {
	clear : both;
	margin-bottom : 3em;
}
div.section div.section {
	margin-bottom : 2em;
}
div.section div.section div.section {
}
/* ==========================================================================================================

	 103. Div Style
 
============================================================================================================*/

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

	h1Group

---------------------------------------------------------------------*/
div.h1Group {
	margin-bottom: 2em;
}
div.h1Group .lead {
	margin-left: 0;
}
/*  ------------------------------------------------------------------

	div.secGroup
	div.sectionを段組みにする

---------------------------------------------------------------------*/
div.secGroup {
	margin-bottom: 2em;
}
div.secGroup div.section {
	clear: none;
	float: left;
	margin-bottom: 0;
}
div.secGroup div.section.lastChild {
	float: right;
}
/* start clearfix */
div.secGroup:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0px;
	line-height: 0;
}
/* ie6 hack */
* html div.secGroup {
	height: 1%;
}
/* ie7 hack */
*:first-child+html div.secGroup {
	min-height: 1%;
}
/* end clearfix */

/*  2段組みのとき
-----------------------------------*/
div.secGroup.double div.section {
}
/*  3段組みのとき
-----------------------------------*/
div.secGroup.triple div.section {
}
/*  ------------------------------------------------------------------

	div.dlGroup

---------------------------------------------------------------------*/
div.dlGroup {
	margin-bottom: 2em;
}
div.dlGroup dl {
	float: left;
}
div.dlGroup dl.lastChild {
	float: right;
}
/* start clearfix */
div.dlGroup:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0px;
	line-height: 0;
}
/* ie6 hack */
* html div.dlGroup {
	height: 1%;
}
/* ie7 hack */
*:first-child+html div.dlGroup {
	min-height: 1%;
}
/* end clearfix */

/*  2段組みのとき
-----------------------------------*/
div.dlGroup.double dl {
}
/*  3段組みのとき
-----------------------------------*/
div.dlGroup.triple dl {
}

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

	exturnal (外部コンテンツ)

---------------------------------------------------------------------*/
/*  iframe
-----------------------------------*/
div.external iframe {
	border: 1px solid #dbdbdb;
	overflow: hidden;
	width: 598px; /* 任意 */
	height: 498px; /* 任意 */
}

/* ==========================================================================================================

	 104. ul
 
============================================================================================================*/

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

	general01

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

ul.general01 {
	margin-bottom: 1.6em;
	padding-left: 25px;
}
ul.general01 li {
	list-style: disc;
	margin-bottom: 0.4em;
}
/*  nest <ul> 
-----------------------------------*/
ul.general01 li ul {
	margin-left: 25px;
	padding: 10px 0;
}
ul.general01 li ul li {
	list-style: circle;
	margin-bottom: 0.2em;
}
/*  nest <ol> 
-----------------------------------*/

ul.general01 li ol {
	margin-left: 25px;
	padding: 10px 0;
}
ul.general01 li ol li {
	list-style: decimal;
	margin-bottom: 0.2em;
}
/*  ------------------------------------------------------------------

	general02

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

ul.general02 {
	margin-bottom: 1.6em;
	padding-left: 25px;
}
ul.general02 li {
	list-style: circle;
	margin-bottom: 0.4em;
}
/*  nest <ul> 
-----------------------------------*/
ul.general02 li ul {
	margin-left: 25px;
	padding: 10px 0;
}
ul.general02 li ul li {
	list-style: square;
	margin-bottom: 0.2em;
}
/*  nest <ol> 
-----------------------------------*/
ul.general02 li ol {
	margin-left: 25px;
	padding: 10px 0;
}
ul.general02 li ol li {
	list-style: decimal;
	margin-bottom: 0.2em;
}
/* ==========================================================================================================

	105. ol
 
============================================================================================================*/

/*  general01
-----------------------------------*/
ol.general01 {
	margin-bottom: 1.6em;
	padding-left: 25px;
}
ol.general01 li {
	margin-bottom: 0.4em;
}
/* nest <ol> */
ol.general01 li ol {
	margin-left: 25px;
	padding: 10px 0;
}
ol.general01 li ol li {
	margin-bottom: 0.2em;
}
/* nest <ul> */
ol.general01 li ul {
	margin-left: 25px;
	padding: 10px 0;
}
ol.general01 li ul li {
	list-style: disc;
	margin-bottom: 0.2em;
}
/* ==========================================================================================================

	 106. dl
 
============================================================================================================*/


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

	generalNews

---------------------------------------------------------------------*/
dl.generalNews {
	margin-bottom: 0.5em;
	font-size: 12px;
	_zoom: 1;
}
dl.generalNews dt {
	padding: 8px 0 13px;
	margin-bottom: -40px;
	width: 85px;
	font-style: italic;
	color: #a0a0a0;
}
dl.generalNews dd {
	padding: 8px 0 2px 85px;
	line-height: 1.4;
}

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

	general01

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

dl.general01 {
}
dl.general01 dt {
	border-left: 4px solid #333;
	font-weight: bold;
	padding: 2px 2px 2px 8px;
}
dl.general01 dd {
	padding-left: 15px;
	margin-bottom: 1em;
}
/* ==========================================================================================================

	 131. input @type=text
 
============================================================================================================*/

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

	@

---------------------------------------------------------------------*/
input.inputSSS,
input.inputSS,
input.inputS,
input.inputM,
input.inputL,
input.inputLL,
textarea.inputSSS,
textarea.inputSS,
textarea.inputS,
textarea.inputM,
textarea.inputL,
textarea.inputLL {
	/*border	: 1px solid #999999;*/
	padding : 1px 3px;
}
.inputSSS {
	width: 10%;
}
.inputSS {
	width: 20%;
}
.inputS {
	width: 30%;
}
.inputM {
	width: 50%;
}
.inputL {
	width: 70%;
}
.inputLL {
	width: 90%;
}


/* ==========================================================================================================

	 201. ColorBox
 
============================================================================================================*/

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{ position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{ position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{ clear:left;}
#cboxContent{ position:relative; overflow:visible;}
#cboxLoadedContent{ overflow:auto;}
#cboxLoadedContent iframe{ display:block; width:100%; height:100%; border:0;}
#cboxTitle{ margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{ position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{ cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{ background:#fff;}

#colorbox{}
    #cboxContent{ margin-top:32px;}
        #cboxLoadedContent{ background:#666; padding:1px;}
        #cboxLoadingGraphic{ background:url(../img/_frame/loading.gif) center center no-repeat;}
        #cboxLoadingOverlay{ background:#fff;}
        #cboxTitle{ position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{ position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{ text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../img/_frame/controls.png) 0 0 no-repeat;}
        #cboxPrevious{ background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{ background-position:0px -25px;}
        #cboxNext{ background-position:-25px 0px; right:22px;}
        #cboxNext.hover{ background-position:-25px -25px;}
        #cboxClose{ background-position:-50px 0px; right:0;}
        #cboxClose.hover{ background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{ right:66px;}
        .cboxSlideshow_on #cboxSlideshow{ background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{ background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{ background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{ background-position:-75px -25px;}
