@charset "utf-8";

/*====================================================================

index.css

======================================================================

	01.body
	02.h2
	03.topics


last update 08/11/14
produced by 0510office (http://www.0510office.co.jp/)

=====================================================================*/

/*--------------------------------------------------------------------
	01.body
--------------------------------------------------------------------*/
#container{
	background: url(../../img/bg.gif) repeat-x top;
}
#container:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*--------------------------------------------------------------------
	02.h2
--------------------------------------------------------------------*/
#h2box{
	width: 850px;
	height: 294px;
	margin-left: auto;
	margin-right: auto;
}
#h2box h2{
	text-indent: -9999px;
	overflow: hidden;
}


/*--------------------------------------------------------------------
	03.topics
--------------------------------------------------------------------*/
#topics{
	position: relative;
	width: 185px;
	height: 170px;
	background: url(../../img/topics_bg.gif) no-repeat bottom;
}
#topics div{
	overflow: auto;
	position: absolute;
	top: 35px;
	left: 1px;
	width: 183px;
	height: 133px;
	text-align: left;
	font-size: 10px;
}
#topics div th{
	color: #2bafd5;
	font-weight: bold;
	padding: 10px 10px 0 10px;
}
#topics div td{
	padding: 2px 10px 0 10px;
}


/*--------------------------------------------------------------------
	04.tbox
--------------------------------------------------------------------*/
#tbox{
	width: 535px;
	margin-top: 15px;
}
#tbox:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#importance{
	float: right;
	overflow: hidden;
	width: 287px;
	height: 175px;
	background-image: url(../../img/importance.gif);
}
#symptoms{
	float: left;
	overflow: hidden;
	width: 235px;
	height: 175px;
	background-image: url(../../img/symptoms.gif);
}
#importance h5,
#importance p,
#symptoms ul li{text-indent: -9999px;}


/*--------------------------------------------------------------------
	05.tbtn
--------------------------------------------------------------------*/
#tbtn{
	position: relative;
	width: 533px;
	height: 78px;
	background: url(../../img/btn_bg.gif) no-repeat;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#tbtn01,
#tbtn02,
#tbtn03{
	position: absolute;
	top: 2px;
}
#tbtn01{left: 2px;}
#tbtn02{left: 179px;}
#tbtn03{left: 356px;}