@charset "shift_jis";
/* ==========================================================================
* Filename: new_layout.css
* Version: 2.0 (2011-07-12)
* Author: Power Technology
* Description: トラックフィード（ログイン前ページ）設定
* UpDate: 2011-07-12
================================================================================ */

/**--------------------------------------------------**

 reset
 
 **-----------------------------------------------------**/

* {
	margin: 0;
	padding: 0;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,
table,th,td {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.2em;
}

img {
	border: 0;
	vertical-align: bottom;
}

hr {
	display: none;
}

body {
	color: #3f3f3f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4;
	text-align: center;
}

ul {
	list-style: none;
}

a {
	overflow: hidden;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}

a:hover {
	color: #FF3333;
	text-decoration: none;
}

a:active {
	color: #FF3333;
	text-decoration: none;
}

#wrapper {
	width: 798px;
	margin: 0 auto;
	text-align: left;
}

/**--------------------------------------------------**

 header
 
 **-----------------------------------------------------**/

#header {
	width: 900px;
	margin-bottom: 20px;
	padding-top: 10px;
}

#headerLeft {
	float: left;
	margin-bottom: 5px;
}

#headerRight {
	float: right;
	margin-bottom: 5px;
	padding-right: 10px;
}

#siteLogo {
	float: left;
	width: 145px;
}

#header h1 {
	margin: 8px 0 5px;
	font-size: 75%;
	font-weight: normal;
}

#headerRight li {
	display: inline;
	font-size: 75%;
}

/*global navi*/
#globalNavi {
	clear: both;
	width: 900px;
	background: url(../images/bg_gnavi.gif) no-repeat right top;
}

#globalNavi li {
	float: left;
}

/**--------------------------------------------------**

 contents
 
 **-----------------------------------------------------**/

#container {
	clear: both;
	width: 900px;
}

#contents {
	float: left;
	width: 588px;
	margin: 0 10px 10px 0;
}

.section {
	clear: both;
	width: 588px;
	margin-bottom: 20px;
}

#lead {
	width: 588px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

#summary {
	width: 578px;
	padding: 15px 5px 10px 5px;
	background: url(../images/bg_line.gif) repeat-y;
}

#summary .left,
#summary .right {
	width: 185px;
}

#summary dt {
	margin-bottom: 15px;
}

.linkRight {
	clear: both;
}

.linkRight li {
	float: right;
	font-size: 90%;
}

* html .linkRight li {
	font-size: 88%;
}

*:first-child+html .linkRight li {
	font-size: 85%;
}

#contents h2 {
	width: 568px;
	height: 30px;
	margin-bottom: 15px;
	padding-left: 20px;
	background: url(../images/subject_bg_short.gif) no-repeat;
	font-weight: normal;
	line-height: 30px;
}

#contents h3 {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #ff6600;
	font-size: 100%;
	font-weight: normal;
}

#contents h3 span {
	padding-left: 10px;
	border-left: 5px solid #ff6600;
}

#ranking {
	width: 572px;
	padding: 0 8px;
	/* background: url(../images/bg_ranking.gif) no-repeat; */
}

#ranking .left,
#ranking .right {
	width: 280px;
}

#ranking .rankList {
	margin-bottom: 20px;
}

#ranking .rankList li {
	margin-bottom: 3px;
}

#blogList {
	width: 580px;
	margin: 0 0 20px 8px;
}

/*
#blogList .left,
#blogList .right {
	width: 280px;
	margin-bottom: 20px;
}
*/

#blogList ul {
	width: 580px;
	margin-bottom: 20px;
}

#blogList li {
	float: left;
	width: 145px;
	margin: 0 0 5px 0;
	font-size: 90%;
}

* html #blogList li {
	font-size: 88%;
}

*:first-child+html #blogList li {
	font-size: 85%;
}

/*side contents*/
#sideContents {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}

.subSection {
	clear: both;
	width: 300px;
	margin-bottom: 5px;
}

#resister {
	width: 298px;
	border: 1px solid #ff6600;
	background: #ffcc99;
	text-align: center;
}

#resister form {
	padding: 12px;
}

#resister input {
	margin-bottom: 5px;
}

#resister .textBox {
	width: 270px;
	height: 20px;
}

.outer {
	width: 296px;
	padding: 1px;
	border: 1px solid #999;
}

.inner {
	width: 277px;
	padding: 8px;
	border: 1px solid #CCC;
	background: url(../images/bg_side_box.gif) no-repeat left bottom;
}

#recommendLink {
	width: 298px;
	border: 1px solid #ff9900;
}

#recommendLink dt {
	margin-bottom: 10px;
}

#recommendLink dd {
	padding: 0 5px 10px 5px;
}

#recommendLink dd li {
	margin-bottom: 3px;
}

#others {
	width: 288px;
	padding: 5px;
	border: 1px solid #666;
	font-size: 70%;
}

#others p {
	margin-bottom: 5px;
}

#topicPath {
	margin-bottom: 15px;
	font-size: 75%;
	text-align: left;
}

#topicPath li {
	display: inline;
}

#topicPath strong {
	font-weight: normal;
}

.siteListTable {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border: 1px solid #999;
}

.siteListTable .siteName {
	width: 60%;
}

.siteListTable th {
	padding: 5px;
	background: #c93;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
	color: #FFF;
}

.siteListTable td {
	padding: 5px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.siteListTable .bgCell {
	background: #ededed;
}

.pageLink {
	margin-bottom: 20px;
	text-align: center;
}

.recommendPR {
	width: 586px;
	margin-bottom: 10px;
	border: 1px solid #ff9900;
}

#contents .recommendPR h3 {
	margin-bottom: 0;
	border: none;
	background: #ff9900;
}

.recommendPR div {
	width: 570px;
	padding: 8px;
}

.recommendPR li {
	display: inline;
	margin-right: 30px;
}

.blogLink {
	clear: both;
	width: 586px;
	margin-bottom: 10px;
	padding: 5px 0 10px;
	border: 1px solid #ff9900;
}

.blogLink h4 {
	clear: both;
	width: 576px;
	margin: 0 0 10px 5px;
	border-bottom: 1px solid #ff9900;
	font-size: 80%;
	font-weight: normal;
}

.blogLink ul {
	width: 546px;
	margin-left: 15px;
}

.blogLink li {
	float: left;
	width: 90px;
	font-size: 80%;
}

.blogLink .blogSiteList {
	margin-bottom: 15px;
}

.blogLink .blogSiteList li {
	width: 130px;
}

.blogRank {
	clear: both;
	width: 576px;
	margin-bottom: 10px;
	padding: 5px 5px 10px;
	border: 1px solid #ff9900;
	background: url(../images/bg_blog_rank.gif) repeat-y;
}

.blogRank h4 {
	clear: both;
	width: 283px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ff9900;
	font-size: 80%;
	font-weight: normal;
}

.blogRank .left,
.blogRank .right {
	width: 283px;
}

.blogRank li {
	font-size: 80%;
}

.blogRank .linkRight {
	margin-right: 10px;
}

.imgLeft {
	float: left;
	width: 195px;
	margin-right: 10px;
}

.textRight {
	float: left;
	width: 383px;
}

.iconRSS {
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../images/icon_rss.gif) no-repeat 0 0;
}

.bdBox {
	width: 570px;
	padding: 8px;
	border: 1px solid #CCC;
}

.textRight .bdBox {
	width: 365px;
	padding: 8px;
	border: 1px solid #CCC;
}

.textRight .bdBox dt {
	font-weight: bold;
}

.btnBottom {
	width: 440px;
	padding: 20px 74px 0;
	border-top: 1px dotted #999;
}

.btnBottom li {
	float: left;
	width: 190px;
}

.stepArea dl {
	clear: both;
	width: 588px;
	margin-bottom: 15px;
}

.stepArea dt {
	float: left;
	width: 105px;
	margin-right: 10px;
}

.stepArea dd {
	float: left;
	width: 473px;
}

.rssGuide dt {
	clear: left;
	float: left;
	width: 120px;
	margin-bottom: 8px;
}

.rssGuide dd {
	margin: 0 0 8px 120px;
}

/**--------------------------------------------------**

 footer
 
 **-----------------------------------------------------**/

#footer {
	clear: both;
	width: 900px;
	padding-bottom: 50px;
	font-size: 75%;
}

#footer a:link {
	color: #3f3f3f;
}

#footer a:visited {
	color: #3f3f3f;
}

#footer a:hover {
	color: #FF3333;
	text-decoration: none;
}

#footer a:active {
	color: #FF3333;
	text-decoration: none;
}

#footerContents {
	width: 890px;
	margin-bottom: 15px;
	padding: 8px 15px;
	background: #ffcc99;
}

#footerContents dl {
	float: left;
	width: 129px;
}

#footerContents dt {
	margin-bottom: 6px;
	font-weight: bold;
}

#footerContents .address {
	width: 170px;
}

#footerContents .mediaParts {
	width: 158px;
}

#footerContents .mediaParts li {
	width: 65px;
}

#footerContents .mediaParts li.width100per {
	width: 107px;
}

#footerContents .solution {
	width: 80px;
}

#footerLink {
	clear: both;
	width: 900px;
	margin-bottom: 10px;
	text-align: center;
}

#footerLink ul {
	text-align: center;
}

#footerLink li {
	display: inline;
}

#copyright {
	clear: both;
	text-align: center;
}









/*20110930追加*/
div#media{
clear:both;
/*width:900px;*/
/*margin:0 auto 20px;*/
text-align: left;
font-size:12px;
/*border-top: 1px solid blue;*/
/*padding-top:10px;*/
}

hr.blueline {
    border-top: blue 1px solid;
}



div#media:after {
display:block;
visibility:hidden;
height: 0;
clear: both;
content: "";
}

div#media {
zoom: 1
}

.address{
float:left;

}


.kuchi{
float:left;
margin-right:0px;
}

.ichi{
float:left;
margin-right:10px;
}



#media li{
list-style: none;
margin: 0;
}


#media a{
text-decoration: underline;
color:blue;
}

.mediaParts{
float:left;
width:230px;
}

#media .mediaParts li{
width:90px;
float:left;
}

div#footerlink {
clear:both;
}

#media .mediaParts li.trackfeed {
clear:both;
width:100px;
}






/**--------------------------------------------------**

 clearfix
 
 **-----------------------------------------------------**/

#header:after,
#globalNavi:after,
#container div:after,
#blogList ul:after,
.recommendPR dl:after,
.blogLink .blogSiteList:after,
.stepArea dl:after {
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	content: "";
}

* html #header,
* html #globalNavi,
* html #container div,
* html #blogList ul,
* html .recommendPR dl,
* html .blogLink .blogSiteList,
* html .stepArea dl { zoom: 1; } /* IE6 */

*:first-child+html #header,
*:first-child+html #globalNavi,
*:first-child+html #container div,
*:first-child+html #blogList ul,
*:first-child+html .recommendPR dl,
*:first-child+html .blogLink .blogSiteList,
*:first-child+html .stepArea dl { zoom: 1; } /* IE7 */

/**--------------------------------------------------**

 汎用
 
 **-----------------------------------------------------**/

.mg10B {
	margin-bottom: 10px;
}

.mg15B {
	margin-bottom: 15px;
}

.mg20B {
	margin-bottom: 20px;
}

.mg25B {
	margin-bottom: 25px;
}

.mg5R {
	margin-right: 5px;
}

.mg10R {
	margin-right: 10px;
}

.mg15R {
	margin-right: 15px;
}

.mg20R {
	margin-right: 20px;
}

.mg60R {
	margin-right: 60px;
}

.pd10R {
	padding-right: 10px;
}

.pd15R {
	padding-right: 15px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.textC {
	text-align: center;
}

.textR {
	text-align: right;
}

.fontSmall {
	font-size: 75%;
}

/* 2012/1/30 追加 */

#sideBnr {
	width: 300px;
	padding-top: 10px;
}

#sideBnr li {
	margin-bottom: 5px;
	text-align: center;
}

#sideBnr li a {
	display: block;
	width: 300px;
	height: 94px;
	padding-top: 26px;
	background: url(/images/side_bnr_bg.gif) no-repeat;
}

#sideBnr02 {
	width: 300px;
}

#sideBnr02 li {
	margin-bottom: 5px;
	text-align: center;
}

#sideBnr02 li a {
	display: block;
	width: 300px;
	height: 98px;
	padding-top: 2px;
	background: url(/images/side_bnr_bg_02.gif) no-repeat;
}