@charset "utf-8";
/* ************************************************
 * JCCホームページスタイルシート
 　NAVY　心臓病について
 ************************************************ */

* {
	margin: 0px;
	padding: 0px;
	color: #333333;
}
body {
	font-size: 94%;
	font-family:Meiryo,'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	line-height: 150%;
	text-align:center;
}
a {/* リンク */
	color:#272672;
	font-weight:normal;
	text-decoration:none;
}
a:hover{ /* リンクロールオーバー */
	color:#CC3366;
	font-weight:normal;
	text-decoration:underline;
}

/*** 青色リンク ***/
a.bluetxt {
  color: #2C2DD2;
  text-decoration: none;     /* 下線を消す */
}
a.bluetxt:visited { color: #2C2DD2; }
a.bluetxt:hover {
	color:#CC3366;
	font-weight:normal;
	text-decoration:underline;
}
a.bluetxt:active  { color: #2C2DD2; }

/* ------------------定義リスト------------------ 
dl{
	margin:20px ;
	background:url("../img/dl_bg.gif") repeat-y left top;
	padding:0px 0px 5px 10px;
}
dt{
	color:#000033;
	font-weight:bold;
	font-size: 120%;
	margin:14px 15px 15px 15px;
	border:1px solid #999999;
	background:#99ccff url("../img/dt_bg.gif") repeat-y right top;
	padding:6px 20px 2px 10px;
}
dd{
	padding:0px 20px 20px 30px;
}
*/

#page {
	text-align: left;
	border: 1px solid #333333;
	width: 780px;
	margin: 5px auto;
/*
	background: #ffffff;
	width: 780px;
	border-left: 1px solid #333333;
	background: #F9F3F2;
	border-right: 1px solid #333333;
	margin-right: 2%;
	margin-left: 10%;
	margin-bottom: 0px;
	*/
}
#head {
	border-bottom: 8px solid #000099;
	padding: 20px 0px 0px;
	text-align: right;
	margin-bottom: 5px;
}

#main {
	border: 1px solid #CCCCCC;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#main001 {
	border: 1px solid #FFFFFF;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.main002 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
table {
margin: auto;
}
td {
text-align: center;
vertical-align: top;
}
.td_left{
text-align: left;
vertical-align: top;
margin-bottom: 25px;
}
.box07{
  width: 230px;/*全体の幅*/
  font-size: 100%;/*文字サイズ*/
  }
.box07 dt{/*タイトル部分の設定*/
  height: 15px;/*タイトルの高さ*/
  background: #E7E7EF;/*背景色*/
  font-weight: bold;
  color:#CC0000;
  text-align: center;/*中央寄せ*/
  margin: 0;
  padding: 4px 0 5px 0;
  border-left: solid 20px #003399;/*タイトルの両脇の色*/
  border-right: solid 20px #003399;/*タイトルの両脇の色*/
  }
.box07 dd{/*内容部分*/
  margin: 0;
  border-left: solid 20px #E7E7EF;/*太枠の色*/
  border-right: solid 20px #E7E7EF;
  border-bottom: solid 20px #E7E7EF;
  background: #F6F6F9;/*背景色*/
  font-weight: normal;
line-height: 1.8;
  }
.box07 dd p{
  padding: 1em;/*テキスト部分の余白*/
  margin: 0;
  }
.box07 dd a {/* リンク */
	color:#0033CC;
	font-weight:normal;
	text-decoration:none;
}
.box07 dd a:hover{ /* リンクロールオーバー */
	color:#CC3366;
	font-weight:normal;
	text-decoration:underline;
}

#foot {
	border-top: 1px solid #666666;
	text-align: center;
	margin: 25px 25px 0px;
	padding: 20px;
}
#righttxt {
	text-align: right;
}
#headend {
	padding: 0px;
	margin: 0px;
	line-height: 100%;
	border-top: 30px solid #000099;
}

#menu {
	padding: 0px;
	margin: 0px 0px 50px 0px;
	line-height: 100%;
}
#menu ul{
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#menu ul li{
	list-style: none;
	margin: 5px 5px 0px 0px;
	padding: 0px;
	background: #CCCCCC;
	white-space: nowrap;
	float: left;
	display: block;
}
#menu ul a{
	background: #FFFFFF;
	padding: 5px 10px;
	border: 1px solid #999999;
	margin: 0px;
	display: block;
	text-decoration:none;
}
#menu ul a:hover{
	background: #4365B4;
	padding: 5px 10px;
	color: #FFFFFF;
	text-decoration:none;
}

h1 {
	font-size: 120%;
	margin: 0px 5px 0px 5px;
	padding: 10px 0px 10px 10px;
	clear: both;
	border-left: 1px solid #CCCCCC;
	background: #003399	;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: #FFFFFF;
}

h2 {
	font-size: 120%;
	border-bottom: 2px solid #000099;
	margin: 2em 30px;
	padding-bottom: 5px;
	color: #CC3300;
}
h3 {
	font-size: 120%;
	border-bottom: 2px solid #000099;
	margin: 2em 30px;
	padding-bottom: 5px;
}
p {
	margin-left: 50px;
	margin-right: 30px;
}
/* ------------------------------------------------
ul {
	margin: 0px 0px 1em 50px;
	padding-left: 25px;
}

ol {
	margin: 0px 0px 1em 50px;
	padding-left: 25px;	
	font-weight:normal;
}
 li {
	font-weight:bold;
}
------------------------------------------------- */
.imgbox {
    margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 50px;
}
.imgbox img{
	border: 1px solid #666666;
}
.imgbox_f {
	margin: 0px 20px 1em;
	float: right;
}
.imgbox_f img{
	border: 0px;
}

.sitename {
	font: bold 25px Meiryo,'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	margin-bottom: 0px;
	padding-right: 8px;
	position: relative;
	bottom: -8px;
	color: #000066;
}
.linkbtm {
	margin: 2em 25px 1em;
	text-align: right;
}