@charset "UTF-8";
/* CSS Document */

/* Reset*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Reset*/
.text_share {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #999999;
	padding-bottom:14px;
	font-weight: lighter;
}
#share_twitter {
	margin:auto;
	width:672px;
	height:296px;
	background-image:url(../images/layout/share_twitter.jpg);
	background-repeat:no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: lighter;
}
.share_tx {
	height:25px;
	width:70px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding-top:10px;
	padding-left:6px;
	color: #57cfeb;
	float: left;
	font-weight: lighter;
	letter-spacing: 0.1em;

}
.share_field {
	float: left;
	width: 230px;
	height:20px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.share_send {
	float: left;
	height: 25px;
	width: 140px;
	margin-left:35px;
	margin-top:25px;
}
.share_ok{
	float: left;
	height: 25px;
	width: 140px;
	margin-left:200px;
	margin-top:70px;
}
.share_tb {
	float: left;
	margin-left:150px;
	margin-top:50px;
}
.share_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #bebef8;
}
#logo_twitter {
	background-image:url(../images/layout/logo_twitter.png);
	background-repeat:no-repeat;
	position:absolute;
    left:900px;
	width:69px;
	height:69px;

	top:30px;
}
