@charset "utf-8";

/*
このCSSは多くの一般的な記事ページが使用するものです。
記事ページの見出し、文書を流し込むボックス等を定義しています。
ヘッダーやフッター部分については、global.cssを見てください。
このCSS以外に特定のページ用に作成されているものもあります（ex.index.htmlにはindex.cssなど）。
*/

/*
＊＊＊＊＊＊＊＊ウェブサイトガイドライン変更＊＊＊＊＊＊＊＊
2009.9.25
各ページ固有のCSSスタイルは、当該ページ専用の外部CSSの使用から、当該ページヘッダ領域への記述に変更する
順次移行する事。
*/


/*コンテンツ領域を定義*/
#wrapper_fix #wrapper #contents {
	background-image: url(../ui_parts/contents_back_pink.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left:110px;
	padding-top: 30px;
}
/*ページ最後のテキストリンク部分を定義*/
#wrapper_fix #wrapper #contents #bottom_menu {
	text-align: center;
	border-top: 1px solid #990000;
	font-size:12px;
	line-height:2em;
	clear: both;
	margin: 20px 0 10px 0;
	padding: 10px 0 20px 0;
}
/*見出し１を定義*/
#wrapper_fix #wrapper #contents h1 {
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #990000;
	border-left-color: #990000;
	margin: 10px 0 20px 0;
	font-size: 20px;
	padding: 6px 0 6px 10px;
	clear: both;
}
/*見出し１のサブタイトルを定義*/
#wrapper_fix #wrapper #contents h1 span {
	font-size:14px;
	font-weight:normal;
}
/*見出し１を定義（青いバーバージョン）*/
/*	#wrapper_fix #wrapper #contents h1 {
	background-image: url(../ui_parts/h1back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 25px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}*/
/*見出し２を定義。行頭の赤い中黒も背景画像で定義*/
#wrapper_fix #wrapper #contents h2 {
	font-size: 18px;
	background-image: url(../ui_parts/h2back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 1.5em;
	clear: both;
}
/*見出し2のサブタイトルを定義*/
#wrapper_fix #wrapper #contents h2 span {
	font-size:14px;
	font-weight:normal;
}
/*画像を見出し（h要素）的に使用するときのクラスセレクタ*/
#wrapper_fix #wrapper #contents .img_h {
	clear: both;
	margin: 10px 0 5px 0;
	display: block;
}
/*見出し３を定義*/
#wrapper_fix #wrapper #contents h3 {
	font-size: 16px;
	margin: 10px 0 5px 20px;
	border-bottom: 1px solid #990000;
	padding-bottom: 5px;
}
/*段落を定義*/
#wrapper_fix #wrapper #contents p {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7em;
	margin: 12px 0 20px 20px;
}
/*左右２コラムレイアウト時の左側のボックスを定義*/
#wrapper_fix #wrapper #contents .left_layoutbox {
	float: left;
	width: 340px;
	margin-right: 50px;
	clear: both;
}
/*左右２コラムレイアウト時の右側のボックスを定義*/
#wrapper_fix #wrapper #contents .right_layoutbox {
	float: right;
	width: 262px;
}
/*左右２コラムレイアウト時の右側のボックスの中の画像にマージンを*/
#wrapper_fix #wrapper #contents .right_layoutbox img {
	margin-bottom: 10px;
	margin-top: 10px;
}

/*均等2コラムレイアウト時のコンテナボックスを定義*/
#wrapper_fix #wrapper #contents .layout2column {
	overflow:auto;
	margin:0 0 30px 0;
	width:665px;
	clear:both;
}
/*均等２コラムレイアウト時の左側のボックスを定義*/
#wrapper_fix #wrapper #contents .layout2column .l {
	float: left;
	width: 312px;
	margin-right: 35px;
	clear: both;
}
/*均等２コラムレイアウト時の右側のボックスを定義*/
#wrapper_fix #wrapper #contents .layout2column .r {
	float: right;
	width: 312px;
}


/*3行4列のテーブル（作品紹介）*/
#wrapper_fix #wrapper #contents .table3x4 {
	border-collapse:collapse;
	margin: 0 0 40px 0;
}
	/*一般的なセルの大きさ*/
#wrapper_fix #wrapper #contents .table3x4 td {
	height: 158px;
	width: 170px;
}
	/*右端の列の大きさ*/
#wrapper_fix #wrapper #contents .table3x4 .narrow_width {
	width: 152px;
}
	/*下の行の高さ*/
#wrapper_fix #wrapper #contents .table3x4 .narrow_height {
	height: 138px;
}
	/*作品のジャンルラベル*/
#wrapper_fix #wrapper #contents .table3x4 tr td p {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	margin: 0px;
	padding: 6px 0px;
	width: 151px;
	line-height: 12px;
	font-size: 12px;
}
/*均等３コラムレイアウト時のコンテナボックスを定義*/
#wrapper_fix #wrapper #contents .layout3column {
	overflow:auto;
	margin:0 0 30px 0;
	width:665px;
	clear:both;
}
/*均等３コラムレイアウト時の左、中央のボックスを定義*/
#wrapper_fix #wrapper #contents .layout3column .l_c {
	width:208px;
	margin:0 20px 0 0;
	float:left;
}
/*均等３コラムレイアウト時の右のボックスを定義*/
#wrapper_fix #wrapper #contents .layout3column .r {
	width:209px;
	margin:0;
	float:left;
}
/*#wrapper_fix #wrapper #contents .another_link {
	text-align:right;
	font-size:14px;
	border:1px solid #990000;
	padding:5px 3px;
}
#wrapper_fix #wrapper #contents .another_link span {
	font-size:18px;
	font-weight:bold;
}*/
