*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
	color: #666666;
	font-weight: bolder;
	border-bottom-width: 5px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	padding: 0;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #999999;
}


/* ページ全体のレイアウト
---------------------------------------------------- */

body {
	height: 100%;
	color: #333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	background-color: #FFFFFF;
	line-height: 17px;
}

#container {
  margin: 0 auto;
  width: 860px;
}

#head {
	width: 800px;
	min-height: 90px;
	height:75px !important;
	height: 90px;
	margin: 30px;
}

#head h1 {
	font-size: 15px;
	width: 800px;
	margin-top: 55px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 15px;
}

#head h1 a,
#head h1 a:visited{
	border: none;
	color: #000000;
}

#head h1 a:hover{
	color:#000000;
}

#center {
  float: left;
  width: 600px;
}

#right {
  float: right;
  width: 260px;
  height: 100%;
}

#footer {
  clear: both;
  height: 50px;
  position: relative;
}

#footer img{
  position: absolute;
  bottom: 0px;
  right: 50px;
  border: none;
  text-decoration: none;
}

#footer a {
  border: none;
  text-decoration: none;
}


/* 記事部分
---------------------------------------------------- */
#main {
  margin: 0 30px;
}

/*ｻｲﾄﾞﾊﾞｰ　ﾎﾞｰﾀﾞｰ一括*/
.msg {
	margin: 0 0 30px 0;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.msg-title {
	padding: 20px 30px 0 30px;
	font-size: 13px;
	font-weight:bold;
	color: #333333;
	line-height:normal;
}



.msg-archives .msg-title{
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #666666;
}

.msg-archives a:hover{
  color: #c9c9c9;
  border-bottom : 1px dashed #c9c9c9;
}

.msg-title a,
.msg-title a:hover,
.msg-title a:visited {
  border: none;
}

.msg-date {
	padding: 5px 0 0 0;
	font-size: 11px;
	display: block;
	color: #999999;
	visibility: visible;
}

/*ﾒｯｾｰｼﾞ本文ｻｲｽﾞ*/
.msg-body {
	padding: 10px 30px 0 30px;
	font-size: 12px;
	letter-spacing: 2px;
}

.msg-pict {
	border: none;
	margin-bottom: 10px;
}

.msg-pict a,
.msg-pict a:visited,
.msg-pict a:hover {
  border: none;
}

.msg-footer {
  padding: 15px 30px 30px 30px;
  font-size: 11px;
  letter-spacing: 0.5px;
}

pre {
  border : 4px dotted #645d59;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

blockquote {
  border : 4px double #645d59;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

/* コメント部分
---------------------------------------------------- */

.comment-caption {
	font-weight:bold;
	padding: 50px 0 0 32px;
	font-size: 12px;
}

.comment-caption a {
  border: none;
}

.comment-caption a:hover {
	border: none;
}


.comment-title {
  padding: 20px 0 0 32px;
  font-size: 11px;
}

.comment-body {
	padding: 5px 70px 0 32px;
	font-size: 15px;
}

.comment-form {
	margin: 15px 0 0 32px;
	padding: 0;
	line-height: 20px;
}

.comment-form .comment-caption {
	margin: 30px 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}

.comment-form p {
	font-size: 11px;
}

.comment-form form p {
	padding: 30px 0 0 0;
	font-weight:bold;
	font-size: 11px;
}

.comment-form form p input {
	color: #000000;
	display: block;
	font-size: 12px;
	font-weight:normal;
	background-color: #CCCCCC;
}

.comment-form form br{
	display: none;
}

.comment-form textarea {
	color: #000000;
	margin: 0 0 3px 0;
	width: 380px;
	display: block;
	font-size: 14px;
	background-color: #CCCCCC;
}

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;
  font-weight:bold;
  text-align: right;
  margin: 0 0 10px 0;
}

.navi a,
.navi a:visited,
.navi a:hover {
  border: none;
}

/* サイドバー－基本
---------------------------------------------------- */
.sidebar {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}


/*ｻｲﾄﾞﾊﾞｰ　ﾎﾞｰﾀﾞｰ一括*/
.mod {
	margin: 0 0 30px 0;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}

.mod-caption {
	font-weight:bold;
	color: #666666;
	border-top-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 30px;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
}

.mod-message .mod-caption a {
  border: none;
}

.mod-text {
	letter-spacing: 1px;
}

.mod ul {
  list-style: none;
}


.mod-body {
	font-size: 11px;
	padding-top: 10;
	padding-right: 30px;
	padding-left: 30px;
}

/* サイドバー－カレンダー
---------------------------------------------------- */

.mod-calendar .mod-body{
	padding: 0;
	border-top-width: 10px;
	border-top-style: none;
	border-top-color: #666666;
	margin-left: 30px;
}

.calendar {
	font-size: 11px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.calendar a:hover {
	font-weight: bold;
	background-color: #FFFFFF;
}

.calendar-title {
	font-size: 13px;
	font-weight:bold;
	padding-left: 0;
	color: #FFFFFF;
	margin-left: 0px;
}

.calendar-sun-name {
	padding: 0 3px;
	color: #993333;
	font-weight:bold;
	text-align: center;
	font-size: 10px;
}
.calendar-wday-name {
	padding: 0 3px;
	font-weight:bold;
	text-align: center;
	color: #666666;
	font-size: 10px;
}
.calendar-sat-name {
	padding: 0 3px;
	color: #336699;
	font-weight:bold;
	text-align: center;
	font-size: 10px;
}

.calendar-cell {
	text-align: center;
	width: 22px;
	height: 22px;
	font-size: 10px;
}

.calendar-title a{
	text-decoration: none;
	border: none;
	color: #666666;
}

.calendar-title a:hover{
  text-decoration: none;
  border: none;
}

.calendar-title a:visited{
  text-decoration: none;
  border: none;
}

.calendar-cell a{
	font-weight: bold;
	background-color: #CCCCCC;
	color: #666666;
	padding: 4px;
}


/* RSS・ログインの個別の指定
---------------------------------------------------- */
.mod-rss-button {
  padding: 0 0 30px 0
}


.mod-login-button {
  padding: 0 0 30px 0
}

/* アーカイブの表示
---------------------------------------------------- */

.msg-archives ul {
  list-style : none;
}




/* ---------------------------------------------------- */



/* ブログナビ
---------------------------------------------------- */
#blog-navi {
	width: 540px;
	height: 75px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#blog-navi dl {
	height: 15px;
	width: 400px;
	margin-top: 62px;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#blog-navi dd {
	height: 15px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#blog-navi img {
	border-top-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#blog-navi     dd  a:hover {
	background-image: url(../../item/menu/01/01r.png);
	background-repeat: repeat-x;
	background-position: 0px 2px;
}
.blog-navi_rogo {
	clear: both;
	float: left;
}


/* ブログリンク
---------------------------------------------------- */

#blog_linkA, #blog_linkB {
	width: 200px;
	margin: 0px;
	list-style-type: none;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#blog_linkA li {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#blog_linkB  li {
	margin: 0px;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
