@charset "utf-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:white;
	font-size:0.8em;
	font-family:lr oSVbN,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"verdana","MS PGothic",Sans-Serif;
	color:#333;
	line-height:1.5;
}

.text_review { font-size: 80%; 
line-height:1.4;}

.text_75 { font-size: 75%; 
line-height:1.4;}

.text_70 { font-size: 70%; 
line-height:1.4;}

.text_250 { font-size: 250%; 
line-height:1.4;}

.text_name { font-weight: bold; 
color:#0099ff;}

.text_name2 { font-weight: bold; 
color:#ff9900;}


.orange {
color:#ff9900;
}

.magenta {
color:#FF3399;
font-weight: bold;
}

.topics   { color:#00994c;}

.topics2   { color:#cc0033;}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}

.dotline
{
    border-color: black black #DDDDDD;
    border-style: dotted;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 0px;
}

.copyright
{
   text-align:center;
	margin-bottom:0;
	color:#ffffff;
}

.green {
background-color:#006633;
}


.gray {
background-color:#cfcfcf;
}

.l_yellow {
background-color:#ffffcc;
}

.dan1 { 
font-weight: bold; 
font-size: 120%;
}

table.track {border: solid 1px #000000; border-collapse: collapse;}
td.track {border: solid 1px #000000;}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#003399;
    text-decoration:none;
}

a:link {
	color:#003399;
    text-decoration:none;
}


a:visited {
	color:#003399;
    text-decoration:none;
}


a:hover {
	color:#0099cc;
    text-decoration:underline;
}


a:active {
	color:#0099cc;
    text-decoration:underline;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:760px;
	margin:20px auto 0;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-bottom:10px;
	background:#ffffff;
}

#header h1 {
	padding:10px 15px 0;
}

#header p#siteDescription {
	margin:0;
	padding:0 15px 10px 30px;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:740px;
	margin-bottom:15px;
	padding:10px;
	background-color:#CC9966;
}

#footer ul {
	margin:0 auto 5px;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.1;
	border-left:1px solid #333;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}


/* __main
------------------------------------------*/

#main {
	float:center;
	width:740px;
	margin-bottom:10px;
	padding-left:30px;
	background:#ffffff;
	color:black;
}

.mwr
{
float: right;
margin-right: 1em;
}
.mwrclear
{
clear: both;
}


