﻿@charset "utf-8";

/* -----------------------------------------
	2010/03/23
 =======================================

	FXセミナー CSS

 -----------------------------------------
	
 ----------------------------------------- */

#conference {
	margin: 0 37px;
	width: 600px;
	margin-top: 40px;
	margin-bottom: 30px;
}

#conference_top {
	background: url(../images/fxconference_top.gif) no-repeat;
	padding: 90px 20px 15px;
}

#conference_btm {
	background: url(../images/fxconference_bt.gif) no-repeat;
	height: 63px;
}

#conference_top table.conference_s {
	margin: 10px 0 -5px 20px;
	width: 480px;
	font-size: 80%;
}



#conference_top table.conference_s tr td {
	vertical-align: top;
	color: #666666;
}

/* IE6 Only */
* html #conference_top ul.conference_s {
	margin-bottom: 0;
	margin-left: 20px;
}


/* .book CSS
========================================= */

.book {
	margin-left: 18px;
	margin-bottom: 24px;
}


/*------------------------------------------
	2010.03.25
-------------------------------------------- 
	seminar_photo CSS
========================================= */

#seminar_photo {
	margin: 20px 20px 30px;
}

/* IE6 Only */
* html #seminar_photo {
		margin: 20px 20px 35px;
}

/* IE7 Only */
*:first-child+html #seminar_photo {
		margin: 20px 20px 35px;
}

#seminar_photo #photo1 {
	width: 310px;
	float: left;
	display: inline;
	padding-right: 10px;
	text-align: center;
}

#seminar_photo #photo2 {
	text-align: center;
}

#seminar_photo #photo1 p,#seminar_photo #photo2 p {
	margin-top: 5px;
}

/* IE6 Only */
* html .semi_caution {
	margin-bottom: 25px;
}

/* IE7 Only */
*:first-child+html .semi_caution {
	margin-bottom: 25px;
}


/*------------------------------------------
	2010.04.22
-------------------------------------------- 
	セミナーmargin CSS
========================================= */

.seminar_bar_margin {
	vertical-align: top;
}


/*------------------------------------------
	2010.05.20
-------------------------------------------- 
	6月くりっく365テクニカル分析講座
	下部文言 CSS
========================================= */

.attention_text {
	background: #ffffff;
	margin: 20px auto 0;
	padding: 8px 6px 8px 14px;
	width: 600px;
	border: dashed 1px #d01010;
	font-size: 91%;
	color: #d01010;
}

/* IE6 Only */
* html .attention_text .kome_text {
	line-height: 1.2;
}

/* IE7 Only */
*:first-child+html .attention_text .kome_text { 
	line-height: 1.2;
}

.attention_image {
	margin-bottom: 4px;
}

/*------------------------------------------
	2010.08.12
-------------------------------------------- 
	注意書き CSS
========================================= */
.kanyu {
	width: 600px;
	background: #f4e9e9;
	margin: 0 auto;
	padding: 10px 4px 8px 10px;
	font-size: 83%;
}

.kanyu p {
	margin: 0 6px;
	line-height: 1.2;
}


/*------------------------------------------
	2010.05.28
-------------------------------------------- 
	セミナー会場 CSS
========================================= */

.place {
	color: #000000;
	font-size: 90%;
	padding: 3px 0 0 15px;
}

.seminar_table {
	margin-top: 10px;
}

.table_space {
	margin-top: 14px;
}


/*------------------------------------------
	2010.07.22
-------------------------------------------- 
	Seminar mainVisual CSS
========================================= */

#mainVisual {
	width: 648px;
	height: 244px;
	margin: 10px auto 0;
}


/* =======================================

	reset CSS

========================================== */

h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote {margin: 0; padding: 0;}

html {overflow: scroll; overflow:-moz-scrollbars-vertical; overflow-x:scroll;}/* Firefoxスクロールバー表示 */

img {border: 0;}

a {overflow: hidden; outline: none;}/* Firefox横に伸びる線を消す */




