@charset "UTF-8";
/* common stylesheet */

/*--------------------------
resets
--------------------------*/
* {
	margin: 0;
	padding: 0;
	border: none 0;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,n1,y1,c1,
p, blockquote, address,
ul, ol, li,
dl, dt, dd,
table, thead, tbody, tfoot, tr, th, td,
img, span, embed {
	margin: 0;
	padding: 0;
	border: none 0;
	font-size: 100%;
	font-style: normal;
	line-height: 1.2;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
}

/*--------------------------
common settings
--------------------------*/

/*p {
	font-size: 11px;
	font-style: normal;
	line-height: 2;
	text-align:left;
	
}
 */
 


 
 h1 {
	 color:#000;
	 font-size:21px;
	 line-height:24px;
	 margin-bottom:5px;
	
	 
 }

 
 h2 {
	 color:#FFF;
	 font-size:12px;
	 line-height:18px;
	
	 
 }


#A h2 {
	 color:#C00;
	 font-size:10px;
	 line-height:20px;
	 padding:5px;
	
	 
 }

 h3 { 
    color:#FFF;
	background-color: #000;
	font-weight: bold;
	padding-left: 5px;
	
}

h4 {
	text-decoration:underline;
}


h5 {
    text-align:left;
	font-size:11px;
}

h6 {
    text-align:left;
	font-size:10px;
}


c1 {
	font-size: 10.5px;
	font-style: normal;
	line-height: 2;
	text-align:left;
	
}


c2 {
	font-size: 10.5px;
	font-style: normal;
	line-height: 2;	
}


c3 {
	font-size: 10.5px;
	font-style: normal;
	line-height: 1.5;
	text-align:left;
	
}

n1 {
	text-align:right;
	background-color:#F00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#FFF;
	font-size: 90%;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:1px;

	
}

y1 {
	text-align:left;
	background-color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#FFF;
	font-size: 90%;
    padding-right:5px;
	padding-left:5px;
	padding-bottom:1px;
	
	
}

.img-bottom  {
	margin-bottom:6px;
}




body {
	font-size: 12px;
	line-height: 1.6;
	color: #4a4a4a;
	font-family: "Verdana", "San-serif";
}

.body {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
}

.body_s {
	font-size: 83.4%;
	font-weight: normal;
	line-height: 1.6;
}

/*  �����T�C�Y��10pt��12pt��/12pt��14pt��  */
.body_el {
	font-size: 120%;
	font-weight: normal;
	line-height: 1.6;
}

.body_date {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
}

li {color:#666;}


/*--------------------------
anchors
--------------------------*/
a,a:link {
	color: #000;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	text-decoration:underline;
	cursor: pointer;
	/*background-color:transparent;
	background-image:url(../img/parts/ch_box/chbox_1.jpg);
	background-repeat:no-repeat;
	padding-left:10px;
	*/
}

a:hover {
	text-decoration: none;
}


a:visit {
	text-decoration:underline;
	
 }


/*--------------------------
extra classes
--------------------------*/
.flt_r { float:right; }
.flt_l { float:left; }
.clr_bth { clear:both; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

