@charset "utf-8";
/* CSS Document */
body{
font:normal 62.5% Arial, Helvetica, sans-serif;
color:#414141;
background:#fff;
}

img{
border:none;
margin-right:5px;
}

#w{
font-size:1em;
margin:0 auto;
width:260px;
padding:5px;
}

#h{
background:url(images/onymobile-logo-260.jpg) center top no-repeat;
width:260px;
height:43px;
}

#c{
margin:20px 0 10px 0;
width:100%;
}

#c #c_left{
width:50%;
float:left;
text-align:center;
}

#c #c_right{
width:50%;
float:left;
display:inline;
text-align:center;
}

#c .post{
border:solid 1px #FF0000;
padding:10px;
margin-bottom:10px;
text-align:justify;
}

#c .post:hover{
background:#FF0000;
color:#fff;
}

#c .post a{
background:none;
}

#c .post a:hover{
}

#f{
text-align:center;
color:#34469C;
}

