/* common */

html,body {
	margin: 0;
	padding: 0;
}
body {
	color: #663333;
	font-size: small;
	font-family: "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka, Verdana,sans-selif;
	background-color: #FFCCCC;
}
* {
	word-break: break-all;
}

.tb-url code{
	display: block;
}
pre {
	margin: 1em;
	padding: 1em;
	border: 1px dashed #C73E3E;
}
blockquote {
	margin: 1em;
	padding: 1em;
	background-color: #C73E3E;/*なんだろこれ*/
	color: #FFCCCC;
}
p {
	text-indent: 1em;
	line-height: 1.3;
}
textarea {
    font-family: "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka, Verdana,sans-selif;
}
#container {
	text-align:left;
	margin: 0px auto 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	/*background-image: url(http://s.asablo.jp/css/common2l/sukkiri-red/bg.gif);*/
	
}
#head {
	margin: 0;
	height: 100px;
	font-size: 24px;
	font-weight: bold;
	background-repeat: no-repeat;
	width: 800px;
	height:165px;
	/*padding-right: 40px;*/
	background-image: url(http://www.marble-p.com/img/item/marbleblogtop.png);
	background-color: #FFCCCC;
}
#head h1 {
	margin-top: 0px;
	font-size: large;
	text-align:left;
	margin-top: 0px;
	padding-top: 24px;
	padding-left: 54px;
	display:none;
}
#head h1 a {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
#head h1 a:hover{
	color: #6E2222;
	background-color: transparent;
	text-decoration: none;
}
#head h1 img {
	border: none;
}
#center {
	float: left;
	border: none;
	width: 600px;
	padding: 0px 0px 20px 0px;
	background-color: #FFCCCC;
}
#left { /*左サイド*/
	width: 190px;
	border: none;
	float: left;
	padding-left: 10px;
	padding-right: 0px;
	background-color: #FFCCCC;
}
#right {
	float: left;
	margin-left: 0;
	padding: 0;
	width: 175px;
}
#footer {
	clear: both;
	width: 800px;
	height: 70px;
	margin: 0px;
	/*background-image: url(http://s.asablo.jp/css/common2l/sukkiri-red/footer_bg.gif);*/
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFCCCC;
}
#footer a img {
	border: none;
	margin-top: 3px;
	margin-left: 580px;
}
.sidebar {
	height: 100%;
}
#main {
}
.msg {  /* メッセージボックス */
	margin-bottom: 28px;
	margin-right: 0px;
	position: relative;
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
	width: 560px;
	background-color:#ffffff; /* メッセージ背景色 */
}
.msg-title a {
	font-weight: bold;
	text-decoration: none;
	color:#663333;
    display: block;
    width: 510px;

    padding-left:10px;
    margin-top: 0px;
    padding-right: 30px;
    padding-top: 2px;

    background: #FFFFFF; /* メッセージタイトル背景色 */
    border: 1px solid ##FFCCCC; /* メッセージタイトル下段ライン色 */
    border-left: 10px solid #FFBBBB; /* メッセージタイトル左側ライン色 */
}
.msg-title a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #FFAAAA; /*メッセージタイトルにマウスカーソルが乗ったときの色*/
}
.msg-footer a { /*トラックバック・コメントなどのところ*/
	text-decoration: underline;
	color:#CC8888; /*文字色*/
}
.msg-footer a:hover{
	text-decoration: underline;
	color: #FFAAAA; /*マウスカーソルが乗ったときの色*/
}
.msg-title {/*メッセージタイトルの左下になんかちょっと出るとこ*/
    position: relative;
	width: 560px;
    font-size: medium;
	color:#FFFFFF;
	line-height:1.5;
	font-weight:bold;
	text-indent:4px;
}
.msg-date { /*日付*/
    display: block;
    position:absolute;
    bottom: 0px;
    right: 0px;
    height: 20px;
    font-size: small;
    color: #663333;
    text-align: right;
}
.msg-pict {
	margin-bottom: 8px;
	margin-top: 20px;
	padding-left: 15px;
}
.msg-body {
	font-size: small;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
    line-height: 1.4em;
}
.msg-body h2 {
	border-bottom: solid 1px #C73E3E;
}
.msg-body h3 {
	border-bottom: solid 1px #C73E3E;
}
.msg-body h4 {
	border-bottom: dashed 1px #C73E3E;
}
.msg-footer { /*メッセージフッター*/
	text-align: right;
	font-size: small;
	border-top: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 30px;
	padding-top: 0px;
	color: #3C4855;
	/*background-image: url(http://s.asablo.jp/css/common2l/sukkiri-red/msg_footer.gif);*//*点線*/
	padding-left: 40px;
	margin-top: 12px;
	height: 18px;
	min-height: 18px; height: auto !important;
	color:#663333;
}
.msg-archives .msg-title{
 height: 44px;
 }
.msg-archives .msg-footer{
 height: 15px;
 }
.main {
	font-size: small;
	color: #B3B3B3;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 1.3;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #0C1D2C;
}
.comments {
	font-size: small;
	color: #B3B3B3;
	line-height: 2;
	padding-right: 10px;
}
.mod {
	width: 176px;
	margin-bottom: 26px;
}
.mod-body {
	padding-bottom:5px;
	padding-left: 0px;
}
.mod-caption {
	font-size: small;
	color: #3D3D3D;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-right: 14px;
	padding-left: 15px;
	/*background-image: url(http://s.asablo.jp/css/common2l/sukkiri-red/bord01.gif);*//*カテゴリ一覧のところの下三角アイコン*/
	height: 14px;
	background-repeat: no-repeat;
	min-height: 14px;  height: auto !important;
}
.mod-message .mod-caption a {
	text-decoration: none;
	color: #3D3D3D;
}

.mod-rss-button .mod-caption a {
	text-decoration: none;
	color: #3D3D3D;
}
.mod-rss-button .mod-caption a:hover {
	text-decoration: none;
	color: #6E2222;
}

.mod-mailpia-button .mod-caption a {
	text-decoration: none;
	color: #3D3D3D;
}
.mod-mailpia-button .mod-caption a:hover {
	text-decoration: none;
	color: #6E2222;
}

.mod-login-button .mod-caption a {
	text-decoration: none;
	color: #3D3D3D;
}
.mod-login-button .mod-caption a:hover {
	text-decoration: none;
	color: #6E2222;
}

.mod-text {
	font-size: small;
	color: #C33131;
	text-align: left;
	line-height: 1.5em;
	padding-bottom: 0px;
	padding-left: 0.2em;
}
.mod ul {
	margin-left: 0;
	padding-left: 0;
}

.mod ul li {
	margin-left: 0;
	font-size: small;
	list-style-type: none;
	padding-right: 1em;
	padding-left: 1em;
	/*background-image: url(http://s.asablo.jp/css/common2l/sukkiri-red/dot.gif);*//*カテゴリ一覧のところのリストのドット*/
	background-repeat: no-repeat;
}
.mod ul li a {
	text-decoration: none;
	color: #C33131;
}
.mod ul li a:hover {
	text-decoration: none;
	color: #6E2222;
}
.calendar { /*カレンダー*/
	font-size: x-small;
	width: 176px;
	height: 149px;
	text-align: center;
	color:#2D2D2D;
/*    border: 1px solid #CC6666;*/
	border:none;
    background: #FFCCCC;
}
.calendar-title {
	color: #151515;
	height: auto;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 4px;
    background: #FFDDDD;
}
.calendar-sun-name {
	color: #6E2222;
}
.calendar-wday-name {
	color: #6E2222;
}
.calendar-sat-name {
	color: #6E2222;
}
.calendar-row {

}
.calendar-cell {
	text-align: center;
	vertical-align: top;
}
.calendar a {
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	color:#C73E3E;
}
.calendar a:hover{
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	color: #6E2222;
}
hr {height: 2px;
	color: #C73E3E;
	border: none;
	background-color: #C73E3E;
}
a {
	text-decoration: underline;
	color: #3C4855;
}
a:hover {
	text-decoration: underline;
	color: #6E2222;
}

.mod-text a {
	text-decoration: underline;
	color: #663333;
}
.mod-text a:hover {
	text-decoration: underline;
	color: #6E2222;
}


/*コメントとトラックバックかな*/
.comment-caption {
	font-weight: bold;
	font-size: small;
	border-bottom: none;
	margin-left: 0.5em;
	margin-right: 0.5em;
	color:#573947;
	padding-left: 0px;
	border-top: dashed 1px #573947;
}
.comment-title {
	font-size: small;
	color: #FFFFFF;
	margin-left: 0.5em;
	margin-right: 0.5em;
	background-color: #C73E3E;
	padding: 0.2em;
}
.comment-body {
	font-size: small;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.4em;
}
.comment-form {
	font-size: small;
}
.tb-caption {
	border-top: dashed 1px #573947;
	font-weight: bold;
	font-size: small;
	border-bottom: none;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-left: 0px;
}
.tb-title {
	font-size: small;
	padding: 0.2em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	background-color: #C73E3E;
}
/*コメントかな*/
.comment-caption a {
	text-decoration: underline;
	color:#3C4855;
}
.comment-caption a:hover{
	text-decoration: underline;
	color: #E87B7B;
}

.comment-title a {
	text-decoration: underline;
	color:#FFFFFF;
}
.comment-title a:hover{
	text-decoration: underline;
	color: #6E2222;
}


.comment-form form p input {
	display: block;
	margin-bottom: 2px;
	background-color:#FDD0D0;
	border-width: 1px;
}

.comment-form form p br {
  display: none;
}

.comment-form textarea {
	display: block;
	height : 80px;
	font-family: "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka, Verdana,sans-selif;
	font-size : 10pt;
	width : 380px;
	background-color:#FDD0D0;
	border-width: 1px;
    scrollbar-3d-light-color:#EEA4A4;
    scrollbar-arrow-color:#EEA4A4;
    scrollbar-base-color:#EEA4A4;
    scrollbar-dark-shadow-color:#EEA4A4;
    scrollbar-face-color:#EEA4A4;
    scrollbar-highlight-color:#EEA4A4;
    scrollbar-shadow-color:#663030;
    scrollbar-track-color:#F0D7D7;
}

/*トラックバックかな*/
.tb-caption a {
	text-decoration: underline;
	color:#3C4855;
}
.tb-caption a:hover{
	text-decoration: underline;
	color: #E87B7B;
}

.tb-title a {
	text-decoration: underline;
	color:#FFFFFF;
}
.tb-title a:hover{
	text-decoration: underline;
	color: #6E2222;
}

.tb-url {
	padding: 0.5em 2em;
	font-size: small;
}
.tb-body {
	font-size: small;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 16px;
	line-height: 1.4em;
}
.navi {
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
}
.navi-prev {
}
.navi-next {
}
.navi a {
	text-decoration: underline;
	color:#663333;
}
.navi a:hover{
	text-decoration: underline;
	color:#C33131;
}

/* end of stylesheet */