* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}
h1 , h2 , h3 , h4 , h5 , h6 {
	font-size: 100%;
	font-weight: normal;
	margin:0;
	padding:0;
}
img {
	border:0;
}

* html .iepng{
	behavior: expression(IEPNGFIX.fix(this));
}
.iepngfix{
	behavior: url(/js/iepngfix.htc);
}

A:link {
	color: #00AEEF;
	text-decoration: underline;
}
A:visited {
	color: #00AEEF;
	text-decoration: underline;
}
A:active {
	color: #00AEEF;
	text-decoration: none;
}
A:hover {
	color: #00AEEF;
	text-decoration: none;
}

body{
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #ffffff;
	font-size: 80%;
	line-height: 140%;
	background-color: #F087B6;
	background-image: url(/shinkaron/images/pre_05.gif);
}

/* Informarcial */

.info_title{
	width: 540px;
	height: 101px;

	margin: 0 auto;

	background-image: url(/shinkaron/images/info_title_bg_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.info_title dl{
	list-stype-type: none;

	padding: 40px 100px 0 250px;

	color: #333;
}
.info_title dl dt span.icon{
	color: #E95295;
}
.info_title dl dd{
	font-size: 140%;
	line-height: 140%;
	font-weight: bold;

	color: #E95295;

	padding-left: 10px;
}

/* float hack */

.cbox{
	zoom: 100%;
}
.cbox:after{
	content: ".";
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
/*\*/
* html .cbox{
	height: 1em;
	overflow: visible;
}
/**/
