@charset "utf-8";


body,table,th,td,tb,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,textarea,input
{
	margin: 0;
	padding: 0;
}
/*
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
*/
span.share > div {
  vertical-align: bottom !important;
}

span.share > iframe
{
  vertical-align: bottom !important;
}


a {
	text-decoration: none;
}

a img
{
	border:none;
}

a img:hover
{
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

li
{
	list-style-type:none;
}

textarea
{
	resize: vertical;
}

a {			color : #5588ff;}
a:link {	color : #5588ff;}
a:visited {	color : #8855aa;}
a:hover {	color : #00cccc;}
a:active {	color : #00cccc;}


input[type="submit"], input[type="reset"], input[type="button"], button
{
	font-weight: bold;
	padding: 8px;
	border: 1px solid #808080;
	-webkit-box-shadow: inset 0 1px 3px #fff;
	-moz-box-shadow: inset 0 1px 3px #fff;
	box-shadow: inset 0 1px 3px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

select
{
	color: #303030;
	padding: 8px;
	border: 1px solid #808080;
	-webkit-box-shadow: inset 0 1px 3px #bbb;
	-moz-box-shadow: inset 0 1px 3px #bbb;
	box-shadow: inset 0 1px 3px #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	resize: vertical;
}
	
input[type="text"],input[type="password"]
{
	color: #303030;
	font-weight: bold;
	padding: 8px;
	border: 1px solid #808080;
	-webkit-box-shadow: inset 0 1px 3px #bbb;
	-moz-box-shadow: inset 0 1px 3px #bbb;
	box-shadow: inset 0 1px 3px #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="text"]:focus,input[type="password"]:focus
{
	background: #f0f0ff;
}

textarea
{
	vertical-align:bottom;
	font-weight: bold;
	color: #303030;
	padding: 8px;
	border: 1px solid #808080;
	-webkit-box-shadow: inset 0 1px 3px #bbb;
	-moz-box-shadow: inset 0 1px 3px #bbb;
	box-shadow: inset 0 1px 3px #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	resize: vertical;
}

textarea:focus {
	background: #f0f0ff;
}

div.clearfix
{
	overflow: hidden;
	zoom: 1;
	clear:both;
}

ul.disc
{
	margin-top:2px;
	padding-left:25px;
}
ul.disc li
{
	list-style-type:disc;
}

ol.decimal
{
	padding-left:20px;
}
ol.decimal li
{
	list-style-type:decimal;
}

div#blog_main
{
	background-position : top;
	background-image : url(sysimg/head_bg.png);
	background-repeat:repeat-x;
	font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

div.blog_frame_top
{
	width : 820px;
	height : 33px;
	background-image : url(sysimg/frame_top.png);
	text-align:left;
}
div.blog_frame_top div.padding
{
	padding-top:12px;
	padding-left:100px;
	font-size:11px;
}

div.blog_frame_middle
{
	width : 820px;
	background-image : url(sysimg/frame_middle.png);
	text-align:left;
}
div.blog_frame_middle div.padding
{
	padding:10px 30px 0px 30px;
}

div.blog_frame_bottom
{
	width : 820px;
	height : 32px;
	background-image : url(sysimg/frame_bottom.png);
}

div.blog_page
{
	margin-bottom:10px;
	background-color:#fff;
}

div.blog_data
{
	overflow: hidden;
	zoom: 1;
	border-top:solid 1px #ccc;
	padding:10px 5px 5px 5px;
	margin-top:5px;
}

div.blog_data .data_l
{
	float:left;
}

div.blog_data .data_r
{
	float:right;
	text-align : right;
}

.blog_frame_top a {			color : #000;}
.blog_frame_top a:link {	color : #000;}
.blog_frame_top a:visited {	color : #000;}
.blog_frame_top a:hover {	color : #00cccc;}
.blog_frame_top a:active {	color : #00cccc;}