/*
Theme Name: ADLIZE BLOG
Theme URI: http://www.adlize.com/blog/
Description: ADLIZE BLOG THEME
Version: 2.0
Author: D.Sakamoto from ADLIZE
Author URI: http://www.adlize.com/
*/

/* ------------------------------
 Reset
------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------------------------------
 Base
------------------------------ */

body{
	text-align:center;
	font-size:small;
	color:#333;
	line-height:1.4em;
	background-color:#ff9600;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯","Osaka";
}

#page{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/*------------------------------
 Header
------------------------------ */

#header{
	margin:10px 0;
}

#header h2{
	float:left;
	width:186px;
	height:36px;
	background:url(images/logo_adlize.gif) no-repeat;
	margin-bottom:10px;
}

#header h2 a{
	display:block;
	width:186px;
	height:36px;
	text-indent:-9999px;
	overflow:hidden;
}

#header h1{
	clear:both;
	width:940px;
	height:172px;
	background:url(images/logo_blog.gif) no-repeat;
}

#header h1 a{
	display:block;
	width:940px;
	height:172px;
	text-indent:-9999px;
	overflow:hidden;
}

#header #searchForm{
	float:right;
	height:36px;
	padding-top:10px;
}

/* ------------------------------
 Wrapper
------------------------------ */

#wrapper{
	float:left;
	width:770px;
}

/* ------------------------------
 Main
------------------------------ */

#main{
	float:left;
	width:522px;
	margin-bottom:12px;
}

#main .block{
	width:522px;
	background:url(images/main_bg_middle.gif) repeat-y;
	margin-bottom:12px;
}

#main .blockTop{
	height:10px;
	background:url(images/main_bg_top.gif) no-repeat;
}

#main .blockMiddle{
	padding:0 10px;
}

#main .subject{
	width:503px;
	margin:auto 0;
	background:url(images/subject_bg_middle.gif) repeat-y;
}
#main .subjectTop{
	height:5px;
	background:url(images/subject_bg_top.gif) no-repeat;
}
#main .subjectMiddle{
	padding:0 18px;
	color:#333;
	font-weight:bold;

}
#main .subjectBottom{
	height:5px;
	background:url(images/subject_bg_bottom.gif) no-repeat 0 bottom;
}

#main .date{
	width:467px;
	margin:5px auto;
	text-align:left;
}

#main .content{
	width:467px;
	margin:12px auto;
}

#main .posted{
	width:467px;
	margin:0 auto;
	padding-top:5px;
	background:url(images/main_bg_line.gif) no-repeat 0 top;
	text-align:right;
}

#main .blockBottom{
	height:10px;
	background:url(images/main_bg_bottom.gif) no-repeat 0 bottom;
}

#main .pageNavi{
	text-align:center;
	color:#fff;
}

#main .pageNavi a{
	color:#fff;
}

#main blockquote{
	border:1px solid #C1BDB8;
	margin:5px;
	padding:5px;
}

/* ------------------------------
 Trackback
------------------------------ */

.trackbackbox{
	width:400px;
}

/* ------------------------------
 Topic
------------------------------ */

#topic{
	float:right;
	width:240px;
}

#topic .block{
	width:240px;
	background:url(images/topic_bg_middle.gif) repeat-y;
	margin-bottom:12px;
}

#topic .blockTop{
	height:10px;
	background:url(images/topic_bg_top.gif) no-repeat;
}

#topic .blockMiddle{
	padding:0 10px;
}

#topic .blockBottom{
	height:10px;
	background:url(images/topic_bg_bottom.gif) no-repeat 0 bottom;
}

#topic h4{
	color:#FF9600;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:6px;
	background:url(images/topic_bg_line.gif) #fff no-repeat 0 bottom;
}

#topic #aboutTxt{
	margin:0 0 12px 0;
	padding:0;
}

#topic #newEntry{
	margin-bottom:12px;
}

#topic #newEntry li{
	background:url(images/dot.gif) no-repeat 2px 0.5em;
	padding-left:0.8em;
}

#topic #linkList{
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:1px solid #b1b1b1;
}

#topic #linkList li{
	background:url(images/dot.gif) no-repeat 2px 0.5em;
	padding-left:0.8em;
#linkList
}

#topic #etcParts{
	text-align:center;
}

/* ------------------------------
 Navi
------------------------------ */

#navi{
	float:right;
	width:162px;
}

#navi .block{
	width:160px;
	background:url(images/navi_bg_middle.gif) repeat-y;
	margin-bottom:12px;
}

#navi .blockTop{
	height:10px;
	background:url(images/navi_bg_top.gif) no-repeat;
}

#navi .blockMiddle{
	padding:0 10px;
}

#navi .blockBottom{
	height:10px;
	background:url(images/navi_bg_bottom.gif) no-repeat 0 bottom;
}

#navi h4{
	color:#FF9600;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:6px;
	background:url(images/navi_bg_line.gif) #fff no-repeat 0 bottom;
}

#navi #categoryList{
	margin-bottom:12px;
}

#navi #monthly{
	margin:12px 0;
}

/* ------------------------------
 Footer
------------------------------ */

#footer{
	border-top:1px solid #fff;
	margin:12px 0;
	clear:both;
	color:#fff;
	background-color:#FF9600;
	text-align:center;
}

/* ------------------------------
 Margin
------------------------------ */

.marginB05{
	margin-bottom:5px;
}
.marginB10{
	margin-bottom:10px;
}
.marginB12{
	margin-bottom:12px;
}
.marginB15{
	margin-bottom:15px;
}
.marginB20{
	margin-bottom:20px;
}
.marginT05{
	margin-top:5px;
}
.marginT10{
	margin-top:10px;
}
.marginT15{
	margin-top:15px;
}
.marginT20{
	margin-top:20px;
}
.marginTB05{
	margin:5px 0;
}
.marginTB10{
	margin:10px 0;
}
.marginTB15{
	margin:15px 0;
}
.marginTB20{
	margin:20px 0;
}

.margin5{
	margin:5px;
}
.margin10{
	margin:10px;
}
.margin20{
	margin:20px;
}

.marginR15{
	margin-right:15px;
}

