body {
	text-align:			center;
	background-color:	#E7E6B7;
	color:				#000000;
	font-size:			12px;
}

A:link {
 color:#33336A
}
/* A:visited {
 color:#68688C
} */
A:active {
 color:red
}
A:hover {
color:red;
 text-decoration:underline;
}
A {
 text-decoration:none
}

h2 {
	margin-top: 4px;
	padding-left: 8px;
	line-height: 140%;
	vertical-align: middle;
	font-size: 18px;
	color: #000000;
	background-color: #FFFFFF;
	border-left: #68688c solid 10px;
	/* border-right: #2E3192 solid 10px; */
	/* border-top: #003471 solid 1px; */
    border-bottom: #33336A solid 1px;          	
}

h3 {
	margin-top: 0px;
	padding-left: 8px;
	line-height: 140%; 
       width:80%;
	vertical-align: middle;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #2E3192;	        	
}

h4 {
	font-size:			12px;
	color:				#5573B7;
	line-height:		140%;
	/* margin-top:			10px; */
	padding-left:		8px;
        /*width:                  80%; */
	vertical-align:		middle;
	/* background-color:	#FFF8F4; */
	/* border-left:		#0000FF solid 10px; */
	/* border-right:		#0000FF solid 10px; */
	border-bottom:		#A7A7A7 dashed 1px;
}

}

#whatsnew tr td {
	font-size: 12px;
	color: #666;
}

#whatsnew {
	border: 1px solid #ddd;
	width: 100%;
}

#whatsnew .title {
	background-color: #eee;/*#dce4f4;*/
	width: 450px;
	font-weight: bold;
}

ul.menu{
	padding: 0px;
	font-size: 14px;
	line-height: 150%;
	border: 1px solid #005E20;
	border-width: 0px 1px 0px 0px;
	background-color: #E0F6DA;/*#dfe8f8;*/
	height: 100%;
	margin:0px;
}

li.menu_title {
	background-color: #669933;
	list-style-type: none;
	height: 24px;
	font-weight: bold;
	color: #fff;
	padding: 2px;
}

li.menu_item {
	border-bottom: 1px dotted #669933;
	list-style-type: none;
	height: 24px;
	vertical_align: middle;
	margin: 4px 2px;
}


li.menu_item a{
	font-weight: bold;
}

li.menu_item a:link, li.menu_item a:visited{
	text-decoration: none;
	color: #669933;
}

li.menu_item a:hover{
	text-decoration: none;/*underline;*/
	background-color: #B6ECA7;
	width: 100%
}

li.menu_spliter {
	background-color: #E0F6DA;
	list-style-type: none;
	height: 4px;
	margin: 10px 0px;
}

.content_test{
	line-height: 130%;
}

.txt12 { 
	font-size: 14px;
}

table#profile_table tr td table tr td{
	font-size: 12px; border-bottom: 1px dotted #333333;
}

/* ID ------------------------------------------------- */

/* 罫線つきの表 */
#grid_table {
	border-left:		    1px solid #666;
        border-top:		    1px solid #666;

}
 #grid_table td {
	border-right: 		    1px solid #666;
	border-bottom: 		    1px solid #666;
} 

#grid_table td.column {
	background-color:	#F0F0EE;
	padding-left:           10px;
        color:			#000000;
	font-size:		14px;
	font-weight:		bold;
}

#grid_table td.value {
        line-height:            120%;
	background-color:	#FFFFFF;
	color:			#2E3192;
        padding-top:            5px;
        padding-left:           10px;
        font-size:		14px;
	font-weight:		normal;
        border-right:           0px;
}
/* end */
