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

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

	*  Common Style {


		* last update 09.10/08
		* author : nakaya;
	
	}
	
	
--------------------------------
		 Contents
		
		//----------------------------
								inline
		//----------------------------
		
		3. HyperText Style
			└	a.level1

			
		4. Paragraph Style
			├	div#main p
			├	div#main .pageTop
			└	div#main .formBtn
		5. Text Style
			├	strong.level1
			├	strong.level2
			├	strong.level3
			└	align control
		//----------------------------
								
		//----------------------------
			
		6. Form Element
		7. Float Img Style
			├	img.floatL
			└	img.floatR
		
		10. child Control
		
		11. hr clear control
		
		
		//----------------------------
		
		 21.	error, notice, success, notify
		
	//------------------------------
	
		50. common assets
			├	dl.privacyMark
			└	dl.adobeReader
	
		51. general Classees
			├	.note
			├	.caution
			├	.clear
			└	.btn
			
			
		99. clearFix (pkg)
		
		
-----------------------------------*/







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

	 3. HyperText Style
 
============================================================================================================*/

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

	level

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

a.level1 {
	color: #0A347F;
	text-decoration: none;
}

a.level1:link {
	color: #0A347F;
	text-decoration: none;
}

a.level1:visited {
	color: #0A347F;
}

a.level1:hover {
	color: #68BDA0;
	text-decoration: none;
}

a.level2 {
	color: #0A347F;
	text-decoration: none;

}

a.level2:link {
	color: #0A347F;
	text-decoration: none;
}

a.level2:visited {
	color: #0A347F;
	text-decoration: none;
}

a.level2:hover {
	color: #68BDA0;
	text-decoration: none;
}

a.level3 {
	color: #68BDA0;
	text-decoration: none;

}

a.level3:link {
	color: #68BDA0;
	text-decoration: none;
}

a.level3:visited {
	color: #68BDA0;
	text-decoration: none;
}

a.level3:hover {
	color: #0A347F;
	text-decoration: none;
}

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

	 4. Paragraph Style
 
============================================================================================================*/

p.level1 {
	color: #F69B02;
	font-size: 16px;
}

p.level2 {
	color: #c00;
}

.top_10 {
	margin-top: 10px;
}

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

	pageTop

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


p.pageTop {
	text-align: right;
	width: 880px;
	margin: 0 auto;
	clear: both;
	padding-bottom: 4px;
}

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

	主に送信ボタン関連

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



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

	 5. Text(inline) Style
 
============================================================================================================*/

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

	strong

---------------------------------------------------------------------*/
/*
strong.level1 {

}

strong.level2 {

}

strong.level3 {

}
*/

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

	em

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

em.level1 {
	font-weight: bold;
}

em.level2 {

}

em.level3 {

}



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

	span

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

span.level1 {
	font-size: 10px;
	color: 999;
	font-weight: bold;
}

span.level2 {
	font-size: 0.5em;
}
/*  ------------------------------------------------------------------

	align

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

.txtCenter {
	text-align	: center;
}

.txtRight {
	text-align	: right;
}

.txtLeft {
	text-align  : left;
}


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

	 6. Form Element
 
============================================================================================================*/

input.check, 
input.radioBtn {
	margin: 0 5px;
}


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

	 7. Float Style
 
============================================================================================================*/


.floatL {
	float: left;
}


.floatR {
	float: right;
}




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

	 10. child Control
 
============================================================================================================*/
.firstChild {
}

.lastChild {
}

.rightChild {
}

.secondChild {
}

.thirdChild {
}


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

	 11. hr clear control
 
============================================================================================================*/

hr.none {
	display		: none;
}

hr.clear {
	clear		: both;
	visibility	: hidden;
	height		: 1px;
}






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

	 21.	error, notice, success, notify
 
============================================================================================================*/

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%;
}





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

	 51. general Classees
 
============================================================================================================*/
.left_13 {
	margin-left: 13px;
}

.left_4 {
	margin-left: 4px;
}

.left_2 {
	margin-left: 2px;
}

.left_8 {
	margin-left: 8px;
}

.left_15 {
	margin-left: 15px;
}

.top_5 {
	margin-top: 5px;
}

.top_13 {
	margin-top: 13px;
}

.top_39 {
	margin-top: 39px;
}

.top_16 {
	margin-top: 16px;
}
.botom10 {
	margin-bottom: 10px;
}

.top35{
	margin-top: 45px;
}

.top55 {
	margin-top: -50px;
}

.lines {
	font-size: 1px;
}

.wi358 {
	width: 358px;
}

.wi285 {
	width: 285px;
}

.wi400 {
	width: 400px;
}

.wi318 {
	width: 318px;
}

.wi290 {
	width: 290px;
}

.wi577 {
	width:577px;
}

.wi640 {
	width: 640px;
}

.ie_left8 {
	/padding-left: 8px;
}

.foo {
  min-height: 450px;
  height: auto !important;
  height: 450px;
}

.note {

}

.error {

}

.caution {

}

.clear {
	clear: both;
}

/*  コードヒント用予約語
-----------------------------------*/

.fig,
.photo,
.desc,
.link,
.odd,
.even,
.swap {
}

/*  jsループクリア用
-----------------------------------*/
div.jsClear {
	clear: both;
	height: 0;
}







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

	99. clearFix (pkg)

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

.clearfix:after {
    content		: " ";
    display		: block;
    visibility	: hidden;
    clear		: both;
    height		: 0.1px;
    font-size	: 0.1em;
    line-height	: 0;
}

/* for IE7 */
*:first-child+html .clearfix  {
	min-height: 1%;
	/*zoom	: 1;*/
}

/* for Mac IE */
* html .clearfix {
	display	: inline-table;
}

/* no Mac IE \*/
* html .clearfix {
	height	: 1%;
}
.clearfix {
	display	: block;
}
/* */

