@charset "Shift_JIS";


/*----------------------------------------------------
	各ブラウザの差異を調整する設定
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

img,abbr,acronym,fieldset {
	border: 0;
}


/*----------------------------------------------------
	オンマウスやリンクテキストのカラー設定
----------------------------------------------------*/

/*---   リンクテキスト   ---*/

a:link {
	text-decoration: none;
	color: #0d56a1;
}

a:visited {
	text-decoration: none;
	color: #7D3C59;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}


/*---   フッターのリンクテキスト   ---*/

#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}


/*---   ナビのロールオーバー   ---*/

a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
}

#navi a img {
	opacity: 1;
	filter: alpha(opacity=100);
}

#navi img {
	opacity:0;
	filter: alpha(opacity=0);
}

#navi a:hover img {
	opacity:0;
	filter: alpha(opacity=0);
}


/*----------------------------------------------------
	その他レイアウト等
----------------------------------------------------*/

/*-- 全体の背景等 --*/
body {
	background: #FFF url(images/bg_body.gif) repeat-x;
	color: #333;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/*-- ページの背景 --*/
#page {
	margin-top: 3px;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	background: #FFF;
}


/*-- ローカルナビの矢印など --*/
#localnavi li {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 15px;
	background: transparent url(images/common_arrow_blue.gif) no-repeat left 60%;
	font-size: 75%;
}

/*-- お知らせの設定 --*/
#news td {
	padding-bottom: 10px;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	background: transparent url(images/top_bg_news.gif) repeat-x left top;
}
#news dl {
	float: left;
	margin: 8px 0;
}
#news dt {
	float: left;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 15px;
	background: transparent url(images/common_arrow_red.gif) no-repeat left 30%;
	font-size: 75%;
	color: #0d56a1;
}
#news dd{
	margin-bottom: 5px;
	padding-left: 150px;
	font-size: 75%;	
}

/*-- トップお知らせの設定 --*/
#topnews td {
	padding-bottom: 10px;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	background: transparent url(images/top_bg_news.gif) repeat-x left top;
}
#topnews dl {
	float: left;
	margin: 8px 0;
}
#topnews dt {
	float: left;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 15px;
	background: transparent url(images/common_arrow_red.gif) no-repeat left 30%;
	font-size: 75%;
	color: #fd56a1;
}
#topnews dd{
	margin-bottom: 5px;
	padding-left: 150px;
	font-size: 75%;	
}

/*----------------------------------------------------
	見出しの設定
----------------------------------------------------*/
/*-- 見出しLV1 --*/
h2 {
	margin: 10px 0;
	padding: 5px 0 0 15px;
	height: 29px;
	background: transparent url(images/common_bg_h2.gif) no-repeat left top;
	font-size: 90%;
	color: #3366CC;
}

/*-- 見出しLV2 --*/
h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #666666;
	font-size: 85%;
	color: #000000;
}

/*-- 見出しLV3 --*/
h4 {
	margin: 0 0 5px 5px;
	padding-left: 3px;
	border-left: 3px solid #0d56a1;
	font-size: 80%;
	line-height: 1;
	color: #0d56a1;
}

/*-- Pタグを使用したときの字下げと下方向余白 --*/
p {	
	margin-bottom: 10px;
	font-size: 80%;	
}
p:first-letter {
	margin-left: 1em;
}