@charset "utf-8";
/*------------------------------------------------------------------------------------------------
creation date 2009.7.14
Copyright (C) IkedaMasako.com All Rights Reserved.
------------------------------------------------------------------------------------------------*/
/* \*/
/*----------------------------------------------------------
css reset
----------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
address,caption,cite,code,dfn,var {
	font-style:normal;
	font-weight:normal;
}
img { border:0; }
ol,
ul { list-style:none; }
caption { text-align:left; }
/*----------------------------------------------------------
font style
----------------------------------------------------------*/
body {
	font:12px "Lucida Grande", Verdana, "MS P ゴシック", sans-serif;
 *font-size: 75%;/* for IE */
	line-height:1.4;
	letter-spacing: 1px;
	vertical-align:baseline;
	color:#000000;
}
/*----------------------------------------------------------
a
----------------------------------------------------------*/
a:link,
a:visited {
	color:#000000;
	text-decoration:none;
}
div#footer a:link,
div#footer a:visited {
	color:#538ED1;
	text-decoration:none;
}
dl.topicpath a:link,
dl.pages a:link,
dl.topicpath a:visited,
dl.pages a:visited {
	color:#999999;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#CC0033;
	text-decoration:underline;
}
div#footer a:hover,
div#footer a:active {
	color:#CC0033;
	text-decoration:underline;
}
dl.topicpath a:hover,
dl.pages a:hover,
dl.topicpath a:active,
dl.pages a:active {
	color:#CC0033;
	text-decoration:none;
}
div#container a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
/*----------------------------------------------------------
body
----------------------------------------------------------*/
html,
body { height:100%; }
/*----------------------------------------------------------
parts
----------------------------------------------------------*/
div.totop {
	width:93px;
	margin:0 0 15px auto;
}
/*----------------------------------------------------------
hidden module
----------------------------------------------------------*/
.skipNav,
#contentsStart { display:none; }
/*----------------------------------------------------------
hr
----------------------------------------------------------*/
hr { display:none; }
/*----------------------------------------------------------
clear
----------------------------------------------------------*/
.clear { clear:both; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */
