@charset "UTF-8";
/* 文字コード：UTF-8 */

/*======= CONTENTS ====================

	updated:2006,8/29
	
	 1:property resset
	 2:common tools
	 3:layout
	
===================================== */



/****************************************************************	
 property resset
****************************************************************/
html { margin:0; padding:0; width:100%; height:100%; }
body { margin:0; padding:0; width:100%; height:100%; background-color:#fff; color:#333; font-family:"ＭＳ Ｐゴシック","sans-serif"; }

p, h1, h2, h3, h4, h5, h6, a { margin: 0px; padding: 0px; font-weight: normal; }

img { border: 0; }

a, a:link, a:visited, a:active { text-decoration: underline; color: #333; }

/****************************************************************	
 common tools
****************************************************************/
.stxt { font-size:70%; line-height:130%; }
.mtxt { font-size:80%; line-height:130%; }
.ltxt { font-size:90%; line-height:130%; }
.mtxt .stxt { font-size:85%; }

.stxtL { font-size:70%; line-height:170%; }
.mtxtL { font-size:80%; line-height:170%; }
.ltxtL { font-size:90%; line-height:170%; }
.mtxtL .stxtL { font-size:85%; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

/****************************************************************	
 layout
****************************************************************/
/* Header */
.topLogoBg { background:#FFF url("/resource/image/headsection/line_top.gif") repeat-x; }
.topEndBg { background:url("/resource/image/headsection/line_top_end.gif") no-repeat; }
.topLogoBg a { text-decoration:none; }


/* Footer */
.footBg { background:#FFF url("/resource/image/footsection/line_footbg.gif") repeat-x 0% 0%; }


/* Pankuzu */
.Pankuzu { padding:0 10px; }
.nowPankuzu { font-weight:bold; color:#0F218B; }



/****************************************************************	
 addStyle
****************************************************************/
.style1 {font-size: 10px;}
.style2 {font-size: 10px; color: #FFFFFF; }
.style3 {font-size: 10px; color: #a4a4a4; }

/* clearfix */
.cFix:after  { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
.cFix        { min-height: 1px; }
* html .cFix { height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/ }