@charset "Shift_JIS";

/*□□□□□□□□□□□□□□□□□□□□□□□
					印刷用
□□□□□□□□□□□□□□□□□□□□□□□*/

* {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Verdana, sans-serif;
}
html>body * {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
img {
	border: 0;
}
* a {
	color: black;
	text-decoration: none;
}
ul {
	padding-left: 1em;
	margin: 1em 0;
}
ul li {
	line-height: 160%;
	list-style-type: disc;
	margin: 1em 0;
}
li ul {
	padding-left: 1em;
}
li ul li {
	list-style-type: circle;
}
li ul li ul {
	padding-left: 1em;
}
li ul li ul li {
	list-style-type: square;
}
ol {
	line-height: 160%;
	padding-left: 2em;
}
ol li {
	list-style-type: decimal;
}
ol li ol {
	padding-left: 2em;
}
ol li ol li {
	list-style-type: upper-roman;
}
dd {
	line-height: 200%;
	margin: 1em 0;
}
p {
	color: black !important;
	line-height: 160%;
	margin: 1em 0;
}
address {
	color: #666;
	font-style: normal;
}

/*category_archiveの整形*/
p.path {
	margin: 1em 0;
}
div.line860 hr {
	height: 1px;
}
div#archive_contents {
	padding: 1em 0;
}

/*entry_archiveの整形*/
h4.h4_01 {
	margin-bottom: 1em;
	border-left: 5px solid black;
	border-bottom: 1px solid black;
	padding-left: 10px;
}

/*h1整形*/

div#header h1 {
	font-size: 100%;
	font-weight: normal;
	border-bottom: 1px solid black;
	line-height: 180%;
	margin-bottom: 0.8cm;
}

/*h3整形*/

h3#midashibg {
	background-color: black;
	color: white;
	padding: 5px 10px;
	margin-bottom: 0.5cm;
}

/*footer整形*/

div#footer {
	margin-top: 0.8cm;
	padding-top: 0.5cm;
	border-top: 1px solid black;
}

/*address整形*/

address {
	background: url(../images/printlogo.gif) no-repeat top left;
	display: block;
	color: black;
	padding-left: 60px;
	margin: 0;
	font-size: 75%;
	line-height: 180%;
	height: 55px;
}

/*非表示*/

div#header h2,ul#menu,div#rightBox,div#sideMenu,#supportNum,p.breadCrumb,ul#headerNavi,div.hr,p#pagetop,div#access,
p#copyrights,p#footerNavi,div#heightCtrl
{
	display: none;
}

