*{
	margin:0;
	padding:0;
}

body{
	width: 900px;
	margin:0 auto;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	line-height: 130%;
	font-size:12px;
	color:#333333;
	background-color:#ffffff;
}


h1,h2,h3,h4,h5,h6,p,input,form,ul,li,dl,dt,dd,hr{
	margin: 0;
	padding: 0;
}


img{
	border: none;
}

/*
--------------------------------*/
h1{

}

h2{

}


h3{
	font-size:12px;
	color:#ff6600;
	margin-bottom:5px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

h3.no{
	font-size:12px;
	color:#ff6600;
	margin-bottom:0px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#new_box_list h3.no{
	font-size:12px;
	color:#ff6600;
	margin:10px 0 0 0;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

h4{
	font-size:12px;
}

h4.blue{
	font-size:12px;
	color:#FFFFFF;
	margin-bottom:5px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background: #0266C6;
	padding: 5px;
}

h4.blue2{
	font-size:12px;
	color:#FFFFFF;
	margin-bottom:5px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background: #0099CC;
	padding: 5px;
}

h5{
	font-weight: bold;
	font-variant: normal;
	color: #006699;
	border-bottom: 2px solid #999999;
	margin-bottom:5px;
	font-size:12px;
}
h6{}


.line{
	background: url(http://www.puzzler.ne.jp/imgs/line.gif) repeat-x left bottom;
	margin-bottom:16px;
}

.more{
	text-align:right;
	margin:0 25px 15px 25px;
}

.r_txt{
	text-align:right;
}

.l_txt{
	text-align:left;
}

.cen_txt{
	text-align:center;
}

.f12{
	font-size:12px;
	line-height:140%;
}

.f10{
	font-size:10px;
	line-height:130%;
}

/*link
--------------------------------*/
a{color: #0266C6; text-decoration: underline;}
a:visited{color: #0266C6; text-decoration: underline;}
a:hover{color: #5B9CDA;	text-decoration: underline;}
a:active{color: #0266C6; text-decoration: underline;}

#header_list a{color: #FFFFFF; text-decoration: underline;}
#header_list a:visited{color: #FFFFFF; text-decoration: underline;}
#header_list a:hover{color: #FFFFFF;	text-decoration: underline;}
#header_list a:active{color: #FFFFFF; text-decoration: underline;}

#info dl a{color: #333333; text-decoration: underline;}
#info dl a{color: #333333; text-decoration: none;}
#info dl a:visited{color: #333333; text-decoration: none;}
#info dl a:hover{color: #333333;	text-decoration: underline;}
#info dl a:active{color: #333333; text-decoration: none;}

#footer a{color: #FFFFFF; text-decoration: underline;}
#footer a{color: #FFFFFF; text-decoration: none;}
#footer a:visited{color: #FFFFFF; text-decoration: none;}
#footer a:hover{color: #FFFFFF;	text-decoration: underline;}
#footer a:active{color: #FFFFFF; text-decoration: none;}


/*回り込みのクリア
--------------------------------*/
.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear{display:inline-table;}
/* \*/
* html .clear{height:1%;}
.clear{display:block;}
/* */


#wrapper:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#wrapper{display:inline-table;}
/* \*/
* html #wrapper{height:1%;}
#wrapper{display:block;}
/* */


#post dl.box1:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#post dl.box1{display:inline-table;}
/* \*/
* html #post dl.box1{height:1%;}
#post dl.box1{display:block;}
/* */






/*layout
--------------------------------*/
#header{
	height: 122px;
	width: 900px;
	background: url(http://www.puzzler.ne.jp/imgs/bk_header.gif);
}

#wrapper{
	width: 900px;
	margin:0 auto;
	background: url(http://www.puzzler.ne.jp/imgs/bk_main.gif) repeat-y;
}

#wrap{
	width: 878px;
	margin:0 auto;
}

#l_side{
	width:157px;
	float:left;
	overflow: hidden;
	clear: left;
	margin-top:7px;
	margin-right: 7px;
}


#content{
	width:714px;
	float:right;
}


#main{
	float: left;
	width: 550px;
	margin-top:7px;
	background-color: #FFFFFF;
	overflow:hidden;
}


#r_side{
	width:157px;
	float:right;
	overflow:hidden;
	clear:right;
	margin-top:7px;
	margin-left:7px;
}


#footer{
	width: 900px;
	padding:10px 0;
	clear: both;
	background-color:#0266C6;
	text-align: center;
	font-size: 10px;
	line-height: 150%;
	color: #FFFFFF;
	vertical-align: middle;
}

/*header
--------------------------------*/


#header_l{
	width: 324px;
	float: left;
}

#header_middle{
	width: 410px;
	padding: 0 19px 0 0;
	float: right;
}

#header_txt{
	width: 400px;
	margin: 8px 0px;
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 140%;
	padding: 5px;
}
		
#header_search{
	width: 400px;
	background-color: #589AD9;
	font-size: 10px;
	line-height: 140%;
	padding: 5px;
	color: #FFFFFF;
	vertical-align: middle;
}		
		
#header_search span{
	vertical-align: middle;
}	

#header_search input#txt{
	width: 260px;
	margin-right: 5px;
	margin-left: 5px;
	height: 15px;
	vertical-align: middle;
}

#header_search input#button{
	vertical-align: middle;
	margin-left: 5px;
}
	
#header_list{
	width: 864px;
	background-color: #0266C6;
	padding: 4px 18px 8px;
	color: #FFFFFF;
}
		
ul#main_menu li {
	display: inline;
}


/*side navigation
--------------------------------*/

#sidebox_01{
	padding: 7px;
	width: 141px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 130%;
	margin-bottom: 7px;
}

#sidebox_01 input.txt{
	width: 130px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#sidebox_02{
	padding: 7px;
	width: 141px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #4DB84D;
	border-bottom-color: #4DB84D;
	border-left-color: #4DB84D;
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 130%;
	margin-bottom: 7px;
}

#sidebox_02 #tenbar{
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666666;
}

#sidebox_02 .txt{
	margin-top: 10px;
}

#sidebox_02 ul{
	margin-top: 10px;
}

#sidebox_02 li{
	margin-top: 5px;
}

#sidebox_03{
	padding: 7px;
	width: 141px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #855DAE;
	border-bottom-color: #855DAE;
	border-left-color: #855DAE;
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 130%;
	margin-bottom: 7px;
}

#sidebox_03 .txt{
	margin-top: 10px;
}

#sidebox_03 ul{
	margin-top: 10px;
}

#sidebox_03 li{
	margin-top: 5px;
}

#sidebox_03 #tenbar{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebox_04{
	padding: 7px;
	width: 141px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	background-color: #FFFFFF;
	font-size: 10px;
	line-height: 130%;
	margin-bottom: 7px;
}

#sidebox_04 .txt{
	margin-top: 10px;
}

/*main
--------------------------------*/
.main_list{
	margin: 10px;
	width: 530px;
	background-color: #C3DDF5;
	clear: both;
}

.main_list2{
	margin: 10px;
	width: 520px;
	background-image: url(http://www.puzzler.ne.jp/imgs/mtit_information_bk.gif);
	height: 20px;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}

.main_list3{
	margin: 10px;
	width: 520px;
	background-image: url(http://www.puzzler.ne.jp/imgs/mtit_owabi_bk.gif);
	height: 20px;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}

#main .txt,
#main .txt2{
	width: 500px;
	margin-right: 25px;
	margin-left: 25px;
}

#main .txt2{
	margin-bottom:15px;
}

#info dl{
	width: 500px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 10px;
}

#info dt{
	width: 90px;
	float: left;
	color: #FF6600;
	margin-bottom: 5px;
}

#info dd{
	margin-bottom: 5px;
	margin-left: 90px;
}


#main table.puzzle{
	width: 500px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

#main table.puzzle .tit{
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 130%;
}

#main table.puzzle .comment{
	font-size: 10px;
	line-height: 130%;
}

#main table.puzzle td.txt{
	width: 130px;
	padding-bottom: 10px;
}

#main table.puzzle td.img{
	width: 100px;
	vertical-align: top;
	padding-bottom: 10px;
	padding-left: 10px;
}

#main table.puzzle td.sp{
    width: 20px;
}



/*post
--------------------------------*/


#post p{
	margin:10px 0;
}



#post dl.box1{
	margin:0 25px 15px 25px;
	width:500px;
}

#post dl.box1 dt{
	width:385px;
	float:left;
}

#post dl.box1 dd{
	vertical-align:top;
	margin-left:390px;
	width:105px;
}

#post .tit{
	color:#ff6600;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}


#post .list{
	width:500px;
	margin:0 auto;
}

#post ul{
	list-style-type:none;
	margin:0 0 25px 0;
}

#post li.icon_01{
	background: url(../imgs/ic_01.gif) no-repeat left center;
	padding-left:10px;
	margin-bottom:2px;
}

#post table.box2 {
	padding:5px;
}

#post table.box3 {
	padding:3px;
}








/*footer
--------------------------------*/

#copy{
    width: 900px;
	text-align:center;
	font-size:10px;
	font-style:normal;
	color:#0266C6;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 15px;
}




/*TOP SSI用
--------------------------------*/

  #inc {
    width: 500px;
    font-size: 12px;
    text-align: center;
  }
  #inc .cell {
    width: 137px;
    height: 207px;
    float: left;
  }
  #inc .cell div {
    margin: 2px;
  }
  #inc h3 {
    font-size: 14px;
    color: #4c4c4c;
    background-color: #ffff66;
    margin: 0px 0px 5px 0px;
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: left;
  }
  #inc img {
    border: none;
  }
  #incbtm {
    clear: both;
  }
  
  

/*定期パズル誌 SSI用
--------------------------------*/  
  
#new_box_list ul{
	margin:0 0 25px 0;
	list-style-type: none;
}

#new_box_list p{
	margin:5px 0;
}


/*萬福札ページテーブル用
--------------------------------*/
#plist {
	width:90%;
	margin-bottom: 10px;
}
#plist table {
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
	border: 1px solid #0266c6;
}
#plist tr {
	padding: 3px;
	background-color: #c3ddf5;
	border: 1px solid #0266c6;
}
#plist td {
	padding: 3px;
	background-color: #ffffff;
	border: 1px solid #0266c6;
}
#plist td.number {
	background-color: #c3ddf5;
}
#plist td.number h5 {
	text-align: center;
	font-weight: bold;
	color:#0266c6;
	font-size:150%;
	border: none;
	margin-bottom:20px;
}
#plist td.number h6 {
	text-align: center;
	color:#ffffff;
	font-size:80%;
	background-color: #0266c6;
	padding:5px;
	width:80px;
}
.itemsize {
	font-size:80%;
	margin-top: -10px;
}

/*新装刊レディース追記
--------------------------------*/

.style1a {
	font-family: "小塚ゴシック Pro B";
	font-size: 19px;
	line-height: 25px;
}
.style2a {
	font-family: "小塚ゴシック Pro B";
	font-size: 16px;
	line-height: 22px;
	color: #0000FF;
}

style2ab {
	font-family: "小塚ゴシック Pro B";
	font-size: 16px;
	line-height: 22px;
	color: #FF0000;
}

.style3a {
	font-family: "小塚ゴシック Pro R";
	font-size: 13px;
	line-height: 19px;
}
.style4a {
	font-family: "小塚ゴシック Pro B";
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
}
.style5a {
	font-family: "小塚ゴシック Pro R";
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 0px;
}
.style6a {
	font-family: "小塚ゴシック Pro R";
	font-size: 8px;
	line-height: 12px;
	letter-spacing: -2px;
}
.style7a {
	font-family: "小塚ゴシック Pro B";
	font-size: 16px;
	line-height: 22px;
}
.style8a {
	font-size: 13px;
}

.style1b {
	margin: 5px;
	padding: 5px;
}
.style2b {
	font-family: "小塚ゴシック Pro R";
	font-size: 13px;
	color: #000000;
}

.style3b {
	font-family: "小塚ゴシック Pro B";
	font-size: 10px;
}
.style4b {
	margin: 5px;
	padding: 5px;
}
.style5b {
	font-family: "小塚ゴシック Pro B";
	font-size: 15px;
}
.style6b {
	font-family: "小塚ゴシック Pro R";
	font-size: 10px;
	color: #000000;
}
.style7b {
	font-family: "小塚ゴシック Pro B";
	font-size: 13px;
}
.style8b {
	font-family: "小塚ゴシック Pro B";
	font-size: 16px;
	line-height: 26px;
	color: #1D2088;
}
.style10b {
	background-image: url(imgs/ld_b_rose_m2.gif);
	width: 436px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: right top;
}
.style11b {
	background-image: url(imgs/ld_b_rose_m3.gif);
	width: 436px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: right top;
}

.style1c {
	font-family: "小塚ゴシック Pro R";
	color: #000000;
}
.style2c {
	margin: 5px;
	padding: 5px;
}

/* 懸賞パズラーinfo */
div#mobile-info-wrapper {border:1px #999 solid;width:504px; margin-top:14px; }
div#mobile-info-leftcol {width:300px;float:left; padding:4px;}
div#mobile-info-leftcol h4 {text-align:left;margin-bottom:4px;}
div#mobile-info-leftcol img {float:left;margin-right:4px;}
div#mobile-info-leftcol h4 img {float:none}
div#mobile-info-rightcol {width:180px;float:right; padding:4px;}
