@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

/* -------------------------------- RESET & SETTING -------------------------------- */
*{
	margin:0;
	padding:0;
	text-align:left;
	list-style-type: none;
	}
	
body {
	font-family: Verdana,Arial,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	color: #333333;
	background-color:#FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
	}
	
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
	}
	
h3 {
	color: #104E8B;
	margin-bottom:.5em;
	}	
	
h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom:1em;
	}
	
h5 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom:1em;
	padding:5px;
	background-color:#ffcc66;
	}	
	
	
p{
	line-height:1.5em;
	color:#333333;
	margin-bottom:1em;
	}
		
textarea{
	font-size: 100%;
	}

img{
	margin:0px;
	padding:0px;
	border:none;
	vertical-align: bottom;
	}
	
.align_left{
	text-align:left;
	}

.align_center{
	text-align:center;
	}
	
.align_right{
	text-align:right;
	}
	
.float_left{
	float:left;
	}
	
.float_right{
	float:right;
	}
	
.clear{
	clear:both;
	}
	
.none{
	display:none;
	}

.bold{
	font-weight:bold;
	}
	
.red{
	color:#FF0000;
	}	
	
a:link{
	color:#0C5203;
	text-decoration:none;
	}

a:visited{
	color:#006699;
	text-decoration:none;
	}						

a:hover{
	color:#0C5203;
	text-decoration:underline;
	}
	
.blue{
	color:#104E8B;
	}

.green{
	color:#339999;
	}	
				

/* -------------------------------- HEADER ----------------------------------------- */

div#wrapper{
	width:980px;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
div#header {
	width: 934px;
	height: 84px;
	background-repeat: no-repeat;
	background-position: left top;
	}	
	
div#header h1{
	float:left;
	}
	
div.logo {
	width: 441px;
	height: 84px;
	float:left;
	}
	
table.headcontents {
	width: 180px;
	height:50px;
	float:right;
	vertical-align:bottom;
	text-align:right;
	}	
	
td.fontsize {
	padding-top:10px;
	text-align:right;
	}	
		
p.search {
	text-align:right;
	margin-bottom:0;
	}

.search_button {
	margin:0;
	padding:0;
	height:18px;
	border-width: 1px;
	border-style: solid;
	border-color: #818181;
	color:#ffffff;
	background-color:#818181;
	}

.search_form {
	margin:0;
	padding:0 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #818181;
	}			
					
	
	
/* -------------------------------- CATCH AREA ------------------------------------------ */
	
div#catcharea{
	width:934px;
	background-image: url(images/catch_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

div#catch_img{
	width:887px;
	height:264px;
	}
	
/* -------------------------------- NAVIGATION ----------------------------------------- */
	

div#navi{
	width:168px;
	padding-left:15px;
	}
	
#nav-one li {
	width:148px;
	text-align:center;
	position: relative;
	float: left;
}

#nav-one li a {
	display:block;
	width:148px;
	height:28px;
}

#nav-one li:hover a, 
#nav-one li.sfHover a {
	top: 0;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	top: 0;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	top: 0;	
}

#nav-one ul {
	width:148px;
	position: absolute;
	top: -999em;
	left:148px;
}

#nav-one li:hover ul,
#nav-one li.sfHover ul {
	top: 0;
}

#nav-one ul li {
	width: 148px;
	height:20px;
}
#nav-one ul a {
	width: 148px;
	float: none;
	height:20px;
}


#nav-one ul a:hover {
	width: 148px;
	float: none;
	height:20px;
}

li.navigation_btn_01 a{
	background:url(images/navigation_btn_01.gif) no-repeat;
	}


li.navigation_btn_01 a{
	background:url(images/navigation_btn_01.gif) no-repeat;
	}
	
li.navigation_btn_01 a:hover{
	background:url(images/navigation_btn_01_.gif) no-repeat;
	}
	
li.navigation_btn_02 a{
	background:url(images/navigation_btn_02.gif) no-repeat;
	}
	
li.navigation_btn_02 a:hover{
	background:url(images/navigation_btn_02_.gif) no-repeat;
	}
	
li.navigation_btn_03 a{
	background:url(images/navigation_btn_03.gif) no-repeat;
	}
	
li.navigation_btn_03 a:hover{
	background:url(images/navigation_btn_03_.gif) no-repeat;
	}
	
li.navigation_btn_04 a{
	background:url(images/navigation_btn_04.gif) no-repeat;
	}
	
li.navigation_btn_04 a:hover{
	background:url(images/navigation_btn_04_.gif) no-repeat;
	}
	
li.navigation_btn_05 a{
	background:url(images/navigation_btn_05.gif) no-repeat;
	}
	
li.navigation_btn_05 a:hover{
	background:url(images/navigation_btn_05_.gif) no-repeat;
	}

li.navigation_btn_06 a{
	background:url(images/navigation_btn_06.gif) no-repeat;
	}
	
li.navigation_btn_06 a:hover{
	background:url(images/navigation_btn_06_.gif) no-repeat;
	}	

li.navigation_btn_07 a{
	background:url(images/navigation_btn_07.gif) no-repeat;
	}
	
li.navigation_btn_07 a:hover{
	background:url(images/navigation_btn_07_.gif) no-repeat;
	}	
	
	
li.navigation_btn_08 a{
	background:url(images/navigation_btn_08.gif) no-repeat;
	}
	
li.navigation_btn_08 a:hover{
	background:url(images/navigation_btn_08_.gif) no-repeat;
	}	

li.navigation_btn_09 a{
	background:url(images/navigation_btn_09.gif) no-repeat;
	}
	
li.navigation_btn_09 a:hover{
	background:url(images/navigation_btn_09_.gif) no-repeat;
	}			

li.navigation_btn_10 a{
	background:url(images/navigation_btn_10.gif) no-repeat;
	}
	
li.navigation_btn_10 a:hover{
	background:url(images/navigation_btn_10_.gif) no-repeat;
	}

li.navigation_btn_11 a{
	background:url(images/navigation_btn_11.gif) no-repeat;
	}
	
li.navigation_btn_11 a:hover{
	background:url(images/navigation_btn_11_.gif) no-repeat;
	}
	
li.navigation_btn_12 a{
	background:url(images/navigation_btn_12.gif) no-repeat;
	}
	
li.navigation_btn_12 a:hover{
	background:url(images/navigation_btn_12_.gif) no-repeat;
	}
	
li.navigation_btn_13 a{
	background:url(images/navigation_btn_13.gif) no-repeat;
	}
	
li.navigation_btn_13 a:hover{
	background:url(images/navigation_btn_13_.gif) no-repeat;
	}
	
li.navigation_btn_14 a{
	background:url(images/navigation_btn_14.gif) no-repeat;
	}
	
li.navigation_btn_14 a:hover{
	background:url(images/navigation_btn_14_.gif) no-repeat;
	}	
	
li.navigation_btn_15 a{
	background:url(images/navigation_btn_15.gif) no-repeat;
	}
	
li.navigation_btn_15 a:hover{
	background:url(images/navigation_btn_15_.gif) no-repeat;
	}
	
li.navigation_btn_16 a{
	background:url(images/navigation_btn_16.gif) no-repeat;
	}
	
li.navigation_btn_16 a:hover{
	background:url(images/navigation_btn_16_.gif) no-repeat;
	}									


li.navigation_btn_04_01 a{
	background:url(images/navigation_btn_04_01.gif) no-repeat;
	}
	
li.navigation_btn_04_01 a:hover{
	background:url(images/navigation_btn_04_01_.gif) no-repeat;
	}
	
li.navigation_btn_04_02 a{
	background:url(images/navigation_btn_04_02.gif) no-repeat;
	}
	
li.navigation_btn_04_02 a:hover{
	background:url(images/navigation_btn_04_02_.gif) no-repeat;
	}	
li.navigation_btn_04_03 a{
	background:url(images/navigation_btn_04_03.gif) no-repeat;
	}
	
li.navigation_btn_04_03 a:hover{
	background:url(images/navigation_btn_04_03_.gif) no-repeat;
	}	

li.navigation_btn_04_04 a{
	background:url(images/navigation_btn_04_04.gif) no-repeat;
	}
	
li.navigation_btn_04_04 a:hover{
	background:url(images/navigation_btn_04_04_.gif) no-repeat;
	}	

li.navigation_btn_04_05 a{
	background:url(images/navigation_btn_04_05.gif) no-repeat;
	}
	
li.navigation_btn_04_05 a:hover{
	background:url(images/navigation_btn_04_05_.gif) no-repeat;
	}	

li.navigation_btn_04_06 a{
	background:url(images/navigation_btn_04_06.gif) no-repeat;
	}
	
li.navigation_btn_04_06 a:hover{
	background:url(images/navigation_btn_04_06_.gif) no-repeat;
	}	

li.navigation_btn_04_07 a{
	background:url(images/navigation_btn_04_07.gif) no-repeat;
	}
	
li.navigation_btn_04_07 a:hover{
	background:url(images/navigation_btn_04_07_.gif) no-repeat;
	}	

li.navigation_btn_04_08 a{
	background:url(images/navigation_btn_04_08.gif) no-repeat;
	}
	
li.navigation_btn_04_08 a:hover{
	background:url(images/navigation_btn_04_08_.gif) no-repeat;
	}	

li.navigation_btn_04_09 a{
	background:url(images/navigation_btn_04_09.gif) no-repeat;
	}
	
li.navigation_btn_04_09 a:hover{
	background:url(images/navigation_btn_04_09_.gif) no-repeat;
	}	

li.navigation_btn_04_10 a{
	background:url(images/navigation_btn_04_10.gif) no-repeat;
	}
	
li.navigation_btn_04_10 a:hover{
	background:url(images/navigation_btn_04_10_.gif) no-repeat;
	}	

li.navigation_btn_04_11 a{
	background:url(images/navigation_btn_04_11.gif) no-repeat;
	}
	
li.navigation_btn_04_11 a:hover{
	background:url(images/navigation_btn_04_11_.gif) no-repeat;
	}	

li.navigation_btn_04_12 a{
	background:url(images/navigation_btn_04_12.gif) no-repeat;
	}
	
li.navigation_btn_04_12 a:hover{
	background:url(images/navigation_btn_04_12_.gif) no-repeat;
	}	

li.navigation_btn_04_13 a{
	background:url(images/navigation_btn_04_13.gif) no-repeat;
	}
	
li.navigation_btn_04_13 a:hover{
	background:url(images/navigation_btn_04_13_.gif) no-repeat;
	}	

li.navigation_btn_04_14 a{
	background:url(images/navigation_btn_04_14.gif) no-repeat;
	}
	
li.navigation_btn_04_14 a:hover{
	background:url(images/navigation_btn_04_14_.gif) no-repeat;
	}	

li.navigation_btn_06_01 a{
	background:url(images/navigation_btn_06_01.gif) no-repeat;
	}
	
li.navigation_btn_06_01 a:hover{
	background:url(images/navigation_btn_06_01_.gif) no-repeat;
	}
	li.navigation_btn_06_02 a{
	background:url(images/navigation_btn_06_02.gif) no-repeat;
	}
	
li.navigation_btn_06_02 a:hover{
	background:url(images/navigation_btn_06_02_.gif) no-repeat;
	}	



li.navigation_btn_14_01 a{
	background:url(images/navigation_btn_14_01.gif) no-repeat;
	}
	
li.navigation_btn_14_01 a:hover{
	background:url(images/navigation_btn_14_01_.gif) no-repeat;
	}
	li.navigation_btn_14_02 a{
	background:url(images/navigation_btn_14_02.gif) no-repeat;
	}
	
li.navigation_btn_14_02 a:hover{
	background:url(images/navigation_btn_14_02_.gif) no-repeat;
	}	
	li.navigation_btn_14_03 a{
	background:url(images/navigation_btn_14_03.gif) no-repeat;
	}
	
li.navigation_btn_14_03 a:hover{
	background:url(images/navigation_btn_14_03_.gif) no-repeat;
	}	
	li.navigation_btn_14_04 a{
	background:url(images/navigation_btn_14_04.gif) no-repeat;
	}
	
li.navigation_btn_14_04 a:hover{
	background:url(images/navigation_btn_14_04_.gif) no-repeat;
	}	





					
/* -------------------------------- CONTENTS AREA --------------------------------------- */

div#container{
	width:934px;
	padding-left:46px;
	padding-bottom: 20px;
	}
				
div#contentsarea{
	width:837px;
	padding:25px;
	}
	
div#contentsarea .contents_left{
	width:178px;
	float:left;
	text-align:center;
}

div#contentsarea .contents_left .sidebar_top{
	width:178px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	background-color:#FFFFFF;
	border:solid 1px #e4e6e0;
	text-align:center;
}

div#contentsarea .contents_left .sidebar_bottom{
	width:178px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	background-color:#FFFFFF;
	border:solid 1px #e4e6e0;
	text-align:center;
}

div#contentsarea .contents_left02{
	width:178px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:10px;
	background-color:#FFFFFF;
	border:solid 1px #e4e6e0;
}

div#contentsarea .shashi{
	width:615px;
	height: 120px;
	float:right;
	padding-top: 140px;
	padding-left: 10px;
}
			
div#contentsarea .contents_right{
	width:585px;
	float:right;
	padding:20px;
	background-image: url(images/sub_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align:bottom;
	}	
	
div#contentsarea .topics{
	width:400px;
	float:left;
	}	
	

div#contentsarea .phakic{
	width:175px;
	padding-left:10px;
	float:right;
	}	
										
p.banner{
	margin-bottom:0;
	margin-top:.5em;
		}
		
p.indent{
	margin:0 30px;
	padding:7px;
	margin-bottom:1em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #818181;
	}
	
p.alltopics{
	margin-bottom:1em;
	font-size:90%;
	text-indent: 15px;
	background-image: url(images/li_icon02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 230px;
	}
	

div#contentsarea .contents_right dt {
	background-image: url(images/li_icon.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
	margin-bottom:.5em;
	background-position: left;
	color:#0c5203;
	font-weight:bold;
	}		

div#contentsarea .contents_right dd {
	line-height: 2em;
	text-indent: 18px;
	}						

.timestamp{
 	color:#444;
	font-size: 90%;
	font-weight:normal;
	}
	
p.topics_text{	
	background-image: url(images/li_icon.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	text-indent: 12px;
	margin-bottom:.1em;
	font-weight:bold;
		}	
		
div#contentsarea .contents_right ul {
	padding-left: 20px;
	margin-bottom:.5em;
	color:#0c5203;
	font-weight:bold;
	}		

div#contentsarea .contents_right ul li {
	background-image: url(images/li_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	color:#0c5203;
	font-weight:bold;
	margin-bottom:1em;
	padding-left: 15px;
	}
	
div#contentsarea .contents_right ol {
	padding-left: 25px;
	margin-bottom:.5em;
	}		

div#contentsarea .contents_right ol li {
	margin-bottom:1em;
	padding-left: 5px;
	list-style-position: outside;
	list-style-type: decimal;
	}
		
	
div#intro_top{
	width:580px;
	height:33px;
	background-image: url(images/intro_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}								

div#intro_middle{
	width:580px;
	padding:10px;
	background-image: url(images/intro_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}
	
	div#intro_middle2{
	width:530px;
	padding:20px;
	}
	
div#intro_bottom{
	width:580px;
	height:33px;
	background-image: url(images/intro_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}			
	
	
	
	
	
		
	
#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 100px; /* 	margin: 5px 0 0 150px; */
	width: 450px;
	}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}


/* End Structure */



/*	Begin Headers */

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}


/* End Headers */



/* Begin Images */


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.widecolumn .entry {
	width:535px;
/*	border:#CCCCCC 1px solid; */
	
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #818181;
	}

#searchsubmit {
	margin:0;
	padding:0;
	height:18px;
	border-width: 1px;
	border-style: solid;
	border-color: #818181;
	color:#ffffff;
	background-color:#818181;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
/* -------------------------------- FOOTER ----------------------------------------- */


div#footer {
	width:980px;
	height: 90px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	clear:both;
	}
	
div#footer p{
	font-size: 11px;
	color:#444444;
	padding-top: 20px;
	text-align:center;
	}
		
	
/* --------------------------------------------------------------------------------

---------------------------------- SUBPAGE --------------------------------------------------------------

----------------------------------------------------------------------------------- */	

div#subcatcharea{
	width:934px;
	background-image: url(images/sub_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
body.subpage div#contentsarea .contents_right{
	width:585px;
	float:right;
	padding:20px;
	background-image: url(images/sub_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}		

div#contentsarea table{
	border-collapse:collapse;
	border: solid 1px #ffcc66;

	}
	
div#contentsarea td{
	padding:5px;
	border-collapse:collapse;
	border: solid 1px #ffcc66;
	vertical-align: top;	
	}
		
div#contentsarea .tr1{
	background-color:#fff4cc;
	}
	
div#contentsarea .tr2{
	background-color:#fff4cc;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	}	
	
div#contentsarea .td1{
	text-align:center;
	vertical-align:middle;
	background-color:#fff4cc;	
	}	
	
div#contentsarea .td2{
	background-color:#fff4cc;
	}
	
div#contentsarea .td3{
	text-align:center;
	border:solid 1px #ffffff;
	background-color:#fff4cc;
	}
	
div#contentsarea .td4{
	text-align:center;
	vertical-align:middle;
	}			

	
div#contentsarea table.no-border{
	border:none;
	}
	
div#contentsarea table.no-border td{
	border:none;
	}
	
div#contentsarea table.border1{
	border-collapse:collapse;
	border: solid 2px #ffffff;	
	}
	
div#contentsarea table.border1 td{
	padding:5px;
	border-collapse:collapse;
	border: solid 2px #ffffff;
	vertical-align: top;	
	}		
			


