@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      style_print.css
 Author:         
 Style Info:     印刷用
----------------------------------------------------------- */




/* ----------------------------------- デフォルト・セット Style --*/
body {
/*
	font-family: Arial,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, Arial, Helvetica, sans-serif;
*/
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, Arial, sans-serif;
	color: #333333;
	font-size: 10pt;
	line-height: 1.5;
/*	line-height: 1.4em;	*/
	text-align: center;　/*IE5.5やIE5ではautoが対応になっていないので追記*/
}

a {
	color: #3366CC;
	text-decoration:none;
}
a:visited{
	color: #000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}





/* ----------------------------------- global_Link Style --*/
#global_Link {
	display:none;
}

#global {
	display:none;
}







/* ----------------------------------- Menu_Left Style --*/
#sub_menu {
	display: none;
}









/* ----------------------------------- main_Area Style --*/
div#main {
/*	float: right;	*/
	width: 760px;
	margin: 0 0 10px 0;
/*	padding:0 10px;
	text-align:left;	*/
}






/* ______________________ hタグ用 Style --*/
/*h1*/
h1#categorySecondTitle	{ 
	margin: 0 0 15px 0;
	padding: 5px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3;
	color: #333333;
	border-bottom:1px solid #cccccc;
}

/*h2*/
h2#categorySecondSub01	{ 
	margin: 0 0 15px 0;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
/*	border-bottom:1px solid #cccccc;	*/
}
/*h2　ニュースリリース用*/
h2#categorySecondTitle	{ 
	margin: 0;
	padding: 5px;
	font-size: 1.4em;
	font-weight: bold;
	color: #333333;
	border-bottom:1px solid #cccccc;
}



/*h2もしくはh3*/
.categorySecondSub02 { 
	margin: 0 0 15px 0;
	padding: 5px;
/*	font-size: 1.1em;
	font-weight: bold;	*/
	color: #333333;
	border-left: 6px solid #778bb3;
	border-bottom: 1px solid #778bb3;
	font-weight: bold;
}





/* ----------------------------------- Third_Page Style --*/
ul#cntTabLink {
	display: none;
}




/*----------------------------- footer -----------------------------*/
#copy div#pageTop{
display:none;
}

#copy div#footer {
	clear: both;
	background-color:#dddddd;
	background-repeat:no-repeat;
	background-position:bottom;
	padding:7px 5px 7px 5px;
	margin:0;
	font-size:0.9em;
	line-height:1.2;
	white-space:none;
}

#copy div#footer address{
	float:left;
	font-style:normal;
	margin:0 15px 0 0;
	padding:0;
}

#copy div#footer ul{
	list-style:none;
	padding:0;
	margin:0;
}

#copy div#footer ul li{
	padding:0;
	margin:0 15px 0 0;
	float:left;
}

#copy div#footer a{
	color: #333333;
	zoom: 1;
}


