﻿body 
{
    /*background-color : #356fb2;*/
}
#contents
{
    margin : 5px auto 5px auto;
    padding : 5px;
    width : 790px;
    font-size : 10pt;
    background-color : #ffffff;
}
/* テキストエリア */
#textarea
{
    /*margin-bottom : 10px;*/
    padding : 17px;
}
#textarea .title
{
    font-size : 15pt;
    font-weight : bold;
}
/* 検索エリア */
#search
{
    padding : 5px;
}
#search #in
{
    margin-top : 5px;
    border : solid 2px #99b3ff;
    padding : 5px;
    background-color : #eef2ff;
}

#in .select
{
    padding-bottom : 5px;
}
#in .select a
{
    padding-right : 5px;
}
    
/* データエリア */
#listarea td
{
    vertical-align : top;
}
#listarea .table
{
    width : 100%;
}
#listarea .header_tr
{
    background-color : #dde6ff;
    text-align : center;
}
#listarea .header_td
{
    padding : 3px;
}
#listarea .new
{
    color : Red;
    font-size : 8pt;
}
#listarea .eventname
{
    font-weight : bold;
    color : #3352ad;
}
#listarea .Pre
{
    width : 30px;
    vertical-align : top;
}
/* itemテンプレート */
#listarea .itemDate
{
    vertical-align : top;
    width : 77px;
    padding-left:3px;
}
#listarea .itemCategory
{
    vertical-align : top;
    width : 70px;
}
#listarea .itemValue
{
    width : 430px;
}
#listarea .itemRepo
{
    vertical-align : bottom;
}
/* altテンプレート */
#listarea .altDate
{
    vertical-align : top;
    width : 77px;
    padding-left:3px;
    background-color : #e5f1ff;  
}
#listarea .altCategory
{
    vertical-align : top;
    width : 70px;
    background-color : #e5f1ff;
}
#listarea .altValue
{
    width : 430px;
    background-color : #e5f1ff;
}
#listarea .altRepo
{
    vertical-align : bottom;
    background-color : #e5f1ff;
}

#listarea .lnk
{
    display : block;
}
#listarea .footer
{
    text-align : right;
}
#listarea .pager
{
    text-align : right;
    font-size : 11pt;
    padding : 5px;
}

#listarea .search
{
    background-color : #ffff00;
}
.upcomment
{
    display : block;
    color : Red;
}
.block
{
    display : block;
}
.red
{
    color : Red;
}
.panelSize
{
    width : 790px;
    /* 初期設定が閉じるの場合有効にする */
    /*overflow :hidden;
    height : 0px;*/
}

#search ul
{
    display:block !important;
    list-style-type:none !important;
    margin:0 !important;
	padding:0 !important;
	/*border:none !important;*/
	/* IEとOpera対策 */
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
}
/*AutoComplete flyout */
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
    padding-left : 2px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : auto;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
}

