/*-------------------------------------------------------------------------
Initialize
-------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	border-style:none;
	border-collapse:collapse;
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	font-size:small;
	font-family:Osaka,"Hiragino Kaku Gothic Pro","MS P Gothic",Meiryo,Helvetica,Verdana,Arial,sans-serif;
	font-weight:normal;
	text-align:left;
	line-height:150%;
	vertical-align:top;
	list-style-type:none;
	outline-style:none;
}


/*-------------------------------------------------------------------------
Elements
-------------------------------------------------------------------------*/
body {
	background-color:#f2f2f2;
	background-image:url('./images/cssBodyBack.gif');
	background-repeat:repeat-x;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*-------------------------------------------------------------------------
Container
-------------------------------------------------------------------------*/
#Container {
	width:883px;
	margin:0 auto;
}


/*-------------------------------------------------------------------------
Header
-------------------------------------------------------------------------*/
#Header {
	position:relative;
	width:883px;
	height:134px;
	background-image:url('./images/cssHeaderBack.png');
}
#Header #SiteName {
	position:absolute;
	top:43px;
	left:11px;
	width:383px;
	height:78px;
	font-size:1pt;
	z-index:100;
}
#Header #SiteName a {
	display:block;
	width:383px;
	height:78px;
	background-image:url('./images/cssSaitou.png');
	background-position:right top;
	font-size:1pt;
	text-indent:-5000em;
}
#Header #SiteDescription {
	display:none;
}
#Header #HeaderNavi {
	position:absolute;
	top:35px;
	left:423px;
	width:460px;
	height:90px;
}
#Header #HeaderNavi li {
	position:absolute;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#Header #HeaderNavi li a {
	display:block;
	font-size:1pt;
	text-indent:-5000em;
}
#Header #HeaderNavi #HeadProfile {
	left:1px;
	width:82px;
	height:90px;
	background-color:#fff;
}
#Header #HeaderNavi #HeadProfile a {
	width:82px;
	height:90px;
}
#Header #HeaderNavi #HeadPlan {
	left:84px;
	width:93px;
	height:90px;
	background-color:#fff;
}
#Header #HeaderNavi #HeadPlan a {
	width:93px;
	height:90px;
}
#Header #HeaderNavi #HeadFlow {
	left:178px;
	width:107px;
	height:90px;
	background-color:#fff;
}
#Header #HeaderNavi #HeadFlow a {
	width:107px;
	height:90px;
}
#Header #HeaderNavi #HeadCase {
	left:286px;
	width:75px;
	height:90px;
	background-color:#fff;
}
#Header #HeaderNavi #HeadCase a {
	width:75px;
	height:90px;
}
#Header #HeaderNavi #HeadContact {
	left:362px;
	width:87px;
	height:90px;
	background-color:#fff;
 }
#Header #HeaderNavi #HeadContact a {
	width:87px;
	height:90px;
}


/*-------------------------------------------------------------------------
Contents
-------------------------------------------------------------------------*/
#Contents .floatClear {
	clear:both;
}


/*-------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------*/
#Footer {
	clear:both;
	width:883px;
	height:154px;
	background-image:url('./images/cssFooterBack.jpg');
}
#Footer #FooterAnchorLink {
	position:relative;
	width:883px;
	height:23px;
}
#Footer #FooterAnchorLink li {
	position:absolute;
	height:13px;
	background-color:#f2f2f2;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#Footer #FooterAnchorLink li a {
	display:block;
	height:13px;
	font-size:1pt;
	text-indent:-5000em;
}
#Footer #FooterAnchorLink #ToHome {
	top:5px;
	left:22px;
	width:50px;
}
#Footer #FooterAnchorLink #ToHome a{
	width:50px;
}
#Footer #FooterAnchorLink #ToPageTop {
	top:5px;
	right:23px;
	width:70px;
}
#Footer #FooterAnchorLink #ToPageTop a{
	width:70px;
}
#Footer #FooterNavi {
	padding:24px 0 0 0;
	color:#fff;
	text-align:center;
}
#Footer #FooterNavi a {
	color:#fff;
	font-size:90%;
}
#Footer #Copyright {
	display:none;
}
