@charset "utf-8";


/*--- for Local ---*/
div#content img {
	border:none;
}





div#content {
	width:724px;
	margin:0 12px;
}
div#content a {
	color:#1B1B21;
	text-decoration:underline;
}
div#content a:visited {
	color:#78787C;
}
div#content a:hover {
	color:#3F1C16;
	text-decoration:none;
}
div#content h3 {
	margin-bottom:12px;
	*margin-bottom:0px;
}
div#content h3.line-header {
	margin:0;
	padding:0;
}
div#content p {
	margin-left:0;
	margin-right:0;
}
div#content p.contents-top {
	padding:0;
	margin:0;
}
div#content p.lead {
	margin-bottom:30px;
}
div#content div.block {
	width:700px;
	margin:0 12px;
	margin-bottom:30px;
}
div#content div.section {
	margin-bottom:30px;
	*padding-top:3px;
}
div#content div.section-end {
	margin-bottom:0;
}
div#content div.section div.h4,
div#content div.section-end div.h4 {
	padding-bottom:8px;
	margin-bottom:6px;
	border-bottom:1px solid #d1d1d3;
}
div#content div.section div.h4 h4,
div#content div.section-end div.h4 h4 {
	margin:0;
	font-size:12px;
	font-weight:bold;
}
div#content div.balance-check {	
	margin-top:15px;
	margin-bottom:12px;
	height: 496px;
}
div#content ul {
	margin:0;
}
div#content .mar-b0 {
	margin-bottom:0;
}
div#content .mar-b12 {
	margin-bottom:12px;
}
div#content .mar-p0 {
	padding-top:0;
}


/*[Table Decoration ]
-----------------------------------------------------------*/
div#content div.table {
	margin-left:0;
	margin-right:0;
	margin-bottom:30px;
}
div#content div.table-mar-b0 {
	margin-bottom:0;
}
div#content div.table table {
	font-size:10px;
	line-height:14px;
}
/* delete kadomaru */
div#content div.table div.corner-1,
div#content div.table div.corner-2,
div#content div.table div.corner-3,
div#content div.table div.corner-4 {
	background-image:none;
}
div#content div.table table tr th,
div#content div.table table tr td {
	padding: 4px 12px 3px;
	background-color: #e4dccd;
}
div#content div.table table tr.even td {
	background-color: #f4f0e9;
}
div#content div.table table tr th {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#3f1c16;
}
div#content div.table table tr.head th {
	background-color:#5e2e25;
	text-align:center;
}
/* cell-color:orange */
div#content div.table table tr.orange th,
div#content div.table table tr.orange-even th {
	background-color:#db9233;
}
div#content div.table table tr.orange td {
	background-color:#edc898;
}
div#content div.table table tr.orange-even td {
	background-color:#faefe0;
}
/* cell-color:purple */
div#content div.table table tr.purple th,
div#content div.table table tr.purple-even th {
	background-color:#7b6295;
}
div#content div.table table tr.purple td {
	background-color:#c9bfd5;
}
div#content div.table table tr.purple-even td {
	background-color:#ebe7ef;
}
div#content div.table table tr td.allergy-icon {
	color:#dd4f41;
	font-weight:bold;
}
div#content div.table table tr td.add-border-r {
	border-right-width:3px;
}
/* add-border */
div#content div.table table tr.add-border-b th,
div#content div.table table tr.add-border-b td {
	border-bottom-width:6px;
}


/*[ Form Table ]
-----------------------------------------------------------*/
div#content div.form-table {
}
div#content div.form-table table,
div#content div.form-table table tr,
div#content div.form-table table th,
div#content div.form-table table td {
	margin:0;
	padding:0;
}
div#content div.form-table table td {
	padding-bottom:8px;
}
div#content div.form-table table tr.strong td {
	font-weight:bold;
	color:#dd4f41;
}
div#content div.form-table label {
	cursor: pointer;
}
*div#content div.form-table input.radio {
	margin: 0;
	vertical-align: middle;
} /* ie6 */
*+div#content div.form-table input.radio {
	margin: 0;
	vertical-align: middle;
} /* ie7 */
div#content div.form-table input.radio {
	margin:0;
	margin-right:8px;
	vertical-align: middle;
}
div#content div.form-table p {
	color:#DD4F41;
	margin:0;
	padding:0;
	text-align:center;
}

/*[ Last Update ]
-----------------------------------------------------------*/
div#content p.last-update {
	margin:0;
	margin-bottom:12px;
	text-align:right;
}
div#content p.last-update strong {
	padding-left:10px;
	font-weight:bold;
	color:#dd4f41;
}


/*[ Selected Allergy ]
-----------------------------------------------------------*/
div#content div.selected-allergy {
	clear:both;
	width:700px;
	margin-bottom:12px;
}
div#content div.selected-allergy:after {
	content: "";
	display: block;
	clear: both;
}
div#content div.selected-allergy dl,
div#content div.selected-allergy dt,
div#content div.selected-allergy dd {
	margin:0;
	padding:0;
}
div#content div.selected-allergy dl {
	width:130px;
	float:left;
	margin-right:10px;
	_margin-right:7px;
	/*padding:1px;*/
	padding:0px;
}
div#content div.selected-allergy dl.line-end {
	margin-right:0;
}
div#content div.selected-allergy dt {
	width:132px;
	font-size:10px;
	font-weight:bold;
	line-height:140%
}
div#content div.selected-allergy dt p {
	margin:0;
	padding:0;
	text-indent: -1em;  
	margin-left: 1em;
}
div#content div.selected-allergy dt p span {
	color:#dd4f41;
}
div#content div.selected-allergy dd {
	width:130px;
	margin-bottom:6px;
	padding:1px;
	background:url(../../basic_information/graphic/allergy/background_dotted_square.gif) no-repeat;
	text-align:center;
}


/*[Selected-Allergy-Title]
-----------------------------------------------------------*/
div#content div.selected-allergy-title div.header {
	padding-top: 4px;
}
div#content div.selected-allergy-title div.header h3 {
	background:url(../../basic_information/shared/graphic/background_title_01.gif) no-repeat;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	padding-top:3px;
	padding-bottom: 7px;
	padding-left: 12px;
}

div#content div.selected-allergy-title div.header h3 em {
	font-weight: bold;
}


/*[Caution Area]
-----------------------------------------------------------*/
div#content div.caution,
div#content div.caution02,
div#content div.caution03 {
	padding-bottom:12px;
}
div#content div.caution {
	margin-bottom:12px;
}
div#content div.caution {
	background:url(../graphic/backgorund_caution_footer.gif) bottom left no-repeat;
}
div#content div.caution02 {
	background:url(../graphic/backgorund_caution_footer02.gif) bottom left no-repeat;
}
div#content div.caution03 {
	background:url(../graphic/backgorund_caution_footer03.gif) bottom left no-repeat;
}
div#content div.caution ul.note,
div#content div.caution03 ul.note {
	margin:0 12px;
}
div#content div.caution03 div.grid {
	position:relative;
}
div#content div.caution03 div.grid div.note-area {
	width:480px;
}
div#content div.caution03 div.grid div.btn-area {
	position:absolute;
	top:31%;
	left:500px;
}
/* for IE6 */
* html div#content div.caution03 div.grid div.btn-area {
	display: inline;
	zoom: 1;
}
/* for IE7 */
*:first-child+html div#content div.caution03 div.grid div.btn-area {
	display: inline;
	zoom: 1;
}



/*[Bottom Button]
-----------------------------------------------------------*/
div#content div.bottom-btn,
div#content div.bottom-btn-r,
div#content div.bottom-btn02 {
	padding:6px 0;
	text-align:center;
}
div#content div.bottom-btn,
div#content div.bottom-btn-r {
	background: url(../graphic/background_01.gif) no-repeat #f4f0e9;
}
div#content div.bottom-btn02 {
	background: url(../graphic/background_02.gif) no-repeat #f4f0e9;
}
div#content div.bottom-btn-r {
	padding-right:6px;
	text-align:right;
}


/*[Popup Footer]
-----------------------------------------------------------*/
body.popup div#footer {
	background-image: url(/shared/graphic/popup/background_05.gif);
	background-position: -772px 0;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 9px;
	_text-align: left;
	width: 772px;
}
body.popup div#footer p {
	margin-bottom: 28px;
	margin-left: 350px;
}
body.popup div#footer ul.linkset {
	width: 772px;
}
body.popup div#footer ul.linkset:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
body.popup div#footer ul.linkset li {
	float:left;
}
body.popup #footer ul.linkset address {
	float: left;
	margin-right:449px;
	_margin-right:0;
	display: inline;
}
body.popup div#footer ul.linkset ul {
	float: right;
	_height: 1%;
	*zoom: 1;
}
body.popup div#footer ul.linkset ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
body.popup div#footer ul.linkset ul li {
	float: left;
	margin-right: 12px;
	display: inline;
}


/*[ line-block-tab ]
-----------------------------------------------------------*/
div#content ul.line-block-tab {
	clear:both;
}
div#content ul.line-block-tab li {
	float:left;
}


/*[ line-block ]
-----------------------------------------------------------*/
div#content div.line-block {
	clear:both;
	width:688px;
	padding:7px 18px 0 18px;
	background:url(../graphic/background_03.gif) repeat-y;
	_background:url(../graphic/background_03.gif)  repeat-y 0;
}
div#content div.line-block p {
	margin:0;
	margin-bottom:30px;
}


/*[ line-block-header ]
-----------------------------------------------------------*/
div#content div.line-block div.line-block-header {
	clear:both;
	width:688px;
	margin-bottom:12px;
}
div#content div.line-block div.line-block-header div.select-data,
div#content div.line-block div.line-block-header div.last-update {
	float:left;
	padding-bottom:5px;
	margin-bottom:6px;
}
div#content div.line-block div.line-block-header div.select-data {
	width:283px;
	background: url(../../allergy_Nutrition/shared/graphic/background_02.gif) no-repeat;
}
div#content div.line-block div.line-block-header div.select-data ul {
	clear:both;
	margin-left:12px;
}
div#content div.line-block div.line-block-header div.select-data ul li {
	float:left;
}
div#content div.line-block div.line-block-header div.last-update {
	width:417px;
	text-align:right;
}
div#content div.line-block div.line-block-header div.last-update strong {
	padding-left:10px;
	font-weight:bold;
	color:#dd4f41;
}


/*[ line-block-body ]
-----------------------------------------------------------*/
div#content div.line-block div.line-block-body {
	clear:both;
}
div#content div.line-block div.line-block-body div.data-table table th {
	background-color:#3f1c16;
}
div#content div.line-block div.line-block-body div.data-table table th {
	background-color:#3f1c16;
}
div#content div.line-block div.line-block-body div.data-table table.allergy {
	margin-bottom:30px;
}
div#content div.line-block div.line-block-body div.data-table table th,
div#content div.line-block div.line-block-body div.data-table table td {
	font-size:10px;
	line-height:13px;
	text-align:right;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
div#content div.line-block div.line-block-body div.data-table table.allergy th,
div#content div.line-block div.line-block-body div.data-table table.allergy td {
	line-height:14px;
	text-align:center;
	color:#e24b40;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
div#content div.line-block div.line-block-body div.data-table table th.line-end,
div#content div.line-block div.line-block-body div.data-table table td.line-end {
	border-right:0;
}
div#content div.line-block div.line-block-body div.data-table table td.item {
	text-align:left;
}
div#content div.line-block div.line-block-body div.data-table table.allergy td.item {
	color:#45444c;
}



/*-- cell-color --*/
div#content div.line-block div.line-block-body div.data-table table tr.even td {
	background-color:#f4f0e9;
}
div#content div.line-block div.line-block-body div.data-table table td.purple {
	background-color:#c9bfd5;
}
div#content div.line-block div.line-block-body div.data-table table tr.even td.purple {
	background-color:#ebe7ef;
}
div#content div.line-block div.line-block-body div.data-table table td.orange {
	background-color:#edc898;
}
div#content div.line-block div.line-block-body div.data-table table tr.even td.orange {
	background-color:#faefe0;
}
div#content div.line-block div.line-block-body div.data-table table.allergy td.pink,
div#content div.line-block div.line-block-body div.data-table table.allergy tr.even td.pink {
	background-color:#fae5e3;
}
div#content div.line-block div.line-block-body div.table table tr td.red{
	background-color:#db4f3f;
}
div#content div.line-block div.line-block-body div.table table tr td.white{
	background-color:#ffffff;
}



