@charset "utf-8";


/*base
---------*/

body {
	background-image:url(http://tokyosanpo.jp/news/common/img/img_bg.gif);
	font-size:80%;
	line-height:1.6em;
	font-family:'CI',	'Meiryo','Hiragino Kaku Gothic Pro','qMmpS Pro W3',Osaka,'lr oSVbN',sans-serif;
}
	
body {
	margin:0;
	padding:0;
	text-align:center;
}

h1,h2,h3,h4,h5,h6,p,ul,li,address,div {
	padding:0;
	margin:0;
}	

ul,li {
	list-style:none;
}

address {
	font-style:normal;
}

img {
border:0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/*--margin--*/
.marginT10 {
	margin-top:10px;
}

.marginT15 {
	margin-top:15px;
}

.marginT20 {
	margin-top:20px;
}

.marginB10 {
	margin-bottom:10px;
}

.marginB15 {
	margin-bottom:15px;
}

.marginB20 {
	margin-bottom:20px;
}



/*layout
----------*/
#wraper {
	width:800px;
	margin:0 auto;
	text-align:left;
}

/*--menu--*/
#menu {
font-size:100%;
font-size:90%;
	width:175px;
}

#menu ul {
	padding-left:45px;
}

#menu li {
	list-style-type:circle;
	padding:3px 0;
	list-style-position:outside;
}

#menu a,.entry-box-foot address a {
	color:#630;
	text-decoration:underline;
}

#menu a:hover,.entry-box-foot address a:hover {
	color:#f60;
	text-decoration:underline;
}


/*--contents--*/
#contents {
	width:625px;
}

.content-nav {
	text-align:center;
	color:#f39;
}

.entry-box {
	width:601px;
	margin-left:10px;
	background:url(http://tokyosanpo.jp/news/common/img/entry_kaba.gif) no-repeat bottom left;
}
.entry-box-head {
	background:url(http://tokyosanpo.jp/news/common/img/entry_head.gif) no-repeat;
	height:163px;
	padding-left:90px;
	padding-right:105px;
}

.entry-box-head h2{
	padding-top:115px;
	padding-left:35px;
	font-size:16px;
	line-height:1.6em;
	background:url(http://tokyosanpo.jp/news/common/img/entry_ico.gif) 0 115px no-repeat;
	
}

.entry-box-head h2 a {
	color:#333;
	text-decoration:none;
}

.entry-box-head h2 a:hover {
	color:#300;
	text-decoration:underline;
}



.entry-box-head p{
	font-size:14px;
	line-height:1.4em;
	text-align:right;	
}


.entry-box-body {
	background:url(http://tokyosanpo.jp/news/common/img/entry_bg.gif) repeat-y;
	padding-top:15px;
	padding-left:90px;
	padding-right:95px;
}

.entry-box-body p.more {
	padding-top:20px;
}

.entry-box-body p a {
	color:#f39;
}



.entry-box-body p.more a ,p.content-nav a{
	color:#f39;
	text-decoration:underline;
}

.entry-box-body p.more a:hover,p.content-nav a:hover {
	color:#c06;
	text-decoration:underline;
}

.entry-box-foot {
	background:url(http://tokyosanpo.jp/news/common/img/entry_foot.gif) no-repeat;
	height:173px;
	text-align:right;
	padding-left:90px;
	padding-right:120px;
}

.entry-box-foot address{
	padding-top:80px;
}


.trackbacks{
width:460px;
	margin-left:70px;
	}
		
.trackbacks-header{
	color:#333;
	font-size:small;	
	}
	
#trackbacks-info{
	margin: 10px 0;
	border: 1px dashed #a3b8cc;
	padding: 0 10px;
	color: #292e33;
	text-align: center;
	background: #fff;
	}
	
.trackback-content{
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	}
		
.trackback-footer{
	text-align:right;
	font-size:0.8em;
	margin-bottom:15px;
	}

.trackback-content a,
.trackbacks-content a,
.trackback-footer a {
	color:#630;
	text-decoration:underline;
}

.trackback-content a:hover,
.trackbacks-content a:hover,
.trackback-footer a:hover {
	color:#f60;
	text-decoration:underline;
}



.trackbacks-header a,
.trackbacks-header a:hover{
	color: #fff;
	}

