﻿@charset "utf-8";
#my_info_box_01 {
	height: 200px;
	width: 570px;
	font-size: 100%;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	margin-bottom: 0px;
}

.my_text_01 {
	font-size: 100%;
	font-weight: bold;
	padding-left: 20px;
	line-height: 150%;
	padding-top: 10px;
}

.my_text_02 {
	font-size: 100%;
	font-weight: normal;
	padding-left: 0px;
	line-height: 150%;
	padding-top: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #009900;
	padding-bottom: 10px;
}

.my_text_02_noline {
	font-size: 100%;
	font-weight: normal;
	padding-left: 0px;
	line-height: 150%;
	padding-top: 5px;
	padding-bottom: 10px;
}

