/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */
/***** anchor *****/
a:link, a:visited, a:active  { color: #660000; text-decoration: none; }
a:hover  { color: #e60000; text-decoration: underline; }
/***** end *****/
/* ++++++ ブログの横幅設定 ++++++ */

#container {
	width: 800px;
	}


/* ++++++ ２段組の横幅設定 ++++++ */

	/* コンテンツ部分の横幅 */
	#center	{
		width: 595px;
		}

	/* サイドバーの横幅 */
	#left, #right	{
		width: 200px;
		}


/* ++++++ その他設定 ++++++ */

body {
       	text-align: center;
	background-color: #fff;
	background-image: url(http://www.sendai-air.co.jp/images/back02.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	}

#container {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
#banner	{
	overflow: hidden;
	}

#center {
	float: left;
	overflow: hidden;
	}

#left {
	float: left;
	overflow: hidden;
	}

#footer	{
	clear: both;
	}




/* +++++++++++++++++++++ レイアウトのデザイン設定 +++++++++++++++++++++ */

#container {
	border: solid 0px #999;
	}

#banner	{
	border: solid 0px #999;
	margin-bottom: 5px;
	padding: 0px;
	}

.content	{
	border: solid 1px #003333;
	background-color: #fff;
	}

.navi	{
	border: solid 0px #ddd;
	background-color: #ddd;
	}

.sidebar	{
	border: solid 1px #003333;
	}

/* ++++++ 枠内の余白 ++++++ */

	/* コンテンツ内の左右の余白 */
	.content div	{
		margin-left: 15px;
		margin-right: 15px;
		}

	/* コンテンツ内の上の余白 */
	.content	{
		padding: 0px;
		margin-bottom: 0px;
		}

	/* サイドバー内の左右の余白 */
	.sidebar div {
		margin-left: 0px;
		margin-right: 0px;
		}

	/* サイドバー内の上下の余白 */
	.sidebar {
		padding-top: 0px;
		padding-bottom: 0px;
		}

	/* ナビ内の左右の余白 */
	.navi div {
		margin-left: 5px;
		margin-right: 15px;
		}

	/* ナビ内の上下の余白 */
	.navi {
		padding-top: 5px;
		padding-bottom: 5px;
		}

	.content div div, .sidebar div div, .navi div div {
		margin-left: 0;
		margin-right: 0;
		}

/* ++++++ 段の間隔・横幅 ++++++ */

	#left	{
		margin-right: 5px;

		}

	#center	{

		}

	.navi {
		margin-bottom: 5px;
		}

/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

/* ++++++ ヘッダー部分のデザイン ++++++ */

/* ヘッダー */

h1	{
	float: right;
	text-align: right;
	font-size: 10px;
	font-family: monospace;
	padding: 5px 10px;
	margin: 0px;
	font-weight: normal;
	}

h1 a	{
	text-decoration: none;
	color: #4d1a1a;
	}
h1 a:link	{
	color: #4d1a1a;
	text-decoration: none;
	}
h1 a:visited	{
	color: #4d1a1a;
	text-decoration: none;
	}
h1 a:active	{
	color: #4d1a1a;
	text-decoration: none;
	}
h1 a:hover	{
	color: #c0c0c0;
	text-decoration: none;
	}

#title	{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-bottom: solid 0px #999;
	padding: 0px;
	margin: 0px;
	height: 22px;
	}

#title h2	{
	float: left;
	padding: 5px 10px;
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	text-align: left;
	}
#subtitle	{
	margin-top: 0px;
	background-image: url(images/subtitle.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	}
#footer	{
	margin-top: 0px;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	font-family: monospace;
	text-align: center;
	background-color: #003333;
	border: solid 0px #999;
	}

#footer a:link, #footer a:visited, #footer a:active  { color: #e6991a; text-decoration: none; }
#footer a:hover  { color: #e63300; text-decoration: underline; }

/* ++++++ コンテンツ部分のデザイン ++++++ */

/* エントリー */
.entry h2	{
	margin-top: 15px;
	font-size: 10px;
	background-color: #eff8ef;
	border: solid px #1a4d1a;
	color: #666;
	padding: 0px 5px;
	text-align: right;
	}
.entry h3	{
	margin-top: 10px;
	font-size: 14px;
	border-left: solid 20px #334d1a;
	border-bottom: solid 0px #819fb7;
	background-color: #fff;
	color: #666666;
	padding: 0px 8px;
	}

.entry h3 a	{
	color: #333;
	}

.entry h4	{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	border-left: double 14px #008b8b;
	padding-left: 5px;
	color: #333;
	}
.entry	{
	font-size: 13px;
	color: #444;
	line-height: 160%;
	}
.entry p	{
	font-size: 13px;
	color: #444;
	line-height: 160%;
	}
.entry blockquote	{
	color: #444;
	line-height: 150%;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #ddd;
	background-color: #fff3f6;
	padding: 1em;
	margin: 10px 0px;
	}
.entry ul {
	list-style-type: circle;
	margin: 10px;
	line-height; 120%;
	padding: 0px;
	}
.entry li {
	text-align: left;
	margin-bottom: 6px;
	border-color: #999;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	}
.entry table,td	{
	color: #444;
	line-height: 120%;
	}
.entry p.posted	{
	font-size: 0.66em;
	color: #aaaaaa;
	border-top: solid 1px #996;
	padding-top: 6px;
	}
.entryappendix	{
	font-size: 0.66em;
	color: #aaaaaa;
	border-top: solid 1px #996;
	padding-top: 6px;
	}


.entry a	{

	}

.entry	{
	margin-bottom: 20px;
	}
.entry img	{
	border: solid 1px #333;
	}
.right {
	float: right;
	margin: 10px 0px 10px 10px;
	}
.left {
	float: left;
	margin: 10px 10px 10px 0px;
	}
.extended {
	text-align: right;
	}

/* ナビ */
.navi	{
	font-size: 12px;
	padding-left: 10px;
	}
/* 前後のエントリーへのリンク */

#entrylink	{
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#entrylink a	{

	}

#entrylink p	{

	}


/* トラックバック */

#trackbacks	{
	border: solid 1px #ddd;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#trackbacks h2	{
	font-size: 0.75em;
	margin-bottom: 0;
	}

#trackbacks p	{
	font-size: 0.75em;
	color: #666666;
	margin-top: 8px;
	}

#trackbacks h3	{
	font-size: 0.75em;
	color: #999999;
	margin-bottom: 0;
	border-top: solid 1px #ddd;
	padding-top: 20px;
	}

#trackbacks a	{

	}



/* コメント */

#comments	{
	border: solid 1px #ddd;
	padding: 5px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#comments h2	{
	font-size: 0.75em;
	}

#comments p	{
	font-size: 0.75em;
	color: #666666;
	}

#comments p.posted	{
	color: #999999;
	padding-left: 30px;
	}

#comments div	{
	border-top: solid 1px #ddd;
	}

#comments form div	{
	border-top: none;
	padding-top: 0;
	}

#comments h2#com02	{
	border-top: solid 1px #ddd;
	padding-top: 40px;
	}

#comments a	{

	}




/* ++++++ サイドバー部分のデザイン ++++++ */

/* メニュー */

.sidebar 	{
	position: relative;
	}
.sidebar h2	{
	border: solid 0px #666;
	background-color: #004d4d;
	background-image: url(images/sidebarh2-back.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 50% 10%;
	text-align: right;
	color: #fff;
	padding: 3px 5px;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	}

.menu	{
	border-bottom: solid 0px #fff;
	}

.menu ul	{
	font-size: 13px;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left:0;
	padding-left:0;
	}
.menu li	{
	padding: 5px 18px 5px 10px;
	margin-bottom: 0px;
	text-align: left;
	border-bottom: dotted 1px #999;
	}

.menu a:link, .menu a:visited, .menu a:active  { color: #333; font-weight: normal; text-decoration: none; }
.menu a:hover  { color: #e60000; text-decoration: underline; }

/* サイドバー最新記事表示 */
.recent {
	border-bottom: solid 0px #ddd;
	text-align: left;
	}

.recent ul	{
	list-style-type: circle;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left:0;
	padding: 10px 10px 10px 20px;
	}

.recent li	{
	font-size: 11px;
	margin-bottom: 8px;
	}
.recent table {
    border-collapse: collapse;
}
.recent th,.recent td {
    width: 14%;
    text-align: center;
    font-size: 10px;
    padding: 3px 6px 3px 6px;
}
.blog {
	border-bottom: solid 1px #ddd;
	text-align: left;
	padding: 0px;
	}

.blog h3	{
	margin: 0px;
	font-size: 10px;
	color: #666;
	padding: 5px;
	text-align: center;
	}
.blog h4	{
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #666666;
	padding: 5px;
	}
.blog img {
	float: left;
	width: 50%;
	margin: 5px 5px;
	border: none;
	}
.blog img.allwrap {
	float: none;
	width: 160px;
	margin: 5px;
	border: none;
	}
.blog span {
	text-align: left;
	color: #903;
	font-size: 10px;
	font-weight: normal;
	display: block;
	margin: 5px 5px 5px 5px;
	}
.blog p {
	text-align: left;
	color: #666;
	font-size: 10px;
	line-height: 150%;
	font-weight: normal;
	display: block;
	margin:10px;
	}
/* フィード情報 */
.count	{
	margin: 0px;
	font-size: 9px;
	color: #444;
	}

.count ul	{
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left:0;
	padding: 10px;
	}

.count li	{
	line-height: 130%;
	}

.count img	{
	border: none;
	margin: 0px;
	vertical-align: middle;
	}

#feed	{
	margin-top: 0;
	margin-bottom: 0px;
	margin-left:0;
	padding: 15px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666;
	}
#feed img	{
	border: none;
	margin: 0px 5px 0px 0px;
	}
