@charset "UTF-8";
/* CSS Document */
body {
	line-height: 150%;
	letter-spacing:0.5px;
	text-align:center;
	font-size:13px; /*全体のフォントサイズ*/
	color:#000000; /*ブログ全体のフォント色*/
	font-family:"Georgia", "Verdana", "ヒラギノ角ゴ Pro W3", "MS UI Gothic", "Osaka‐等幅"; /*フォントファミリー指定*/
	margin:0px;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#FDD518;
}
img{
border:none;}
#title {
	margin:50px 0px 50px 0px;
	letter-spacing:1px;
	font-size:15px;
	font-weight:bold;
}
#title2 {
	margin:0px 0px 10px 0px;
	letter-spacing:1px;
	font-size:15px;
	font-weight:bold;
}
.tdftdiv {
	display:none;
}
#mother {
	height:350px;
	text-align:center;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
}
.left {
	text-align:left;
	float:left;
}
.right {
	float:right;
}
.both {
	clear:both;
}
.copy {
	font-size:11px;
	margin:30px 0px 0px 0px;
	clear:both;
}
#footer {
	text-align:center;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
}
