@charset "shift_jis";
/* CSS Document */
/*--information---------------------------------------------------------
Last update：07/11/22
File name ：common/index.css
Site name：中国伝統医学　オンラインサポートウェブ
Summary：「common」で使用しています。
Copyright：Copyright (C) 2008 中国伝統医学　オンラインサポートウェブ All rights reservde.
-------------------------------------------------------------------------*/

body {
	text-align:center;
	margin: 0px;
	padding: 0px;
	height: auto;
	xfont-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-x;
	background-color: #999999;
}
/*リンク設定*/
a {
	color:#336633;
	text-decoration: underline;
	overflow: hidden;
}
a:visited {
	color:#336633;
	overflow: hidden;
}
a:hover {
	color:#3366CC;
	overflow: hidden;
}

#container {
	height: auto;
	width: 800px;
	background-color: #FFFFCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}#header {
	background-image: url(../images/common/header.jpg);
	margin: 0px;
	padding: 0px;
	height: 49px;
	width: 800px;
	background-repeat: no-repeat;
}
#header h1 {
	text-indent: -9999px;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.line {
	background-image: url(../images/common/line.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	height: 10px;
	width: 800px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#copyright {
	padding: 0px;
	width: 800px;
	background-image: url(../images/common/copyright.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#copyright p {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#content {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#pan {
	float: right;
	padding: 0px;
	font-size: 10px;
	line-height: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #999999;
}
.setumei_text {
	font-size: 14px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
