@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_time { font-size: 75%; 
line-height:1.4;}

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

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

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

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

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

.topics   {
	color:#900;
}

.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;     
}


/*-----------------------------------------------
 __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: #963;
}

#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:left;
	width:500px;
	margin-bottom:10px;
	padding-left:30px;
	background:#ffffff;
	color:black;
}



/* __sub
------------------------------------------*/

#sub {
	float:left;
	width:200px;
	margin-bottom:10px;
	margin-left:5px;
	padding:5px;
	background:#ffffff;
}

#sub h3 {
	font-size:100%;
	letter-spacing:1px;
}

#sub ul {
	margin:0 0 20px;
	padding:0 5px;
}

#sub ul li {
	padding:5px 10px;
}

