@charset "utf-8";
/* CSS Document */

/*
    Site Name	: Media Radar
	Css Name	: footer.css / ヘッダースタイル制御
    Author		: Kazuya Shimazu
    Update		: 2008/1/1
*/

/*===== #footer ==========================================*/

#footer {
	clear:both;
	margin: 0 0 -15px 0;
	background: #f5f5f5;
}
#footer .inner {
	padding: 25px;
}
#footer .topShadow {
	box-shadow:0 8px 12px -8px #ccc inset;
}


/*===== #firstBox ==========================================*/

#footer #firstBox {
	display: inline-block;
	position: relative;
	float: left;
	width: 50%;
	min-height: 224px;
	margin: 0;
	padding: 0;
	text-align: right;
	background: #f5f5f5;
}
#footer #firstBox .inner {
	display: inline-block;
	width: 460px;
	text-align: right;
}
#footer #siteNav {
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 3px solid #333;
}
#footer #siteNav li {
	display: inline-block;
}
#footer #siteNav li a {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 2px 0;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
#footer #siteNav li a:after {
	content: "|";
	padding: 0 0 0 10px;
	color: #aaa;
}
#footer #siteNav li a:hover {
	text-decoration: underline;
}
#footer .socialWrp {
	margin: 35px 0 25px;
	padding: 0;
}
#footer .socialWrp li {
	display: inline-block;
	max-height: 20px;
	overflow: hidden;
}
#footer #company {
	padding: 10px 0;
}
#footer .socialWrp .twitter {
	width: 65px;
}


/*===== #secondBox ==========================================*/

#footer #secondBox {
	display: inline-block;
	float: right;
	width: 50%;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #eee;
}

/*===== #copy ==========================================*/

#footer #copy {
	clear:both;
	color: #fff;
	background: #333;
}
#footer #copy p {
	padding: 10px 0;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
}

/*===== topickpath ==========================================*/

div#topickpath{
	background:#eeeeee url(../images/topickpath_bg.png) repeat-x top left;
	overflow:hidden;
}
div#topickpath .outline{
	width: 960px;
	margin: 0 auto;
}
ul#topickpath_list li{
	line-height:0;
	margin:0;
	padding:0;
}
ul#topickpath_list li a{
	line-height:52px;
	padding:0 40px 0 20px;
	display:block;
	float:left;
	text-decoration:none;
	color:#333333;
	background:url(../images/topickpath_m.png) no-repeat top right;
}
ul#topickpath_list li a:hover{
	color: #0066FF;
}


/*===== pageTopLink ===========================================*/

#pageTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 10px;
	font-weight: bold;
}
#pageTop a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 20px;
	text-align: center;
	display: block;
	border-radius: 5px;
	background: #333333;
}
#pageTop a:hover {
	text-decoration: none;
	background: #999;
}

/*===== footer_bg ===========================================*/
/*
div#footer{
	margin: 0 0 -10px 0;
	background:#eeeeee;
	overflow:hidden;
}

div#footer div.outline{
	clear:both;
}
div#footer .fb-like-box{
	margin: 30px 0 0 0;
	background: #fff;
}

/*===== foot_under ==========================================*/
/*
div#nav_area{
	padding:20px 0 0;
}

div#com{
	width:340px;
	float:left;
}

div#f_nav{
	width:585px;
	float:right;
}

div#f_nav ul li{
	line-height:0;
}

div#f_nav ul li a{
	padding:8px;
	height:28px;
	display:block;
	float:left;
	text-decoration: none;
	color: #444444; 
}

div#f_nav ul li a:hover{
        text-decoration:underline;
}


* html div#mark{
	padding:5px 0 10px;
	width:960px;
	clear:both;
}

/***********************************************************
	P-mark
***********************************************************/
/*
#affiliation{
	clear:both;
	font-size:12px;
	height:70px;
	position:relative;
}

/***********************************************************
	site text
***********************************************************/
/*
#footer_b_text{
	position:absolute;
	left: 340px;
	top: 10px;
	padding:0;
	text-align:right;
}
