@charset "UTF-8";
/* Ikkyo Tsushin Cascading Style Sheets For Printing Out */


/* ======= Element Type Selectors ======= */

html {
	color : #000000;
	background-color : #ffffff;
	font-family : "A-OTF リュウミン Pro L-KL", "小塚明朝 Std R", "ヒラギノ明朝 Pro W3", serif;
}


/* ------- Block Level ------- */

h1,h2,h3,h4,h5,h6 {
	font-family : "小塚ゴシック Pro M", "ヒラギノ角ゴ Pro W3", serif;
}

#top h2 {
	border-bottom : 1px solid #9ea5ff;
}

ul li {
	list-style-image : url("../images/listw.gif");
	list-style-type : square;
}

.paragraph p {
	text-indent : 1em;
}

address	{
	border-top : 1px solid #9ea5ff;
	padding-top : 0.2em;
	margin-top : 6%;
}

table {
	border : 0px;
	border-collapse : collapse;
	margin : 0% 3% 3% 3%;
}

td, th {
	border : 1px solid #000000;
	vertical-align : baseline;
}

th {
	background-color : #deeaff;
}


/* ------- Inline Level ------- */

img {
	border : 0px;
	vertical-align : middle;
}


/* ======= ID Selectors ======= */

div#navibar {
	display : none;
}

div#menu {
	display : none;
}


/* ======= Class Selectors ======= */

.banner {
	display : none;
}

.guide {
	display : none;
}


