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

/*

cellcross プリントスタイルシート
 
print.css - print style sheet for cellcross website.

-----History----------------------------------------------------------------------------------------
	2009/09/11 ver1.0
----------------------------------------------------------------------------------------------------
*/

@media print {
/* hack mac ie not support for print */
/* Foot Bottom System */

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


html{
	font-size: small;
}

body {
	padding: 0px;
	color: #484848;
	font-family:  'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'Osaka', helvetica, sans-serif ;
	/*font-family:  Georgia, "MSP明朝", "細明朝体", "平成明朝", "Hiragino Kaku Gothic Pro", helvetica, sans-serif ;*/
	font-weight: normal;
	line-height: 1.5em;
	background : #fff;
	text-align:left;
	margin: 0;
	line-height:1.6em;
	letter-spacing:0.15em;
	position:relative;
	font-size:0.95em;
}



.pngfix{
	behavior: url(/scripts/iepngfix.htc);
}



.helpnavi{
	display:none;
}

a {
	font-weight: normal;
	text-decoration: none;
	color:#027b86;
}

a:hover {
	text-decoration: underline;
	color:#18aab7;

}

a.pdf{
	background:url(../images/base/pdf.png) no-repeat left;
	padding-left:20px;
	height:17px;
}

img {
	border:none;
	background: transparent;
	line-height:0px;
	vertical-align:bottom;
}


hr {
	display: none;
}


p {
	line-height:18px;
	letter-spacing:0.1em;
	margin-top:3px;
	margin-bottom:1.2em;
	font-size:1.0em;
	}

p.top {
	margin-top:1.2em;
	}
	
p.right{
	text-align:right;
}

.center{
	text-align:center;
}


.small{
	font-size:0.85em;
}

br{letter-spacing:0;}

ul,ol{
	list-style:none;
	margin:0px;
	padding:0px;
}  

ul li,ol li{
	margin:0px;
	padding:0px;
}  


h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}

strong{
	font-weight:lighter;
	color:#e0660d;
}

h1{
	font-size:1em;
	font-weight:lighter;
	text-indent:-9999px;
}



table{
	margin:0px;
	padding:0px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}


.table_style_border table{
	margin-top:10px;
	border-collapse:collapse;
}

.table_style_border table th,
.table_style_border table td{
	border-bottom:dotted 1px #bfbfbf;
	margin:0px;
	padding:20px;
	font-size:1em;
}

.table_style_border table th{
	padding-right:10px;
	vertical-align:top;
	font-weight:lighter;
	text-align:left;
	font-size:1em;
	text-align:right;
}


.table_style_border table td{
	padding-left:15px;
}

.table_style_border table td span.small{
	font-size:0.8em;
	padding-left:10px;
}

.table_style_border table td label{
	font-size:0.9em;
}






table.table_style_block{
	margin:0px;
	padding:0px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}


table.table_style_block th,
table.table_style_block td{
	border:solid 1px #c8c8c8;
	margin:0px;
	padding:20px 15px 20px 15px;
}

table.table_style_block th{
	background-color:#efefef;
	vertical-align:middle;
	font-weight:lighter;
	text-align:right;
}





.table_style_none table{
	margin:0px;
	padding:0px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}

.table_style_none table th,
.table_style_none table td{
	border:none;
	margin:0px;
	padding:5px 0px 0px 5px;
	font-size:1em;
}

.table_style_none table th{
	vertical-align:top;
	font-weight:lighter;
	text-align:left;
}



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

.clearfix {zoom:1;}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clear { clear:both;}

















/* head layout ----------------------------------------------------------------------------------- */

body{
	background:url(../images/pages/index/bg.png) repeat;
}

#head_area{
	background:#FFFFFF;
	width:960px;
}

#head_area .head_inner{
	position:relative;
	height:78px;
	width:950px;
	margin:0 auto;
	padding-top:15px;
}


#head_area .cellcross_logo{
	position:absolute;
	top:28px;
}

#head_area .global_menu{
	position:absolute;
	top:28px;
	right:0px;
}

#head_area .global_menu li{
	float:left;
}


/* flash layout ----------------------------------------------------------------------------------- */

.flash_area{
	background:url(../images/test/flash.png) no-repeat;
	margin:0 auto;
	width:960px;
}

.flash_inner{
	height:348px;
}

.flash_body{
	margin:0 auto;
	padding-top:20px;
	width:960px;
}

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

#main_wrapper{
	width:960px;
	margin:0 auto;
	background:url(../images/pages/index/main_area_top.png) no-repeat top;
	position:relative;
	top:-25px;
}

#main_wrapper .main_inner{
	background:url(../images/pages/index/main_area_bottom.png) no-repeat bottom;
	padding:10px 0;
}

#main_wrapper .main_body{
	background:url(../images/pages/index/main_area_middle.png) repeat-y;
	padding:0 8px 8px 8px;
}

/* left layout ---------------------------- */

.pickup li{
	float:left;
	margin-right:5px;
}


.main_left{
	width:569px;
	float:left;
	padding:40px 0 144px 10px;
}


/* topics table */
dl.topics a{
	color:#aaaaaa;
	text-decoration:none;
}

dl.topics a:hover{
	color:#ffffff;
	text-decoration: underline;
}


dl.topics{
	margin: 20px 0 0 10px;
	color:#aaaaaa;
}

dl.topics dt {
	margin: 0;
	margin-right: -10em;
	padding: 0 0 1em 0;
	float: left;
	clear: both;
	display: inline;
	width: 10em;
	text-indent: 0px;
}

dl.topics dd {
	margin-left:10.5em;
	padding: 0 0 1em 0;
}

dl.topics {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}

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

/* right layout ---------------------------- */

.main_right{
	width:300px;
	float:right;
	padding:40px 10px 144px 0;
}

.main_right li{
	background-color:#FFFFFF;
	margin-bottom:10px;
}

/* foot layout ---------------------------- */

.foot_menu{
	padding-left:18px;
}

.foot_menu li{
	float:left;
	font-size:0.8em;
	background:url(../images/pages/index/foot_bar.png) no-repeat right;
	padding-right:12px;
	margin-right:12px;
	color:#989898;
}

.foot_menu li a{
	color:#989898;
	text-decoration:none;
}

.foot_menu li a:hover{
	color:#989898;
	text-decoration: underline;
}

address{
	font-size:0.8em;
	padding-left:18px;
	color:#989898;
	font-style:normal;
}







/*\*/}/**/

