/* ===================== coommon Start ========================*/
body {
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
margin: 0;
color: #333333;
text-align: center;
line-height: 120%;
font-size: 12px;
background: #FFF;
}

a {
/*text-decoration: underline;*/
}

a:link {
color: #8FABBE;
}

a:visited {
color: #8FABBE;
}

a:active {
color: #8FABBE;
}

a:hover {
color: #006699;
}


em {
font-size: 11px;
}

h1,h2,h3,i,b,strong {
font-size: 12px;
font-style:normal;
color: #00A8E7;
margin: 0;
padding: 3px 0;
line-height: 14px;
font-weight: normal;
}

img {
    border-style:none;
}
/* ===================== coommon End ========================*/

/* ===================== Header ========================*/
/* ===== 9/30 Percentage 追記↓ ====== */
#header {
	width: 800px;
	margin: 0 auto;
	height: 70px;
	color: #FFF;
	text-align: left;
	background-image: url(/img/07top/head_logo.gif);
	background-repeat: no-repeat;
	background-color: #00A8E7;
	}

.head_title {
	float: left;
	width: 612px;
	padding: 0 0;
	font-size: 11px;
	}
	
#header h1 {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 25px 0 0 300px;
	}
	
#header strong {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 25px 0 0 300px;
	}
	
#header_pad {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 0 300px;
	}
	

	
#header_pad_new {
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 0 10px;
	}
	
#header p {
	float: right;
	}
	
#header_logo {
	float: left;
	width: 0px;
	}

	
.date {
	font-size: 12px;
	font-weight: bold;
	float: right;
	width: 120px;
	text-align: right;
	padding: 45px 0 0;
	}
	
.date p {
	padding: 0 10px 0 0;
	margin: 0;
	}
	
/* ******************** menubar ********************** */
/* ===== 9/30 Percentage 追記↓ ====== */
#menubar {
	width: 800px;
	margin: 0 auto;
	color: #00A8E7;
	padding: 5px 0;
	text-align: center;
	background-image: url(../img/07top/cont_bg_border.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #00A8E7;
	}

#menubar a {
	font-size: 11px;
	color: #00A8E7;
	margin: 0;
	padding: 5px 5px;
	border-left: 1px solid #67CFE9;
	border-right: 1px solid #67CFE9;
	text-decoration: none;
	}
	
#menubar a:hover {
	color:#FFF;
	background-color: #00A8E7;
	text-decoration: none;
	}
	
#menubar a#top {
	text-decoration: none;
	background-color: #ECECEC;
	background-image: url(../img/07top/btn_menu_bg.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}
	
#menubar a#top:hover {
	color: #CC0000;
	background-image: url(../img/07top/btn_menu_bg_over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	}
	
#menubar a#search {
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-color: #5ED711;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}
	
#menubar a#search:hover {
	color: #00A8E7;
	background-color:#FFFF00;
	background-repeat: no-repeat;
	}


/* ******************** footer ********************** */
#footer {
clear:both;
width: 800px;
margin: 15px auto 0;
border-top: 1px solid #00A8E7;
}

#footer p {
margin: 2px 0;
padding: 5px;
font-size: 10px;
color: #00A8E7;
text-align: right;
line-height: 12px
}

#footer a{
color: blue;
}

#footer a:link{
color: blue;
}

#footer a:visited{
color: #CCC;
}

#footer a:active{
color: #CCC;
}

#footer a:hover{
color: red;
}

/* ******************** OLD ********************** */

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	
	background-color: #FFFFFF;
	border-left: 1px solid #00A8E7;
	border-right: 1px solid #00A8E7;
	border-bottom: 1px solid #00A8E7;
	}
	
#contain_bg {
	background-image: url(/blog/b_img/cnt_bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#banner {
	text-align: left;
	background-image: url(/img/head.jpg);
	border-bottom: 1px solid #FFFFFF;
	height: 50px;
	}

	
#blogtitle {
	text-align: left;
	background-image: url(/mi-chan/b_img/mi_blog_title.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
	height: 150px;
	}


#banner-img {
	display: none;
	}


#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;
	
	
	
	}

#banner h2 {
	font-size: small;
	}

#center {
		float: left;
	width: 590px;
	
	
	overflow: hidden;
	}

.content {
	padding: 15px 20px 5px 20px;
	background-color: #FFFFFF;
	
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 180%;
	}
	
.content pre {
	font-size: larger;
}

#right {
	float: left;
	width: 200px;
	overflow: hidden;
	}

#foot {
	margin: auto;
	width: 750px;
	background-color: #cccccc;
	}
	
.copyright {
	text-align: right;
	font-size: 10px;
	color: #ffffff;
	padding: 5px;
}

.content p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 180%;
	text-align: left;
	margin-bottom: 10px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

.content h3 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border-top: 1px solid #999999;
	text-align: left;
	
	
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	padding: 0px 15px 0px 15px;
	}



#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

#calendar th {
	text-align: center;
	font-weight: normal;
	}

#calendar td {
	text-align: center;
	}

.sidebar h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
  	
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	
	
	
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: circle;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
	
.admin_banner {
	border-bottom: 1px solid #cccccc;
}

.cat_icn {padding-bottom: 3px;}

.entry_title {background-color: #FF0078; color: #ffffff; border: 1px solid #333333; padding: 5px 5px 0px 5px;}
.entry_title h3 {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}
.entry_frame {border: solid 1px #FC70B2; padding: 5px 5px 0px 5px; margin-bottom: 10px;}

.entry_titletext {font-size: 14px; font-weight: bold; float: left;}
.entry_date {font-size: 11px; font-weight: normal; float: right;}
