/* CSS Document */
div { display: block; }

ul, li { list-style: none; }












.socialBookmarks {
	width: 225px;
	display: inline-block;
	position: relative;
	float: left;
	clear: both;
	margin-left: 50px;
	margin-top: 15px;
}



.socialBookmarks h3 {
	border-bottom: 1px solid #AFB2B4;
	color: black;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: left;
	clear: both;
}

.socialBookmarks ul li a {
	width: 16px;
	height: 17px;
	font-size: 1px !important;
	line-height: 1px !important;
	display: block;
	text-decoration: none;
	margin-right: 9px;
	padding-left: 2px;
	margin-bottom: 6px;
}


.no_border {
    border-style:none;
}

/*============================================
add 2014
============================================*/

.socialsocialFollow {
	width: 204px;
	display: inline-block;
	position: relative;
	float: left;
	clear: both;

}

.socialsocialFollow h3 {
	border-bottom: 1px solid #AFB2B4;
	color: black;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 6px;
	text-transform: uppercase;
	text-align: left;
	clear: both;
}



.socialsocialFollow ul li a {
	width: 22px;
	height: 22px;
	font-size: 1px !important;
	line-height: 1px !important;
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 11px;
}

.socialsocialFollow ul li a.followfb {
	background-image: url(../images_sns/icon-FaceBook.gif);
	background-repeat: no-repeat;
}


.socialsocialFollow ul li a.Youtube {
	background-image: url(../images_sns/icon-YouTubeC.jpg);
	background-repeat: no-repeat;
}



/*============================================
メインメニュー
============================================*/
ul#menusns {
	font-weight:bold;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	margin-top: 0px;
	padding-top: 1px;
}

li#menusns01, li#menusns02, li#menusns03, li#menusns04 {
	float:left;			
	display:inline;			
	list-style-type:none;		
	background-repeat:no-repeat; 	
	text-decoration: none;

}


/*============================================
add 2014
============================================*/

ul#menusnsFollow {
	font-weight:bold;
	margin-left: 0px;
	padding-left: 2px;
	float: left;
	margin-top: 0px;
	padding-top: 1px;
}

li#menusnsFollow01, li#menusnsFollow02 {
	float:left;			
	display:inline;			
	list-style-type:none;		
	background-repeat:no-repeat; 	
}







.clear {
	clear: both;
	float: none;
}


.clearfix:after {
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}


#f {
	margin: 0px auto;
	float:left;
	clear: both;
	position: relative;

 }

#footer2 {
	margin: 0px auto;
	text-align: left;
	clear: both;
}
