*{margin:0px;  padding:0px;}

body {
	background-color: white;
	font-size:11px;	
	color:#606b74;
	text-align:center;
	}


a { color:#3366cc;  text-decoration:none;}
a:hover { color:#0081cd;}
a.text { color:#606b74;}
a.text:hover { color:#2f414f;}

h1,h2,h3,h4,h5,h6 {}
h1 { font-size: 1.27em; display:none;}
h2 { font-size: 1.1em;}
h3 { font-size: 1.09em;}
h4 { font-size: 1em;}
h5 { font-size: 1em;}
h6 { font-size: 1em;  letter-spacing: 0.3em;}

img { border:0px;  text-decoration:none;}
	img.top { vertical-align:text-top;}
	img.bot { vertical-align:text-bottom;}

ol,ul,li,dl,dt,dd {}
	li { list-style-type:none;}
	dt { font-weight:bold;}

address { font-weight:normal;  font-style:normal;  font-size:0.91em;  color:silver;}

hr { display:none;}
p { margin-top:10px;  margin-bottom:30px;}

em { font-style:normal;  font-weight:bold;}
strong { letter-spacing:0.1em;	_letter-spacing:0em;}
small { font-size:0.91em}	

table {
	width:100%;
	border-collapse: collapse;
	table-layout:fixed;
	border:none;
	empty-cells:show;
	}
	caption {display:none;}
	tr {}
	th {}
	td {}




/*CONTAINER------------------------------------------------*/
#container {
	width:864px;
	margin:0px auto 0px auto;
	background:white url(../_archive/99bg_container.jpg)  no-repeat scroll right top;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;  line-height:1.5em;
	text-align:left;		
	}
			/*common set-up _start//---------------------------------------*/
			/* ------------------( width ) */
			#header,
			#common_navi,
			#contents,
			#footer {width:860px;}

			/* ---(<img> display:block;) */
			#header img,
			#c_wrapper-head img{display:block;}

			/* ------(<h> display:none;) */
			#header h1,
			#c_wrapper-head h2{display:none;}
			/*common set-up _end//---------------------------------------*/



	/*HEADER------------------------------------------------*/
	#header {}

	/*COMMON_NAVI----------------------------------------*/
	/* file→ common-navi.css */

	/*CONTENTS---------------------------------------------*/
	#contents {}
		/*c_wrapper-head-------------------------------------*/
		#c_wrapper-head {}

		/*c_wrapper-navi-------------------------------------*/
		#c_wrapper-navi {}
			/*topic_path-------------------------------------*/
			#c_wrapper-navi .topic_path {margin-top:3px;  margin-left:10px;  font-size:0.91em;  color:black;}
			#c_wrapper-navi div.topic_path em{font-size:1.27em;}
			#c_wrapper-navi .category_navi {margin-top:5px;  margin-left:20px;}
			#c_wrapper-navi .category_navi li {display:inline;}

		/*#c_wrapper-main-------------------------------------*/
		#c_wrapper-main{margin-top:10px;}

		/*#c_wrapper-foot-------------------------------------*/
		#c_wrapper-foot{}




	/*FOOTER------------------------------------------------*/
	#footer {}
		#footer a { color:#606b74;}
		#footer a:hover { color:#2f414f;}

		#footer div {border-top:1px solid silver;  padding:0 20px 50px 20px;}
		#footer ul {float:left;  font-size:0.91em;}
		#footer li {display:inline; margin-right:25px;  padding-left:10px;  background:url(../_archive/icon/arrow_redR.gif) no-repeat scroll left 1px ;}
		#footer address {float:right;}	
	



/*OPTION------------------------------------------------*/
.clearfix:after {
	content: ".";  
	clear: both;  
	display: block;  
	line-height: 0;  
	height: 0;  
	visibility: hidden;  
	} 
.clearfix {  zoom: 1;}




















