body {
	background-color: #FFFFFF;
	color:            #000000;
	font-family:      arial, helvetica, sans-serif;
	font-size:        76%;
	font-style:       normal;
	font-weight:      normal;
	margin:           0;
}

#center {
	float: left;
	width: 490px;
	overflow: hidden;
	}

#left {
	float: left;
	width: 200px;
	overflow: hidden;
	}

#right {
	float: left;
	width: 300px;
	overflow: hidden;
	}

#content {	
	margin:           0 0 15px 0;
	padding:          5px 0 5px 10px;

}

#content a {
	color:            #339900;
	font-weight:		nomal;
	text-decoration:  none;
}

#content table{
font-size:100%;
line-height:130%;
}

#content table tr th {
background:  	#CCFF99;
font-weight:normal;
padding:3px;
}

#content table tr td{
background-color: #FFF;
padding:3px;

}

#content H2 {
	color:            #006633;
	padding-top: 10px;
	font-size:        1.2em;
}	

#content p {
	margin: 0px 10px;
	font-size:        1.0em;
}
	
.feature {
	background-color: #CCFF99;
	width:	95%;
	padding: 0px;
	margin: 5px 0px;
}

.feature ul { list-style-type: none; }

.feature ul li { 
	padding-left: 20px;
	background: url(./img/icons/arrow_right.gif) 0 0px no-repeat;
		}

#header {
	background-color: #FFFFFF;
	color:            #9ac260;
	font-family:      arial, helvetica, sans-serif;
	font-size:        2.0em;
	letter-spacing:   0.03em;
	margin:           0 0 15px 0;
	padding:          10px 0 0 15px;
}

#header a {
	color:            #9ac260;
	font-weight:		bold;
	text-decoration:  none;
}

#menu {
	color:            #FF6600;
	font-size:        1.0em;
	background-color: #EAEAEA;
	border-top:           solid 1px #909090;
	border-bottom:           solid 1px #909090;
	margin:           0 0 0px 0;
	padding:          5px 0 5px 10px;
}

#menu a {
	color:            #FF6600;
	font-weight:		bold;
	padding:          5px 5px 5px 5px;
	text-decoration:  none;
}

#menu a:hover {
	background-color: #DADADA;
	color:            #FF6600;
}

#menu li {
	background-color: #909090;
	height:           1%;
	list-style-type:  none;
	margin:           0;
	padding:          0;
}

#menu ul {
	margin:  0;
	padding: 0;
}

#title {
	border-bottom:  solid 1px #373737;
	color:          #373737;
	font-size:      2.0em;
	letter-spacing: 0.03em;
	margin-bottom:  15px;
}

.message {
	border:    solid 1px #FFA07A;
	background-color :	#FFE4B5;
	color:            #FF6600;
	padding:          5px 0 5px 10px;
}

.corner {
	border: none;
	display: block;
}
.topcorner {
	background :	#CCFF99 url(http://testit.jp/img/kad_rt.gif) no-repeat top right;
}

.bottomcorner {
	background :	#CCFF99 url(http://testit.jp/img/kad_rb.gif) no-repeat top right;
}

.test {
	padding :	0 5px 10px 5px;
}

.q {
	padding : 0px 0px 3px 20px;
	background :	url(http://testit.jp/img/icons/icon_padlock.gif) no-repeat top left;
}

.a {
	padding : 0 0 3px 20px;
	background :	url(http://testit.jp/img/icons/icon_key.gif) no-repeat top left;
	color :	#EAEAEA;
}

.comment {
	padding : 0 0 3px 20px;
	background :	url(http://testit.jp/img/icons/comment.gif) no-repeat top left;
}

.control {
	background-color: #EEE;
}

.toolset {
	width : 100%;
	padding : 3px;
	margin : 0 0 3px 0;
	border-bottom : solid 1px #909090;
}

.orange {
	color:            #FF6600;
	font-weight:		bold;	
}

.overlay {
		visibility:hidden;
	}
/* IE Windows hack */

* html #content {
	margin: 10px;
}

* html #menu {
	margin-left: 8px;
}

* html #menu li {
	margin-bottom: -5px;
}