/* ===================================================================
 * article 
 *
 * ===================================================================*/

/* リンク設定 */

a:link
{
    /* リンク */
    text-decoration: none;
    color: #000033;}

a:hover
{
    /* リンク上にカーソルが移動した時 */
    text-decoration: underline;
    color: #FF6600;
}

a:visited
{
    /* 訪問済みリンク */
	text-decoration: none;
    color: #7C7399;
}

a:active
{
    /* アクティブリンク */
    color: #FF6600;
}



.articlelist .article {
border-bottom : 1px dotted #97D8A0;
	clear : both;
	margin-bottom : 1em;
	padding-bottom : 0.5em;
}

.article .title {
	font-weight : bold;
	font-size : 120%;
border-bottom : 1px dotted #97D8A0;

}

.article .top {
	font-size: 9px;
	color: #FF3300;
	padding-left: 0em;
}

.article .date {
	font-size: 9px;
	color: #FF3300;
	padding-left: 0em;
}

    /* indexページの一覧表示 */
.articletitlelist .date {
	font-size: 9px;
	line-height : 200%;
	color: #FF3300;
	padding-left: 0em;
}

.articletitlelist .date_new {
    font-size: 9px;
	line-height : 200%;
	color: #FF3300;
	padding-left: 0em;
}

.articletitlelist .title {
	font-size: 11px;
	padding-left : 0em;
	margin-bottom : 5em;
    background-image: url(../imeg/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.articletitlelist {
	margin-bottom : 0.5em;
}

