@charset "shift_jis";

/* スタイルをクリアする
---------------------------*/ 

*{
	font-style: normal;
}

/* リンクスタイル
---------------------------*/

a:link {
	color: #004CA2;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #004CA2;
	text-decoration: none;
}
a:hover {
	color: #DD2004;
	text-decoration: underline;
}
a:active {
	color: #DD2004;
	text-decoration: none;
}



/* 基本スタイル
---------------------------*/

.mainfont_black80 {
	font-size: 80%;
	color: #353535;
	text-decoration: none;
	line-height: 1.3em;
}


.font_orange80b {
	font-size: 80%;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}

.pointer {
	cursor: pointer;
}

.bold {
	font-weight: bold;
}
.gray_border {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	width: 548px;
}

.dot_b{
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 6px;
}
img {
    border:0;
}

/* ブログ記事
---------------------------*/

#news #matome h4{
	font: bold 80%/2em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FF6600;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 5px;
	display: inline;
}
#news p{
	margin: 0px 0px 5px;
	padding: 0px;
}
#news #matome a:link,.suidouLink a:link {
	color: #FF6600;
	text-decoration: none;
}
#news #matome a:visited,.suidouLink a:visited {
	color: #FF6600;
	text-decoration: none;
}
#news #matome a:hover,.suidouLink a:hover {
	color: #DD2004;
	text-decoration: none;
}
#news #matome a:active,.suidouLink a:active {
	color: #DD2004;
	text-decoration: none;
}
.leaf {
	background: url(contents/images/reaf03.jpg) no-repeat;
}

.contribute_title{
	font-size:90%;
	color:#900;
	font-weight:bold;
}

.float_r{
	float:right;
}
.suidouTB tr td {
	text-align: center;
	padding: 5px 0px 15px;
	font-size: 80%;
	vertical-align: top;
}
.redB {
	font-weight: bold;
	color: #DD2004;
	font-size:13px;
}

.picTitle {
    border-bottom: 1px solid #990000;
    border-left: 6px solid #990000;
    color: #333333;
    font-size: 120%;
    margin: 20px 0;
    padding: 0 0 2px 8px;
}
