/*基本設定*/
/*---------------------------------------------------------*/
body {
	background-color: #f5f5f5;
	margin-bottom:10;
	margin-left:0;
	margin-right:0;
	margin-top:10;
	font-size:75%;
	color:#333333;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
/*---------------------------------------------------------*/


/*画像リンク時のボーダーを無くす設定*/
/*---------------------------------------------------------*/
img {
	border:0px;
	}
/*---------------------------------------------------------*/


/*リンクの設定*/
/*---------------------------------------------------------*/
a　{/*リンクされた文字*/
    color:#FF9A02;
    font-style:normal;
    text-decoration:none;
}

a:link {/*未訪問のリンク*/
    color:#FF9A02;
    font-style:normal;
    text-decoration:none;
}

a:visited {/*訪問後のリンク*/
    color:#FF9A02;
    text-decoration:none;
}

a:hover {/*マウスをのせたとき*/
    color:#009900;
    font-style:normal;
    text-decoration:underline;
}

a:active {/*クリック中*/
    text-decoration:none;
}

/*---------------------------------------------------------*/


/*フロート解除の非表示罫線設定*/
/*---------------------------------------------------------*/
hr {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	display:none;
}

.clearboth {
clear:both;
}
/*---------------------------------------------------------*/

.green {
	color: #009900;
}

p {
	line-height: 200%;
}

dt.bold {
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

dd.first{margin-top:-1.6em;}

dd.first2{
	margin-top:-1.6em;
	padding-bottom: 10px;
	padding-left: 8em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 0px;
}

dd.first3{
	margin-top:-1.6em;
	/*padding-bottom: 10px;*/
	padding-left: 8em;
	margin-left: 0px;
}

dd.first4{
	padding-left: 8em;
	margin-left: 0px;
}

dd.first5{
	padding-bottom: 10px;
	padding-left: 8em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 0px;
}
/*以下フォーラムスケジュールの段落スタイル系*/
/*-------------------------------------------*/
#dl {
	margin: 0px;
	padding: 0px;
}

#dl dd.first6{
	margin-top:-1.6em;
	padding-left: 2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.bold {
	font-weight: bold;
}

.sub_title {
	font-weight: bold;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}

.time_tb {
	line-height: 150%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bttom_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	color: #336699;
}

.ul_margin {
	margin-left: 0px;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
}
/*-------------------------------------------*/

dl {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 150%;
}

#m_v_minibox li {
	list-style-type: square;
}

.pvlink {
	text-align: right;
	line-height: 200%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	display: inline;
	font-size: 100%;
}

strong {
font-weight:normal;
}

/*OMDに対する追加スタイル------------------*/

.omd {
	font-weight: bold;
	text-align: right;
}

/*ssl表示----------------------------------*/

.ssl {
	text-align: left;
	width: 496px;
	line-height: 140%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFAFA;
}

.ssl em {
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
