@charset "utf-8";

/*
	Dr.Akiko's Advises
----------------------------------------------------- */
#container {/* 880px */
}

.individual {
	width: 820px;
	margin-left: 30px;
	padding-bottom: 20px;
}

.individual a:visited {
	color: #999;
}

.advises_ttl {
	height: 185px;
	margin-bottom: 30px;
	background: url(/bihada/shared/images/tpc_dotline.gif) repeat-x left bottom;
}

.box_left {
	display: inline;
	float: left;
	width: 541px;
}

p.fixed_area{
	/*width: 350px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}

.box_right {
	display: inline;
	float: right;
	width: 159px;
}

.one_column {
	width: 820px;
}

.two_column {
	display: inline;
	float: left;
	width: 540px;
}

.one_column h2 {
	margin-bottom: 30px;
	padding-right: 20px;
	font-size: 140%;
	font-weight: bold;
}

.two_column h2 {
	margin-bottom: 30px;
	padding-right: 20px;
	font-size: 140%;
	font-weight: bold;
	color: #FF3366;
}

.two_column h2 span {
	display: block;
	font-size: 83%;
}

.two_column .text {
	margin-left: 20px;
	width: 440px;
}

.two_column .text p {
	padding-bottom: 30px;
}

.two_column .text ol,
.two_column .text ul {
	padding: 0 30px 30px 30px;
}

.two_column .text ol li {
	margin-bottom: 1em;
	list-style-type: decimal;
}

.two_column .text ul li {
	margin-bottom: 1em;
	list-style-type: disc;
}

#wrapper .two_column .text ul li.list_disc {
	list-style-type: disc;
}

#wrapper .two_column .text ul li.list_circle {
	list-style-type: circle;
}

.two_column .text dl {
	padding-bottom: 30px;
}

.two_column .text dt {
	margin-bottom: 1em;
}

.two_column .text dd {
	margin-bottom: 1em;
}

.two_column .text dd ul,
.two_column .text dd ol {
	padding: 0 30px 0 30px;
}

.two_column .text dd dl {
	padding-bottom: 0;
}

.side_column {
	display: inline;
	padding-bottom: 12px;
	float: right;
	width: 280px;
	background: url(/bihada/shared/images/list_bottom.jpg) no-repeat left bottom;
}

/*
.side_column h2 {
	margin-bottom: 10px;
	font-size: 124%;
	font-weight: bold;
	text-indent: 10px;
}
*/

/* List for Ul */
.side_column ul {
	border: solid #cfcfcf;/*A1C0DD*/
	border-width: 0 1px;
	padding: 10px 10px 5px 25px;
}

.side_column li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.side_column li a {
	padding: 0;
	/*border-bottom: solid 1px #D6E2F1;*/
	background: #fff;
}

.side_column li a:hover {
	/*background: #F2F7FB;*/
}

/* List for Table */
.side_column table {
	width: 280px;
	margin-left: 10px;
	border-collapse: collapse;
	border-spacing: 0;
}

.side_column table td {
	padding: 5px;
	border: solid 1px #ccc;
}

.side_column table td.number {
	width: 3em;
	color: #FF3366;
	border: solid 1px #ccc;
	vertical-align: top;
}

.one_column table {
	width: 700px;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.one_column table td {
	padding: 5px;
	border: solid 1px #ccc;
}
.one_column table td.number {
	width: 3em;
	color: #FF3366;
	border: solid 1px #ccc;
	vertical-align: top;
}

.pink {
	font-weight: bold;
	color: #FF3366;
}

.txt_bold {
	font-weight: bold;
}

.text_center {
	text-align: center;
}

.sub_ttl {
	display: block;
	margin-bottom: 0.5em;
	font-size: 110%;
	border-bottom: solid 1px #aaa;
}

.clearfix:after{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix{
	display: inline-block;
}
/*\*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/**/

