/* 05_lifesupport_index */

.contents_p {
    height: 100px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 35px;
    margin-right: 0px;
    padding: 0px;
	border-bottom: 1px dotted #ff9900;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:12px;
	text-align:18px;
}

.contents_p a {
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
}

.contents_p a:hover {
    color: #CC9933;
	text-decoration: underline;
}

.contents_p a:visited {
	color: #ff9900;
	text-decoration: underline;
}

img.contents_img {
    float:left;
	margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
	padding: 0px;
}


/* box */

.img_top {
	margin: 25px 25px 15px 25px;
}

.img_bottom {
	margin: 25px auto 15px auto;
}

.box {
	margin: 0 auto 10px auto;
	width: 500px;
	height: 160px;
}

.box_left {
	margin: 0 10px 0 0;
	padding: 0;
	width: 160px;
	height: 160px;
	float: left;
	background-image:url(index/lifesupport_back.gif);
}

.box_left h5 {
	margin: 10px 0 5px 10px;
	text-align: left;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 10px;
	font-weight:bold;
	color: #FF9900;
}

.box_left h5 a {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

.box_left h5 a:hover {
    color: #CC9933;
	text-decoration: underline;
}

.box_left h5 a:visited {
	color: #FF9900;
}

.box_left h5 a span {
	font-size: 10px;
}


.box_left p {
	margin: 0 10px 5px 10px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 10px;
	color: #666666;
	text-align: left;
	line-height: 15px;
}

.box_left img {
	margin: 0 0 5px 10px;
}

.box_right {
	margin: 0;
	padding: 0;
	width: 160px;
	height: 160px;
	float: right;
	background-image:url(index/lifesupport_back.gif);
}

.box_right h5 {
	margin: 10px 0 5px 10px;
	text-align: left;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 11px;
	font-weight:bold;
	color: #FF9900;
}

.box_right h5 a {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

.box_right h5 a:hover {
    color: #CC9933;
	text-decoration: underline;
}

.box_right h5 a:visited {
	color: #FF9900;
}

.box_right p {
	margin: 0 10px 5px 10px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 10px;
	color: #666666;
	text-align: left;
	line-height: 15px;
}

.box_right img {
	margin: 0 0 5px 10px;
}

.box_clear {
	clear: both;
}


/* btn */

.btn {
	margin: 0 auto 2px auto;
	width: 500px;
	height: 60px;
}

.btn_left {
	margin: 0 10px 0 0;
	width: 245px;
	height: 60px;
	float: left;
}

.btn_right {
	margin: 0;
	float: right;
}

.btn_center {
	margin: 0 0 0 125px;
	width: 245px;
	height: 60px;
}

.btn_clear {
	clear: both;
}

