@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p,h1,h2,h3,h4,h5,h6,ul,li{
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
img{
	border-style: none;
}
.clr{
	line-height: 0%;
	clear: both;
	height: 0px;
	overflow: hidden;
}

#globalheader {
	width: 100%;
	overflow: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #FFFFFF;
}
#gl_left {
	float: left;
	width: 600px;
	text-align: left;
	padding-left: 20px;
}
#gl_right {
	float: right;
	width: 200px;
	text-align: right;
	margin-right: 20px;
}
.pamalink {
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	text-indent: 10px;
}

.blog-header-frame {
    margin:0;
    padding:0;
    border:none;
    width:600px;
    height:35px;
}


/*float解除用スタイル*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.iclink{

background-color:#FFFFFF;
text-align:left;
padding:10px;
font-size:14px;
line-height:150%;}
