@charset "Shift_JIS";

@import url("//kamogawa.mag2.com/common/css/base.css");
@import url("layout.css");
/* @import url("iepng.css"); */

body {
	background: url("../img/bg.gif")  repeat fixed;
}

/* 基本構造
--------------------------------------------------------- */

#outline {
	background: url("../img/outline.png") center top repeat-y;
}

* html #outline {
	background-image: url("../img/outline.gif");
}

#container {
	background-color: #fff;
}

#header {
	height: 110px;
	position: relative;
	background-image: url("../img/head-bg01.jpg");
}

#header #logo {
	width: 343px;
	height: 57px;
	position: absolute;
	top: 8px;
	left: 10px;
}

#header #headersubtitle-shadow,
#header #headersubtitle {
	position: absolute;
	font-weight: bold;
	font-size: 197%;
}

#header #headersubtitle-shadow {
	right: 9px;
	bottom: 9px;
	color: #333;
}

#header #headersubtitle {
	right: 10px;
	bottom: 10px;
	color: #fff;
}

#header div {
	width: 100%;
	height: 100%;
	background: url("../img/header-effect-trans.png");
}

#sidebar {
	min-height: 275px;
	background: url("../img/sidebar-bg.gif") left top no-repeat;
}

* html #sidebar {
	height: 275px;
}

/* コンテンツ
--------------------------------------------------------- */

.entry-uniq {
	margin-bottom: 40px;
	padding: 0;
}

.entry-body {
	margin-left: 10px;
	padding: 0;
}

.entry-body img.ci-logo {
	padding: 0 5px 5px;
	float: right;
}

.entry-body .com-info {
	margin: 0 0 20px;
}

#content h2 {
	margin: 0 0 15px;
	padding: 8px 5px 0 12px;
	min-height: 25px;
	color: #333;
	background: url("../img/content-headline-bg.gif") left top no-repeat;
	font-weight: bold;
	font-size: 153%;
}

* html #content h2 {
	height: 25px;
}

#content p {
	margin-bottom: 10px;
}

#content dt {
	padding-left: 3px;
	color: #333;
	border-left: 5px solid #329a99;
	font-weight: bold;
}

#content dd {
	margin: 5px 0 20px 30px;
}

#content dd li {
	margin: 0 0 10px;
}

#content dd.date {
	padding-left: 150px;
	color: #333;
}

#content dd dl.exective dt {
	margin-bottom: 5px;
	padding-right: 10px;
	border-left: none;
	float: left;
	width: 10em;
	color: #277;
	font-weight: normal;
}

#content dd dl.exective dd {
	margin-bottom: 10px;
	letter-spacing: 0.7em;
}

#content div#history li {
	margin-left: 10px;
	padding: 5px;
}

/* サイドバー
--------------------------------------------------------- */

#sidebar #time {
	padding-bottom: 10px;
	border-bottom: 1px dashed #666;
}

#sidebar #time li {
	margin-bottom: 2px;
}

#sidebar #time li a {
	padding-left: 3px;
	border-left: 5px solid #ff6501;
	font-weight: bold;
}

#sidebar #time strong {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 75px;
	background: url("../img/imakoko.gif") right center no-repeat;
}

#sidebar #comp li.module-list-item{
	margin-top: 8px;
	margin-bottom: 2px;
	padding: 1px;
	padding-left: 3px;
	color: #333;
	border-left: 5px solid #329a99;
	font-weight: bold;
}


/* 090904 naomi */

#sidebar h2 {
	margin-top: 15px;
	margin-bottom: 10px;
	color: #333;
	font-size: 108%;
	font-weight: bold;
}

#sidebar #comp {
	margin-left: 5px;
}

#sidebar #comp li {
	margin-top: 8px;
	margin-bottom: 2px;
}

#sidebar #comp li span {
	padding: 1px;
	padding-left: 3px;
	border-left: 5px solid #329a99;
	font-weight: bold;
}

#sidebar #comp li span a {
	color: #333;
}

#sidebar #comp li ul {
	margin-left: 15px;
}

/* フッター
--------------------------------------------------------- */

#footer {
	padding-bottom: 15px;
	border-top: 1px solid #999;
	font-family: monospace;
	text-align: right;
}

/* 共通
--------------------------------------------------------- */

a:link {
	color: #06c;
}

a:visited {
	color: #06c;
}

a:hover {
	color: #f60;
}

a:active {
	color: #06c;
}

img {
	border: none;
}

ul,
ol {
	list-style: none;
}

.lnk,
.mail,
.top {
	padding: 2px 0 2px 20px;
	background-position: center left;
	background-repeat: no-repeat;
	min-height: 20px;
}

* html .lnk,
* html .mail,
* html .top {
	height: 20px;
}

.lnk {
	background-image: url("../img/lnk.gif");
}

.mail {
	background-image: url("../img/mail.gif");
}

.top {
	background-image: url("../img/top.gif");
}

.anchor {
	margin: 10px 3px;
	text-align: right;
}

.post {
	padding: 2px 0 1px 14px;
	background-position: center left;
	background-repeat: no-repeat;
	min-height: 14px;
}

* html .post {
	height: 14px;
}

.post {
	background-image: url("../img/post.gif");
}
