/* CSS Document */

/*	clearfix
================================================== */

.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf {
  min-height: 1px;
  position:relative
}
* html .cf {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/*	共通
================================================== */

html{
overflow-y:scroll;
}
body{
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../img/all_back.jpg);
	background-repeat: repeat-x;
	color: #666666;
	font-size: 12px;
	background-position: center top;
	background-color: #FDF2FA;
}
#wrapper .mainBox .leftBox .banner {
	padding-bottom: 15px;
	padding-left: 20px;
}
#wrapper .mainBox .rightBox {
	float: right;
	width: 600px;
}
#wrapper .mainBox .rightBox .title {
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	height: 46px;
	line-height: 46px;
}
#wrapper .mainBox .rightBox .title .titleText {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
}
#wrapper .mainBox .rightBox .title .titleDay {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-right: 30px;
}
#wrapper .mainBox .rightBox .honbun {
	padding-right: 15px;
	padding-left: 15px;
}
#wrapper .mainBox .rightBox .righter {
    padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#wrapper .mainBox .rightBox .pagetop {
	padding-top: 15px;
	padding-bottom: 60px;
}
#wrapper .copy {
	padding-top: 32px;
	padding-bottom: 23px;
}


#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper .mainBox {
	background-image: url(../img/back.jpg);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 30px;
}
#wrapper .mainBox .leftBox {
	float: left;
	width: 200px;
}


h1 {
	display: none;
}

.titleText h2 {
	font-weight: bold;
}

img {
	vertical-align: top;
}


/*	基本リンク
================================================== */

a:link {
	text-decoration:underline;
	color: #DC405B;
}
a:active {
	text-decoration:underline;
	color: #DC405B;
}
a:visited {
	text-decoration:underline;
	color: #DC405B;
}
a:hover {
	text-decoration:underline;
	color: #F0AAB7;
}

h2 a:link {
	text-decoration:none;
	font-weight: bold;
	color: #FFF;
}
h2 a:active {
	text-decoration:none;
	font-weight: bold;
	color: #FFF;
}
h2 a:visited {
	text-decoration:none;
	font-weight: bold;
	color: #FFF;
}
h2 a:hover {
	text-decoration:underline;
	font-weight: bold;
	color: #FFF;
}



.cal {
	padding-bottom: 5px;
}

.ent {
	padding-bottom: 15px;
}
.ent li {
	line-height: 18px;
	background-image: url(../img/point.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 5px;
}


.arc {
	padding-bottom: 30px;
}

.arc li {
	line-height: 18px;
	background-image: url(../img/point.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 5px;
}

.honbun {
	padding-top: 18px;
	line-height: 20px;
}

.archive-header {
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	height: 46px;
	line-height: 46px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 30px;
}


.archive-content {
	padding-top: 18px;
	padding-left: 30px;
}

.archive-content li {
	padding-left: 20px;
	background-image: url(../img/point.jpg);
	background-repeat: no-repeat;
}

.widget-header {
padding-top: 10px;
	font-weight: bold;
}

.sns {
padding-left: 15px;
padding-top: 10px;
}