
/* コンテンツサイドの全体設定 */
/* for contents side's body */
.contents_side { color: #33333;  background-color: #ffcccc }
  /* not visited */
.contents_side a:link { color: #0000ff; }
  /* visited */
.contents_side a:visited { color: #333333; }

/* for main title */
.contents_side h1 { text-align: center; font-size: 20pt; margin: 0.3em 0em; color: #ccff99; background: #33ccff; }
/* for sub titles */
.contents_side h2 { text-align: left; font-size: 12pt; color: #003300; background: #66ccff; margin-bottom: 0.5em; }


/* 初めの説明の設定 */
.lead { text-align: left; font-size: 12pt; margin: 0.3em 0em; }


/* 作品一覧の設定 */
.stories { text-align: left; font-size: 12pt; }

/* 作品一覧のテーブルの設定*/
.stories table { margin-left: 1em; text-align: left; font-size: 12pt; }
.stories td { padding-left: 1em; }


/* 推奨環境の設定 */
.environments { text-align: left; font-size: 12pt; }

.environments ul { list-style-type: circle; margin-top: 0em; margin-left: 1em; }
.environments li { font-size: 12pt; margin-bottom: 0.2em; margin-left 0em; }
