@charset "UTF-8";

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, embed,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body, h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p {
	font-size: 12px;
	line-height: 130%;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	color: #262626;
}

body {
	line-height: 1;
}
/*
td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align:top;
	text-align:left;
}

th, td {
	padding:2px 5px;
}
*/
h1 {
	font-size: 20px;
	line-height: 130%;
	padding: 2px;
}
h2 {
	font-size: 16px;
	line-height: 130%;
	padding: 2px;
}
h3 {
	font-size: 10px;
	line-height: 130%;
	padding: 4px;
}



.submit{
    border:1px solid #777;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #428ec9;
    border-radius: 5px;

    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#99c9e5),
        to(#428ec9)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;

    background: -moz-linear-gradient(
        top,
        #99c9e5,
        #428ec9
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;

    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ff99c9e5,endColorstr=#ff428ec9);
    zoom: 1;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

div.social_btn {
	float: left;
	width: 235px;
	list-style-type: none;
}
div.social_btn .facebook {
	float: left;
	margin: 0px 10px 4px 0px;
	padding: 0px; 
	display: inline;
	width: 100px; 
}
div.social_btn .twitter {
 	float: left;
	padding: 0px; 
	display: inline;
	width: 100px; 
}
.fb_edge_widget_with_comment {
	*z-index: 89 !important;
}
.cl{
	clear: both;
	visibility: hidden;
	height: 0;
}
