/*
---------------------------------------------------------------------
	プリント用CSS
---------------------------------------------------------------------
*/



body {
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	width: 80%;
	font-size: 12px;
}

* html #blog-aria {
	width: 500px;
}

* html #side-aria{
	width: 180px;
}

#title_kansatu {
	display: none;
}

#header-aria {
	display: none;
}

#content {
	width: 100%;
	
}

#side-aria {
	page-break-before : avoid;
	page-break-after: avoid;
}

#blog-aria"{
	page-break-before : avoid;
	page-break-after: avoid;
}



a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}


table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

#primary table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}

#primary table th,
#primary table td {
	padding: 3px;
	font-size: 90%;
}

#primary table th {
	border-bottom: 1px solid #333333;
}

#primary table td {
	border: 1px dotted #333333;
}



body {
	line-height: 1.5;
	letter-spacing: 1px;
}

#primary {
	margin: 0 0 0 5%;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
}



