@charset "utf-8";

/* -----------------------------------------------------------

	Title: print.css
	Created: 2008-11-6
	Last Up Date: 2008-12-5
	
----------------------------------------------------------- */
/*

	print
	
----------------------------------------------------------- */


@media print {


/* -----------------------------------------------------------	

	body
	
----------------------------------------------------------- */

body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #333333;
	text-align: center;
	background: none;
}

*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* -----------------------------------------------------------	

	container
	
----------------------------------------------------------- */

div#container {
	width: 652px;
	margin: 0;
	text-align: left;
	z-index: 0;
}

div#container div#globalNavi {z-index: 2;}
div#container div#contens div.main {z-index: 1;}

/* -----------------------------------------------------------	

	header
	
----------------------------------------------------------- */

div#header {
	position: relative;
	width: 652px;
	height: 50px;
	line-height: 0;
}

/* logo
----------------------------------------------------------- */

div#header h1 {
	position: absolute;
	top: 5px;
	left: 0px;
}

/* supNavi
----------------------------------------------------------- */

div#header ul#supNavi {
	display: none;
}

/* fontSize
----------------------------------------------------------- */

div#header dl#fontSize {
	display: none;
}

/* -----------------------------------------------------------	

	globalNavi
	
----------------------------------------------------------- */

div#globalNavi {
	display: none;
}


/* -----------------------------------------------------------	

	main
	
----------------------------------------------------------- */

div.main {
	position: relative;
	float: none;
	background: #FFFFFF;
	width: 652px;
	margin: 0;
	padding: 0;
	border: none;
}

/* topicPath
----------------------------------------------------------- */

div.main div#topicPath {
	background: url(../image/bg_topicpath_grad.gif) no-repeat;
	padding: 15px 0;
}

div.main div#topicPath ol {
	margin: 0;
}

div.main div#topicPath ol li {
	display: inline;
	margin: 0;
}

div.main div#topicPath ol li img {
	margin: 0 12px;
}

div.main div#topicPath ol li a:link,
div.main div#topicPath ol li a:visited {
	text-decoration: underline;
	color: #333333;
}

div.main div#topicPath ol li a:hover {
	text-decoration: underline;
	color: #0066cc;
}

/* tab
----------------------------------------------------------- */

div.main ul#tab {
	display: none;
}

/* -----------------------------------------------------------	

	sub
	
----------------------------------------------------------- */

div#sub {
	display: none;
}

/* -----------------------------------------------------------	

	btPageTop
	
----------------------------------------------------------- */

p#btPageTop {
	display: none;
}

/* -----------------------------------------------------------	

	footer
	
----------------------------------------------------------- */

div#footer {
	clear: both;
	background: none;
	width: 652px;
	text-align: center;
}
div#footer:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
div#footer { zoom:1; }
/* exlude MacIE5 \*/
* html div#footer { height: 1% }
div#footer {display:block;}
/* end MacIE5 */

div#footerNest {
	clear: both;
	width: 652px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}

/* fotNavi
----------------------------------------------------------- */

div#footerNest ul#fotNavi {
	display: none;
}

/* copy
----------------------------------------------------------- */

div#footerNest p#copy {
	float: none;
	width: 652px;
	margin: 0 0 10px;
	padding: 0;
	color: #555555;
	text-align: center;
	font-size: 10px;
}

/* -----------------------------------------------------------	

	base
	
----------------------------------------------------------- */

div.main p {
	margin: 0 0 15px;
}

div.main dl {
	margin: 0 0 15px;
}

div.main ul {
	margin: 0 0 15px;
}

div.main ol {
	margin: 0 0 15px;
}

div.main ol li {
	margin: 0 0 10px;
}

div.main em {
	font-weight: bold;
}

div.main .cap {
	margin: 0 0 5px;
	font-size: 93%;
}

/* -----------------------------------------------------------	

	title
	
----------------------------------------------------------- */

div.main h2 {
	clear: both;
	font-size: 1px;
	line-height: 1;
}

div.main h3 {
	clear: both;
	margin: 0 0 10px;
	font-size: 1px;
	line-height: 1;
}

div.main h4 {
	clear: both;
	margin: 0 0 10px;
	background: url(../image/bg_title_grad.gif) bottom repeat-x;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 3px #385eb7;
	padding: 5px 27px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

div.main h5 {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: #385eb7;
}

/* -----------------------------------------------------------	

	table
	
----------------------------------------------------------- */

div.main table {
	width: 648px;
	margin: 0 0 20px;
}

/* tableC
----------------------------------------------------------- */

div.main table.tableC {
	width: 317px;
	margin: 0 0 20px 1px;
	
}

}
