@charset "utf-8";
/* pages.css */


/* --------------------------------

	* print Style Sheet {


		* last update 09.07/01
		* author : kozzy;
	
	}
	
	
--------------------------------
		 Contents
	
	1. Reset
	2. Structure
	
	
--------------------------------- */

/* ==========================================================================================================

	 1. Reset
 
============================================================================================================*/

body {
	background: #FFFFFF;
	font-size: 12px; /* 12ptでも可 */
	font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3","ＭＳ Ｐ明朝", serif;
	color: #000000;
}


/* ie6 hack */
* html body {
	zoom: 0.75;
}

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

img {
	border: none;
}


/* ==========================================================================================================

	 2. Structure
 
============================================================================================================*/

/*  ------------------------------------------------------------------

	display: none;

---------------------------------------------------------------------*/


div#blogParts {
	display: none;
}

div#toolBar {
	display: none;
}

div#contentsArea {
	margin:0 auto;
	float			: none;
}

object:before { content: "Some kind of movie file."; }

div#mainContent {
	width: 50em;
}

div#mainContent .entryText p {
	line-height:1.8;
}

div.navArea {
	display: none;
}

div#sendVoice {
	display: none;
}

div#subContent {
	display: none;
/*	float			: left;
	margin-bottom	: 30px;
	width			: 220px;*/
}

/*div#footer div.secGroup div.section {
	float			: none;
}*/

div#footer div.secGroup div#otherSite {
	display:none;
}

div#footer div.secGroup div.section.lastChild {
	display:none;
}

body#portfolio div#header,
body#portfolio p#siteHierarchy,
body#portfolio div#footer {
	display:none;
}
