/* 栄養剤フローチャート */
/* ---------------------------------------------*/
#flowchart {
	width: 700px;
	height: 287px;
	float: left;
	background-image: url(/img/flowchart_back.gif);
}

#flowchart a:hover img {
-moz-opacity:0.7;
opacity:0.7;
filter: alpha(opacity=70);
}




/* 検索、栄養剤の種類　一覧 */
/* ---------------------------------------------*/

h2.eiyouzaititle {
font-size: 138.5%;
border-left: 2px solid #FF6633;
padding: 0 0 0 12px;
}

h3.keyword {
font-size: 116%;
padding: 0 0 0 12px;
font-weight: normal;
}

.search {
padding: 5px 0;
	font-size: 77%;
}

table.eiyouzailist{
    width: 1100px;
    border:1px solid #888888;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
	font-size: 77%;
	line-height: 1.2em;
    padding-bottom: 5em;

}
.eiyouzailist th{
    height: 50px;
    border:1px solid #888888;
    background-color:#faf3ec;
    padding:0.2em 0.8em;
    text-align:center;
	font-weight: normal;
}

.eiyouzailist th.thtop{
    background-color:#fcebdb;
}

.eiyouzailist td{
    height: 100px;
    border:1px solid #888888;
    padding:0.2em 0.8em;
}

.eiyouzailist td.vertical{
    background-color:#fcebdb;
	text-align:center;
	width: 100px;
}

.eiyouzailist img{
margin: 0.8em 1px 0 0;
border-style: none;
}

.eiyouzailist a:link { text-decoration:underline; color: #002c77}
.eiyouzailist a:visited  { text-decoration:underline; color: #3463b4}
.eiyouzailist a:active { text-decoration:underline; color: #3463b4}
.eiyouzailist a:hover { text-decoration:underline; color: #3463b4}
.eiyouzailist a img {
    margin: 0.8em 1px -3px 0px;
    border-bottom: 3px solid #FFFFFF;
}


/* 成分表（容量、フレーバー、価格、成分） */
/* ---------------------------------------------*/

table.seibunlist{
    width: 560px;
    border:1px solid #888888;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
	line-height: 1.2em;
    padding-bottom: 5em;
	margin: 4px 0;

}
.seibunlist th{
    height: 20px;
    border:1px solid #888888;
    background-color:#fee8e8;
    padding:0.2em 0.8em;
    text-align:center;
	font-weight: normal;
}

.seibunlist th.sub{
    background-color:#fdd4d4;
}

.seibunlist td{
    height: 40px;
    border:1px solid #888888;
    padding:0.2em 0.8em;
	text-align:center;
}

.seibunlist td.sub{
    height: 15px;
    background-color:#fdf6d4;
}


/* アイコン説明 */
/* ---------------------------------------------*/

.iconguide {
width: 1100px;
padding: 15px 0 5px 0;
	font-size: 77%;
vertical-align: middle;
position: relative;
}


.iconguide ul {
    list-style-type: none;
    margin: 0 0 0 5px;
    padding: 0;
}

.iconguide li {
	margin: 0;
	padding: 4px 0px 2px 20px;
}

.iconguide li.iyaku {
	background: url(/img/icon_iyaku.gif) left center no-repeat;
}

.iconguide li.shoku {
	background: url(/img/icon_shoku.gif) left center no-repeat;
}

.iconguide li.keiko {
	background: url(/img/icon_keiko.gif) left center no-repeat;
}

.iconguide li.keikan {
	background: url(/img/icon_keikan.gif) left center no-repeat;
}

.iconguide li.shikkan {
	background: url(/img/icon_shikkan.gif) left center no-repeat;
}

.supervisor {
position: absolute;
right: 5px;
bottom: 5px;
line-height:1.6em;
text-align: right;
}
