
*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
	color: #fffffc;
	padding: 0 0 1px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fffffc;
}

a:visited {
	color: #fffffc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fffffc;
}

a:hover {
	color: #30FF33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00DFAA;
}


/* ページ全体のレイアウト
---------------------------------------------------- */

body {
	height: 100%;
	color: #fffffc;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
	font-size: 11px;
	line-height:1.7;
	background-color: #000;
	background-image: url(http://s.asablo.jp/css/common2l/dj_green/background_body.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

#container {
	margin: 0 auto;
	width: 800px;
	background-color: #003D54;
	background-image: url(http://s.asablo.jp/css/common2l/dj_green/cont_bg.gif);
	background-repeat: repeat-y;
}

#head {
	width: 800px;
	min-height: 90px;
	height:320px !important;
	background-image: url(http://s.asablo.jp/css/common2l/dj_green/header_l.gif);
}

#head h1 {
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height:1.6;
	padding-top: 86px;
	padding-left: 60px;
	padding-right: 320px;
	font-weight: bold;
}

#head h1 a,
#head h1 a:visited{
  border: none;
}

#head h1 a:hover{
	color:#2AFFFF;
}

#center {
	float: right;
	width: 550px;
}

#left {
	float: left;
	width: 250px;
	background-color: #149F4C;
}

#footer {
	clear: both;
	height: 80px;
	position: relative;
	background-image: url(http://s.asablo.jp/css/common2l/dj_green/footer.gif);
	width: 800px;
	background-repeat: no-repeat;
}

#footer img{
	position: absolute;
	bottom: 10px;
	left: 40px;
	border: none;
	text-decoration: none;
}

#footer a {
  border: none;
  text-decoration: none;
}


/* 記事部分
---------------------------------------------------- */
#main {
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-top: 10px;
}

.msg {
	text-align: left;
	margin: 0 0 30px;
}

.msg-title {
	padding: 70px 30px 0;
	font-size: 13px;
	font-weight:bold;
	line-height:2;
	background-image: url(http://s.asablo.jp/css/common2l/dj_green/msg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #003D54;
}

.msg-hour-00 .msg-title{
}
.msg-hour-01 .msg-title{
}
.msg-hour-02 .msg-title{
}
.msg-hour-03 .msg-title{
}
.msg-hour-04 .msg-title{
}
.msg-hour-05 .msg-title{
}
.msg-hour-06 .msg-title{
}
.msg-hour-07 .msg-title{
}
.msg-hour-08 .msg-title{
}
.msg-hour-09 .msg-title{
}
.msg-hour-10 .msg-title{
}
.msg-hour-11 .msg-title{
}
.msg-hour-12 .msg-title{
}
.msg-hour-13 .msg-title{
}
.msg-hour-14 .msg-title{
}
.msg-hour-15 .msg-title{
}
.msg-hour-16 .msg-title{
}
.msg-hour-17 .msg-title{
}
.msg-hour-18 .msg-title{
}
.msg-hour-19 .msg-title{
}
.msg-hour-20 .msg-title{
}
.msg-hour-21 .msg-title{
}
.msg-hour-22 .msg-title{
}
.msg-hour-23 .msg-title{
}

.msg-archives .msg-title{
}

.msg-archives a:hover{
}

.msg-title a,
.msg-title a:hover,
.msg-title a:visited {
  border: none;
}

.msg-date {
	font-size: 11px;
	display: block;
	color: #30FF33;
	visibility: visible;
	font-weight: normal;
	border-top: 1px solid #30FF33;
	text-align: right;
	padding-top: 3px;
}

.msg-body {
	padding: 3px 30px 20px;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(http://s.asablo.jp/css/common2l/dj_green/msg_body.gif);
	background-repeat: repeat-y;
}

.msg-pict {
	margin: 0 0 15px 0;
	border: none;
}

.msg-pict a,
.msg-pict a:visited,
.msg-pict a:hover {
  border: none;
}

/*	リストの指定追加*/
.msg-content ul {
	list-style: inside;
}

.msg-footer {
	font-size: 11px;
	letter-spacing: 0.5px;
	background-image: url(http://s.asablo.jp/css/common2l/dj_green/msg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

pre {
	border : 2px dotted #30FF33;
	margin : 0 0 10px 0;
	padding : 20px;
	text-align: left;
}

blockquote {
	border : 3px double #30FF33;
	margin : 0 0 10px 0;
	padding : 20px;
	text-align: left;
}

/* コメント部分
---------------------------------------------------- */

.comment-caption {
	font-weight:bold;
	padding: 30px 0 0 32px;
	font-size: 13px;
}

.comment-caption a {
	border: none;
}

.comment-caption a:hover {
	color: #fffffc;
	border: none;
}


.comment-title {
	padding: 5px 0 4px 32px;
	font-size: 11px;
	background-color: #007E35;
	margin-top: 4px;
	margin-bottom: 0px;
}

.comment-body {
	padding: 10px 70px 12px 32px;
	font-size: 11px;
	background-color: #002F31;
	margin-bottom: 18px;
}

.comment-form {
	margin: 15px 0 0 32px;
	padding: 0;
	font-size: 11px;
	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: 11px;
}

.comment-form form p {
	padding: 30px 0 0 0;
	font-size: 12px;
}

.comment-form form p input {
	color: #3B3B3B;
	display: block;
	font-size: 12px;
	font-weight:normal;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
	background-color: #D1D1D1;
	margin-top: 0px;
	margin-bottom: 10px;
}

.comment-form form br{
	display: none;
}

.comment-form textarea {
	color: #3B3B3B;
	background: #D1D1D1;
	width: 380px;
	display: block;
	font-size: 12px;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

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: #fffffc;
	border: none;
}

.tb-title {
	padding: 20px 0 0 32px;
	font-size: 11px;
}

.tb-url {
	margin: 15px 0 0 32px;
}

.tb-body {
	padding: 5px 70px 0 32px;
	font-size: 11px;
}

.tb-attention {
	margin: 15px 0 0 32px;
	font-size: 11px;
}


/* 次>>の表示
---------------------------------------------------- */

.navi {
	font-size: 11px;
	text-align: right;
	margin: 0px 0px 10px;
	padding-left: 0px;
}

.navi a,
.navi a:visited,
.navi a:hover {
	border: none;
	padding-right: 10px;
}

/* サイドバー－基本
---------------------------------------------------- */
.sidebar {
	margin: 10px;
}

.mod {
	margin: 0 0 20px 0;
	border-top: 2px solid #005400;
	border-right: 1px solid #30FF33;
	border-bottom: 1px solid #30FF33;
	border-left: 2px solid #005400;
}

.mod-caption {
	font-size: 12px;
	font-weight:bold;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	color: #fffffc;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 48px;
	background-image: url(http://s.asablo.jp/css/common2l/dj_green/mod_caption.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
}

.mod-message .mod-caption a {
  border: none;
}

.mod-text {
  letter-spacing: 1px;
}

.mod ul {
  list-style: none;
}

.mod-body {
	font-size: 11px;
	padding: 0 30px 20px;
}

/* サイドバー－カレンダー
---------------------------------------------------- */

.mod-calendar .mod-body{
	padding: 0;
	text-align: center;
	background-color: #048B4D;
}

.calendar {
	font-size: 13px;
	text-align: center;
	padding-bottom: 15px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.calendar a:hover {
}

.calendar-title {
	font-size: 13px;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

.calendar-sun-name {
	padding: 0 3px;
	color: #FF5060;
	font-weight:bold;
	text-align: center;
}
.calendar-wday-name {
	padding: 0 3px;
	font-weight:bold;
	text-align: center;
	color: #fffffc;
}
.calendar-sat-name {
	padding: 0 3px;
	color: #CDCDCD;
	font-weight:bold;
	text-align: center;
}

.calendar-cell {
	text-align: center;
	width: 25px;
	height: 27px;
	font-size: 11px;
}

.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-mobile {
	border-style: none;
}

.mod-rss-button {
	padding: 0 0 10px;
	border-style: none;
}

/*	RSS画像*/
.mod-rss-button .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/dj_green/rss_green.gif);
	background-repeat: no-repeat;
}

.mod-login-button {
	padding: 0 0 10px;
	border-style: none;
}

/*	ログイン画像*/
.mod-login-button .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/dj_green/login_green.gif);
	background-repeat: no-repeat;
}

/* アーカイブの表示
---------------------------------------------------- */

.msg-archives ul {
/*	list-style : none; */
	list-style-position: inside
}

.msg-archives .msg-footer {
	height: 24px;
	padding: 0px 30px 14px;
	font-size: 11px;
	letter-spacing: 0.5px;
	background-image: url(http://s.asablo.jp/css/common2l/dj_green/msg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

/*	指定追加あり*/
.msg-archives h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	margin-top: 8px;
}

.mod-link-to-archives a,
.mod-link-to-archives a:visited,
.mod-link-to-archives a:hover {
  border: none;
}
/*追加修正170706*/
.msg-body u{
text-decoration:underline;
}
.msg-body strike,.msg-body s,.msg-body del{
text-decoration: line-through;
}

