@import "ranking.css";

body {font-size: 13px; font-family: arial,san-serif}
*    {font-size: 100%;}
h1   {font-size: 200%;}
h2   {font-size: 150%;}
h3   {font-size: 120%;}
h4   {font-size: 110%;}
h5   {font-size: 100%;}
big  {font-size: 150%;}

td {
  font-family: 'MS Pゴシック';
}

a, a:visited, a:link {
	text-decoration: none;
	color: #03a;
}
a:hover {
	text-decoration: underline;
	color: #a00;
}

img {border: none;}

table.border{
	background-color: #888;
}
table.border th{
  background: #eee;
  background-image: url(../images/grad.jpg);
  background-repeat: repeat-x;
	color: #333;
	margin: 1px;
}
table.border td{
	background-color: #fff;
	padding: 2px;
}

tr.order td {
	background-color: #fdd;
}
.thr th{
	text-align: right;
}
input, textarea{
	border: 1px solid #888;
}

table.border td.url {
  word-break: break-all; 
  overflow: hidden;
  background-color: #f8f8ff;
}

.screenshot
{
  width: 200px;
  height: 150px;
  float: left;
  text-align: center;
}

/*----------------------------------------------------

	#layout

----------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
}

#main {
	margin: 20px;
	padding: 0;
	text-align: left;
	width: 100%;
}

.side {
	width: 200px;
	float: left;
}

.contents {
	width: 540px;
	float: left;
}

/*----------------------------------------------------

	#header

----------------------------------------------------*/

#header {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0;
	background-color: #eee;
	border-bottom: 3px solid #aaa;
	text-align: left;
}

#header h1{
	margin: 0 0 10px;
	color: #444;
}

#header img {
    margin-left: 20px;
}

#header ul {
	padding: 0;
	text-indent: 0;
	margin: 0;
}

#header li {
	display: block;
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
	font-weight: bold;
}

/*----------------------------------------------------

	#footer

----------------------------------------------------*/
#footer {
	width: 100%;
	margin: 10px auto;
	padding: 20px;
}



.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:8px 10px 8px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}
.info, .success, .warning, .error, .validation {
    color: #555;
    background-color: #f8f8f8;
}
.calender .active
{
  display: block;
  width: 100%;
  font-weight:bold;
  color: #900;
  background-color: #fbb;
}

td.column_created_at, td.column_updated_at{
  font-family: monospace;
}
.m_mitumori {
  font-weight: bold;
  color: #c00;
}
a.squarebutton span{height:15px;}
a span{height:9px}
a span.desc{
    display:block;
    margin:0 auto 0 auto;
    width:11px;
    text-indent:-9999px;
    background: url('../images/s_desc.png') no-repeat;
}
a:hover span.desc{
    display:block;
    margin:0 auto 0 auto;
    width:11px;
    text-indent:-9999px;
    background: url('../images/s_asc.png') no-repeat;
}
a span.asc{
    display:block;
    margin:0 auto 0 auto;
    width:11px;
    text-indent:-9999px;
    background: url('../images/s_asc.png') no-repeat;
}
a:hover span.asc{
    display:block;
    margin:0 auto 0 auto;
    width:11px;
    text-indent:-9999px;
    background: url('../images/s_desc.png') no-repeat;
}


#content #edit .title input,
#content #edit .filter_url input
{
    width:200px;
}
#content div#table{
    width:665px;
    margin:10px;
}
#content div#table p{
    text-align:right;
}
#content div#table #action{
    text-align:center;
    padding-top:5px;
    margin:auto;
}
tr.new{
    background-color:#ffffaa; 
}
thead div{
    font-size:105%;
    font-weight:bold;
}
h6{
    text-align:left;
    color:black;
    height:37px;
    padding-top:5px;
    padding-left:24px;
    background:url(../images/h2.jpg) no-repeat;
}
#analyze p{
	text-align:right;
}
#convbox{
	margin-top:-10px;
}
input.url_input{
	width:355px;
}
