/*tag attribute*/

body {
	background:#fff;
	margin: 20px;
	text-align: center;
	font-size: small;
}

a {	
	color: #36c;
}

a:hover {
	color: #f33;
}

hr {
	width:100%;
	color:#999;
	height: 1px;
}

/*text*/

.b { font-weight:bold; }
.n { font-weight:normal; }
.s { font-size: 90%; }
.ns { font-weight:normal; font-size: x-small; }

/*structure*/

div.container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;	
	background-color: #fff;
}

div.container_s {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 500px;	
	background-color: #fff;
}

div.menuline {
	width: 100%;
	padding: 3px;
}

div.titlebox {
	width: 100%;
	border:1px solid #666;
	background: #eee;
	padding: 6px;
	font-weight: bold;
}

.titlebox p{
	margin: 0px;
}

div.innerbox {
	margin-top: 20px;
	width: 100%;
}

.sidebox {
	background: #fff;
	color: #000;
	border:1px solid #999;
	margin-bottom: 10px;
}

.sidebox  div.sidetitle {
	background: #36c;
	color: #fff;
	padding:1px 4px;
}

.sidetitle a { color: #fff; }
.sidetitle a:hover { color: #f33; }

.sidebox div.sidein {
	padding: 4px;
}

.sidein p {
	margin: 0px;
}

.man {
	color : #039;
}

.woman {
	color : #f66;
}