﻿@charset "utf-8";

/* ============================================================ ヘッダー調整 */

#nitomsHeader .logo {
  padding: 4px 0 0;
}

/* ============================================================ contentArea */

#contentArea {
	clear: both;
	width: 770px;
	margin: 0 auto 30px;
}


/* ============================================================ contentLeft */

#contentLeft {
	float: left;
	width: 200px;
	margin: 15px 0 0;
}

#categoryBox {
	width: 186px;
	padding: 0 7px;
	background: url("../img/category_bg.gif") left top repeat-y;
}

#categoryBox ul li {
	display: inline;
}

#categoryBox ul li a {
	display:block;
}

#categoryBox p {
	margin: 15px 0 0;
}

#categoryBox p.noMargin {
	margin:0;
}

.accordionMenu {
	width: 186px;
}

.accordionMenu dt {
	height: 45px;
	cursor: pointer;
}

.accordionMenu dd {
	overflow: hidden;
}


/* ============================================================ contentRight */

#contentRight {
	float: right;
	width: 550px;
	margin: 15px 0 0;
}

.closeup {
	width: 550px;
	margin: 0 0 20px;
}

.closeupLeft {
	float: left;
	width: 270px;
}

.closeupRight {
	float: right;
	width: 270px;
}


/* ============================================================ newsArea */

#newsArea {
	width: 550px;
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px solid #CCCCCC;
}

#newsTitle {
	height: 40px;
	margin: 0 0 15px;
	background: url("../img/news_bg.gif") left top no-repeat;
}

#newsArea dt {
	clear: both;
	float: left;
	padding: 0 1em 0 1em;
}

#newsArea dd {
	margin: 0 1em 0.75em 14.5em;
	line-height: 1.5em;
}

#newsArea dd a:hover {
    color: #cccccc;
}

#newsArea dd a.nonLinks {
    color: #58667c;
    text-decoration: none;
    cursor: default;
}

#newsArea dd a {
    color: #58667c;
    text-decoration: underline;
}

#newsArea dt img.newsIcon {
	vertical-align: bottom;
}

#newsRight {
	float: right;
	width: 218px;
}

#newsRight dd {
	float: left;
	margin: 0;
	line-height: 1em;
}


/* ============================================================ bannerArea */

#bannerArea {
	width: 550px;
}

#bannerArea dl dd {
	float: left;
}

#bannerArea dl dd.marginRht7 {
	margin: 0 7px 0 0;
}


/* ============================================================ separatorLine */

.separatorLine {
	margin: 50px 0 0;
}


/* ============================================================ noticeBox */

.noticeBox {
	margin: 0 0 20px;
	padding: 1em;
	border: 1px solid #999999;
	line-height: 1.4em;
}

/* ============================================================ Under Temp. */

#closeupBox h3 {
	width: 550px;
	margin-bottom: 10px;
	overflow: hidden;
}

#closeupBox .closeup {
	width: 582px;
	margin-top: 15px;
	margin-right: -32px;
	margin-bottom: 20px;
	margin-left: -32px;
}

#closeupBox .closeup img {
	margin-bottom: 6px;
}

#closeupBox .closeupLeft {
	float: left;
	width: 210px;
	text-align: center;
	font-size:90%;
}

#closeupBox .closeupRight {
	float: right;
	width: 210px;
	text-align: center;
	font-size:90%;
}

#closeupBox .col3_1 {
	float: left;
	width: 162px;
	margin-left:32px;
}

#btobBox h3 {
	width: 200px;
	height: 40px;
	margin-top: 15px;
	margin-bottom: 2px;
	overflow: hidden;
}


/* ============================================================ INDEX PR. */

#prBox {
	width:770px;
	overflow:hidden;
	padding:10px 0;
}

#prBox .prBoxLeft {
	display:block;
	width:200px;
	float:left;
}

#prBox .prBoxRight {
	display:block;
	width:550px;
	float:right;
}

