@charset "UTF-8";
/* CSS Document */

/* ガジェットメニューCSS */
.p10{
	font-size:10px;
}
.p14{
	font-size:14px;
}
#contentContainer{
	overflow:auto;
	padding:10px;
}

#articleListContainer{	/* <ul> container for article list */
	overflow:auto;	
	text-align:left;
}
.articleList{
	margin:0px;
	padding:0px; 
}
.articleList li{	/* General layout article in list */
	list-style-type:none;
	margin:1px; 
	padding:4px 2px 3px 12px; 
	color:#59271F;
	cursor:pointer;
}
.articleList li.articleMouseOver{	/* Mouse over article in list - layout */
	color:#8A7957;
}
.articleList li.articleClick{	/* Active article in list - layout */
/*	background-color:#4353B5; */
/*	background-color:#8A7957;*/
	background-color:#ECB986;
	color:#FFF;
}

/**************************** 080809ガジェットメニューを修正 *******************************/
/*
.articleList a{
display:block;
padding:4px 2px 3px 12px;
color:#59271F;
text-decoration:none;
}
.articleList a:hover{
	background-color:#ECB986;
	color:#FFF;
}
*/
/**************************** 080809ガジェットメニューを修正 ここまで *******************************/
.gadgetMenu_tbl{
	background-image: url(../images/gadgetMenu_bg.jpg);
	background-repeat:repeat-x;
/*	border:1px solid #4353B5 ; */
	border-bottom:1px solid #8A7957
}
.gadgetMenu_left{
/*	width:140px; */
	width:200px;
	border-right:1px solid #FFFFFF;
	overflow:hidden;
}
.gadgetMenu_right{
	border-left:1px solid #8A7957;
}
.gadgetCategory{
	font-weight:bold;
	border-bottom:1px solid #59271F;
/*	margin-bottom:4px; */
	color:#59271F;
}
.gadgetCategoryTd{
	width:20%;
	line-height:20px;
	text-align:left;
	
}
	
.gadgetLink{
	display:block;
	border-bottom:1px solid #8A7957;
	color:#8A7957;
}
.gadgetLink a{
/*	display:block;
	border-bottom:1px solid #8A7957; */
	color:#59271F;
}
.gadgetLink a:hover{
	position:relative;
	top:1px;
	left:1px;
}
.gadgetImg{
	text-align:center;
}
.gadgetImg a{
	color:#333;
	text-decoration:none;
}
.gadgetImg a:hover{
	text-decoration:underline;
}
/* ガジェットメニューCSS ここまで */