@charset "utf-8";
/* CSS Document */

/* --------------------------------

	*  Common Style {


		* last update　06.10/03
		* author : techno-cut;
	
	}
	
	
--------------------------------
		 Contents

		1. Section Style
		2. Div Style
		3. link Style
		4. p Style
		5. text Style
		6. Float Img Style
		7. imgH Style
		8. txtH Style

-----------------------------------*/




/* 　1. Section Style
-----------------------------------*/

div.section {
	clear	: both;
	margin-bottom	: 15px;
}


div.section div.section  {
	margin-bottom	: 12px;
}

div.section div.section div.section {
}

/* 　2. Div Style
-----------------------------------*/


/* 　3. link Style
-----------------------------------*/

a.linkArrow {
	background		: url(../img/dummy_h1.gif) no-repeat 0% 40%;
	padding-left	: 20px;
}

a;hover.linkArrow {
}



/* 　4. p Style
-----------------------------------*/

#primary p {
}

#primary .pageTop {
}


/* 隣接セレクタ */
div.section + .pagetop {

}


/* 　5. text Style
-----------------------------------*/

.txtCenter {
	text-align: center;
}

.txtRight {
	text-align: right;
}

.txtIndent {
	text-indent: -9999px;
}



/* 　6. Float Img Style
-----------------------------------*/


img.floatL {
	float		: left;
	margin-right: 5px;
}

img.floatR {
	float		: right;
	margin-left	: 5px;
}



/* 　7. imgH Style
-----------------------------------*/


.imgH1 {
	margin-bottom	: 15px;
}

.imgH2 {
	margin-bottom	: 15px;
}

.imgH3 {
	margin-bottom	: 15px;
}

.imgH4 {
	margin-bottom	: 5px;
}



/* 　8. txtH Style
-----------------------------------*/

.txtH1 {

}

.txtH2 {

}

.txtH3 {

}




