@charset "UTF-8";


/* ashibinaa blog second css
----------------------------------------------- */

@import "second.css";


/* body
---------------------------------------- */

body {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: url(images/bg_001.gif)  repeat-y center top #c1d7ff;
	text-align: center;
	font-family: "MS Pゴシック",Osaka,sans-serif;
	}


/* link color
---------------------------------------- */

a { text-decoration: underline; }
a:link { color: #8FABBE; }
a:visited { color: #8FABBE; }
a:active { color: #8FABBE; }
a:hover { color: #006699; }


/* container
---------------------------------------- */

#container {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 720px;
	text-align: left;
	background-color: #fff;
	}


/* banner
---------------------------------------- */

#banner {
	background: url(images/top.png) no-repeat center top #fff;
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 720px;
	height: 250px;
	}

#banner h1 {
	margin: 0px;
	padding: 0px;
	display: none;
	}

#banner h2 {
	margin: 0px;
	padding: 0px;
	display: none;
	}


/* center
---------------------------------------- */

#center {
	margin: 0px 0px 0ox 10px;
	padding: 0px;
	float: left;
	width: 525px;
	}

#center img {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	border: solid 1px #666;
	float: left;
	}


/* right
---------------------------------------- */

#right {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	width: 180px;
	}


/* content
---------------------------------------- */

.content {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}

.content p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #666;
	font-size: 90%;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	}

.content blockquote {
	line-height: 1.5em;
	}

.content li {
	line-height: 1.5em;
	}

.content h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	color: #497ce5;
	font-size: 90%;
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
	background: url(images/icon_a.gif) no-repeat center left #e0eaff;
	border-top: solid 1px #ababab;
	border-left: solid 1px #ababab;
	border-right: solid 1px #ababab;
	border-bottom: solid 1px #497ce5;
	}

.content h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #497ce5;
	font-size: 95%;
	line-height: 1.5em;
	text-align: left;
	font-weight: bold;
	}

.entrybody {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-size: 100%;
	line-height: 1.7em;
	}

.content p.posted {
	margin: 0px 0px 25px 0px;
	padding: 3px;
	color: #999;
	font-size: 90%;
	border-bottom: 1px solid #497ce5;
	text-align: left;
	line-height: 1.5ex;
	}


/* calendar
---------------------------------------- */

#calendar {
	margin: 0px 0px 10px 0px;
	padding: 2px;
  	line-height: 1.4em;
	color: #000;
	font-size: 90%;
	text-align: center;
	}

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

#calendar caption {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

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

#calendar td {
	text-align: center;
	background: #ccc;
	}

.bg_red {
	background: #c00;
	}

.bg_grey {
	background: #666;
	}

.bg_blue {
	background: #00c;
	}


/* sidebar
---------------------------------------- */

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

.sidebar h2 {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	background: url(images/bg_002.gif) repeat-x #fff;
	border-top: solid 1px #ababab;
	border-left: solid 1px #ababab;
	border-right: solid 1px #ababab;
	border-bottom: solid 1px #497ce5;
	}

.sidebar ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

.sidebar ul ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

.sidebar li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 90%;
	line-height: 1.5em;
	list-style: none;
	background: url(images/icon_b.gif) no-repeat center left #fff;
	border-bottom: solid 1px #ababab;
	}


/* categories
---------------------------------------- */

#categories {
	margin: 0px;
	padding: 0px;
	}

#categories h2 {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	background: url(images/bg_002.gif) repeat-x #fff;
	border-top: solid 1px #ababab;
	border-left: solid 1px #ababab;
	border-right: solid 1px #ababab;
	border-bottom: solid 1px #497ce5;
	}

#categories ul {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}

#categories li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 90%;
	line-height: 1.5em;
	list-style: none;
	background: url(images/icon_b.gif) no-repeat center left #fff;
	border-bottom: solid 1px #ababab;
	}
	

/*
---------------------------------------- */

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

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

.link-note {
	font-size: 90%;
	line-height: 1.5em;
	text-align: left;
	padding: 2px;
	margin: 0px 0px 10px 0px;
	}


#powered {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-size: 90%;
	line-height: 1.5em;
	text-align: left;
	color: #666;
	}

#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: 0px;
	}

