@charset "utf-8";

/*------------------------------------------------------------要素初期化*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { border: 0; vertical-align: bottom;}

address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul { list-style: none;}

caption,th { text-align: left;}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after { content:'';}

abbr,acronym { border: 0;}

hr { display:none;}

input,option,textarea,select {
	font-size: 100%;
}

/*------------------------------------------------------------ボディ*/
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Osaka－等幅",sans-serif;
	font-size: 10pt;
	color: #000;
	line-height: 1.5;
}
/*------------------------------------------------------------全体枠*/
#container{
	width: 640px;
	margin: 0px auto;
	text-align: left;
}

/*------------------------------------------------------------左カラム　コンテンツ*/
#content{
}
/*------------------------------------------------------------ヘッダ*/
#banner {
	padding: 30px 0 0 0;
}
.blogtitle{
	font-weight: bold;
	font-size: 14pt;
	padding: 0 0 5px 0;
}
.blogtitle span{
	font-weight: normal;
	font-size: 10pt;
}
.blogtitle a:link , .blogtitle a:visited  { text-decoration: none;}
.blogtitle a:hover , .blogtitle a:active { text-decoration: underline;}

.description{
	color: #666666;
	font-size: 10pt;
	padding: 0 0 30px 0;
}

/*--------------------------------------------------パン屑リスト*/
#pan {
	display: none;
}

/*------------------------------------------------------------ブログ本体*/
.blog{
}
/*------------------------------------------------------------記事部分*/
.blogbody{
	margin: 0 0 60px 0;
}
/*------------------------------記事日付*/
.date{
	font-size: 10pt;
	color: #666;
}
/*------------------------------記事タイトル*/
.title{
	font-weight:bold;
	font-size: 12pt;
	border-bottom: 1px dashed #666;
	margin: 0 0 10px 0;
}

/*------------------------------カテゴリ*/
.category1 {
	text-align: right;
	font-size: 10pt;
	margin: 0 0 10px 0;
}

/*------------------------------記事本文*/
.main{
	font-size: 10pt;
	margin: 0 0 20px 0;
}
.main img{
	margin: 0px 5px 5px 5px;
}
.main strong{
	font-weight:bold;
}

/*タグ*/
.tag_list {
	font-size: 10pt;
}

/*------------------------------記事追記*/
#more {}

/*------------------------------記事下部*/
.posted{
	text-align: right;
	margin:0px 0px 10px 0px;
	font-size: 10pt;
	border-bottom: 1px solid #666;
	padding: 0 0 5px 0;
	clear: both;
}
/*------------------------------個別記事タグ*/
.blogentry .tag_list {
	margin: 0 0 10px 0;
}
/*------------------------------ページメニュー*/
.menu{
	display: none;
}
a.amenu:link , a.amenu:visited {}
a.amenu:hover , a.amenu:active {}

/*------------------------------ページトップ*/
.pagetop{
	display: none;
}

/*------------------------------------------------------------右カラム　サイドバー*/
#side {
	display: none;
}
/*------------------------------------------------------------サイド1*/
#links{
	display: none;
}

/*------------------------------------------------------------フッタ*/
#footer {
}
#copyright {
	text-align: center;
	font-size: 10pt;
	color: #666666;
}




/*------------------------------------------------------------コメント･TB関連*/
/*コメント投稿フォーム*/
.form {
	display: none;
}

/*------------------------------------------------------------トラックバック一覧*/
#trackback {
	margin: 35px 0 0;
}
.trackback-url{
	font-weight: bold;
	margin: 15px 50px 25px 13px;
}
.trackback-title{
	font-weight: bold;
	margin: 0 50px 0 0;
}
.trackback-body{
	margin: 15px 50px 15px 13px;
}
.trackback-post{
	text-align: right;
	margin: 0px 50px 25px 13px;
}

/*------------------------------------------------------------コメント一覧*/
#comment {
	margin: 20px 0 0 0;
}
.comments-head{
	font-weight: bold;
}
.comments-body{
	margin: 15px 50px 15px 15px;
}
.comments-post{
	text-align: right;
	margin: 0px 50px 25px 15px;
}


/*カスタム1*/
.custom1 {
	display: none;
}
/*カスタム2*/
.custom2 {
	display: none;
}
/*カスタム3*/
.custom3 {
	display: none;
}




/* ▼みほさんのブログ */
#container #topFlash {
	display: none;
}
#container object {
	display: none;
}