@charset "utf-8";

/* -----------------------------------------------------------

CSS Information

edit:			09/03/31
style info:		text

----------------------------------------------------------- */

body {
	color:#505050;
	text-align: left;
	font: small/1.5 verdana, Meiryo,"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	_font-size:11px;
}

table{
	_font:x-small/1.5;
}



/* -------------------------------
text-color
------------------------------- */

.red { color:#df222e; }

.white { color:#fff; }

.gray  { color: #b3b3b3; }

.gold { color:#776944; }

/* -------------------------------
link-color
------------------------------- */

/* base*/

a:link {
	color: blue;
}

a:visited {
	color: #df222e;
}

a:hover {
	color: #df222e;
	text-decoration: none;
}

a:active {
	color: #df222e;
}

.caption {
	font-size: x-small;
}

/* white-link*/

#footer a:link {
	color: #fff;
}

#footer a:visited {
	color: #D8D8D8;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footer a:active {
	color: #fff;
}

/* -------------------------------
text-decoration
------------------------------- */

.title_bar {
	font-size:medium;
	_font-size:small;
	color:#fff;
    background:#000 url('../img/titlebar_bg.gif') repeat-x bottom left;
	padding:3px 3px 3px 8px;
	margin-bottom:10px;
	border-left:5px solid #df222e;
}



/* -------------------------------
icon-link
------------------------------- */

.icon_link {
	background:url('../img/css_img/icon_arrow.gif') no-repeat left 3px;
    padding-left:15px;
	}
	
ul.icon_list li{
	background:url('../img/css_img/icon_arrow.gif') no-repeat left 3px;
    padding-left:15px;
	margin-bottom:0.3em;
	}

.icon_link_white{
	background:url('../img/css_img/icon_arrow_white.gif') no-repeat left 3px;
    padding-left:15px;
	}
	
.icon_sitemap{
    padding-left:18px;
	background:	url('../img/css_img/icon_sitemap.gif') no-repeat left 3px;
	}

.icon_square{
	margin:10px 0 10px 0;
	text-indent:20px;
	background:url('../img/css_img/h3_icon_square.gif') no-repeat left 2px;
	color:#000;
	}
	

.icon_boxarrow {	
    padding-left:20px;
	margin:10px 0 10px 0;
	display:block;
	background:url('../img/css_img/icon_boxarrow_n.gif') no-repeat left 2px;
	font-weight:normal;
	}

.icon_time{
    padding-left:18px;
	background:	url('../img/news/icon_time.gif') no-repeat left center;
	}
	
.icon_user{
    padding-left:18px;
	background:	url('../img/news/icon_user.gif') no-repeat left center;
	}

.icon_file{
    padding-left:18px;
	background:	url('../img/news/icon_file.gif') no-repeat left center;
	}