*{
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:12px;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	margin:auto;
}
body{
	margin:0;
	background:#f8f8f8;
	color:#444;
	font-family:sans-serif;
	font-size:12px;
	text-align:center;
}
a{
	color:#06b;
}
img{
	border:none;
}
input,textarea{
	height:19px;
	padding:2px;
	border-width:1px;
}
h1{
	display:block;
	float:left;
	width:224px;
	height:46px;
	padding-top:10px;
	border-bottom:4px solid #06b;
	overflow:hidden;
}
h1 a{
	display:block;
	width:220px;
	height:22px;
	overflow:hidden;
}
h2{
	float:right;
	width:550px;
	height:46px;
	padding-top:8px;
	color:#000;
	border-bottom:4px solid #9bd;
	font-family:メイリオ,Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:16px;
	line-height:34px;
}
h3{
	margin:0;
	padding:16px 0 0 0;
}
table{
	border:1px solid #ccc;
}
th{
	background:#eee;
	font-weight:400;
	padding:2px 4px;
}
td{
	background:#f8f8f8;
	padding:2px 4px;
}
pre{
	font-family:"ＭＳ ゴシック";
	line-height:120%;
	text-align:left;
}
.btn{
	display:block;
	height:22px;
	background-image:url(../img/all.png);
	background-position:0 -22px;
	color:#444;
	border:1px solid #bbb;
	text-decoration:none;
	line-height:20px;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px; 
}
.btn:hover{
	border:1px solid #06b;
}
.btn_dis{
	color:#aaa;
}
.btn_dis:hover{
	border:1px solid #bbb;
}
.slct{
	background-image:url(../img/all.png);
	background-position:0 -44px;
	color:#fff;
	border:1px solid #06b;
}
.ipt{
	background:#fff;
	border-style:solid;
	border-color:#aaa #ddd #ddd #aaa;
}
.error{
	width:100%;
	margin:16px 0;
	padding:8px;
	border:1px solid #c00;
	background:#fee;
	color:#c00;
}
#container{
	width:816px;
	padding:0 20px;
	background:#fff;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	box-shadow:0 0 12px rgba(0,0,0,.4);
	-moz-box-shadow:0 0 12px rgba(0,0,0,.4);
	-webkit-box-shadow:0 0 12px rgba(0,0,0,.4);
}
#adv{
	float:left;
	width:224px;
	overflow:hidden;
	padding:12px 0;
}
#maintext{
	float:right;
	width:550px;
	min-height:128px;
	line-height:150%;
	overflow-x:hidden;
	overflow-y:auto;
	padding:12px 0;
}
#footer{
	clear:both;
	width:100%;
	height:40px;
	padding:6px 0 0 4px;
	border-top:4px solid #ddd;
}
#copy{
	float:left;
	color:#888;
	font-family:Arial;
	text-align:left;
	line-height:24px;
}
#copy a{
	color:#888;
	font-family:Arial;
}
#copy a{text-decoration:none;}
#copy a:hover{text-decoration:underline;}
#share{
	float:right;
}
#share a{
	display:block;
	float:left;
	width:24px;
	height:24px;
	overflow:hidden;
	background-image:url(../img/s.png);
	filter:alpha(opacity=50);
	opacity:.5;
}
#share a:hover{
	filter:alpha(opacity=100);
	opacity:1;
}
#share a#tw{background-position:   2px 2px;}
#share a#hb{background-position: -18px 2px;}
#share a#yb{background-position: -38px 2px;}
#share a#de{background-position: -58px 2px;}
#share a#lc{background-position: -78px 2px;}
#share a#bz{background-position: -98px 2px;}
#share a#fb{background-position:-118px 2px;}
#share a#gb{background-position:-138px 2px;}
#share a#fc{background-position:-158px 2px;}
#share a#gm{background-position:-178px 2px;}
#share a#mx{background-position:-198px 2px;}
#share a#gr{background-position:-218px 2px;}
#share a#am{background-position:-238px 2px;}
#relate{
	padding:0 4px;
	border-top:1px solid #9bd;
	text-align:left;
	line-height:13px;
}
#relate a{
	display:block;
	margin:8px 0;
	padding-left:10px;
	background-image:url(../img/all.png);
	background-position:-194px -1px;
	background-repeat:no-repeat;
	text-decoration:none
}
#relate a:hover{
	color:#b72;
	background-position:-194px -14px;
}
.formbase{
	border:1px solid #ddd;
	background:#eee;
	padding:8px 0;
}
.separator{
	padding:0 6px;
}
