/*
Theme Name:ALLWEB
Theme URi:http://all-web.org/
Description: ALLWEB Theme for WordPress.
Author: Yuriko Takagi
*/

/*-------------------------------------------------------
=Normalize 
--------------------------------------------------------*/

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td
{ margin : 0; padding :0; }

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
font-size : 100%;
font-style : normal }

/*Normalizes list-style and lists */
ol, ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, strong, th, var, em
{ font-style : normal; font-weight : normal; }

/* Normalizes table border */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border a from fieldset and img */
fieldset, img { border :0; }

/* Left-align text to caption and th */
caption, th { text-align : left; }

/* Removes quotations marks from q */
q:before, q:after { content : ' '; }


hr{
	display: none;
	}

ins{
	text-decoration: none;
	}

a, a:link{
	outline: none;
	}

span.small {
   font-size: 10px;
}

span.red {
 font-weight: bold;
 color: #ff0000;
}


/* =basic layout */


/*body{
	background: transparent url(images/sub-header-bg.png) repeat-x 0 147px;
	}*/

div#branding{
	margin: 0 auto;
	width: 950px; margin-top:-22px;
	}
	
div#contents {
	margin: 0 auto;
	width: 950px;
	}
	
div#main{
	width: 640px;
	float: right;
	}
	
div#sub {
	width: 270px;
	float: left;
	}
	
div#site-information{
	clear: both;
	width: 950px;
	margin: 0 auto;
	}
	
/* =branding */
div#branding{
  position: relative;
	width: 950px;
	height: 248px;
	background-image: url(images/branding.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	}

div#branding p{
	width: 212px;
	height: 147px;
  position: absolute;
	top: 100px;
	left: 0px;
	}
	
div#branding p a{
	width: 100%;
	height: 147px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(images/logo.jpg);
		}
		
div#branding p a:hover {
	background-position: 0 -147px;
		}

ul#navigation {
  position: absolute;
	top: 59px;
	right: -1px;
		}

ul#navigation li{
	float: left;
	height: 41px;
		}

li#place{
	width: 132px;
		}
		
li#speaker , li#voice , li#service , li#company{
	width: 111px;
		}
li#company{
	width: 110px;
		}
		
li#place a , li#speaker a , li#voice a , li#service a , li#company a{
	width: 100%;
	height: 41px;
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
		}
		
li#place a {
	background-image: url(images/navi-place.jpg);
		}
		
li#speaker a {
	background-image: url(images/navi-speaker.jpg);
		}
		
li#voice a{
	background-image: url(images/navi-voice.jpg);
		}
		
li#service a{
	background-image: url(images/navi-service.jpg);
		}
		
li#company a{
	background-image: url(images/navi-company.jpg);
		}
		
li#place a:hover , li#speaker a:hover, li#voice a:hover , li#service a:hover , li#company a:hover{
	background-position: 0 -41px;
		}
	
ul#sub-navigation {
	position: absolute;
	top: 25px;
	right: 0px;
	border-right: 1px solid #666;
		}
	
ul#sub-navigation li{
	float: left;
	padding: 0 10px 0;
	border-left: 1px solid #666;
	}
	
ul#sub-navigation a{
	color: #666;
	font-size: 11px;
	text-decoration: none;
	}
	
ul#sub-navigation a:hover{
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
}

/* =main */
div#main{
	padding: 20px 0 30px 0;
	}
div#main a {
    text-decoration: none;
	}
div#main a:hover {
    text-decoration: underline;
	}
div#main h1 {
	padding: 10px 0 0 20px;
	background: transparent url(images/main_title.jpg) no-repeat left top;
	width: 640px;
	height: 40px;
	font-size: 16px;
	}

div#main h2 {
	margin: 30px 0 0 0;
	padding: 0 0 0 8px;
	font-size: 16px;
	font-weight: bold;
	border-left: 18px solid #ff9200; 
	}

div#main p {
	margin: 10px 0 0 26px;
	font-size: 16px;
	line-height:1.6em;
	}

div#main img.image {
	margin: 10px 0 0 26px;
	}
	
div#main table {
	margin: 20px 0 0 26px;
	font-size: 14px;
	width: 593px;
	}
	
div#main table th{
	padding: 6px 20px;
	background-color: #7f7f7f;
	color: #fdd000;
	text-align: center;
	font-weight: bold;
	border: 1px solid #7f7f7f;
	border-bottom: 1px solid #bfbfbf;
	}

div#main table.outline th{
	width: 99px;
	}


div#main table tr td{
	padding: 5px 10px;
	border: 1px solid #7f7f7f;
	}

div#main ul#review li p{
float: left;
width: 58px
}

caption{
	margin-top: 25px;
	font-size: 18px;
	font-weight: blod;
}


div#main blockquote{
margin-top: 10px;
	margin-left: 94px;
	padding: 5px;
	background-color: #ccc;
	}


	
div#main table.curriculum td{
	text-align: left;
	}

div#main table tr td ol{
        margin: 0;
        padding: 0;
        list-style-position: inside;
        }

div#main table tr td ol li{
        margin: 0;
        padding: 0;
        list-style-position: inside;
        list-style-type: disc;
        }


ul.registration li , ul.place li{
	width: 240px;
	height: 42px;
}

ul.registration li{
	margin: 60px auto 0;
}

ul.place li{
	margin: 20px auto 0;
}

ul.registration a , ul.place a{
	padding: 10px 0 0 0;
	display: block;
	width: 100%;
	height: 32px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(images/btn_green.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}




ul.registration a:hover , ul.place a:hover{
	text-decoration: none;
	background-position: 0 -42px;
}

h3 {
	margin: 20px 0 0 26px;
	border-bottom: 1px solid #7f7f7f;
	font-weight: normal;
}

div.list ul , ol {
	margin: 20px 0 0 46px;
	font-size: 14px;
}

div.list ul li {
	list-style-position: inside;
	list-style-type: circle;
         line-height: 1.5;
}

ul.list li {
	margin: 0 0 0 25px;
	font-size: 14px;
        line-height:1.4em;
}


ol li{
	list-style-position: outside;
	list-style-type: decimal;
         line-height: 1.5;
}

/* sub */

div#sub {
	margin: 20px 0 0 0;
	}

p#xhtml a ,  p#seo a , p#swapskills a, p#chart a{
	display: block;
	width: 270px;
	height: 140px;
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
         margin: 20px 0 0 0;
}

p#css3 a {
	display: block;
	width: 200px;
	height: 200px;
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
         margin: 20px 0 0 0;
}

p#chart a{
         margin: 0;
}

p#feed a{
	margin: 40px 0 0 0;
	display: block;
	width: 74px;
	height: 93px;
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(images/btn-feed.jpg);
}

p#xhtml a{
	background-image: url(images/btn-xhtml.jpg);
}

p#seo a{
	background-image: url(images/btn-seo.jpg);
}

p#css3 a{
	background-image: url(images/kyotows.gif);
}

p#swapskills a{
	background-image: url(images/btn-ss.jpg);
}

p#chart a{
	background-image: url(images/btn-chart.jpg);
}


h2#tokyo , h2#archive {
	margin: 20px 0 0 0;
	padding: 12px 0 0 0;
	width: 270px;
	height: 28px;
	background-image: url(images/btn.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;

}

ul.lecture li {
 width: 240px;
 height: 28px;
 background-image: url(images/btn_bg.jpg);
 background-position: -30px 0;
 background-repeat: repeat-x;
 font-weight: bold;
 padding: 8px 0 0 30px;

}

ul.archive li {
 width: 260px;
 font-weight: bold;
 padding: 20px 0 6px 10px;
 font-size: 70%;

}

ul.lecture li a , ul.archive li a{
 display: block;
 width: 100%;
 color: #000000;
 margin: 0 auto;
 text-decoration: none;
}

ul.lecture li a:hover , ul.archive li a:hover{
	text-decoration: underline;
}

/* =site-information */

div#site-information {
	position: relative;
	padding: 60px 0 0 0;
	background-image: url(images/site-information.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #4f4f4f;
	}
	
div#site-information p{
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
	padding: 10px 20px 0 0;
	}

div#site-information p#copy-rights{
	padding: 10px 20px 20px 0;
	}

img.ss {
	position: absolute;
	top: 0;
	right: 0;
}

img.allweb {
	position: absolute;
	top: 0;
	right: 161px;
}

