/*
Theme Name: twentyten-child
Template: twentyten
*/
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url { /* メインテキストの文字設定 */
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-color: #000000;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text { /* タイトル文字のフォント設定 */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-color: #000000;
}
/*画像中央合わせ*/
	.aligncenter
	{
    	display: block;
        margin-left: auto;
        margin-right: auto;
    }
/* img
{
   		display: block;
        margin-left: auto;
        margin-right: auto;	
} */
/* This is the custom header image */
#branding img {
    border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	display: block;
	float: center;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}