@charset "utf-8";
/* CSS Document */


/*------------ メイン画像 ------------*/
#image_visual {
	padding-bottom: 40px;
}

/*------------ 小見出しタイトル（サブページ） ------------*/
#main_contents h2 {
	padding-bottom: 15px;
}

/*------------ サブタイトル ------------*/
h3 {
	margin-left: 50px;
	padding-left: 30px;
	padding-bottom: 20px;
	color: #1A5E80;
	font-size: 20px;
	font-weight: normal;
	background-image: url(../public/images/public_icon.jpg);
	background-position: left 6px;
	background-repeat: no-repeat;
}

/*------------ 各コンテンツエリア ------------*/
.sub_contents {
	width: 600px;
	padding-top: 10px;
	padding-left: 50px;
}

.sub_contents p {
	width: 264px;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/*------ リンク色 ------*/
#main_contents a {
	color: #1A5E80;
	text-decoration: none;
}

#main_contents a:hover {
	color: #;
}

#main_contents a:visited {
	color: #;
}

/*------------ テーブル ------------*/
table {
	margin-bottom: 130px;
	color: #1A5E80;
	font-size: 1.2em;
	font-weight: bold;
	
}

td {
	padding: 8px 10px;
	background-image: url(../images/box_line.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#main_contents table a,
#main_contents a:hover,
#main_contents a:visited {
	font-size: 14px;
}

/*------------ バックナンバー ------------*/
h4 {
	padding-left: 30px;
	color: #1A5E80;
        font-size: 1.1em;
	font-weight: normal;
	background-image: url(../public/images/public_icon.jpg);
	background-position: left 6px;
	background-repeat: no-repeat;
}



