@charset "UTF-8";

@import url(/css/reset.css);

a:link,
a:visited {
	color:#000;
	text-decoration:none;
}

 {
	color:#000;
	text-decoration:none;
}

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

a:hover img {
-moz-opacity:0.5;
opacity:0.5;
filter: alpha(opacity=50);
}

body {
	margin:0 auto;
	font-size:12px;
	line-height:16px;
	text-align: center;
	font-family:'Hiragino Maru Gothic Pro',Arial,MS PGothic;
}

#header {
clear:both;
}

#footer {
text-align:right;
font-size:10px;
clear:both;
border-top:1px solid #CCC;
padding:10px;
}


#h_gnavi {
width:940px;
}

#h_gnavi_logo {
float:left;
}

#h_gnavi_l {
width:640px;
height:26px;
float:left;
margin-top:15px;
}

#h_gnavi_r {
width:300px;
float:right;
}

#gsearch {
width:300px;
text-align:right;
padding:0;
margin:0;
}

.rbox {
border:5px solid #999;
padding:10px;
margin-bottom:10px;
}


/* GLOVAL NAVI ] ============================================ */
#h_gnavi_l ul{
height:21px;
}

#h_gnavi_l li{
float:left;
border-right:1px solid #CCC;
padding:0px 10px;
height:21px;
}

/* [ Breadcrumbs ] ============================================ */
#crumbs {
clear:both;
font-size:10px;
}

/* Add This Buttan ============================================ */
#atb {
margin-top:10px;
width:600px;
}

/* butan ====================================================== */

.icon {
	width: 100%;
	float: right;
	margin: 12px 0 10px 0;
}
.icon li {
	float: left;
	list-style:none;
}
.icon li.twitter {
	margin-left: 9px;
}

.icon li.facebook {
	margin-left: 9px;
}

.icon li.mixi {
	margin-left: 9px;
}

.icon li.gree {
	margin-left: 9px;
}

.icon li.hatena {
	margin-left: 9px;
}

.icon li.google {
	margin-left: 9px;
}

/* liScroll styles 【HEADLINE】 */

.tickercontainer { /* the outer div with the black border */
background: #FFF; 
width: 829px; 
height: 26px; 
margin: 0; 
padding: 0;
overflow: hidden; 
color:#333;
margin-top:10px;
line-height:30px;
border:1px solid #333;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 800px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
line-height:16px;
padding-right:50px;
}
ul.newsticker span {
margin: 0 100px 0 0;
}

#ticker00 {
float:left;
width:95px;
height: 20px; 
background:#333;
color:#FFF;
padding:4px;
text-align:center;
font-weight:bold;
}

.new {
clear:both;
height:28px;
}

/* defaults ====================================================== */
#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
}

.entry-title{
font-size:16px;
}

#alpha-inner {
margin-right:10px;
}