/* --------------------------------------------------------------------------- 
Copyright 2005 Mayu Shimizu
著作権は清水麻遊に帰属します。
All rights reserved.
Email: mayu@myudesign.com
----------------------------------------------------------------------------- */
/* -----------------------------------------------
基本部分
----------------------------------------------- */
html, body {
	background: #fff;
	color: #000;
	font-family:  "ＭＳ Ｐゴシック", "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "Trebuchet MS", "Lucida Grande", Geneva, Lucida, Helvetica, Arial, Verdana, Osaka, sans-serif;
	}
	
#container, #content {
	width: auto;
	border: 0;
	margin: 0 2%;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}

/* -----------------------------------------------
印刷しない部分を隠す
----------------------------------------------- */
#header, #nav, .totop, #footer {
	display: none;
	}
	
/* ----------------------------------------------- 
リンク
----------------------------------------------- */

a:link, a:visited {
	color: #00f;
	text-decoration: underline;
	}
	
a:link:after, a:visited:after {
	 content: " (" attr(href) ") ";
	}