/*　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;
	text-align: center;
	font-size: small; 
	font-family: "ＭＳ Ｐゴシック", Osaka, verdana, arial, sans-serif; 
	color: #333230; 
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc45.gif) top repeat-x #fbe6e8;
}
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: #0099FF;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}


/* ★各要素の指定 */

#container {
	width: 825px; 
	margin-right: auto;
	margin-left: auto;
}
#head {
	width: 825px; 
	height: 230px;
	margin:0;
	padding:0 0 12px;
}


#right {
	position:relative;
	width:190px;
	text-align: left;
	padding:0 0 30px 0;
	margin:-24px 25px 0 0; 
	float: right; 
}
#center {
	width: 570px; 
	margin:0 0 0 10px;
	float: left;
}
#main {
	text-align: left;
}
#footer {
	clear: both; 
	visibility: hidden;  
}

/* ブログのタイトル */
#head h1 {
	width: 825px; 
	height: 230px;
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc42.png) left top no-repeat;
}
#head h1 a {
	display:block;
	width: 825px; 
	height: 230px;
	text-indent:-9999px;
	overflow:hidden;
}


/* ★ メインコンテンツ（記事部分エリア）の指定 */

.navi {
	width:570px;
	text-align: right; 
	margin-bottom: 10px; 
}#navi-top{
	margin-top:-24px;
}
.msg {
	position:relative;
	width:570px;
	margin:0 0 25px;
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc37.png) right bottom no-repeat #fff;
}div.msg.msg-dow-tue{
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc3b.png) left top no-repeat #fff;
}div.msg.msg-dow-wed{
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc3c.png) right top no-repeat #fff;
}div.msg.msg-dow-thu{
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc3a.png) left bottom no-repeat #fff;
}div.msg.msg-dow-fri{
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc2d.png) right top no-repeat #fff;
}div.msg.msg-dow-sat{
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc38.png) left top no-repeat #fff;
}div.msg.msg-dow-sun{
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc39.png) right top no-repeat #fff;
}
/* 記事のタイトル */
h2.msg-title {
	padding:20px 35px 15px;
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc51.gif) left top no-repeat;
	color:#fff;
}
h2.msg-title a {
	padding:0;
	font-size:82.05%;
	font-weight:bold;
	color:#000000;
}
/* 記事の日付 */
.msg-date {
    position: absolute;
	bottom:20px;
	left:35px;
	width:160px;
	color:#646464;
	font-size:small;
}
.msg-body {
	margin:0 20px 0;
	padding:25px 15px;
	min-height:50px;
	_height:50px;
	line-height: 1.75em; 
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc55.png) left top no-repeat;
}div.msg.msg-dow-tue .msg-body{
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc58.png) left top no-repeat;
}div.msg.msg-dow-wed .msg-body{
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc5a.png) left top no-repeat;
}div.msg.msg-dow-thu .msg-body{
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc5c.png) left top no-repeat;
}div.msg.msg-dow-fri .msg-body{
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc5e.png) left top no-repeat;
}div.msg.msg-dow-sat .msg-body{
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc60.png) left top no-repeat;
}div.msg.msg-dow-sun .msg-body{
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc62.png) left top no-repeat;
}
.msg-body p {
	line-height: 160%; 
}
/* 記事のフッター（コメント・トラックバック部分） */
.msg-footer {
	padding:0 35px 20px 220px;
	margin:0;
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc47.gif) left bottom no-repeat;
	text-align:right;
}
.msg-writer {
	display:inline;
}
/* ページ最下部の「ページトップへ」 */
.pagetop {
	width:570px;
	font-size: x-small; 
	text-align: right; 
}

/* ★　ツールバーの指定 */
.sidebar {
	text-align: left; 
}
/* ツールバーのタイトル指定 */
h2.mod-caption,
h2.mod-caption02 {
	margin:0 0 15px;
	padding:4px 18px;
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc3d.png) left top no-repeat;
	font-weight:bold;
	font-size:110%;
}div.mod-calendar h2.mod-caption,
div.mod-message h2.mod-caption{
	display:none;
}div.mod-message h2.mod-caption02.official{
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc3f.png) left top no-repeat;
}div.mod-message h2.mod-caption02.link{
	background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc3e.png) left top no-repeat;
}
/* 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:92.3%;
}
table.calendar td.calendar-sun-name,
table.calendar td.calendar-wday-name,
table.calendar td.calendar-sat-name{
	font-weight:bold;
}
table.calendar td.calendar-cell a {
	padding:2px 0 2px;
	display:block;
	font-weight:bold;
	background:#EF92AE;
	color:#333230;
}
table.calendar .calendar-title {
	text-align: center; 
	font-weight:bold;
	font-size:13px;
	padding:0 0 10px;
}

.comment-caption {
	padding:10px 10px 0;
	margin:0 20px 10px;
	border-top:2px solid #EF92AE;
	font-weight: bold;
	font-size: small;
}

.comment-title {
	padding:0 10px 0;
	margin:0 20px;
	font-size: small;
	color:#000000;
}

.comment-body {
	font-size: small;
	padding:1em 30px 2em;
	margin:0 20px;
}
.comment-form {
	font-size: small;
	padding:10px 0 0;
	margin:0 0 10px;
}.comment-form p{
	padding:10px 10px 0;
	margin:0 20px 10px;
}.comment-form p.comment-caption {
	border-top:1px dotted #EF92AE;
}
.tb-caption {
	padding:10px 10px 0;
	margin:0 20px 10px;
	border-top:2px solid #EF92AE;
	font-weight: bold;
	font-size: small;
}
.tb-title {
	font-size: small;
	padding:10px 10px 10px;
	margin:0 20px;
	background-color: #EF92AE;
}
.tb-caption a {
}
.tb-url {
	padding:10px 10px 0;
	margin:0 20px 10px;
	font-size: x-small;
}
.tb-body {
	font-size: small;
	padding:10px 20px 0;
	margin:0 20px 30px;
}
.tb-attention {
	padding:0 30px 0;
	margin:0 0 20px;
}
/* リンク */
dl.lAsahi{
	margin:0 auto;
	width:190px;
}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 .mod-caption,
.mod.mod-login-button .mod-caption{
	border:none;
}
.mod.mod-rss-button {
    bottom: 0;
    left: 3px;
    position: absolute;
}.mod.mod-rss-button .mod-caption {
    background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc2a.gif) left top no-repeat;
}
.mod.mod-login-button {
    bottom: 0;
    position: absolute;
    right:3px;
}.mod.mod-login-button .mod-caption {
    background:url(http://sencla2014.asablo.jp/blog/img/2014/05/21/31bc29.gif) left top no-repeat;
}
/* オフィシャルサイト */
.oSite {
    text-align: center;
}

form{
	line-height:2em;
}
.msg-pict {
    border: medium none;
    margin: 0 0 15px;
}