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

/* --------------
MODULE IMPORT
-------------- */

@import "common.css";
@import "font.css";
@import "margin.css";



/* base -------------------------------------- */
html{
	color:#000;
	background:#fff;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

body{
	background-image:url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/* forIE7 */
* :first-child+html body{
	font-size: small;
}
/* forIE6 */
* html body{
	font-size: small;
}


html{
	overflow: scroll;
}

#allwrap {
	padding:0;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


img{
	border:none;
	padding:0;
	margin:0;
}

*html img {

	display: block;

}

li{
	list-style:none;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}


/* clearfixݒ -------------------------------------- */

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

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 */
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/* breadcrumb -------------------------------------- */
#crumb{
	width:900px;
	line-height:1.1;
	text-align:left;
	font-size:12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#crumb strong{
	color:#000;
}

/* link -------------------------------------- */
a{
	color:#666;
	text-decoration:none;
}
a:visited{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#999;
	text-decoration:none;
}
a:active{
	color:#666;
	text-decoration:none;
}


/*crumb*/
a.crumb{
	color:#666;
	text-decoration:none;
}
a.crumb:visited{
	color:#666;
	text-decoration:none;
}
a.crumb:hover{
	color:#666;
	text-decoration:underline;
}
a.crumb:active{
	color:#666;
	text-decoration:none;
}


/* text_align-------------------------------------- */

.alnL{
	text-align:left;
}
.alnC{
	text-align:center;
}
.alnR{
	text-align:right;
}

/* goToBack-------------------------------------- */
.goToBack{
	background:url(../../news/images/arrow02.gif) left 1px no-repeat;
	padding-left:20px;
	margin-right:45px;
	font-size:12px;
}



