@charset "UTF-8";

/*////////////////////////////////////////////////
// タイトル　： コンテンツ
// 説明　　　： コンテンツ用
// 会社名　　： Artisan Association
// 著作権　　： Copyright(c) 2009 Artisan Association. All Rights Reserved.
// バージョン： 1.0b
// 作成・修正： 2009.11.5 : 新規作成
////////////////////////////////////////////////*/

/********** プレイヤー **********/
#player {
	width: 635px;
	height: 755px;
	float: left;
	margin-bottom: 5px;
}


/********** メニュー **********/
.menu {
	width: 530px;
	margin: 30px 0 0 40px;
	padding: 15px 0 15px 45px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
.menu li { line-height: 230%; }


/********** コンテンツ **********/
#cnt {
	width: 635px;
	float: left;
	margin-bottom: 50px;
}
.lst {
	width: 530px;
	margin: 0 0 0 60px;
	padding: 0 0 0 15px;
}
.lst li {
	list-style: disc outside;
	line-height: 230%;
}
.b_lst {
	width: 570px;
	margin: 0 0 0 40px;
}
.b_lst td {
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
}


/********** 右サイド **********/
#r_sd {
	width: 313px;
	min-height: 720px;
	/*height: 720px;*/
	float: right;
	margin: 10px 0 10px 0;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
}
#r_sd li {
	background: url("/cmn/imgs/arw_sb.gif") no-repeat left center;
	/*list-style-image: url("/cmn/imgs/arw_sb.gif");*/
	margin-left: 5px;
	padding-left: 13px;
}
#r_sd a { line-height: 200%; }
#cmpny {
	width: 298px;
	margin: 10px auto 15px;
	border: 1px solid #aaf;
	font-size: 96%;
}
#cmpny img { margin-bottom: 0px; }
#r_sd .dtc {
	width: 12px;
	float: left;
	margin-left: 5px;
}
#r_sd .msgc a {
	width: 286px; /* 296 */
	float: left;
	line-height: 128%;
}
.a_cnt_w {
	display: block;
	width: 286px;
	float: left;
	line-height: 128%;
}
/* 広告 */
.sd_pr {
	clear: both;
	width: 300px;
	/*height: 250;*/
	margin-left: 6px;
	padding-top: 5px; /* 20 */
}


/********** コンテンツタイトル **********/
h2 { width: 600px; }


/********** 文章 **********/
p {
	width: 585px; /* 910 */
	margin-left: 40px;
	line-height: 180%;
}
/* 謝辞 */
.nm {
	width: 585px; /* 910 */
	margin: 0 0 15px 40px;
}
.nm li {
	list-style: disc outside;
	margin: 0 0 10px 30px;
}
.nm li a { line-height: 150%; }
/* ご支援 */
.d_brdr {
	width: 550px;
	margin: 30px 0 5px 50px;
	padding: 5px 10px;
	border: 1px dotted #000;
	text-indent: 0;
}
/* 個人情報 */
.p_ply { margin: 0 10px 35px 80px; }
.p_ply li {
	list-style: decimal outside;
	/*width: 545px;*/
	/*margin-left: 80px;*/
	line-height: 180%;
}


/********** 謝辞 **********/
#sp_thanks {
	clear: both;
	width: 950px;
	overflow: hidden;
	zoom: 1;
	margin-top: 15px;
	background: #fff;
}
/* IE6用 */
* html #sp_thanks {
	margin-top: -26px;
	padding-top: 40px;
}
#sp_thanks .dts {
	width: 12px;
	float: left;
	margin-left: 20px;
}
#sp_thanks .msgs {
	width: 897px; /* 918 898 */
	float: left;
	line-height: 128%;
}


/********** フッタ上バナー **********/
#bnr_on_ftr {
	width: 948px;
	clear: both;
	margin: 30px 0 30px 0;
	padding: 10px;
	border: 1px dotted #000;
	overflow: hidden;
	zoom: 1;
}
/* バナー上 */
.bnr_f { margin-bottom: 5px; }

