/*** 財団法人 日本篤志献体協会 ***//* 全体 */

/* スクロールバーエリア表示 */
html {
	overflow-y:scroll;
}
body {
	margin:0px;
	color:#333333;
	background-color: #FFFFFF;
	line-height: 150%;
	text-align: center;
}

/* 幅と中央揃え */
div.content {
	width: 640px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* テキストリンク */
a:link {
	color:#0000CC;
	text-decoration:underline;
}
a:visited {
	color:#008800;
	text-decoration:underline;
}
a:focus {
	color:#880088;
	text-decoration:underline;
	background:#ddffff;
}
a:hover {
	color:#990000;
	text-decoration:underline;
	background:#ddffff;
}
a:active {
	color:#993333;
	text-decoration:underline;
	background:#ddffff;
}

/* 見出し指定 */
h1 {
	color:#445599;
	line-height: 120%;
	margin:5px 0 20px 0;
}
h2 {
	color:#118877;
	font-size: 140%;
	line-height: 120%;
	margin:30px 0 13px 0;
}
h3 {
	color:#555588;
	font-size: 120%;
	line-height: 120%;
	margin:0 0 5px 0;
}
h4 {
	color:#555588;
	font-size: 100%;
	line-height: 120%;
	margin:0 0 0 0;
}

/* パンくず */
div.bread {
	clear: both;
	font-size: 80%;
}

/* ページタイトル */
div.title {
	clear: both;
	float: left;
	padding:10px 0px 0px 0px;
}

/* 本文 */
div.main {
	clear: both;
	line-height: 130%;
}

/* トップページメニュー */
div.top_menu {
	clear: both;
	font-size: 80%;
	line-height: 160%;
}

/* ページトップへ */
div.pagetop {
	padding:0px 0px 0px 0px;
	text-align:right;
	font-size: 75%;
}

/* フッター */
div.footer {
	clear: both;
	text-align:left;
	font-size: 75%;
	line-height: 130%;
}


/* 画像 */
img {
	border:0;
}


/* テーブルの線 */
.table1 { 
border-collapse: collapse; 
border: 1px #336633 solid; 
} 
.table1 td { 
border: 1px #336633 solid; 
} 


/* 横線 */
hr {
	height:0px;
	margin:7px 0;
	border:none;
	border-top:1px solid #777777;
}
* html hr {/* for -IE6 */
	margin:0;
}
*:first-child+html hr {/* for IE7 */
	margin:0;
}
