/* default
------------------------------------------------*/

body {
	text-align: center;
}

div {
	text-align: left;
	color: #333333;
}

img{
	border-width: 0;
}
/* box
------------------------------------------------*/
#main{
	margin:auto;
	padding:0;
	border:none;
	width: 840px;
	border: #5554C9 solid;
	border-width: 7px 0 0 0;
}

.main_box{
	background-color: #DEF0FE;
	margin: 0;
	padding: 25px 0  25px 20px;
}

.main {
	padding: 0 0 0 30px;
}

.theme_text:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.theme p.floatNone{
	float:none;
	width: 700px;
	}



/* toppage
------------------------------------------------*/
.date {
	background: url(../img/date_bg.jpg) no-repeat scroll;
	padding: 0 0 0 23px;
	line-height: 36px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin: 0 auto 7px auto;
}

.info {
	margin: 20px 0 10px 0;
	padding: 0 0 0 130px;
	background: url(../img/info_bg.jpg) no-repeat scroll;
	color: #ff0000;
	font-size: 12px;
	line-height: 30px;
}


.info_02{
	margin: 20px 0 10px 0;
	background: #f1f9fc url(../img/info_bg_02.jpg) no-repeat scroll top left;
	font-size:12px;
	padding: 40px 0 10px 10px;
	color: #ff0000;
	line-height: 1.5;
	text-align: left;
	border:1px solid #a9afc5;
}

.theme {
	margin: 0 50px 0 2px;
}

.theme h2 {
	background: #BAB9E3 url(../img/theme.jpg) no-repeat scroll;
	padding: 0 0 0 155px;
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	color: #333333;
	margin:  5px 0 0 0;
}

.theme_text {
	padding: 8px 10px 20px 20px;
	background-color: white;
	/*height:100px;*/
}

.theme p {
	font-size: 12px;
	line-height: 180%;
	background-color: white;
	width: 400px;
	float: left;
	padding: 15px 5px 0 0;
}

.theme .txt{
	float:left; 
	width:400px;
}

.theme .txt p{
	float:none;
	}


.line{
	margin: 15px 0 15px 30px;
}

.btn{
	margin: 15px 50px 0 0;
	text-align: right;
}

.koe{
	text-align: center;
	margin: 20px 0 0 0;
}




/* backnumber
------------------------------------------------*/

.bk_box{
	background-color: #DEF0FE;
	margin: 0;
	padding: 25px 0  50px 30px;
}

.backnumber {

	margin : 0 0 0 43px;
	background: url(../img/backnumber_line.gif) repeat-x scroll left bottom;
}

.bk_day {
	background-color: #FFFFFF;
	padding : 0 0 15px 20px;
	background: url(../img/backnumber_eye.gif) no-repeat scroll;
	margin: 27px 0 0 3px;
	line-height: 14px;
}

.bk_day a {

/*	font-size: 14px;*/
	margin-left: 30px;
	color: #0017CF;
	font-weight: bold;
	line-height: 14px;
}

/* etc
------------------------------------------------*/
.clear {
	clear: left;
}


.clearfix_02:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix_02 {
  min-height: 1px;
}

* html .clearfix_02 {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.theme	{
	zoom:1;
	}

