/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    min-width: 800px;
    margin: 0;
    padding: 0;
    background: #ffffff url(http://www.1kendo.com/img/body-bg.gif) top center repeat-y;
    font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align.left;
    color: #333333;
}

#header {
	background-image: url(http://www.1kendo.com/img/header.jpg);
	margin: 0px;
	height: 150px;
	width: 800px;
	text-indent: -10000px;
	text-decoration:none;
}

#header p{
	text-indent: -10000px;
	text-decoration:none;
}

#logo a{
	display: block;
	position: absolute;
	top: 70px;
	left: 280px;
	width: 500px;
	height: 75px;
	text-indent: -10000px;
	text-decoration:none;
}

#navi {
	margin: 0px;
	height: 25px;
	width: 800px;
}

#footer {
	background-image: url(http://www.1kendo.com/img/footer.jpg);
	margin: 0px;
	width: 800px;
	height: 60px;
	color: #ffffff;
	text-align: center;
}


#content {
	margin: 30px 0px 30px 0px;
}

form {
    margin: 0;
    padding: 0;
    text-align: left;
}

a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    color: #ff6600;
}
#main {
    position: relative;
    width: 800px;
    background: #ffffff;
    margin: 0 auto; /* center on everything else */
    width: 800px;
     text-align: left;
}

.al-center {
	text-align: center; 
}

.al-left {
	text-align: left; 
}

.al-right {
	text-align: right; 
}

/*メールセミナー登録ボックス設定*/
#seminar {
        position: relative;
        left: 150px;
	width: 500px;
	padding: 5px 5px 5px 5px;
	border: solid 1px #ff6600;
	background: #ffffcc;
 }

/*ボックス設定*/
#box {
        position: relative;
        left: 100px;
	width: 600px;
	padding: 5px 5px 5px 5px;
	border: solid 1px #ff6600;
	background: #ffffcc;
 }

#voice {
        position: relative;
        left: 100px;
	width: 600px;
	padding: 5px 5px 5px 5px;
	border: solid 1px #ff6600;
	background: #ffffcc;
	font-family: "ＭＳ 明朝",serif;
	font-style: normal;
 }

/*レター設定設定*/
#letter {
        margin-left: 100px;
}

/*カウントダウン*/
#countdown {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/*写真位置設定*/
#picture {
        margin-left: 150px;
 }

