@charset "Shift_JIS";

body { 
	margin: 0; padding: 0; 
	background-color:#FFFFFF; 
	color:#666666; 
	font-family: "ＭＳ Ｐゴシック", "Osaka", "Arial", "sans-serif";
}
h1, h2, h3 { margin: 0; padding: 0; }

/*　テキスト　*/
.gSmall { font-size: 73%; }
.gMedium { font-size: 80%; line-height: 140%; }
.gLarge { font-size: 100%; }

/*　リンク　*/
a:link {
	color: #0000cc;
	text-decoration: none;
}
a:visited {
	color:#0000cc;
	text-decoration: none;
}
a:hover {
	color: #0000cc;
	text-decoration: underline;
}
a:active {
	color: #0000cc;
	text-decoration: underline;
}


/*　フッター　*/
#footer { 
	background: #0f2b88; 
	color: #FFFFFF; 
}
#footer td { padding: 3px 8px 3px 3px;}
#footer a { margin: 0 5px;}
#footer a:link, #footer a:visited { color: #FFFFFF; }
#footer a:hover, #footer a:active { color: #FFFFFF; }


/*　*/
.title_s { background: url(../image/title_line_s.gif) left bottom repeat-x;}
.title { 
	background: url(../image/title_line.gif) left bottom repeat-x; 
	width: 780px; text-align: left;}
.icon { vertical-align: middle; margin: 0 8px;}
table.layout th { 
	width: 100px;
	padding: 8px; 
	color: #333333; 
	text-align: left;  
	background: #c8e5ff; 
	border-bottom: 1px solid #FFFFFF; 
}
table.layout span { white-space: nowrap; }
table.layout td { 
	padding: 8px; 
	border-bottom: 1px solid #d5d5d5; 
}
table.layout .odd { background:#FFFFFF; }
table.layout .even { background:#EAF5FF; }
table.normal td { 
	padding: 0 20px 3px 0; 
	border: none; 
}
table.normal td { 
	padding: 0 20px 3px 0; 
	border: none; 
}
/*　*/

/*　トップページ　*/
#top_info dl { margin: 10px 0 0;}
#top_info dt { 
	background: url(../image/ico_arrow.gif) no-repeat left center; 
	padding: 0 0 0 14px; 
	margin: 0;}
#top_info dd { 
	padding: 0 0 0 14px; 
	margin: 0;}


/* お知らせ　*/
.info_title td { 
	border-bottom: 1px solid #b9bfcb; 
	padding: 3px 5px;
	background: #f6f6f6; }
.info_title h3 { border-left: 5px solid #2aace6; padding-left: 5px;}
.date { font-weight: bold; width: 100px;}

















