*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
  color: #333;
  border-bottom : 1px dashed #999;
  padding: 0 0 1px 0;
}

a:visited {
  color: #333;
  border-bottom : 1px dashed #999;
}

a:hover {
  color: #cccccc;
  border-bottom : 1px dashed #cccccc;
}


/* ページ全体のレイアウト
---------------------------------------------------- */

body {
  height: 100%;
  color: #333;
 font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 11px;
  line-height:1.7;
  background:url(http://airw.jp/blog/asablo/bg_blog.jpg) repeat-x;
}

#container {
  margin: 0 auto;
  width: 960px;
}

#head {
  background:url(http://airw.jp/blog/asablo/top_image_blog.jpg) no-repeat;
  margin: 0 auto 20px auto;
  width: 900px;
  min-height: 310px; 
  height:auto !important; 
  height: 310px;
}

#head h1 {
  color:#ｆｆｆｆｆｆ;
  padding: 105px 50px 20px 30px;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height:1.2;
  text-align: center;
}

#head h1 a,
#head h1 a:visited{
  border: none;
  color: #fff;
}

#head h1 a:hover{
  color:#eee;
}
#head h2{
color:#ｆｆｆ;
}

#center {
  float: left;
  width: 480px;
}

#right {
  float: right;
  width: 237px;
  height: 100%;
  margin-right:3px;
}

#left {
  float: left;
  width: 240px;
  height: 100%;
}

#footer {
  clear: both;
  height: 50px;
  position: relative;
}

#footer img{
  position: absolute;
  bottom: 0px;
  right: 50px;
  border: none;
  text-decoration: none;
}

#footer a {
  border: none;
  text-decoration: none;
}


/* 記事部分
---------------------------------------------------- */
#main {
  margin: 0 0 0 4px;
}

.msg {
  margin: 0 0 30px 0;
  text-align: left;
  border: solid 1px #eee;
}

.msg-title {
  padding: 20px 30px 0 30px;
  font-size: 13px;
  font-weight:bold;
  color: #2c2a29;
  line-height:1.2;
}

.msg-dow-sun .msg-title{
  border-top: solid 10px #e13e10;
}

.msg-dow-sun a:hover{
  color: #f74817;
  border-bottom : 1px dashed #f74817;
}

.msg-dow-mon .msg-title{
  border-top: solid 10px #f18b00;
}

.msg-dow-mon a:hover{
  color: #f69a1c;
  border-bottom : 1px dashed #f69a1c;
}

.msg-dow-tue .msg-title{
  border-top: solid 10px #f9cd17;
}

.msg-dow-tue a:hover{
  color: #fedc3b;
  border-bottom : 1px dashed #fedc3b;
}

.msg-dow-wed .msg-title{
  border-top: solid 10px #61a320;
}

.msg-dow-wed a:hover{
  color: #74be2c;
  border-bottom : 1px dashed #74be2c;
}

.msg-dow-thu .msg-title{
  border-top: solid 10px #2583c6;
}

.msg-dow-thu a:hover{
  color: #46b0fb;
  border-bottom : 1px dashed #46b0fb;
}

.msg-dow-fri .msg-title{
  border-top: solid 10px #4e4994;
}

.msg-dow-fri a:hover{
  color: #766df5;
  border-bottom : 1px dashed #766df5;
}

.msg-dow-sat .msg-title{
  border-top: solid 10px #7a4090;
}

.msg-dow-sat a:hover{
  color: #ad48d4;
  border-bottom : 1px dashed #ad48d4;
}

.msg-archives .msg-title{
  border-top: solid 10px #ccc;
}

.msg-archives a:hover{
  color: #c9c9c9;
  border-bottom : 1px dashed #c9c9c9;
}

.msg-title a,
.msg-title a:hover,
.msg-title a:visited {
  border: none;
}

.msg-date {
  padding: 5px 0 0 0;
  font-size: 11px;
  display: block;
  color: #a6a09a;
  visibility: visible;
}

.msg-body {
  padding: 10px 30px 0 30px;
  font-size: 13px;
}

.msg-pict {
  margin: 0 0 15px 0;
  border: none;
}

.msg-pict a,
.msg-pict a:visited,
.msg-pict a:hover {
  border: none;
}

.msg-footer {
  padding: 15px 30px 30px 30px;
  font-size: 11px;
  letter-spacing: 0.5px;
}

pre {
  border : 4px dotted #645d59;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

blockquote {
  border : 4px double #645d59;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

/* コメント部分
---------------------------------------------------- */

.comment-caption {
  font-weight:bold;
  padding: 50px 0 0 32px;
  font-size: 13px;
}

.comment-caption a {
  border: none;
}

.comment-caption a:hover {
  color: #333;
  border: none;
}


.comment-title {
  padding: 20px 0 0 32px;
  font-size: 13px;
}

.comment-body {
  padding: 5px 70px 0 32px;
  font-size: 13px;
}

.comment-form {
  margin: 15px 0 0 32px;
  padding: 0;
  font-size: 13px;
  line-height:1.7;
}

.comment-form .comment-caption {
  margin: 30px 0 10px 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
}

.comment-form p {
  font-size: 13px;
}

.comment-form form p {
  padding: 30px 0 0 0;
  font-weight:bold;
}

.comment-form form p input {
  color: #333;
  display: block;
  font-size: 13px;
  font-weight:normal;
  background: #eee;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

.comment-form form br{
  display: none;
}

.comment-form textarea {
  color: #333;
  margin: 0 0 3px 0;
  background: #eee;
  width: 344px;
  display: block;
  font-size: 11px;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

input{ 
width: 250px; 
}

form{ 
width: 250px; 
}


/* トラックバック部分
---------------------------------------------------- */

.tb-caption {
  font-size: 13px;
  font-weight:bold;
  padding: 50px 0 0 32px;
}

.tb-caption a {
  border: none;
}

.tb-caption a:hover {
  color: #333;
  border: none;
}

.tb-title {
  padding: 20px 0 0 32px;
  font-size: 11px;
}

.tb-url {
  margin: 15px 0 0 32px;
  font-size: 10px;
}

.tb-body {
  padding: 5px 70px 0 32px;
  font-size: 11px;
}

.tb-attention {
  margin: 15px 0 0 32px;
  font-size: 11px;
}


/* 次>>の表示
---------------------------------------------------- */

.navi {
  font-size: 11px;
  font-weight:bold;
  text-align: right;
  margin: 0 0 10px 0;
}

.navi a,
.navi a:visited,
.navi a:hover {
  border: none;
}

/* サイドバー－基本
---------------------------------------------------- */
.sidebar {
  margin: 0 26px 0 30px; 
}

.mod {
  margin: 0 0 30px 0;
  border: solid 1px #eee;
}

.mod-caption {
  padding: 10px 10px 0 10px;
  font-size: 11px;
  font-weight:bold;
  letter-spacing: 2px;
  text-align: left;
  line-height: 1.5;
  color: #333;
/*  border-top: solid 10px #ccc;*/
}

.mod-message .mod-caption a {
  border: none;
}

.mod-text {
  letter-spacing: 1px;
}

.mod ul {
  list-style: none;
}

.mod-body {
  font-size: 11px;
  padding: 0 10px 10px 10px;
}

/* サイドバー－カレンダー
---------------------------------------------------- */

.mod-calendar .mod-body{
  padding: 0px 9px 10px 9px;
/*  border-top: solid 10px #ccc;*/
  text-align: center;
}

.calendar {
  font-size: 11px;
  text-align: center;
}

.calendar a:hover {
  font-weight: bold;
}

.calendar-title {
  padding: 5px 0 5px 0;
  font-size: 11px;
  font-weight:bold;
  letter-spacing: 1px;
}

.calendar-sun-name {
  padding: 0 3px;
  color: #e13e10;
  font-weight:bold;
  text-align: center;
}
.calendar-wday-name {
  padding: 0 3px;
  font-weight:bold;
  text-align: center;
  color: #333;
}
.calendar-sat-name {
  padding: 0 3px;
  color: #61a320;
  font-weight:bold;
  text-align: center;
}

.calendar-cell {
  text-align: center;
  width: 20px;
  height: 15px;
}

.calendar-title a{
  text-decoration: none;
  border: none;
}

.calendar-title a:hover{
  text-decoration: none;
  border: none;
}

.calendar-title a:visited{
  text-decoration: none;
  border: none;
}

.calendar-cell a{
  font-weight: bold;
}

/* RSS・ログインの個別の指定
---------------------------------------------------- */
.mod-rss-button {
  padding: 0 0 30px 0
}


.mod-login-button {
  padding: 0 0 30px 0
}

/* アーカイブの表示
---------------------------------------------------- */

.msg-archives ul {
  list-style : none;
}


/* Twitter 
---------------------------------------------------- */
#twitter_div {
	margin:10px auto;
	padding-bottom:10px;
	width:160px;
	height:auto;
	font-size:12px;
	color:#000;
	background:url() no-repeat bottom;
}
#twitter_div h2 {
	position:relative;
	width:160px;
	height:40px;
}
#twitter_div h2 span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	background:url() no-repeat;
	width:100%;
	height:100%;
}
ul#twitter_update_list {
	margin:0;
	padding:0;
}
#twitter_update_list li {
	list-style:none;
	margin:0 0px 10px 0px;
	padding:4px;
	background:#eee;
}
#twitter_update_list li a:link {
	color:#666;
}
#twitter-link {
	margin-left:14px;
	color:#999;
	text-align:right;
}