/******************************************
*  util                      
******************************************/

.tar{text-align:right;}
.tal{text-align:left;}
.tac{text-align:center;}

.imgl{float:left;margin:5px 15px 10px 0;}
.imgr{float:right;margin:5px 0 10px 15px;}

.imgcenter_sp{margin:20px auto;text-align:center;}

.text10{font-size:10px !important;}
.text14{font-size:14px !important;}
.text18{font-size:18px !important;}
.text22b{font-size:22px !important;font-weight:bold !important;text-align:center !important;}

.center20{
	margin:20px auto;
	text-align:center;
	}

.mb20{margin-bottom:20px !important;}
.mb10{margin-bottom:10px !important;}
.mt10{margin-top:10px !important;}
.mt5{margin-top:5px !important;}
.ml15{margin-left:15px !important;}

a:link,a:visited{
	color:#0044CC;
	text-decoration:underline;
}
a:hover,a:active{
	color:#ff7300;
	text-decoration:none;
}
a:hover img.over{opacity: 0.7; filter: alpha(opacity=70); }

.cf {zoom:1;}
.cf:after {
  content: ""; 
  display: block; 
  clear: both;
}

.red{
	color:#FF0000;	
	font-weight:bold;
}
.bigred{
	color:#FF0000;	
	font-size:30px;
	font-weight:bold;
}
.biggreen{
	color:#146835;
	font-size:18px;
	
}

.siteframe{margin:0 auto; text-align:center;width:960px;}

.customize-support{
	margin:0;
	padding:0;
}

a.btn{
	color:#fff !important;
	text-decoration:none;
}

ul,li{
	list-style:none;
	margin:0 !important;
	padding:0 !important;
}

/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	padding: 0px 0 25px 0;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif !important;
	}
	
p {	
	margin: 15px 0;
	}
img{
	border:0;
}


hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}

/****** Images ****************************/

/*img, a:link img, a:visited img{border:1px solid #999; padding:1px;}
img.left,img.center,img.right,img.norm{ margin:5px 12px 5px 0; border:1px solid #999; padding:1px;}*/
img.left{ float:left; margin:0 12px 5px 0; }
img.center{ display:block; margin:0 auto 5px auto; }
img.right{ float:right; margin:0 0 5px 12px; }
img align left{ float:left; margin:0 12px 5px 0; }
	
		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:880px;
	margin:0 auto;
	font-size:1em;
	background:#FFF;
	padding: 10px 25px 35px 25px;
	border:3px double #333;
	}

#branding {/*where the logo sits*/
	width:625px;
	height:100px;
	padding-bottom:15px;
	}
/*上のバックアップ
#branding {/*where the logo sits*/
	width:625px;
	height:100px;
	padding-bottom:15px;
        background:url(https://mbsrv.jp/99yen.jp/images/backgrounds/bg_branding.png) no-repeat;
	}
*/

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: it?s the sidebar container*/
	width: 220px;
	float:right;
	display: block;
	padding-bottom:15px;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:370px;
	padding-right:10px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:300px;
	padding-left:18px;
	}


		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

.subnav li a:link, .subnav li a:visited {
	display:block;
	padding:4px 4px 4px 5px;
	margin: 5px;
	}
		
.subnav li a:hover, .subnav li a:active {
	text-decoration:none;
	}
	
#sidelist li {
	list-style:none;
	padding: 2px;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:22px;
	}

#sidelist .children {

	}

#sidelist .children li {
	list-style: none;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	border:0;
	color: #666;
	background-image: url(https://mbsrv.jp/99yen.jp/images/sideMenuArrow01.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	background-position: 0px 2px;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#000;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(https://mbsrv.jp/99yen.jp/images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}




h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #666;;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	
	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:960px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	padding:15px;
	border: 1px solid #ccc;
	}
/*上のバックアップ.feature {
	background: url(https://mbsrv.jp/99yen.jp/images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:15px;
	border: 1px solid #ccc;
	}*/

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:1px;
	border:1px solid #999;
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #840000;
	letter-spacing:normal;
	}
		
#lead p {
	margin-bottom:10px;
	}


/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
	}	
	


/* Post Formatting */

.entry {
	padding-bottom:28px;
	
	text-align:justify;
	}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { 	padding:16px 5px 0 0; 	}

.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#666;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#000000;
	}

#footer a {
	color:#000000;
	}


/************
writer
************/
#writer {
	background:url(/wp-content/themes/PRiNZ_BranfordMagazine_latest/branfordmagazine/images/backgrounds/bg_featured.jpg);
	margin:0 0 20px 0;
	padding:0px;
	}

#writer img {
	float:left;
	padding-right: 10px;
	clear: left;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:5px;
	}

#writer p {
	margin:0;
	width:570px;
	}

















.wrapper{
	width: 960px;
	margin: 0 auto;
}
.header{
	width: 960px;
}

.main{
	margin:0;
	padding:0;
	background-image: url(https://mbsrv.jp/99yen.jp/images/main.jpg);
	width: 960px;
	display: block;
	clear: both;
	height: 257px;
}
.main a h1{
	margin:0;
	padding:0;
	text-indent: -9999px;
	width: 145px;
	display: block;
	height: 70px;
}
.menuArea img{
	margin:0;
	padding:0;
	border: 0;
}
.layoutTwoColumn{
	margin:0 auto 0px auto;
	padding:0;
	width: 960px;
	clear: both;
	display: block;
}
.mainContent{
	margin:0;
	padding:0;
	width: 720px;
	float: left;
	display: block;
	line-height:1.5;
}
.contentFrameMenu{
	margin:0;
	padding:0;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0px;

}
.contentFrameMenu li{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0px;

}
.contentFrameMenu li img{
	border: 0;	
}
.footer {
	margin: 20px auto 0px auto;
	width: 960px;
	font-size:0.9em;
	text-align:center;
	clear: both;
	background-color: #A5D86B;
	padding: 5px;
	}

.footer a {
	color:#000000;
	}
.left01{
	width: 600px;
	float: left;
}
.right01{
	width: 350px;
	float: right;
}
.spc01{
	padding: 0px 0px 5px 0px;
}
.spc02{
	padding: 0px 10px;
}
.spc03{
	padding: 10px 0 0 0;
}
.spc04{
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
.spc05{
	padding: 1px 0 0 0;
	margin: 0;
	vertical-align: middle;
}
.btn01{
	background-image: url(https://mbsrv.jp/99yen.jp/images/btnSeach.jpg);
	background-repeat: no-repeat;
	width: 61px;
}
#fragment-1{
	background-image: url(https://mbsrv.jp/99yen.jp/images/centerWaku02.jpg)!important;
	background-repeat: repeat-y!important;
	width:700px!important;
	clear: both!important;
	margin: 0!important;
	padding: 0!important;
	border: 0!important;
}
#fragment-2{
	
	width:700px!important;
	clear: both!important;
	margin: 0!important;
	padding: 0!important;
	border: 0!important;
}
#fragment-3{
	background-image: url(https://mbsrv.jp/99yen.jp/images/centerWaku02.jpg)!important;
	background-repeat: repeat-y!important;
	width:700px!important;
	clear: both!important;
	margin: 0!important;
	padding: 0!important;
	border: 0!important;
}
#fragment-4{
	background-image: url(https://mbsrv.jp/99yen.jp/images/centerWaku02.jpg)!important;
	background-repeat: repeat-y!important;
	width:700px!important;
	clear: both!important;
	margin: 0!important;
	padding: 0!important;
	border: 0!important;
}
.frament{
	padding: 0px 10px;
	border: 0;
}
.frament td{
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
}
.frament .back01{
	background-image: url(https://mbsrv.jp/99yen.jp/images/centerSubWaku02.gif);
	padding: 0;
	border: 0;
}
.frament .back02{
	background-image: url(https://mbsrv.jp/99yen.jp/images/centerSubWaku04.gif);
	background-repeat: repeat-y;
}
.back05{
	background-color:#A2D03C;
}
#sidebar li{
	list-style-type: none;

}

#image-btn {
    border: 0px;
    width: 100px;
    height: 30px;
    background: url(image_btn.png) left top no-repeat;
}

#tdth { 
padding: 10px; 
} 
.zero{ 
padding: 0px; 
} 
#small{ 
font-size:10px;
} 


/******************************************
*  sitelock                
******************************************/

.about_list{
  border: 8px solid #c31e24;
  padding: 34px 24px 34px 257px;
  margin-bottom: 30px;
  min-height: 150px;
}

.about_list h4{
  font-size: 33px;
  font-weight: bold; 
}

.about_list img{
  margin: 6px 0;
}

.about_list p{
  font-size: 18px;
}

.bg_rm{
  background: url(http://protect-site.com/wp-content/themes/sitelock/images/bg_rm.jpg) no-repeat 44px 34px;
}

.bg_mb{
  background: url(http://protect-site.com/wp-content/themes/sitelock/images/bg_mb.jpg) no-repeat 52px 34px;
}

.bg_sb{
  background: url(http://protect-site.com/wp-content/themes/sitelock/images/bg_sb.jpg) no-repeat 30px 34px;
}

.bg_sv{
  background: url(http://protect-site.com/wp-content/themes/sitelock/images/bg_sv.jpg) no-repeat 12px 34px;
}

.bg_ns{
  background: url(http://protect-site.com/wp-content/themes/sitelock/images/bg_ns.jpg) no-repeat 40px 34px;
}

.bg_dd{
  background: url(http://protect-site.com/wp-content/themes/sitelock/images/bg_dd.jpg) no-repeat 40px 34px;
}

.bg_cd{
  background: url(http://protect-site.com/wp-content/themes/sitelock/images/bg_cd.jpg) no-repeat 30px 34px;
}

.bg_as{
  background: url(http://protect-site.com/wp-content/themes/sitelock/images/bg_as.jpg) no-repeat 30px 34px;
}

.bg_bv{
  background: url(http://protect-site.com/wp-content/themes/sitelock/images/bg_bv.jpg) no-repeat 30px 14px;
}

.bg_do{
  background: url(http://protect-site.com/wp-content/themes/sitelock/images/bg_do.jpg) no-repeat 30px 24px;
}

.bg_pa{
  background: url(http://protect-site.com/wp-content/themes/sitelock/images/bg_pa.jpg) no-repeat 20px 24px;
}

.bg_pv{
  background: url(http://protect-site.com/wp-content/themes/sitelock/images/bg_pv.jpg) no-repeat 60px 24px;
}

.about_list h4{
  letter-spacing: -3px;
}

