/* css start ------------ */


/* :::::::::::::::::::::::::::::::::::::::::::::
	style reset
::::::::::::::::::::::::::::::::::::::::::::: */

html, body,
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, li,
dl, dt, dd, address,
input, textarea {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

hr {
	display: none;
}




/* :::::::::::::::::::::::::::::::::::::::::::::
	typography
::::::::::::::::::::::::::::::::::::::::::::: */

body { color: #333; font-family: "メイリオ", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif; line-height:normal;}

div.comment-form form input,
div.comment-form form textarea { color: #333; font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif; }
html>/**/body input,
html>/**/body select,
html>/**/body textarea { color: #333; font-family:sans-serif; }/* Win IE 以外 */




/* :::::::::::::::::::::::::::::::::::::::::::::
	essential
::::::::::::::::::::::::::::::::::::::::::::: */

a:link,
a:visited {
	color: #37638a;
	text-decoration: none;
	background-color: transparent;
}

a:active,
a:hover {
	color: #5196e3;
	text-decoration: underline;
	background-color: transparent;
}



/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	layout
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

html {
}
body {
	background: #fff url(http://s.asablo.jp/css/common2r/airline-blue/body_bg.gif) no-repeat 50% 484px;
	background-attachment: fixed;
}

div#container {
	width: 813px;
	margin: 0 auto;
}

div#container div#head {
	height: 264px;
	background: url(http://s.asablo.jp/css/common2r/airline-blue/head_bg.jpg) no-repeat 0 24px;
}

div#container div#center {
	float: left;
	width: 520px;
	min-height: 350px;
}
* html div#container div#center { height: 350px;}

div#container div#right {
	float: right;
	width: 263px;
	padding: 41px 0 40px 0;
}

div#container p#footer {
	position: relative;
	clear: both;
	width: 813px;
	height: 79px;
}


/* ------------------------------------------------
	head
------------------------------------------------ */

div#head h1 {
	padding: 92px 320px 0 29px;
	font-size: 21px;
	line-height: 31px;
}

div#head h1 a:link,
div#head h1 a:visited {
	color: #333;
}

div#head h1 a:hover,
div#head h1 a:active {
	color: #333;
}



/* ------------------------------------------------
	main
------------------------------------------------ */

div#main {
	position: relative;
	width: 520px;
	padding: 59px 0 0 0;
}


/* 前／次 ---------------- */

div#main div.navi {
	width: 520px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	background: url(http://s.asablo.jp/css/common2r/airline-blue/nav_bg.gif) no-repeat;
	padding: 8px 0 8px 0;
}

div#main div.navi a {
	padding: 0 6px 0 6px;
	color: #000000;
}

div#main div#navi-top {
	position: absolute;
	top: 16px;
	left: 0;
}

div#main div#navi-bottom {
	margin: 28px 0 0 0;
}


/* 記事部分 ---------------- */

div.msg {
	width: 520px;
	margin: 0 0 35px 0;
	background: #fff url(http://s.asablo.jp/css/common2r/airline-blue/msg_bg_d.jpg) no-repeat;
}

div.msg h2.msg-title {
	color: #fff;
	font-size: 0;
	line-height: 1;
	min-height: 41px;
	background: no-repeat 20px 38px;
	padding: 20px 20px 0 20px;

}
* html div.msg h2.msg-title { font-size: 0px; line-height:1; color:#f95200; }
*:first-child+html div.msg h2.msg-title { font-size: 0px; line-height:1; color:#f95200; }


div.msg h2.msg-title a {
	display: block;
	background:url(http://s.asablo.jp/css/common2r/airline-blue/msg_mon00.gif) no-repeat;
	color: #067abd;
	font-size: 16px;
	line-height: 20px;
	min-height: 18px;
	padding: 4px 0 0 58px;
	outline: 0;
}

div.msg h2.msg-title span.msg-date {
	position: relative;
	display: block;
	font-size: 10px;
	line-height: 14px;
	color: #767676;
	font-weight: normal;
	background: url(http://s.asablo.jp/css/common2r/airline-blue/msg_tit_bg_d.gif) no-repeat 0% 100%;
	padding: 4px 0 22px 58px;
/*	margin: 0 0 0 -58px; */
}

div.msg div.msg-body {
	font-size: 16px;
	line-height: 24px;
	background: url(http://s.asablo.jp/css/common2r/airline-blue/spacer.gif) repeat; /* for Opera9's bug */
	border-left: 1px solid #93cae8;
	border-right: 1px solid #93cae8;
	padding: 0 20px 25px 20px;
}

/* clearfix: Ver. 2007.05.31 ---------------- */
div.msg div.msg-body:after { content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:1; overflow:hidden; }
div.msg div.msg-body { display:inline-block; }
/*\*/
* html div.msg div.msg-body { height:1%; }
div.msg div.msg-body { display:block; }
/**/


div.msg div.msg-body a:link,
div.msg div.msg-body a:visited { color: #37638a; text-decoration: underline; }
div.msg div.msg-body a:active,
div.msg div.msg-body a:hover { color: #5196e3; text-decoration: none; }

div.msg div.msg-pict {
	float: right;
	padding: 10px 0 10px 12px;
}

div.msg div.msg-content {
	padding: 3px 0 0 0;
	color: #333;
}

div.msg p.msg-footer {
	color: #37638a;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	background: url(http://s.asablo.jp/css/common2r/airline-blue/msg_ft_bg.gif) no-repeat 2px 0px;
	border-left: 1px solid #93cae8;
	border-right: 1px solid #93cae8;
	border-bottom: 1px solid #93cae8;
	padding: 10px 15px 6px 15px;
}

div.msg p.msg-footer a:link,
div.msg p.msg-footer a:visited { color: #37638a; }
div.msg p.msg-footer a:hover,
div.msg p.msg-footer a:active { color: #5196e3; }


div.msg div.msg-body h1 { font-size: 24px; line-height: 38px; }
div.msg div.msg-body h2 { font-size: 21px; line-height: 33px; }
div.msg div.msg-body h3 { font-size: 18px; line-height: 28px; }
div.msg div.msg-body h4 { font-size: 16px; line-height: 24px; }
div.msg div.msg-body h5 { font-size: 14px; line-height: 21px; }
div.msg div.msg-body h6 { font-size: 12px; line-height: 19px; }

div.msg div.msg-body pre {
	background: #e8eff6;
	margin: 0 0 1em 0;
	padding: 1em;
}

div.msg div.msg-body blockquote {
	border: 1px solid #adcce2;
	margin: 0 0 1em 0;
	padding: 1em;
}

div.msg div.msg-body ul li {
	list-style: none;
	background: url(http://s.asablo.jp/css/common2r/airline-blue/arw02.gif) no-repeat 0em 0.5em;
	padding: 2px 0 2px 18px;
}



/* アーカイブページ ---------------- */

div#main div.msg-archives  {
	background: transparent;
}

div.msg-archives h2.msg-title {
	color: #067abd;
	min-height: 1px;
	background: url(http://s.asablo.jp/css/common2r/airline-blue/comm_tit_bg.gif) no-repeat 0% 100%;
	padding: 0 0 17px 0;
	margin: 0 0 0 15px;
}

div.msg-archives h2.msg-title a {
	color: #067abd;
	text-decoration: none;
	background: none;
	padding: 0;
}

div.msg-archives div.msg-body h3 {
	color: #067abd;
	font-size: 16px;
	line-height: 20px;
	padding: 20px 0 0;
}

div.msg-archives ul {
	list-style-type: none;
	padding: 10px 0 10px 0;
}

div.msg-archives div.msg-body ul li {
	width: 475px;
	background: none;
	padding: 0 0 0 0;
}

div.msg-archives div.msg-body ul li a {
	display: block;
	background: url(http://s.asablo.jp/css/common2r/airline-blue/arw02.gif) no-repeat 0em 0.5em;
	padding: 2px 0 2px 18px;
}

div.msg-archives div.msg-body ul li a:hover {
	background-position: 2px 0.5em;
}

div#main div.msg-archives div.msg-body {
	background: none;
	border: 0px;
	padding: 0 15px 25px 15px;
	margin: 0 0 0 15px;
}

div#main div.msg-archives p.msg-footer {
	border: 0px;
	background: none;
	margin: 0 0 0 15px;
}


/* コメント・トラックバック共通 ---------------- */

h2.comment-caption,
div.comment-form p.comment-caption,
h2.tb-caption {
	width: 479px;
	color: #067abd;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	background: url(http://s.asablo.jp/css/common2r/airline-blue/comm_tit_bg.gif) no-repeat 0% 100%;
	padding: 39px 0 17px 0;
	margin: 0 0 0 21px;
}
h2.comment-caption {
	padding: 4px 0 17px 0;
}
div.comment-form p.comment-caption {
	margin: 0 0 0 0;
}


h2.comment-caption a,
div.comment-form p.comment-caption a,
h2.tb-caption a {
	color: #067abd;
	text-decoration: none;
}

h3.comment-title,
h3.tb-title {
	width: 475px;
	color: #4e8cc2;
	font-size: 12px;
	line-height: 17px;
	background: url(http://s.asablo.jp/css/common2r/airline-blue/arw03.gif) no-repeat 0em 0.4em;
	padding: 0 0 0 12px;
	margin: 8px 0 0 21px;
}

h3.comment-title a:link,
h3.comment-title a:visited,
h3.tb-title a:link,
h3.tb-title a:visited { color: #37638a; text-decoration: underline; }
h3.comment-title a:hover,
h3.comment-title a:active,
h3.tb-title a:hover,
h3.tb-title a:active { color: #5196e3; text-decoration: none; }

div.comment-body,
div.tb-body {
	width: 475px;
	font-size: 12px;
	line-height: 17px;
	padding: 7px 0 12px 0;
	margin: 0 0 0 21px;
}


/* コメント ---------------- */

div.comment-body ul {
	list-style-type: none;
}

div.comment-form {
	padding: 0 0 16px 20px;
}

div.comment-form form {
	padding: 10px 0 0 0;
}

div.comment-form p {
	width: 475px;
	font-size: 12px;
	line-height: 18px;
	margin: 7px 0 0 0;
}

div.comment-form form p {
	margin: 0 0 0 0;
	color: #4e8cc2;
	font-size: 12px;
	line-height: 18px;
}

.body-msg div.comment-form form #asablo-comment-name,
.body-msg div.comment-form form #asablo-comment-mail,
.body-msg div.comment-form form #asablo-comment-url,
.body-msg div.comment-form form #asablo-comment-content,
.body-msg div.comment-form form #asablo-comment-keyword{
	display: block;
	margin-top: 2px;
	font-size: 12px;
	font-weight: normal;
	background-color: #f0f8fd;
	border: 1px solid #b5d3ed;
}

div.comment-form form input {
	width: 200px;
	margin: 0 0 3px 0;
}

div.comment-form form textarea {
	width: 370px;
	margin: 0 0 14px 0;
}

div.comment-form form #asablo-comment-submit {
	width: 200px;
	color: #ffffff;
	background-color: #79abd7;
	border: 1px solid #79abd7;
	cursor: pointer;
}

div.comment-form form br {
	display: none;
}


/* トラックバック ---------------- */

p.tb-url,
p.tb-attention {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	padding: 4px 0 21px 0;
	margin: 0 0 0 21px;
}
p.tb-attention {
	position: relative;
	margin: -15px 0 0 21px;
}

p.tb-url code {
	display: block;
}



/* ------------------------------------------------
	right
------------------------------------------------ */

div#right {
	font-size: 12px;
	line-height: 17px;
}

/* ツール ---------------- */

div.mod {
	width: 252px;
}

div.mod a:link,
div.mod a:visited,
div.mod a:hover,
div.mod a:active {
	color: #333;
/*	text-decoration: none;*/
}

div.mod div.mod-body {
	padding: 8px 6px 34px 12px;
}

div.mod-description h2,
div.mod-comment h2,
div.mod-recent-articles h2,
div.mod-trackback h2,
div.mod-category h2,
div.mod-backno h2 {
	width: 252px;
	height: 60px;
	text-indent: -9999px;
	font-size: 1px;
}

div.mod-description h2 { background: url(http://s.asablo.jp/css/common2r/airline-blue/mod_about.gif) no-repeat;}
div.mod-comment h2 { background: url(http://s.asablo.jp/css/common2r/airline-blue/mod_comment.gif) no-repeat;}
div.mod-recent-articles h2 { background: url(http://s.asablo.jp/css/common2r/airline-blue/mod_recent.gif) no-repeat;}
div.mod-trackback h2 { background: url(http://s.asablo.jp/css/common2r/airline-blue/mod_trackback.gif) no-repeat;}
div.mod-category h2 { background: url(http://s.asablo.jp/css/common2r/airline-blue/mod_category.gif) no-repeat;}
div.mod-backno h2 { background: url(http://s.asablo.jp/css/common2r/airline-blue/mod_backno.gif) no-repeat;}


/* リスト */

div.mod ul {
	width: 233px;
	list-style-type: none;
}

div.mod ul li {
	border-bottom: 1px solid #b7cde4;
}

div.mod ul li a {
	display: block;
	background: url(http://s.asablo.jp/css/common2r/airline-blue/arw01.gif) no-repeat 12px 0.4em;
	padding: 3px 0 3px 34px;
}
div.mod ul li a:hover {
	background-position: 15px 0.4em;
}

div.mod ul li.mod-link-to-archives {
	border-bottom: 0px;
}

div.mod ul li.mod-link-to-archives a {
	background: none;
}


/* カレンダー */

div.mod-calendar {
	padding: 8px 6px 45px 12px;
}

div.mod-calendar div.mod-body {
	width: 233px;
	border: 1px solid #b5d3ed;
	background: #ffffff url(http://s.asablo.jp/css/common2r/airline-blue/mod_cal_bg.gif) no-repeat 100% 100%;
	padding: 10px 0 10px 0;
}

div.mod-calendar div.mod-body table.calendar,
div.mod-calendar div.mod-body table.calendar td {
	border: 0px;
	border-collapse: collapse;
}

div.mod-calendar div.mod-body table.calendar {
	width: 205px;
	margin: 0 0 0 13px;
}

div.mod-calendar div.mod-body table.calendar td {
	font-size: 12px;
	line-height: 19px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
}

div.mod-calendar div.mod-body table.calendar td.calendar-title {
	padding: 0 0 8px 0;
}

div.mod-calendar div.mod-body table.calendar td.calendar-title a:link,
div.mod-calendar div.mod-body table.calendar td.calendar-title a:visited,
div.mod-calendar div.mod-body table.calendar td.calendar-title a:hover,
div.mod-calendar div.mod-body table.calendar td.calendar-title a:active {
	color: #3272a9;
}

div.mod-calendar div.mod-body table.calendar td.calendar-sun-name,
div.mod-calendar div.mod-body table.calendar td.calendar-sat-name,
div.mod-calendar div.mod-body table.calendar td.calendar-wday-name {
	background: url(http://s.asablo.jp/css/common2r/airline-blue/mod_cal_hd_bg.gif) no-repeat 0% 50%;
	padding: 3px 0 5px 0;
}
div.mod-calendar div.mod-body table.calendar td.calendar-sun-name { color: #A91158;}
div.mod-calendar div.mod-body table.calendar td.calendar-sat-name { color: #1281A8;}

div.mod-calendar div.mod-body table.calendar td.calendar-cell {
	padding: 3px 0 2px 0;
}

div.mod-calendar div.mod-body table.calendar td.calendar-cell a {
	display: block;
	width: 20px;
	height: 19px;
	margin: 0 auto;
	color: #fff;
/*	font-weight: bold; */
	background: url(http://s.asablo.jp/css/common2r/airline-blue/mod_cal_day_bg.gif) no-repeat 60% 50%;
}


/* メッセージ */

div.mod-message {
	position: relative;
	background: url(http://s.asablo.jp/css/common2r/airline-blue/mod_msg_tit_bg.gif) no-repeat 12px 0px;
	margin: -5px 0 0 0;
}

div.mod-message h2,
div.mod-message div.mod-body {
	width: 233px;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	padding: 10px 0 50px 0;
	margin: 0 0 0 13px;
}
div.mod-message h2 {
	color: #4e8cc2;
	background: url(http://s.asablo.jp/css/common2r/airline-blue/mod_msg_tit_bg.gif) no-repeat 0% 100%;
	padding: 5px 0 5px 0;
}


/* RSS、ブログの更新をお知らせ、ログイン */

div.mod-rss-button {
	margin: 8px 0 0 0;
}
div.mod-login-button {
	padding-bottom: 145px;
	background: url(http://s.asablo.jp/css/common2r/airline-blue/mod_logo.gif) no-repeat 37px 100%;
}

div.mod-rss-button h2,
div.mod-mailpia-button h2,
div.mod-login-button h2 {
	width: 233px;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #b7cde4;
	margin: 0 0 0 12px;
}
div.mod-rss-button h2 { border-top: 1px solid #b7cde4; }

div.mod-rss-button h2 a,
div.mod-mailpia-button h2 a,
div.mod-login-button h2 a {
	display: block;
	background: url(http://s.asablo.jp/css/common2r/airline-blue/arw01.gif) no-repeat 12px 0.4em;
	padding: 3px 0 3px 34px;
}
div.mod-rss-button h2 a:hover,
div.mod-mailpia-button h2 a:hover,
div.mod-login-button h2 a:hover {
	background-position: 15px 0.4em;
}



/* ------------------------------------------------
	footer
------------------------------------------------ */

p#footer {
	background: url(http://s.asablo.jp/css/common2r/airline-blue/foot_bg.gif) no-repeat 0% 100%;
}

p#footer img {
	position: absolute;
	top: 18px;
	left: 626px;
}



/* ------------------------------------------------
	entry img
------------------------------------------------ */

/* 空背景 -----------------------*/

div.msg-hour-06,
div.msg-hour-07,
div.msg-hour-08,
div.msg-hour-09,
div.msg-hour-10,
div.msg-hour-11,
div.msg-hour-12,
div.msg-hour-13,
div.msg-hour-14,
div.msg-hour-15 { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_bg_d.jpg); }
div.msg-hour-16,
div.msg-hour-17,
div.msg-hour-18,
div.msg-hour-19 { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_bg_s.jpg); }
div.msg-hour-20,
div.msg-hour-21,
div.msg-hour-22,
div.msg-hour-23,
div.msg-hour-00,
div.msg-hour-01,
div.msg-hour-02,
div.msg-hour-03,
div.msg-hour-04,
div.msg-hour-05 { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_bg_n.jpg); }


/* タイトル文字色 */

div.msg-hour-06 h2.msg-title a,
div.msg-hour-07 h2.msg-title a,
div.msg-hour-08 h2.msg-title a,
div.msg-hour-09 h2.msg-title a,
div.msg-hour-10 h2.msg-title a,
div.msg-hour-11 h2.msg-title a,
div.msg-hour-12 h2.msg-title a,
div.msg-hour-13 h2.msg-title a,
div.msg-hour-14 h2.msg-title a,
div.msg-hour-15 h2.msg-title a { color: #067abd; }
div.msg-hour-16 h2.msg-title a,
div.msg-hour-17 h2.msg-title a,
div.msg-hour-18 h2.msg-title a,
div.msg-hour-19 h2.msg-title a { color: #f35b00; }
div.msg-hour-20 h2.msg-title a,
div.msg-hour-21 h2.msg-title a,
div.msg-hour-22 h2.msg-title a,
div.msg-hour-23 h2.msg-title a,
div.msg-hour-24 h2.msg-title a,
div.msg-hour-00 h2.msg-title a,
div.msg-hour-01 h2.msg-title a,
div.msg-hour-02 h2.msg-title a,
div.msg-hour-03 h2.msg-title a,
div.msg-hour-04 h2.msg-title a,
div.msg-hour-05 h2.msg-title a { color: #213477; }



/* 飛行機 */

div.msg-hour-06 h2.msg-title span.msg-date,
div.msg-hour-07 h2.msg-title span.msg-date,
div.msg-hour-08 h2.msg-title span.msg-date,
div.msg-hour-09 h2.msg-title span.msg-date,
div.msg-hour-10 h2.msg-title span.msg-date,
div.msg-hour-11 h2.msg-title span.msg-date,
div.msg-hour-12 h2.msg-title span.msg-date,
div.msg-hour-13 h2.msg-title span.msg-date,
div.msg-hour-14 h2.msg-title span.msg-date,
div.msg-hour-15 h2.msg-title span.msg-date { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_tit_bg_d.gif); }
div.msg-hour-16 h2.msg-title span.msg-date,
div.msg-hour-17 h2.msg-title span.msg-date,
div.msg-hour-18 h2.msg-title span.msg-date,
div.msg-hour-19 h2.msg-title span.msg-date { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_tit_bg_s.gif); }
div.msg-hour-20 h2.msg-title span.msg-date,
div.msg-hour-21 h2.msg-title span.msg-date,
div.msg-hour-22 h2.msg-title span.msg-date,
div.msg-hour-23 h2.msg-title span.msg-date,
div.msg-hour-00 h2.msg-title span.msg-date,
div.msg-hour-01 h2.msg-title span.msg-date,
div.msg-hour-02 h2.msg-title span.msg-date,
div.msg-hour-03 h2.msg-title span.msg-date,
div.msg-hour-04 h2.msg-title span.msg-date,
div.msg-hour-05 h2.msg-title span.msg-date { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_tit_bg_n.gif); }



/* 日付画像 */

div.msg-mon-01 h2.msg-title a { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_mon01.gif); }
div.msg-mon-02 h2.msg-title a { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_mon02.gif); }
div.msg-mon-03 h2.msg-title a { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_mon03.gif); }
div.msg-mon-04 h2.msg-title a { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_mon04.gif); }
div.msg-mon-05 h2.msg-title a { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_mon05.gif); }
div.msg-mon-06 h2.msg-title a { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_mon06.gif); }
div.msg-mon-07 h2.msg-title a { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_mon07.gif); }
div.msg-mon-08 h2.msg-title a { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_mon08.gif); }
div.msg-mon-09 h2.msg-title a { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_mon09.gif); }
div.msg-mon-10 h2.msg-title a { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_mon10.gif); }
div.msg-mon-11 h2.msg-title a { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_mon11.gif); }
div.msg-mon-12 h2.msg-title a { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_mon12.gif); }


div.msg-mday-01 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day01.gif); }
div.msg-mday-02 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day02.gif); }
div.msg-mday-03 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day03.gif); }
div.msg-mday-04 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day04.gif); }
div.msg-mday-05 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day05.gif); }
div.msg-mday-06 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day06.gif); }
div.msg-mday-07 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day07.gif); }
div.msg-mday-08 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day08.gif); }
div.msg-mday-09 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day09.gif); }
div.msg-mday-10 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day10.gif); }
div.msg-mday-11 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day11.gif); }
div.msg-mday-12 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day12.gif); }
div.msg-mday-13 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day13.gif); }
div.msg-mday-14 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day14.gif); }
div.msg-mday-15 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day15.gif); }
div.msg-mday-16 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day16.gif); }
div.msg-mday-17 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day17.gif); }
div.msg-mday-18 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day18.gif); }
div.msg-mday-19 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day19.gif); }
div.msg-mday-20 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day20.gif); }
div.msg-mday-21 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day21.gif); }
div.msg-mday-22 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day22.gif); }
div.msg-mday-23 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day23.gif); }
div.msg-mday-24 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day24.gif); }
div.msg-mday-25 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day25.gif); }
div.msg-mday-26 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day26.gif); }
div.msg-mday-27 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day27.gif); }
div.msg-mday-28 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day28.gif); }
div.msg-mday-29 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day29.gif); }
div.msg-mday-30 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day30.gif); }
div.msg-mday-31 h2.msg-title { background-image: url(http://s.asablo.jp/css/common2r/airline-blue/msg_day31.gif); }



/* css end ------------ */