/* 全体の設定*/
BODY{
    font-style:normal;/*文字のスタイル*/
	font-family:"ＭＳゴシック"/*文字の種類*/
    font-weight:normal;/*文字の太さ*/
    font-size: 13px;/*文字の大きさ*/
    text-align:left;/*文字の寄せ方*/
    color:#333333;/*文字の色*/
	line-height: 1.1em; /*行の間隔*/
    margin:0px;
    padding:0px;
    background-color:#ffffff;/* 背景の色 */
}

em{
    font-style:normal;
	color:#ff0000;
	font-weight:bold;
	}
	
h1{
	font-size:12px;
	text-align:right;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;


	}
h2{
	font-size:13px;
	font-weight: normal;
	margin:0px
	}
h3{
	font-size:13px;
	font-weight: normal;
	margin:0px

	}
h4{
	font-size:13px;
	font-weight: normal;
	margin:0px

	}
h5{ 
	font-size:13px;
	font-weight: normal;
	margin:0px

	}
h6{ 
	font-size:13px;
	font-weight: normal;
	margin:0px

	}	
		
		
	

/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:0000ff;/*文字の色：青*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:visited {/*訪問後の色*/
    color:#934C7B;/*文字の色：紫*/
    text-decoration:underline;/* 下線 */
}
a:hover {/*カーソルを合わせたときの色*/
    color:#FF9900;/*文字の色：オレンジ*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}

td#main-left{
    width:300px;
    vertical-align:top;
}
#img{
    margin-top:10px;
}
