@charset "shift_jis";

@import "../css.css";

/*
============================================================
コラム内css設定
------------------------------------------------------------
■ デフォルトリセット
■ floatクリア

■ 大見出し:h2
■ 中見出し:h3
■ 小見出し:h4
■ 段落
■ テーブル
■ 下部次ページへのリンク
■ 汎用パーツ（画像配置、テキスト配置、文字装飾汎用）
■ コメント欄

■ よくあるご質問

============================================================
*/
div#colum {
	width: 545px;
	font-size: 12px;
	line-height: 18px;
}

/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
div#colum h1,
div#colum h2,
div#colum h3,
div#colum h4,
div#colum p,
div#colum ul,
div#colum ol,
div#colum li,
div#colum dl,
div#colum dt,
div#colum dd,
div#colum table,
div#colum th,
div#colum td,
div#colum img {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	border: none;
	list-style-type: none;
}

div#colum img {
	vertical-align: middle;
}

/* ---------------------------------------------------------
■ floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
■ 大見出し:h2
--------------------------------------------------------- */
div#colum h2 {
	background: url(../images/tit_01.jpg) no-repeat;
	width: 515px; 
	height: 25px;
	padding: 10px 10px 10px 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

/* ---------------------------------------------------------
■ 中見出し:h3
--------------------------------------------------------- */
div#colum h3 {
	background: url(../images/tit_02.jpg) no-repeat;
	width: 515px;
	height: 10px;
	padding: 8px 10px 12px 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}

/* ---------------------------------------------------------
■ 小見出し:h4（利用規約で使用）
--------------------------------------------------------- */
div#colum h4 {
	background: url(../images/tit_03.gif) no-repeat 5px 5px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 7px 5px 5px 30px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #ff5a7f;
}

/* ---------------------------------------------------------
■ 段落
--------------------------------------------------------- */
div#colum p {
	margin: 0 10px 10px 10px;
	line-height: 22px;
	color: #333333;
}

/* ---------------------------------------------------------
■ ul li
--------------------------------------------------------- */
div#colum ul {
	margin: 0 10px 10px 10px;
}

div#colum ul li{
	background: url(../../colums/images/ex_ul.gif) no-repeat 0 10px;
	color: #ff5a7f;
	padding: 5px 0 5px 15px;
	line-height: 18px;
}

/*番号*/
div#colum ol {
	margin: 0 10px 10px 10px;
}

div#colum ol li{
	color: #ff5a7f;
	padding: 5px 0;
	list-style-type: decimal;
	margin: 0 0 0 25px;
	line-height: 18px;
}

/* ---------------------------------------------------------
■ テーブル
--------------------------------------------------------- */
/* 共通 
----------------------------------------- */
div#colum table {
	width: 545px;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

/* キャプション（テーブルタイトル） */
div#colum table caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 10px;
	line-height: 1.8;
}

/* th 上部 */
div#colum table thead th {
	padding: 5px 10px;
	text-align: left;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #ffd9e2;
}

/* th 通常 */
div#colum table th {
	padding: 5px 10px;
	text-align: left;
	line-height: 1.8;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #ffd9e2;
}

/* td 通常 */
div#colum table td {
	padding: 5px 10px;
	line-height: 1.8;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #fff4f7;
}

/* ---------------------------------------------------------
■ 下部次ページへのリンク
--------------------------------------------------------- */
div#colum div#next_link_menu {
	width: 545px;
	background: url(../images/bg_next.jpg) no-repeat;
	margin: 10px 0;
	text-align: left;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}

div#colum div#next_link_menu a {
	text-align: center;
	color: #ff5a7f;
	display: block;
	width: 515px;
	padding: 0 15px;
}

/* ---------------------------------------------------------
■■■ 汎用パーツ ■■■
--------------------------------------------------------- */

/* 画像配置
----------------------------------------- */
div#colum div.set_img { 
	text-align: center;
	overflow: auto;
	width: 535px;
	padding: 0;
	margin: 0 10px;
}
div#colum div.set_img_w { 
	text-align: center;
	overflow: auto;
	width: 545px;
	padding: 0;
	margin: 0;
}

div#colum div.set_img img,
div#colum div.set_img_w img {
	margin-bottom:15px;
}

div#colum div.set_img p {
	margin:0;
	padding: 0;
	width: auto;
	text-align: left;
	margin-bottom: 10px;
}

/* pの中に入れるときなど */
div#colum  img.img_right { margin: 0 0 15px 15px; float: right; }
div#colum  img.img_left  { margin: 0 15px 15px 0; float: left; }


/* 文字装飾汎用
----------------------------------------- */
div#colum  .bold {
	font-weight: bold;
	color: #ff5a7f;
}

div#colum  .bold_black { 
	font-weight: bold;
	color: #333333;
}
div#colum  .pink {
	color: #ff5a7f;
}

/* 注釈文字
----------------------------------------- */
div#colum .small {
	font-size: 10px;
	color: #666666;
}

/* ---------------------------------------------------------
■ コメント欄
--------------------------------------------------------- */
div#colum div.comment {
	width: 545px;
	background: url(../images/fr_m.jpg) repeat-y;
	padding: 0;
	margin: 10px 0;
	overflow:auto;
}

div#colum div.comment img {
	float:left;
}

div#colum div.comment div.comment_text {
	width: 505px;
	padding: 10px 20px;
	line-height: 20px;
	margin: 0;
}

div#colum div.comment div.comment_text h3 {
	background: url(../images/ic_01.jpg) no-repeat;
	padding: 5px 0 0 90px;
	margin: 0 0 10px 0;
	height: 21px;
	width: auto;
	color: #ff5a7f;
}

div#colum div.comment div.comment_text img.img_right {
	float: right;
	margin: 10px 0 10px 20px;
}
