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

html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Meiryo,'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
   font-size:13px;
   color:#333;
   background:#fff;
   text-align:center;
}

br {
   letter-spacing:normal;
}

a {/* リンク */
	color:#272672;
	font-weight:normal;
	text-decoration:none;
}
a:hover{ /* リンクロールオーバー */
	color:#CC3366;
	font-weight:normal;
	text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}


/* ------------------div 定義リスト------------------  */
#page {
	border: 1px solid #333333;
	width: 780px;
    margin:0 auto;
}
#head {
	border-bottom: 8px solid #000099;
	padding: 20px 0px 0px;
	text-align: right;
	margin-bottom: 5px;
}
#sitename {
	font: bold 25px Meiryo,'メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	margin-bottom: 0px;
	padding-right: 8px;
	position: relative;
	bottom: -8px;
	color: #000066;
}
#headend {
	padding: 0px;
	margin: 0px;
	line-height: 100%;
	border-top: 30px solid #000099;
}

#main {
   clear:both;
   margin:0 5px;
   text-align: left;
}

#main table {
margin: auto;
padding:0px;
width:98%;
}
#main td{
vertical-align: top;
margin-bottom: 1px;
padding: 5px 0px 5px 0px;
}

#main p.icth {
font-size:120%;
font-weight:bold;
text-align: left;
vertical-align: top;
margin:0px 0px 0px 10px;
padding: 0px 0px 0px 5px;
color: #CC3300;
background:url("../images/yajirushi_pink01.jpg") no-repeat  left top;
}

#main ul {
   margin:5px 0px 0px 5px;
   padding:0;
}

#main li {
   margin:0px 0px 0px 20px;
   padding:10px 0 0 0;
   line-height:1.4;
   font-size:100%;
   list-style:none;
   background:url("../images/sen.gif")  left top repeat-x;
}

h1 {
	font-size: 110%;
	margin: 0;
	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;
}

p {
    font-size:100%;
	line-height:1.4;
	margin-left: 30px;
	margin-right: 30px;
}

