/* basic */

*{
		margin:			0;
		padding:		0;
}

h1{
		font-size :		16px;
		color:			#000000;


}

h2{
		font-size :		14px;
		color:			#000000;


}

h3{
		font-size :		12px;
		color:			#000000;


}
/*
a {
		outline:		none;
		color:			#000066;
		font-size :		16px;
}

a:hover{	font-size :		16px;
			color:			#ff0000;
}
*/
img{		border:			0;}

body{
		font-size :		16px;
}

/*===================================================*/
/* ヘッダー定義 1050px with head line */
/*		div#head_title		    */
div#head_title_wrap{
		width:100%;
		height:			25px;
		position:relative;
		background-color:#efefef;
}

/*===================================================*/
/*		div#head_line		    */
//div#head_line{
//		height:		650px;
//		width:		auto;
//		position:	relative;
//}

.clear-right {
    clear: right;
}
.clear-left {
    clear: left;
}
.clear-both {
    clear: both;
}

.FbBtn {
    background-color: #3b5998;
    height: 45px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
}
 
.FbBtn:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 20px;
    height: 20px;
    background-image: url({ダウンロードしたfの画像を保存した場所});
    background-repeat: no-repeat;
    background-size: 20px 20px;
}
 
.FbBtn Label {
    color: #ffffff;
    position: relative;
    top: 13px;
    text-align: center;
    margin: 0 20px 0 50px;
}

/*===================================================*/
/* フッターー定義 1050px with sub footer */
	div#footer{
		position:relative;
		height:			40px;
		background-color:#;efefef;
		font-size :		12px;
		line-height:20px;
		font-family:"ＨＧ丸ゴシックＭ－ＰＲＯ";
		color:			#6c6c6c;
		padding-top:		10px;
//		border-top:2px solid #ff7d7d;
	}

	div#footer a {
		font-size :		16px;
		font-family:"ＨＧ丸ゴシックＭ－ＰＲＯ";
		text-decoration:	none;
		outline:		none;
		color:			#6c6c6c;
	}

	div#footer a:hover{	
		font-size :		16px;
		font-family:"ＨＧ丸ゴシックＭ－ＰＲＯ";
		text-decoration:	underline;
		color:			#0071fb;
	}

}

