@charset "UTF-8";

@media print {

@import "design.css";

* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	/*background:url(../img/bg.gif) no-repeat;*/
	font-size:80%;
	color:#646464;
	letter-spacing:1px;
	background-color:#fff;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family:Arial, Helvetica, sans-serif;
}





/* ==================================================
 LINK
================================================= */
a {
	color : #d90000;
	text-decoration:underline;
}	

a:active {
	color : #d90000;
	text-decoration:underline;
}

a:visited {
	color :#d90000;
	text-decoration:underline;
}

a:hover	{
	color :#d90000;
	text-decoration:none;
}


/* ==================================================
 HEADER
================================================= */
#wrapper_header {
	position:relative;
	height:90px;
	clear: both;
	/*border:1px #f00 solid;*/
}

#logo {
	position:absolute;
	top:19px;
	left:11px;
}

#navi {
	display:none;
}

#subnavi {
	display:none;
}


/* ==================================================
 TITLE
================================================= */
#wrapper_title {
	display:none;
}

/* ==================================================
 MAIN CONTENTS
================================================= */


/* SIDE MENU */
#menu {
	display:none;
}


/* CONTETNS */
#main {
	width:650px;
	float:right;
	/*background:url(../img/bg_contents.gif) repeat-y;
*/
}

#contents {
	width:625px;
	margin:10px 0px 0px 0px;
}

/* CONTACT */
#contact {
	width:156px; /* 176px */
	background-color:#eaeaea;
	padding:10px 10px 10px 10px;
}

h4.contact {
	font-size:100%;
	color:#fff;
	background-color:#8e8e8e;
	width:176px;
	text-align:center;
	padding:3px 0 3px 0;	
}

#contact h5 {
	font-weight:bold;
}

#contact p {
	margin:0 0 7px 0;
}

#contact a.in {
	padding:0 7px 7px 10px;
	background: url(../img/in_arrow.gif) no-repeat 0px 4px;
	text-decoration:none;
	letter-spacing:0px;
}

.iso_small01 {
	/* メニューがある場合 */
	display:none;
}

.iso_small02 {
	/* メニューがない場合 */
	display:none;
}

/* ==================================================
 TOPIC PATH(パンくずリスト)
================================================= */
#topic_path {
	display:none;
}



/* ==================================================
 NAVIGATION PAGETOP
================================================= */
#navi_pagetop {
	display:none;
}

/* ==================================================
 FOOTER
================================================= */
#footer {
	clear: both;
	height:30px;
}

#footer_navi {
	display:none;
}

#copyright {
	position:relative;
	top:9px;
	left:0px;
}

.contact-always {
	display:none;
}


}