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

/** base.cssの上書き **/
#contents {
	margin: 0px;
	padding: 0px;
}

/** 全体 **/
#articles {
	background-color: #444444;
	margin: 0px;
	padding: 0px;
}
#articles img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
}

/** タイトル部分 **/
#articles-about {
	width: 300px;
	float: left;
	color: #FFF;
	padding-top: 12px;
	padding-left: 10px;
}
#articles-about h2 {
	font-size: 1.1em;
	font-weight: bold;
}
#articles-author {
    margin-top: 20px;
    font-size: 0.9em;
    margin-left: 20px;
    width: 265px;
}
.articles-download {
	margin-top: 20px;
	font-size: 0.9em;
	margin-left: 20px;
}
.articles-download a {
	color: #FFF;
}
.articles-download a:hover {
	color: #F90;
}
.articles-download a:visited {
}

/** 本文 **/
#articles-body {
	background-color: #FFF;
	float: right;
	width: 576px;
	padding-left: 10px;
	padding-top: 12px;
}
#articles-body p {
	margin-bottom: 14px;
}

/* 色変更 */
.articles-body-char-pink {
}

/* サブタイトル */
.articles-body-left-bold-margin_bottom-border h3 {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #565656;
	color: #565656;
}
.articles-body-center-bold h3 {
	text-align: center;
}

/* 表 */
.articles-body-table-full {
	margin-top: 4px;
	margin-bottom: 14px;
}
.articles-body-table-full table {
	border: 1px solid #999;
}
.articles-body-table-full tr {
}
.articles-body-table-full th {
	border: 1px solid #999;
	background-color: #FCF;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}
.articles-body-table-full td {
	border: 1px solid #999;
	padding: 3px;
}
.articles-body-table-layout-left {
	text-align: left;
}
.articles-body-table-layout-center {
	text-align: center;
}
.articles-body-table-layout-right {
	text-align: right;
}
/* 表下文字 */
.articles-body-table-notes-right {
	text-align: right;
	font-size: 0.9em;
}
/** フォトアルバム 3カラム **/
.contents-body-photoalbum-3column-line {
    margin-bottom: 14px;
}
.contents-body-photoalbum-3column-inner-first {
    width: 188px;
    float: left;
    text-align: center;
    font-size: 0.8em;
}
.contents-body-photoalbum-3column-inner-other {
    width: 188px;
    margin-left: 5px;
    float: left;
    text-align: center;
    font-size: 0.8em;
}
.contents-body-photoalbum-3column-inner-img-bottom-3px {
    margin-bottom: 30px;
}

