/* 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;
	margin-top: 30px;
	margin-bottom: 30px;
	}
	
/*homeのPタグ */
#home p{
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
	color: #0066cc;
	text-align: center;
	}
	
#topics{
	width: 700px;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
	
#topics img{
	vertical-align: middle;
	}

#topics table{
	width:600px;
	}

#topics td{
	color: #0066cc;
	font-family:  "MS ゴシック",sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	}

#topics td.d1 {
	width: 430px;
	text-align: right;
	padding-right: 5px;
	}
	
#topics td.d2 {
	width: 160px;
	text-align: left;
	padding-left: 5px;
	}


