/*
Theme Name: solelog
Theme URI: http://iphone-plus.org/
Description: ユウキ制作ブログ
Author: 株式会社SoleBrain
Author URI: http://iphone-plus.org/
.
.
*/
@charset "utf-8";

/*
--------------------------------------------------------------------------------------------------------------
--------------------------------------------------GLOBAL RESET------------------------------------------------
--------------------------------------------------------------------------------------------------------------
*/

	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,tbody,th,td{margin:0em;padding:0em;}
	/*body{font-size:62.5%;font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}*/
	body{font-size:62.5%;font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
	/*table{border-collapse:collapse;border-spacing:0em;}*/
	fieldset,img,abbr{border:0em;}
	address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{font-style:normal;font-weight:normal;}
	caption,th{text-align:left;}
	ul{list-style:none;}
	img{vertical-align:bottom; border:none;}
	
	.clearfix:after {
	  content: ".";  /* 新しい要素を作る */
	  display: block;  /* ブロックレベル要素に */
	  clear: both;
	  height: 0;
	  visibility: hidden;
	}
	
	.clearfix {
	  min-height: 1px;
	}
	
	* html .clearfix {
	  height: 1px;
	  /*?*//*/
	  height: auto;
	  overflow: hidden;
	  /**/
	}
	

body {
	background: url(http://www.designersweb.org/blog/wp-content/themes/blog/img/bg_contents.png) 140px top repeat-y;
	background-color: #EEEEEE ;
}

	
#wrapper {
	width: 1060px ;
	margin: 0 ;
	padding-top: 120px ;
	background:url(http://www.designersweb.org/blog/wp-content/themes/blog/img/bg_body.png) no-repeat ;
}


#title {
	float:left ;
	display: inline ;
	width: 105px ;
	margin-top: 30px ;
	padding-left: 35px ;
	text-decoration: none ;
	color:#399 ;
}


#contents {
	width: 920px ;
	float: left ;
	display: inline ;
	margin-top: 35px ;
}

#main {
	float:left ;
	display: inline ;
	width: 640px ;
	background:url(../img/dotted_border.png) repeat-x top ;
	margin-top: 30px ;
	margin-left: 30px ;
}

#menu {
	width: 200px ;
	float: right ;
	display: inline ;
	padding-right: 30px ;
}
	
	#search {
		margin-bottom: 5px ;
	}

	#bnr {
		margin-bottom: 5px ;
	}

	#page {
		margin-bottom: 5px ;
	}
	
	#category {
		margin-bottom: 5px ;
	}
	
	#archive {
		margin-bottom: 5px ;
	}
	
	#meta {
		margin-bottom: 5px ;
	}
	
	.Rmenu {
		background:url(../img/rightBlock_footer.png) no-repeat bottom ;
		background-color: #1E1D1B ;
		padding-bottom: 5px ;
	}
	
	.Rlist {
		border-top: 1px dotted #484745 ;
		margin-bottom: 10px ;
	}
	
		.Rlist li {
			border-bottom: 1px dotted #484745 ;
		}
		
		.Rlist li a{
			color:#FFF ;
			text-decoration: none ;
			font-size: 12px ;
		}
		
		.Plist {
			margin: 7px 0 7px 15px ;
		}
#article {
	font-size: 14px ;
	color: #333 ;
	line-height: 170% ;
	margin-bottom: 30px ;
	margin-top: 10px ;
}