@charset 'Shift_JIS';
/*--------------------------------------------------------------------
/- file   : default.css
/- admin  : NO NAME FACTORY
/- update : 20070301
/- desc   : css for modern browser
/--------------------------------------------------------------------*/

@media screen, print { /* MacIEœŠO—p */

/************* Tag Override *************/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #000000 url(../images/common/icon_bg_nnf.gif) repeat center top;
	padding-bottom: 20px;
}

body,td,th {
	line-height: 1.4;
	font-size: 75%;
	font-family: ƒƒCƒŠƒI, Meiryo, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #AAAAAA;
	text-decoration: underline;
}
a:visited {
	color: #AAAAAA;
	text-decoration: underline;
}
a:hover {
	color: #FF7000;
	text-decoration: underline;
}

a.sub:link {
	text-decoration: none;
}
a.sub:visited {
	text-decoration: none;
}
a.sub:hover {
	text-decoration: none;
}

/************* ClearFix Styles *************/

/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* IE 7 and MacIE*/

.clearfix {display: inline-block;}

@
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


/************* Common Styles *************/

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

img.mark {
	vertical-align: center;
	margin: 0px 5px 0px 0px;
}

.toTopNav {
	padding: 0px 5px 0px 16px;
	font-size: 85%;
	text-align: right;
}
.toTopNav a:link {
	text-decoration: none;
}
.toTopNav a:visited {
	text-decoration: none;
}
.toTopNav a:hover {
	text-decoration: none;
}


/************* Layout Styles *************/

div#container {
	margin: 20px 20px 0px 20px;
	padding: 0px 0px 15px;
	text-align: left;
	border-bottom: 1px solid #444444;
}
div#container h1 {
	font-size: 150%;
	margin-bottom: 10px;
	font-weight: normal;
}
div#container h2 {
	font-size: 100%;
	font-weight: normal;
}
div#container p {
	margin-bottom: 15px;
	padding-left: 15px;
}
div#container p.copyright {
	font-size: 85%;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom: 1px solid #444444;
}


} /* MacIEœŠO—p */


/*********** Print Only styles ***********/

@media print { /* ˆóü—p */

body {
	text-align: center;
	background: #FFFFFF;
	color: #444444;
}

}

@media screen { /* IE5‘Îô ˆóü—p */

body {
	text-align: center;

	background: #000000 url(../images/common/icon_bg_nnf.gif) repeat center top;

	color: #FFFFFF;
}

}


