
/* ブラウザスタイルの初期化 */

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #333333;
  }



/* 文書本体 */

body {
	background-color: #CCCC99;
	text-align: center;
	font-size: 100%;
  }



/* リンクデザイン*/

a	{
	text-decoration:none;
	}
a:link {
	color:#6699FF;
	}
a:visited {
	color:#6699FF;
	}
a:hover {
	color: #ff8040;
	}
a:active {
	color: #ff8040;
	}


/* コンテンツスタイル */

div#contents {
	width: 950px;
	height: auto;
	background-color: #FFFFFF;
	margin: auto;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	border: 2px solid #CCCCCC;
}



/* 漢方 河合薬局 */

h1 {
	font-size: 100%;
	font-weight: bold;
	color: #339900;
	line-height: 150%;
	text-align: left;
	margin-top: 5px;
	background-image: url(images/s3.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 130px;
}

h2 {
	color: #3399CC;
	font-size: 90%;
	text-align: right;
	height: 20px;
	width: 950px;
	top: 120px;
	position: absolute;
}


div#header {
	height: 70px;
	width: 950px;
}


/* 戻る リンクデザイン*/

div.back p a	{
	text-decoration:none;
	}
div.back p a:link {
	color:#339900;
	}
div.back p a:visited {
	color:#339900;
	}
div.back p a:hover {
	color: #CC6600;
	}
div.back p a:active {
	color: #CC6600;
	}


div#topback {
	visibility: hidden;
}


/* ===== 左メニュー ===== */

.leftmenu {
	position: absolute;
	top: 100px;
	width: 190px;
}
.leftmenu ul {
	width: 170px;
	border: 2px solid #accb39;
	margin-bottom: 20px;
}
.leftmenu ul img {
	display: block;
	width: 170px;
	height: 30px;
}
.leftmenu li {
	list-style-type: none;
}
.leftmenu a {
	display: block;
	width: 165px;
	background-color: #ffffff;
	background-image: url(images/leftbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 12px;
	line-height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
}
.leftmenu a:link, .leftmenu a:visited {
	color: #4378b6;
}
.leftmenu a:hover {
	color: #e36d4a;
}


/* ===== 右解説本文 ===== */

div#center {
	width: 740px;
	margin-left: 200px;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
	top: 60px;
	margin-bottom: 100px;
}



h2#commentary-disease {
	font-size: 110%;
	color: #339900;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9900;
	width: 550px;
	position: relative;
	top: 5px;
}



div.commentary {
	width: 720px;
	margin: 0px;
}


h3 {
	font-size: 100%;
	color: #cc6600;
	padding-bottom: 5px;
	padding-top: 30px;
}


div.text-commentary p {
	font-size: 80%;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 10px;
	word-spacing: 1px;
}


div#name {
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 20px;
	font-size: 90%;
}



/* ===== 漢方相談体験談 ===== */


div#counseling-experience {
	height: auto;
	width: 940px;
	margin-top: 100px;
}


div#title {
	font-size: 100%;
	color: #3366CC;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	width: 800px;
	padding-top: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


h4 {
	font-size: 90%;
	color: #CC6600;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 5px;
}

div.example {
	padding: 5px;
	margin: 0px;
}



div.text-example {
	padding: 0px;
	margin: 0px;
}

div.text-example p {
	font-size: 80%;
	line-height: 160%;
	letter-spacing: 1px;
}

div.link-example p {
	font-size: 80%;
	letter-spacing: 1px;
	margin: 5px;
	text-align: right;
	padding: 5px;
}

/* トピックパス */

div#assist-nav {
	text-align: right;
	position: relative;
	top: 20px;
	clear: left;
	font-size: 90%;
}





/* ボトムのトピックパス */

div#assist-nav-bottom {
	text-align: right;
	margin-bottom: 5px;
	position: relative;
	bottom: 10px;
	font-size: 90%;
}