/* ’* + ☆°・ ‥.゜★。°: ゜・ 。 *゜・:゜

	看護師国家試験専門予備校　さわ研究所
	スタイルシート

゜・ 。 *゜・:゜☆。:’* + ☆°・ ‥.゜★ */

/* もくじ
--------------------------------------------
	1. 基礎スタイル
	2. レイアウト
	3. サイト全体のメニュー
	4. 項目ごとのメニュー
	5. 見出し
	6. 左カラム
	7. トップ・第一階層
	8. さわ研究所について
	9. 開講講座
	10. 看護国試対策テキスト
	11. 資料請求
	12. 講座会場
	13. 国試情報
	14. 受講生アンケート
	15. その他イレギュラー
--------------------------------------------
*/


/* ========================================
	1. 基礎スタイル
======================================== */
* {
	}

body {
	margin: 0;
	color: #333;
	line-height: 1.3em;
	font-size: small;
	background: #ffecbd url(../img/item/autumn_bg_01.jpg) repeat-x 0 0;
	}

ul,ol,div,img,dl,dt,dd,h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: small;
	}
h2 img{
	margin:0;
	padding:0;
	}

p {
	margin: 0;
	padding: 10px 45px 5px;
	}
a:link,a:visited {
	color: #08E;
	text-decoration: none;
	}
a:hover {
	color: #06B;
	text-decoration: underline;
	}
.small {
	font-size: x-small;
	line-height: 1.2em;
	}
p.blue{color:#000099;font-size:110%;padding:10px 0;margin:0 40px 0 40px;}
table#lec-info{margin:50px 30px 0 40px;border:none;}
table.lec-info tr{}
table.lec-info tr td.ttl{font-weight:bold;width:110px;padding:10px 5px;background-color:#FF6633;margin:3px 0;text-align:center;color:#FFFFFF;}

/* ========================================
	2. レイアウト
======================================== */
#wrap {
	width: 1190px;
	}
#left {
	float: left;
	width: 155px;
	padding: 50px 0 0 5px;
	}
#center {
	float: left;
	width: 750px;
	}
#right {
	float: left;
	}
#menu2nd {
	clear: both;
	width: 745px;
	height: 46px;
	background: url(../img/item/bg_02.png) no-repeat left top;
	text-align: right;
	}
#pankuzu {
	width: 745px;
	height: 36px;
	background: url(../img/item/bg_03.png) no-repeat left top;
	text-align: right;
	}
#pankuzu p {
	margin: 0;
	padding: 5px 15px 0;
	}
#contents {
	width: 745px;
	background: url(../img/item/bg_04.jpg) repeat-y;
	}
#totop {
	clear: both;
	text-align: right;
	}
#footer {
	width: 745px;
	height: 51px;
	background: url(../img/item/footer.jpg) no-repeat left top;
	}
#footer p {
	font-size: 12px;
	margin: 0;
	padding: 23px 0 0 40px;
	}
.line {
	clear: both;
	margin: 10px;
	text-align: center;
	}

/* ========================================
	3. サイト全体のメニュー
======================================== */
#globalmenu {
	display: block;
	margin: 0 0 0 100px;
	padding: 0;
	list-style: none;
	}
#globalmenu li {
	float:left;
	}
#globalmenu li a {
	display: block;
	width: 90px;
	height: 36px;
	text-indent: -9999px;
	outline:none;
	}
a#g_about,a#g_about:visited {background: url(../img/item/gmenu.png) no-repeat 0px 0px;}
a#g_about:hover,a#g_about_on {background: url(../img/item/gmenu.png) no-repeat 0px -36px;}
a#g_course,a#g_course:visited {background: url(../img/item/gmenu.png) no-repeat -90px 0px;}
a#g_course:hover,a#g_course_on {background: url(../img/item/gmenu.png) no-repeat -90px -36px;}
a#g_textbook,a#g_textbook:visited {background: url(../img/item/gmenu.png) no-repeat -180px 0px;}
a#g_textbook:hover,a#g_textbook_on {background: url(../img/item/gmenu.png) no-repeat -180px -36px;}
a#g_pamphlet,a#g_pamphlet:visited {background: url(../img/item/gmenu.png) no-repeat -270px 0px;}
a#g_pamphlet:hover,a#g_pamphlet_on {background: url(../img/item/gmenu.png) no-repeat -270px -36px;}
a#g_access,a#g_access:visited {background: url(../img/item/gmenu.png) no-repeat -360px 0px;}
a#g_access:hover,a#g_access_on {background: url(../img/item/gmenu.png) no-repeat -360px -36px;}
a#g_kokushi,a#g_kokushi:visited {background: url(../img/item/gmenu.png) no-repeat -450px 0px;}
a#g_kokushi:hover,a#g_kokushi_on {background: url(../img/item/gmenu.png) no-repeat -450px -36px;}
#globalmenu li a#g_enquete,a#g_enquete:visited {width: 95px;background: url(../img/item/gmenu.png) no-repeat -540px 0px;} /* 右端のシャドウ対策 */
#globalmenu li a#g_enquete:hover,#globalmenu li a#g_enquete_on {width: 95px;background: url(../img/item/gmenu.png) no-repeat -540px -36px;}


/* ========================================
	4. 項目ごとのメニュー
======================================== */
#menu2nd p {
	margin: 0;
	padding: 15px 20px 0;
	line-height: 1.3em;
	}
#menu2nd p a,#menu2nd p a:visited,#footer p a,#footer p a:visited {
	color: #5a4242;
	text-decoration: none;
	}
#menu2nd p a:hover,#footer p a:hover {
	color: #72574E;
	text-decoration: underline;
	}


/* ========================================
	5. 見出し
======================================== */
h2 {
	margin: 0 0 10px 18px;
	}
h3 {
	margin: 0 0 0 27px;
	}
h4.point {
	margin: 10px 0 0 30px;
	}


/* ========================================
	6. 左カラム
======================================== */
a#bo_courselist,a#bo_courselist:visited {
	display: block;
	width: 153px;
	height: 115px;
	text-indent: -9999px;
	background: url(../img/bo_courselist.png) no-repeat 0 0;
	outline:none;
	}
a#bo_guidance,a#bo_guidance:visited {
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9999px;
	background: url(../img/bo_guidance.jpg) no-repeat 0 0;
	outline:none;
	}
a#bo_guidance:hover {
	background-position: 0px -30px;
	}
a#bo_blog01,a#bo_blog01:visited {
	display: block;
	margin-top: 5px;
	width: 150px;
	height: 150px;
	text-indent: -9999px;
	background: url(../img/bo_blog.jpg) no-repeat 0 0;
	outline:none;
	}
a#bo_blog01:hover {
	background-position: -150px 0px;
	}
a#bo_blog02,a#bo_blog02:visited {
	display: block;
	width: 150px;
	height: 150px;
	text-indent: -9999px;
	background: url(../img/bo_blog.jpg) no-repeat 0 -150px;
	outline:none;
	}
a#bo_blog02:hover {
	background-position: -150px -150px;
	}


/* ========================================
	7. トップ・第一階層
======================================== */
#topleft {
	float: left;
	}
	
dl#whatsnew {
	margin: 0;
	padding:0;
	width: 380px;
	}
dl#whatsnew dt {
	color: #C12668;
	margin: 0;
	padding:0;
	}
dl#whatsnew dd {
	padding: 0 0 10px 15px;
	margin: 0;
	}

#information {
	float: right;
	margin: 30px 12px 10px 0;
	_margin: 30px 6px 5px 0; /* IE(笑) */
	padding-top:0;
	width: 285px;
	}
#information img {
	vertical-align: top; /* 間隔調整 */
	}
#information p {
	margin: 0 0 5px 15px;
	padding: 0;
	line-height: 110%;
	color: #666;
	}
	
#privacy h4 {
	margin: 18px 35px 3px;
	padding: 2px 5px;
	color: #a33;
	border-left: #a33 5px solid;
	border-bottom: #a33 3px double;
	}
#privacy ol {
	margin: 5px 80px;
	padding: 0;
	list-style-type: upper-alpha;
	}

#sitemap h4 {
	margin: 18px 35px 3px;
	padding: 2px 5px;
	color: #a33;
	border-left: #a33 5px solid;
	border-bottom: #AD898D 1px dotted;
	}
#sitemap ul {
	margin: 10px 45px 5px;
	padding: 0;
	list-style: none;
	}
	
#news_flow {
	margin: 0 0 10px 30px;
	width: 400px;
	height: 300px;
	overflow: auto;
}


/* ========================================
	8. さわ研究所について
======================================== */
table#address {
	margin: 10px 45px 5px;
	padding: 0;
	width: 640px;
	text-align: left;
	border-collapse: separate;
	}
table#address th {
	width: 15%;
	margin: 1px;
	padding: 5px;
	background: #FFFEE8;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	}
table#address td {
	width: 80%;
	margin: 1px;
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	}


/* ========================================
	9. 開講講座
======================================== */
h4.course_h4 {
	margin: 30px 20px 0;
	padding: 0;
	color: #5C2107;
	}
h5.course_h5 {
	margin: 20px 35px 0;
	padding: 0;
	}

table#courselist {
	margin: 0 45px;
	padding: 0;
	width: 640px;
	text-align: left;
	border-collapse: separate;
	}
table#courselist th {
	margin: 1px;
	padding: 5px;
	background: #FFFEE8;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	}
table#courselist td {
	margin: 1px;
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	}

table#courselist table.inner {
	margin: 10px 0 0;
	padding: 0;
	width: 460px;
	text-align: left;
	}
table#courselist table.inner th {
	margin: 0;
	padding: 5px 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	}
table#courselist table.inner td {
	margin: 0;
	padding: 5px 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	}

table#curriculum {
	margin: 10px auto 5px;
	padding: 0;
	width: 640px;
	text-align: left;
	border-collapse: separate;
	}
table#curriculum th {
	margin: 1px;
	padding: 10px 5px;
	background: #FFFEE8;
	border-bottom: 1px solid #ccc;
	}
table#curriculum td {
	margin: 1px;
	padding: 10px 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	}

table#curriculum2 {
	margin: 10px auto 5px;
	padding: 0;
	width: 480px;
	text-align: left;
	border-collapse: separate;
	}
table#curriculum2 th {
	margin: 1px;
	padding: 10px 5px;
	background: #FFFEE8;
	border-bottom: 1px solid #ccc;
	}
table#curriculum2 td {
	margin: 1px;
	padding: 10px 5px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	}
	
table#subscript_02 {
	margin: 10px 45px 5px;
	padding: 0;
	width: 640px;
	text-align: left;
	border-collapse: separate;
	}
table#subscript_02 th {
	margin: 1px;
	padding: 5px;
	background: #fff;
	color: #fff;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	}
table#subscript_02 td {
	margin: 1px;
	padding: 5px;
	background: #fff;
	}

table#subscript_02 table.inner {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	}
table#subscript_02 table.inner th {
	margin: 0;
	padding: 2px 0;
	background: #fff;
	border-bottom: none;
	vertical-align: top;
	}
table#subscript_02 table.inner td {
	margin: 0;
	padding: 2px 0;
	background: #fff;
	border-bottom: none;
	vertical-align: top;
	}

table#course_cap {
	margin: 5px 45px;
	padding: 0;
	width: 640px;
	text-align: left;
	border-collapse: separate;
	}
table#course_cap th {
	margin: 1px;
	padding: 3px;
	color: #fff;
	vertical-align: middle;
	}
table#course_cap td {
	margin: 1px;
	padding: 3px 5px;
	border: none;
	background: #fff;
	font-weight: bold;
	vertical-align: middle;
	}

a.subscript,a.subscript:visited {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 80px;
	height: 20px;
	background: url(../img/item/bo_subscript.jpg) no-repeat 0 0;
	outline: none;
	}
a.subscript:hover {
	background-position: 0 -20px;
	}
a.subscript_02,a.subscript_02:visited {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 80px;
	height: 20px;
	background: url(../img/item/bo_subscript_02.jpg) no-repeat 0 0;
	outline: none;
	}
a.subscript_02:hover {
	background-position: 0 -20px;
	}
a.subscript_03,a.subscript_03:visited {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 68px;
	height: 20px;
	background: url(../img/item/bo_detail.jpg) no-repeat 0 0;
	outline: none;
	}
a.subscript_03:hover {
	background-position: 0 -20px;
	}

a#bo_curriculum,a#bo_curriculum:visited {
	display: block;
	margin: 7px 0 3px 300px;
	padding: 0;
	text-indent: -9999px;
	width: 173px;
	height: 24px;
	background: url(../img/item/bo_curriculum.jpg) no-repeat 0 0;
	outline: none;
	}
a#bo_curriculum:hover {
	background-position: 0 1px;
	}
a#bo_curriculum2,a#bo_curriculum2:visited {
	display: block;
	margin: 7px 0 3px 300px;
	padding: 0;
	text-indent: -9999px;
	width: 173px;
	height: 24px;
	background: url(../img/item/bo_curriculum2.jpg) no-repeat 0 0;
	outline: none;
	}
a#bo_curriculum2:hover {
	background-position: 0 1px;
	}
a#bo_curriculum3,a#bo_curriculum3:visited {
	display: block;
	margin: 7px 0 3px;
	padding: 0;
	text-indent: -9999px;
	width: 173px;
	height: 24px;
	background: url(../img/item/bo_curriculum.jpg) no-repeat 0 0;
	outline: none;
	}
a#bo_curriculum3:hover {
	background-position: 0 1px;
	}

a#bo_timeplace,a#bo_timeplace:visited {
	display: block;
	margin: 7px 0 3px 300px;
	padding: 0;
	text-indent: -9999px;
	width: 173px;
	height: 24px;
	background: url(../img/item/bo_timeplace.jpg) no-repeat 0 0;
	outline: none;
	}
a#bo_timeplace:hover {
	background-position: 0 1px;
	}
a#bo_timeplace2,a#bo_timeplace2:visited {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 173px;
	height: 24px;
	background: url(../img/item/bo_timeplace.jpg) no-repeat 0 0;
	outline: none;
	}
a#bo_timeplace2:hover {
	background-position: 0 1px;
	}

#area_menu {
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	}
#area_menu li {
	float:left;
	}
#area_menu li a {
	display: block;
	height: 35px;
	text-indent: -9999px;
	outline:none;
	}
a#am_saitama,a#am_saitama:visited {width: 109px;background: url(../img/item/area_menu.gif) no-repeat 0px 0px;}
a#am_saitama:hover {background: url(../img/item/area_menu.gif) no-repeat 0px -35px;}
a#am_kanto,a#am_kanto:visited {width: 109px;background: url(../img/item/area_menu.gif) no-repeat -109px 0px;}
a#am_kanto:hover {background: url(../img/item/area_menu.gif) no-repeat -109px -35px;}
a#am_shinetsu,a#am_shinetsu:visited {width: 109px;background: url(../img/item/area_menu.gif) no-repeat -218px 0px;}
a#am_shinetsu:hover {background: url(../img/item/area_menu.gif) no-repeat -218px -35px;}
a#am_kansai,a#am_kansai:visited {width: 110px;background: url(../img/item/area_menu.gif) no-repeat -327px 0px;}
a#am_kansai:hover {background: url(../img/item/area_menu.gif) no-repeat -327px -35px;}

a#bo_moushikomi,a#bo_moushikomi:visited {
	display: block;
	margin: 7px 0 3px 300px;
	padding: 0;
	text-indent: -9999px;
	width: 173px;
	height: 24px;
	background: url(../img/item/bo_moushikomi.jpg) no-repeat 0 0;
	outline: none;
	}
a#bo_moushikomi:hover {
	background-position: 0 1px;
	}
a#bo_moushikomi2,a#bo_moushikomi2:visited {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 173px;
	height: 24px;
	background: url(../img/item/bo_moushikomiway.jpg) no-repeat 0 0;
	outline: none;
	}
a#bo_moushikomi2:hover {
	background-position: 0 1px;
	}
a#bo_moushikomi3,a#bo_moushikomi3:visited {
	display: block;
	margin: 7px 0 3px 300px;
	padding: 0;
	text-indent: -9999px;
	width: 173px;
	height: 24px;
	background: url(../img/item/bo_moushikomiway.jpg) no-repeat 0 0;
	outline: none;
	}
a#bo_moushikomi3:hover {
	background-position: 0 1px;
	}

/* ========================================
	10. 看護国試対策テキスト
======================================== */
.book {
	float: right;
	text-align: center;
	margin: 0 50px 10px 10px;
	_margin: 0 25px 10px 5px;
	}
.textbook_point_hf {
	margin: 0;
	padding: 0 45px;
	}
.textbook_point {
	margin: 0 45px;
	padding: 10px 170px 0 15px;
	background: url(../img/bg_textbookpoint_02.jpg) repeat-y 0 0;
	}

a.buynow,a.buynow:visited {
	clear: both;
	display: block;
	margin: 15px auto 0;
	width: 300px;
	height: 84px;
	text-indent: -9999px;
	background: url(../img/bo_buynow.jpg) no-repeat 0 0;
	outline:none;
	}
a.buynow:hover {
	background-position: -300px 0px;
	}


/* ========================================
	11. 資料請求
======================================== */
h4#pamph {
	margin: 20px auto 0;
	color: #5C2107;
	font-weight: bold;
	text-align: center;
	}

table#pamphform {
	margin: 10px 45px 5px;
	width: 640px;
	text-align: left;
	border-collapse: separate;
	}
table#pamphform th {
	width: 25%;
	margin: 1px;
	padding: 5px;
	background: #FFFEE8;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	}
table#pamphform td {
	margin: 1px;
	padding: 5px;
	vertical-align: top;
	}
table#pamphform td .pamphform_in td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	}
.nred {
	color: #CC0005;
	font-weight: normal;
	}
	
#formcap {
	margin: 10px 45px 20px;
	padding: 10px;
	border: #F7D63C 1px solid;
	background: #FFFFEE;
	}


/* ========================================
	12. 講座会場
======================================== */
table.site {
	margin: 0 45px 10px;
	width: 640px;
	text-align: left;
	border-collapse: separate;
	}
table.site th {
	width: 30%;
	margin: 1px;
	padding: 8px 5px;
	background: #FFFEE8;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	}
table.site td {
	margin: 1px;
	padding: 8px 5px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	}

#site h4 {
	margin: 15px 35px 3px;
	padding: 2px 5px;
	color: #5C2107;
	}
.accessmap {
	margin: 15px auto;
	text-align: center;
	}


/* ========================================
	13. 国試情報
======================================== */


/* ========================================
	14. 受講生アンケート
======================================== */
#enq h4 {
	margin: 10px 0 0 30px;
	color: #5C2107;
	font-weight: bold;
	}
.hint {
	margin: 10px 0 0 45px;
	padding: 0;
	width: 660px;
	}
.hint ol {
	margin: 0;
	padding: 5px 15px 10px 35px;
	color: #444;
	list-style: decimal;
	border-right: #ffa6c8 1px solid;
	border-bottom: #ffa6c8 1px solid;
	border-left: #ffa6c8 1px solid;
	}
.hint ol li {
	margin: 5px 0;
	}
#faqlist {
	margin: 10px 45px 5px;
	padding: 10px 15px 10px 40px;
	border: #ffa6c8 1px solid;
	list-style-image: url(../img/item/enq_q_s.jpg);
	}
#faqlist li {
	margin: 2px 0;
	}


/* ========================================
/packages/default/css/products.css
======================================== */
/* 検索結果
----------------------------------------------- */
p.conditionarea {
    clear: both;
    width: 566px;
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
}


/* ページ送り
----------------------------------------------- */
.pagenumberarea, .pagecondarea {
    clear: both;
    width: 640px;
    margin: 20px 0;
    padding: 10px;
    background-color: #f3f3f3;
}

ul.pagenumberarea {
    height: 10px;
	margin:0 0 0 40px;
	font-size:90%;
}

ul.pagecondarea {
    border: 1px solid #CCCCCC;
}

ul.pagenumberarea li {
    float: left;
    width: 32.9%;
}

ul.pagenumberarea li.left {
    text-align: left;
    white-space: nowrap;
}

ul.pagenumberarea li.center {
    text-align: center;
    white-space: pre;
}

ul.pagenumberarea li.right {
    text-align: right;
    white-space: nowrap;
}

.pagenumberarea .pagenumber{
    color: #ff0000;
    font-weight: bold;
}

p.pagenumberarea .number{
    font-weight: bold;
}

/* 商品一覧 */

/* タイトル
----------------------------------------------- */
div#listtitle {
    width: 580px;
    margin: 0 0 10px 0;
    border-top: 2px solid #ff0000;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid #999;
    background: url("../img/products/title_icon.gif") no-repeat left center;
    background-color: #ffebca;
}

div#listtitle h2 {
    padding: 10px 0 10px 30px;
    font-size: 140%;
}


/* 商品
----------------------------------------------- */
div.listarea {
    clear: both;
    padding: 20px 0 30px 0;
    overflow: auto;
    background: url("../img/common/line_580.gif") no-repeat bottom;
}

div.listphoto {
    float: left;
    width: 130px;
	margin:0 0 0 30px;
}

div.listrightblock {
	float:right;
	width:550px;
	margin:0 20px 0 0;
	}

div.listrightblock li {
    display: inline;
    padding: 0 0 10px 0;
}

div.listrightblock h3 {
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 2px solid #ebebd6;
    background-color: #f9f9ec;
    font-size: 130%;
	width:500px;
	float:left;
}

div.listrightblock h3 a {
    font-size: 100%;
    font-weight: bold;
}

div.listrightblock .listcomment {
    margin: 0 0 10px 0;
	padding:0;
	width:370px;
	float:left;
}
div.listrightblock .pricebox {
    float: right;
	padding:0;
	margin:10px 0 0 0;
}
*+html div.listrightblock .pricebox {
    float: left;
	padding:0;
	margin:10px 0 0 0;
}
div.listrightblock .price {
    font-size: 170%;
    font-weight: bold;
	color:#FF0000;
}
*+html div.listrightblock .price {
    font-size: 120%;
    font-weight: bold;
	color:#FF0000;
}
div.listrightblock .soldout {
	float:left;	
	margin:0;
	padding:0;
}
div.listrightblock .soldout img {
	margin:0;
	float:left;
	padding:0;
}

div.listrightblock .in_cart {
    margin: 0 50px 5px 10px;
    padding: 10px;
    width: 200px;
	float:right;
    clear: both;
    background-color: #ecf5ff;
    border: 1px solid #CCCCCC;
}

div.listrightblock .quantity {
    width: 150px;
}

div.listphoto .btnbox {
    margin: 0 0 10px 0;
    padding: 1px;
    float: left;

}
div.listphoto .btnbox img{
    margin: 10px 0 0 5px;
    padding: 1px;
}

div.listrightblock dt {
    width: 75px;
    float: left;
    text-align: right;
    padding: 3px;
    font-weight: bold;
}

div.listrightblock dd {
    padding: 3px;
}

div.listrightblock .cartbtn {
    clear: both;
    text-align: center;
}

div.listrightblock .cartbtn img {
    display: block;
    width: 115px;
    margin: 5px auto 0 auto;
}

div.listrightblock .box54 {
    width: 54px;
    border: solid 1px #ccc;
}

/* 商品詳細 */

/* タイトル
----------------------------------------------- */
div#detailtitle {
    width: 660px;
    margin: 0 0 10px 40px;
    border-top: 2px solid #ff0000;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 2px solid #999;
    background: url("../img/products/title_icon.gif") no-repeat left center;
    background-color: #ffebca;
}

div#detailtitle h2 {	
    padding: 10px 0 10px 0;
    font-size: 140%;
}


/* 商品
----------------------------------------------- */

div#detailarea {
    margin: 15px 0 0 0;
}
div#detailarea select {
	width: 335px;
	}
div#Product-main-comment{
    margin: 15px 20px 0 40px;
	line-height:150%;
}

div#detailphotoblock {
    float: left;
    width: 292px;
	margin:0 0 0 40px;
}


div#detailphotoblock * {
	margin-left: 0;
}

div#detailphotoblock p {
    margin: 5px 0 0 0;
}

div#detailrightblock {
    float: left;
    width: 350px;
}

div#detailrightblock li {
    display: inline;
}

div#detailrightblock h2 {
    margin: 5px 0;
    padding: 0;
    color: #ff6600;
    font-size: 140%;
    font-weight: bold;
}

dl.course-info{
    margin-left:40px;
}
dl.course-info dt{
    font-weight:bold;
	color:#990000;
	margin-top:5px;
}

div#detailrightblock dl {
    padding: 15px 0 0 0;
}

div#detailrightblock dt {
    font-weight: bold;
    padding: 10px 0 0 0;
    background: url("../img/common/arrow_gray.gif") no-repeat left center;
}

div#detailrightblock dd {
    margin: 0 15px 0 0;
}

div#detailrightblock .box54 {
    width: 54px;
    border: solid 1px #ccc;
}

div#detailrightblock .btn {
    clear: both;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    text-align: left;
    vertical-align: top;
    background: url("../img/common/line_280.gif") no-repeat;
}

/* サブタイトル
----------------------------------------------- */
div.subarea {
    clear: both;
    width: 630px;
    padding: 30px 0 0 0;
	margin:0 0 0 40px;
}

div.subarea h3 {
    width: 630px;
    font-size: 120%;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background-color: #e4e4e4;
}

div.subtext {
    float: left;
    width: 365px;
}

div.subphotoimg {
    float: right;
    width: 202px;
}

div.subphotoimg p {
    margin: 5px 0 0 0;
    text-align:right;
}


/* お客様の声
----------------------------------------------- */
div#customervoicearea {
    clear: both;
    width: 580px;
    padding: 35px 0 0 0;
	margin:0 0 0 20px;
}

div#customervoicearea h2 {
    padding: 0 0 10px 0;
	margin:0 0 0 20px;
}

div#customervoicearea .voicedate{
    font-weight: bold;
    margin: 10px 0 0 20px;
}

div#customervoicearea .voicetitle{
    padding: 5px 0;
    font-size: 120%;
    font-weight: bold;
	margin:0 0 0 20px;
}

div#customervoicearea li {
    padding: 0 0 10px 0;
    background: url("../img/common/line_580.gif") no-repeat bottom;
}

/* トラックバック
----------------------------------------------- */
div#trackbackarea {
    clear: both;
    width: 580px;
    padding: 35px 0 0 0;
}

div#trackbackarea h2 {
    padding: 0 0 10px 0;
}

div#trackbackarea h3 {
    font-size: 100%;
    font-weight: bold;
    padding: 0 0 10px 0;
}

div#trackbackarea .box500 {
    width: 500px;
    border: solid 1px #ccc;
}

/* この商品を買った人はこんな商品も買っています
----------------------------------------------- */
div#whoboughtarea {
    clear: both;
    width: 580px;
    padding: 35px 0 0 0;
	margin:0 0 0 20px;
}

div.whoboughtblock {
    clear: both;
    width: 580px;
    padding: 10px 0;
    overflow: auto;
}

div.whoboughtleft {
    float: left;
    width: 300px;
    padding: 10px 0;
    position: relative;
    background: url("../img/common/line_578.gif") no-repeat bottom;
}

div.whoboughtleft img {
    display: block;
    float: left;
    margin: 0 5px 0 20px;
}

div.whoboughtleft p {
    margin: 0 0 5px 0;
}

div.whoboughtright {
    float: right;
    width: 300px;
    padding: 10px 0;
    position: relative;
    background: url("../img/common/line_578.gif") no-repeat bottom;
}

div.whoboughtright img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

div.whoboughtright p {
    margin: 0 0 5px 0;
}

div.whoboughtleft h3 {
    font-size: 100%;
}

div.whoboughtright h3 {
    font-size: 100%;
}









