/* index.php 用CSS */

/* 全体のaタグ */
a{
	text-decoration: none;
	border: 0;
	color: #0066cc;
}
/* 全体のimgにボーダー無 */
img{
	border: 0;
}


h2 {
	background-image: url(./images/y08koumoku01-1.gif);
	background-repeat: no-repeat;
	
	height: 26px;
	line-height:26px;
	color: #0066cc;
	font-family: "MS ゴシック",sans-serif;
	font-size:  18px;
	font-weight:bolder;
	padding-left: 33px;
	margin-top:5px;
	margin-bottom: 2px;
	}
#home{
	width: 700px;
	}
/*homeのPタグ */
#home p{
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	color: #0066cc;
	text-align: center;
	}
#topics{
	width: 700px;
	color: #0066cc;
	font-size:14px;
	font-weight:bold;
	}
p.d1{
	text-align: center;
	display: block;
	}
#topics img{
	vertical-align: middle;
	}
	
/*topicsのaタグ */

