/*　CSSの編集について　　　　　　　　　　　　　　　　　　　　　　　 */
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*　文字の大きさを変更するには「font-size」の値を編集してください。 */
/*　例）font-size: small; 　⇒　font-size: normal;                  */
/*　例）font-size: x-small; ⇒  font-size: 12px;                    */
/*　例）font-size: 90%;     ⇒  font-size: 110%;                    */
/*  　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*  文字や背景の色を変更するには「color」や「background-color」等 　*/
/*  の値を編集してください。　　　　　　　　　　　　　　　　　　　　*/
/*　例）color: #333333; 　         ⇒　color: #0000ff;              */
/*　例）background-color: #515559; ⇒  background-color: #ffffcc;   */



/* ★ページ全体の共通指定 */

/* ページ全体の背景・文字・余白など */
body {
	position:relative;
	margin: 0;
	border: 0;
	padding: 0 0 50px;
	text-align: center;
	font-size: small; 
	font-family: "ＭＳ Ｐゴシック", Osaka, verdana, arial, sans-serif; 
	color: #424242; 
	background-color: #FEFCF2;
}
h1, h2, h3 {
	margin : 0;
	padding : 0;
	font-weight: normal;
}
ul, p, div, span {
	margin : 0;
	padding : 0;
}
li {
	list-style-type: none;
}
img {
	border: none; 
}
table {
	margin : 0;
	border: none;
	empty-cells: show;
}
a {
	color: #39ACAC;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}


/* ★各要素の指定 */

#container {
	width: 850px; 
	margin-right: auto;
	margin-left: auto;
}
#head {
	width: 850px; 
	height: 200px;
	margin:0 0 20px;
}


#right {
	position:relative;
	width:190px;
	text-align: left;
	padding:0 0 23px 0;
	margin:0 25px 0 0; 
	float: right; 
}
#center {
	width: 520px; 
	margin:0 0 0 35px;
	float: left;
}
#main {
	text-align: left;
}
#footer {
	clear: both; 
	visibility: hidden;  
}

/* ブログのタイトル */
#head h1 {
	width: 850px; 
	height: 200px;
	background:url(http://sencla2012.asablo.jp/blog/img/2012/06/14/20b864.gif) left top no-repeat;
}
#head h1 a {
	display:block;
	width: 850px; 
	height: 200px;
	text-indent:-9999px;
	overflow:hidden;
}


/* ★ メインコンテンツ（記事部分エリア）の指定 */

.navi {
	width:570px;
	text-align: right; 
	margin-bottom: 10px; 
}
.msg {
	position:relative;
	width:570px;
	margin:0 0 20px;
	background:#fff;
}
/* 記事のタイトル */
h2.msg-title {
	min-height:36px;
	_height:36px;
	padding:24px 15px 0 68px;
	margin:0;
	background:url(http://sencla2012.asablo.jp/blog/img/2012/06/14/20b84f.gif) left top no-repeat;
	color:#fff;
}div.msg-dow-tue h2.msg-title{
	background:url(http://sencla2012.asablo.jp/blog/img/2012/06/14/20b851.gif) left top no-repeat;
}div.msg-dow-wed h2.msg-title{
	background:url(http://sencla2012.asablo.jp/blog/img/2012/06/14/20b853.gif) left top no-repeat;
}div.msg-dow-thu h2.msg-title{
	background:url(http://sencla2012.asablo.jp/blog/img/2012/06/14/20b868.gif) left top no-repeat;
}div.msg-dow-fri h2.msg-title{
	background:url(http://sencla2012.asablo.jp/blog/img/2012/06/14/20b855.gif) left top no-repeat;
}div.msg-dow-sat h2.msg-title{
	background:url(http://sencla2012.asablo.jp/blog/img/2012/06/14/20b857.gif) left top no-repeat;
}div.msg-dow-sun h2.msg-title{
	background:url(http://sencla2012.asablo.jp/blog/img/2012/06/14/20b859.gif) left top no-repeat;
}
h2.msg-title a {
	display:block;
	padding:0 20px 12px 22px;
	background:url(http://sencla2012.asablo.jp/blog/img/2012/06/14/20b85b.gif) left bottom no-repeat;
	font-size:92.3%;
	font-weight:bold;
}
/* 記事の日付 */
.msg-date {
    position: absolute;
	bottom:20px;
	left:35px;
	width:160px;
	color:#646464;
	font-size:small;
}
.msg-body {
	margin:0 0 30px;
	padding:0 35px 0;
	line-height: 1.75em; 
}
.msg-body p {
	line-height: 160%; 
}
/* 記事のフッター（コメント・トラックバック部分） */
.msg-footer {
	padding:0 0 20px 220px;
	margin:0 35px 0 0;
	text-align:right;
}
.msg-writer {
	display:inline;
}
/* ページ最下部の「ページトップへ」 */
.pagetop {
	width:570px;
	font-size: x-small; 
	text-align: right; 
}

/* ★　ツールバーの指定 */
.sidebar {
	text-align: left; 
}
/* ツールバーのタイトル指定 */
h2.mod-caption {
	min-height:20px;
	_height:20px;
	margin:0 0 10px;
	padding:5px 0 0;
	background:url(http://sencla2012.asablo.jp/blog/img/2012/06/14/20b84d.gif) left top no-repeat;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:110%;
}div.mod-calendar h2.mod-caption{
	display:none;
}
/* MacIE Hack \*/
h2.mod-caption {
	height: 100%; 
}
/* MacIE Hack end */
.mod {
	padding-bottom: 20px; 
}
.mod-body {
}
/* ツールバーのボディー指定 */
.mod-body li {
	font-size: x-small; 
	text-align: left; 
	background-position: center left;
	padding:0 10px 0;
	margin:0 0 9px;
}
.mod-body p.mod-text {
	font-size: x-small; 
	text-align: left; 
	line-height: 150%; 
}
.mod-button {
	background-position: top; 
}
.mod-button .mod-body {
	padding: 10px 0px 8px 6px; 
	_padding-bottom: 13px;
	margin: 0px; 
}
.mod-button a {
	width: 90px; 
	display: block; 
	margin-bottom: 3px; 
	_margin-bottom: 5px;
}
/* アサブロバナーの指定 */
.mod-banner {
	margin-top: -20px;
	padding-top: 21px; 
	text-align: center;
	background-position: top; 
}
.mod-calendar .mod-body {
	margin-left: 0px; 
	padding-left: 0px; 
}
/* カレンダーの指定 */
table.calendar {
	width: 100%;
	height: 150px; 
	text-align: center; 
	font-size: x-small; 
}
table.calendar td.calendar-cell a {
	padding:2px 0 2px;
	display:block;
	font-weight:bold;
	background:#DAF3E9;
	color:#424242;
}
table.calendar .calendar-title {
	text-align: center; 
	font-weight:bold;
	font-size:13px;
}

.comment-caption {
	width:570px;
	padding:10px 0 0;
	margin:0 0 10px;
	background:url(http://sencla2012.asablo.jp/blog/img/2012/06/14/20b880.gif) left top repeat-x;
	font-weight: bold;
	font-size: small;
}div.comment-form .comment-caption{
	width:auto;
}

.comment-title {
	font-size: small;
	padding: 0.2em;
	color:#39ACAC;
}

.comment-body {
	font-size: small;
	padding: 0.2em 1em 0.7em 1em;
}
.comment-form {
	font-size: small;
	padding: 0.2em 1em 0.7em 1.2em;
}
.tb-caption {
	width:570px;
	padding:10px 0 0;
	margin:0 0 10px;
	background:url(http://sencla2012.asablo.jp/blog/img/2012/06/14/20b880.gif) left top repeat-x;
	font-weight: bold;
	font-size: small;
}
.tb-title {
	font-size: small;
	padding: 0.2em;
	color:#2E82C2;
	background-color: #E4F2DB;
}
.tb-caption a {
	color:#4F9980;
}
.tb-url {
	padding: 0 2em 0.5em;
	font-size: x-small;
}
.tb-body {
	font-size: small;
	padding: 0.2em 1em 0.7em 1em;
}
/* リンク */
dl.lAsahi{
	margin:0 auto;
	width:150px;
}dl.lAsahi dd{
	margin:0;
}dl.lAsahi dt{
	font-size:92.3%;
	margin:0 0 5px;
}
/* 下部ボタン */
.mod.mod-rss-button,
.mod.mod-rss-button .mod-caption,
.mod.mod-rss-button .mod-caption a,
.mod.mod-login-button,
.mod.mod-login-button .mod-caption,
.mod.mod-login-button .mod-caption a{
    display: block;
    height: 23px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 89px;
}
.mod.mod-rss-button {
    bottom: 0;
    left: 3px;
    position: absolute;
}.mod.mod-rss-button .mod-caption {
    background:	url(http://sencla2012.asablo.jp/blog/img/2012/06/14/20b862.gif) no-repeat scroll left top transparent;
}
.mod.mod-login-button {
    bottom: 0;
    position: absolute;
    right:3px;
}.mod.mod-login-button .mod-caption {
    background: url(http://sencla2012.asablo.jp/blog/img/2012/06/14/20b861.gif) no-repeat scroll left top transparent;
}
/* オフィシャルサイト */
.oSite {
    text-align: center;
}

form{
	line-height:2em;
}
#footerLine{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	min-height:41px;
	_height:41px;
	background:url(http://sencla2012.asablo.jp/blog/img/2012/06/14/20b85f.gif) left bottom repeat-x;
}
.msg-pict {
    border: medium none;
    margin: 0 0 15px;
}