/*
	Theme Name: kaza-web
	Description: ������ЃJ�U2010�z�[���y�[�W	
	Author: Yokoyama Keiji
	Author URI: http://www.sas44.net
	Version: 2
	Tags:two columns,fixed width,white,light,blue,pink,easy,tags

*/

/* Reset ------------------- */
 
* { margin: 0; padding: 0; }


/* Global ------------------- */
 
body {
	color: #333;
	background-color: #fff;
	background-image: url(http://www.kaza.co.jp/images/bg.gif);
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

ul { list-style: none; }
ol { list-style-position: inside; }

h1, h2, h3 {
	font-family: Verdana;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 { font-size: 20px; margin-bottom: 7px; }
h2 { font-size: 18px; margin-bottom: 5px; }
h3 { font-size: 16px; margin-bottom: 5px; }

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #666;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	padding-bottom: 10px;
}

pre { border: 1px solid #d5d8f9; background: #fafafa url(images/bg-block.png); padding: 10px; margin-bottom: 20px; }

.clear {
	clear: both;
}
.pageTop{
	background-image: url(http://www.kaza.co.jp/kaza/images/page_top.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
	height: 25px;
	width: 120px;
}

/* Blocks ------------------- */

#container {
	width: 860px;
	background-color: #fff;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #999;
}
#header {
	height: 100px;
	clear: both;
	position: relative;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-image: url(http://www.kaza.co.jp/images/top_pix.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	width: 620px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#sidebar {
	width: 200px;
	float: left;
}
#footer { clear: both; font-size: 11px; text-align: center; padding: 20px 0 10px 0; position: relative; }

/* Header ------------------- */

#header h1 {
	height: 60px;
	width: 350px;
	text-indent: -9999px;
	margin-top: 20px;
	margin-left: 50px;
	float: left;
}
#header h1 a {
	display: block;
	height: 60px;
	width: 350px;
}

.nav {
	width: 280px;
	float: right;
	height: 110px;
	margin-right: 20px;
	border: 1px solid #999;
	line-height: 12px;
}
.nav h2 {
	font-size: 14px;
	color: #C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.nav p {
	line-height: 14px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 10px;
	background-image: url(images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
}
.nav a {}
.nav a:hover {}

/* Sidebar ------------------- */

#sidebar .block {
	margin-bottom: 10px;
	padding: 8px;
}
#sidebar .block h2 {
	color: #FFF;
	background-color: #666;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-image: url(images/sidebar_h2.jpg);
	background-position: 0px 0px;
	letter-spacing: 2px;
}
#sidebar .block li {
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
#sidebar .block li a {
	color: #333;
	text-decoration: none;
}
#sidebar .block li a:hover {
	color: #999;
	text-decoration: underline;
}

/* Post ------------------- */

.post {
	margin-bottom: 15px;
}
.post .date { font-size: 16px; color: #abbbac; margin-bottom: 10px; }

.post h2 {
	font-size: 28px;
	background-image: url(images/h2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 42px;
	font-weight: bolder;
	margin-bottom: 20px;
}
.post h3 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C00;
}
.post h4 {}
.post h5 {
	font-size: 14px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #036;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
}
.post h6 {}
.pagetitle {
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 5px;
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
	padding-bottom: 2px;
	margin-top: 10px;
}

.post p a {
	text-decoration: none;
	color: #666;
}
.post p a:hover {
	color: #555;
	text-decoration: underline;
}
.post ul {
	width: 580px;
}
.post li {
	list-style-type: square;
	padding-left: 0px;
	margin-left: 40px;
	padding-bottom: 16px;
}

.vox {
	width: 578px;
	border: 1px solid #666;
	padding: 20px;
}
.vox-left {
	width: 578px;
	border: 1px solid #666;
	padding: 20px;
	float: left;
}
.go {
	padding-right: 20px;
	margin-top: -5px;
	margin-bottom: 10px;
	text-align: right;
}
.tip {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 5px;
	line-height: 1.5em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
	margin-right: 250px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.ddt {
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	position: relative;
}

dt, dd {
	padding-top: 5px;
	padding-bottom: 5px;
}
dt {
	float: left;
	width: 170px;
}

dd {
	float: left;
	width: 400px;
	margin-bottom: 5px;
}
.company {
	padding-left: 20px;
	float: left;
	width: 380px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.map {
	float: left;
	width: 200px;
}
.form {
	width: 340px;
	padding-left: 20px;
	text-indent: 30px;
	float: left;
}
.form-text {
	float: left;
	width: 220px;
	padding-top: 20px;
	font-size: 10px;
	line-height: 14px;
}

/*
 * Comments
 *
 */
 
h2#comments { color: #549bcc; margin-bottom: 10px; font-size: 16px; }
 
.comment { background: #fafafa; padding: 10px; margin-bottom: 10px; color: #777; }
.comment p { color: #333; font-size: 11px; line-height: 16px; }
.comment .author { margin-bottom: 5px; }

.comment-form { position: relative;z-index: 10; }
.comment-form h3 { color: #333; }
.comment-form p {  padding-bottom: 5px; }
.comment-form .text { width: 150px; height: 20px; margin-top: 5px; }
.comment-form label { margin-left: 5px; }
.comment-form textarea { width: 380px; height: 70px; margin-top: 5px; }
.comment-form .submit { margin-top: 5px; padding: 3px 5px; margin-bottom: 10px; }

.center { text-align: center; font-size: 16px; }

#footer {
	color: #333;
}
#footer a {
	color: #333;
	text-decoration: underline;
	line-height: 16px;
}

*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}	


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

*/
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;
}

/* table ------------------- */

table {
	background-color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
}
tr,td {
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
}
.title {
	background-color: #666;
	color: #FFF;
	text-align: center;
	font-size: 11px;
}
.color {}

