@charset "utf-8";

/* link
---------------------------------------- */
a, a:visited { color: #0066ff; }
a:hover { color: #ff6600; }

/* layout
------------------------------ */
body.blogbadge {background-color:#ffcc33; }

/* position */
.float-l {
	float: left;
}
.float-r {
	float: right;
}

#container {
    width: 900px;
    margin: 0 auto ;
}
#wrapper #pull {
	width:900px;
	background: #FFCC33;
	clear:both;
	padding-top:20px;
	overflow:hidden;

}
#pull #logoArea {
	width:800px;
	height:135px;
	margin-left:65px;
	position:relative;
}
#logoArea #openBtn{
	width:131px;
	height:35px;
	position:absolute;
	top:10px;
	left:470px;
}
#pull p{
	margin-top:10px;
	margin-bottom:10px;
}

#closeBtn{
	text-align:right;
	margin-right:30px;

}
#slideBottom {
	width:900px;
	background:  url(../images/bg_slidearea.png) no-repeat center bottom;
	clear:both;
	height:48px;
	margin-bottom:30px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}
#wrapper {
    clear: both;
    width: 900px;
    background: #FFFFFF url(../images/bg_wrapper_bottom.png) bottom left no-repeat;
    margin: 0;    
    text-align:left;
    padding-bottom: 40px;
}
#content .badgeArea {
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
	clear:both;
	background: #FFFBC4 url(../images/bg_code_top.gif) no-repeat center top;
}
.badgeArea .badgeAreaInner {
	width: 722px;
	background: url(../images/bg_code_bottom.gif) no-repeat center bottom;
	padding-top:20px;
	padding-bottom:20px;
}
.badgeAreaInner p {
	margin-top:10px;
	margin-bottom:10px;
}
.badgeArea .badgeAreaInner:after{
	content: "."; 
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}
#content .badgeArea:after{
	content: "."; 
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}
.badge{
	width:145px;
	margin-right:18px;
	_margin-right:15px;
	margin-left:38px;
	_margin-left:18px;
}
.txtArea{
	width:500px;
	background:url(../images/bg_code_chara.gif) no-repeat right bottom;
}
.txtArea p{
	width:400px;
}
textarea {
	width: 390px;
	height: 100px;
	padding: 5px;
	margin: 5px 0px 2px;
	/**/
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc #dddddd #dddddd #cccccc;
	background: #FFFFFF;
	/**/
	font-size: 0.80em;
	line-height: 1.6;
	letter-spacing: 1px;
	color: #333333;
}


/* header 対応追記 */
#pull #logoArea {margin-left:95px;}
#wrapper {padding-top:21px;	font-size:13px;
}

