@import url("lib/cluetip-1.0.7/jquery.cluetip.ed.css");

BODY{
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
	font-size: 13px;
	line-height: 1.22;
	margin: 0;
}

TABLE {
	table-layout: fixed;
	line-height: 1.22;
}

FORM {
	margin: 0;
	padding: 0;
}
P {
	line-height: 1.3;
}
H1 {
	display: inline;
	font-weight: bold;
	font-size: 16px;
}
H2 {
	margin:0;
	border-left: #ffccff 8px solid;
	border-bottom: #ffccff 2px solid;
	background-color: #FFEEFF;
	padding-left: 5px;
	color: #0000aa;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
}
H3 {
	margin:0;
	border-left: #ffccff 8px solid;
	border-bottom: #ffccff 2px solid;
	background-color: #FFEEFF;
	padding-left: 5px;
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.3;
}
DL {
	line-height:1.3em;
}
DT {
	width:9em;
}
DD {
	margin-left:9em;  /* DTとDDを横に並べるため、DLのwidthの値をここでmargin-leftする*/
	margin-top:-1.3em; /* DTとDDを横に並べるため、DLのline-heightの値をここでmargin-topでマイナスする*/
	margin-bottom: 10px;
}

.linklist {
	border-left: #ffccff 8px solid;
	border-bottom: #ffccff 2px solid;
	background-color: #FFEEFF;
	padding-left: 5px;
	color: #000000;
	font-size: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}

A.blue:link {
	COLOR: #ffffff; text-decoration: underline;
}
A.blue:visited {
	COLOR: #ffffff; text-decoration: underline;
}
A.blue:hover {
	COLOR: #0000aa; text-decoration: underline;
}
A.red:link {
	COLOR: #666666; text-decoration: underline;
}
A.red:visited {
	COLOR: #666666; text-decoration: underline;
}
A.red:hover {
	COLOR: #ee0000; text-decoration: underline;
}
A.green:link {
	COLOR: #666666; text-decoration: underline;
}
A.green:visited {
	COLOR: #666666; text-decoration: underline;
}
A.green:hover {
	COLOR: #00cc00; text-decoration: underline;
}
A.yellow:link {
	COLOR: #666666; text-decoration: underline;
}
A.yellow:visited {
	COLOR: #666666; text-decoration: underline;
}
A.yellow:hover {
	COLOR: #bbbb00; text-decoration: underline;
}
A.over18:link {
	font-weight: bold;
	font-size: 16px;
	COLOR: #ff00ff;
	text-decoration: underline;
}
A.over18:visited {
	font-weight: bold;
	font-size: 16px;
	COLOR: #ff00ff;
	text-decoration: underline;
}
A.over18:hover {
	font-weight: bold;
	font-size: 16px;
	COLOR: #FF0066;
	text-decoration: underline;
}
A:link {
	COLOR: #0033ff;
}
A:visited {
	COLOR: #0033ff;
}
A:hover {
	COLOR: #ff33ff;
}
A:active {
	COLOR: #ff0000;
}



#wrapper {
	width:950px;
	margin:0 auto;
}
#headerwrapper {
	position:fixed;
	width:950px;
	z-index:2;
	background-color: #FFEEFF;
	height: 76px;
}
#header2wrapper {
	position:fixed;
	width:950px;
	z-index:2;
	background-color: #FFEEFF;
	height: 25px;
}
#titlewrapper {
	width:940px;
	border-left: #ff00ff 10px solid;
	COLOR: #ffffff;
	border-bottom: #ff00ff 3px solid;
	background-color: #ff66ff;
	height: 25px;
}
#titleleft {
	position:relative;
	float:left;
	font-size: 16px;
	color: #ffffff;
	font-weight:bold;
	top:5px;
	left:7px;
	width: 135px;
}
#titlemiddle {
	position:relative;
	float:left;
	font-size: 10px;
	color: #ffffff;
	top:2px;
	width: 310px;
}
#titleright {
	position:relative;
	float:right;
	font-size: 10px;
	color: #ffffff;
	top:2px;
	width: 440px;
}


#menuwrapper {
}

#mainwrapper{
	position:relative;
	z-index:1;
	width:950px;
	top:76px;
}
#mainleft{
	float:left;
	width:850px;
	visibility: hidden;
}
#mainright{
	float:left;
	width:100px;
	font-size:10px;
	text-align:left;
}
#main2wrapper{
	position:relative;
	z-index:1;
	width:950px;
	top:25px;
}






#menuwrapper table {
	width:850px;
	font-weight: bold;
}
.menu1td {
	white-space: nowrap;
	background-color: #ffddff;
}
.menuon {
	COLOR: #333333;
	background-color: #ffccff;
	font-size: 13px;
	white-space: nowrap;
	border-top-style: solid;
	border-top-color: #FF66FF;
	border-top-width: 2px;
	border-right-color: #FF66FF;
	border-right-style: solid;
	border-right-width: 1px;
}

#mainleft table {
	width:850px;
}
#mainleft table tr td{
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	height:52px;
}
.datatd {
}
.datags {
	color: #6699cc;
}
.bold {
	font-weight: bold;
}
.sentence {
	padding-right: 10%;
	padding-left: 10%;
}
.pr {
	font-size: 10px;
	text-align: left;
}
.category {
	font-size: 10px;
	color: #444444;
}
.estimate {
	font-size: 10px;
	color: #666666;
}
.estimatestar {
	font-size: 10px;
	color: #FF00FF;
}
A.estimatestar:link {
	color: #FF00FF; text-decoration: underline;
}
A.estimatestar:visited {
	color: #FF00FF; text-decoration: underline;
}
A.estimatestar:hover {
	color: #EE0000; text-decoration: underline;
}
.estimatechr {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

a.tips {
	font-size: 13px;
	color: #000000;
	border-color: #DDBBDD;
	border-style: solid;
	border-width: 1px;
}


