@charset "utf-8";

@import url(https://www.kanban-design.com/user_data/packages/default/css/layout.css);
@import url(https://www.kanban-design.com/user_data/packages/default/css/fontchange.css);



/*++++++++++ main page ++++++++++*/
#alpha-inner #h2-box{
    width: 580px;
	height:48px;
    margin:0 0 10px 0;
    background: url("http://www.kanban-design.com/example/img/title_back.gif") no-repeat left center;
	}

#alpha-inner #h2-box h2{
    padding:2px 0 0 45px;
    font-size: 140%;
	line-height:48px;
	}



/*++++++++++ example box ++++++++++*/
#example-box{
	/*width:560px;*/
	margin:10px;
	}

#example-box p{
	line-height:160%;
	margin:10px 0;
	}



/*++++++++++ example index ++++++++++*/
div.example-index-box{
	width:176px;
	margin:10px 4px;
	text-align:center;
	border:1px solid #999999;
	float:left;
	display:inline;
	}

div.example-index-box h3{
	}

#example-box div.example-index-box p{
	margin:5px 0 10px 0;
	text-align:center;
	}



/*++++++++++ example category archive ++++++++++*/
#page-separate-box{
	margin:10px 5px;
	padding:5px;
	font-size:90%;
	line-height:100%;
	text-align:center;
	background:#F0F0F0;
	}

#page-separate-box span{
	}



/*++++++++++ example individual page ++++++++++*/
#example-entry-box{
	margin:10px;
	line-height:160%;
	}

#example-entry-box img{
	margin:10px 0;
	}

#example-entry-box p{
	margin:10px;
	}

#example-entry-box hr{
	margin:10px 0;
	border-top:1px dotted #999999;
	border-bottom:none;
	border-left:none;
	border-right:none;
	height:0px;
	}



