@charset "utf-8";

/* 
目次
01 CSSの初期化
02 コンテンツ
03 フッター
04 ナビゲーション
05 トップページ用
06 2層目以降

10 clear
11 clearfixハック
 */


/* 
01 css初期化 */
*{
}

body {
	background-color:#FFFFFF;
	font-size:100%;
	font-style:normal;
	letter-spacing:normal;
	margin:0px;
	padding:0px;
}

head,html,body,h1,h2,h3,h4,h5,div,span,p,ol,ul,li,img,table,th,tr,td,strong,a,address {
	font-family:'ＭＳ Ｐゴシック', Osaka,'ヒラギノ角ゴ Pro W3',sans-serif;
	font-style:normal;
	margin:0px;
	padding:0px;
}


/* 
02 コンテンツ */

#container {
	width:840px;
	padding:0px;
	text-align: center;
	vertical-align: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 0.9em;
	line-height:1.4em;
	color: #333333;
}
.caption01 {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}

/*
03 フッター */
#footer{
	width:840px;
	margin:0px;
	padding:0px;
	text-align: center;
	color: #666666;
}


/*
04 ナビゲーション */
#navi ul{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#navi li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

#navi img {
	visibility: hidden;
}

#navi a,
#navi a:link,
#navi a:visited {
	background-position: 0px 0px;
	display: block;
}
#navi a:focus,
#navi a:hover,
#navi a:active {
	background-position: 0px 40px;
	display: block;
}

#navi .n-hist a {
	background-image: url(../img/nvtop_history.jpg);
}
#navi .n-spirit a {
	background-image: url(../img/nvtop_spirit.jpg);
}
#navi .n-kata a {
	background-image: url(../img/nvtop_kata.jpg);
}
#navi .n-prof a {
	background-image: url(../img/nvtop_profile.jpg);
}


#navi .n-home2 a {
	background-image: url(../img/nv_home.jpg);
}
#navi .n-hist2 a {
	background-image: url(../img/nv_history.jpg);
}
#navi .n-spirit2 a {
	background-image: url(../img/nv_spirit.jpg);
}
#navi .n-kata2 a {
	background-image: url(../img/nv_kata.jpg);
}
#navi .n-prof2 a {
	background-image: url(../img/nv_profile.jpg);
}
#navi .n-acce2 a {
	background-image: url(../img/nv_access.jpg);
}
#navi .n-inq2 a {
	background-image: url(../img/nv_inq.jpg);
}

/*
05 トップページ用 */

#top #header{
	height: 300px;
	width: 840px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#top #navi{/*ナビゲーション*/
	margin: 0px;
	height: 40px;
	width: 560px;
	margin-bottom: 20px;
	overflow: hidden;
}
#top #cont-left{
	width: 560px;
	float: left;
}
#top #cont-right{
	margin: 0px;
	float: right;
	width: 250px;
}
#top #cont-right .signin{
	background-image: url(../img/top_entrybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	width: 250px;

}







/*
06 2層目以降 */
#second h2 {
	font-size: 1.2em;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CC3300;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 8px;
}
#second p {
	margin-bottom: 15px;
}

#second #signin{
	text-align: right;
	vertical-align: middle;
	width: 840px;
	margin: 0px;
	height: 25px;
	padding-left: 0px;
	padding-top: 7px;
}

#second #header{
	padding: 0px;
	height: 130px;
	width: 840px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#second #navi{/*ナビゲーション*/
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 840px;
	margin-bottom: 20px;
	overflow: hidden;
}

#second #cont{
	margin: 0px;
	padding: 0px;
	width: 840px;
}

#second #cont .main01{/* 歴史・師範紹介ページ*/
	width: 840px;
	text-align: left;
	vertical-align: top;
}
#second #cont .main01 h3 {
	font-size: 1.2em;
	font-weight: bold;
}

#second #cont .main02{/* 精神・アクセス・サイト案内ページ*/
	width: 600px;
	text-align: left;
	vertical-align: top;
}
#second #cont .main02 h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #993300;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 30px;
}
#second #cont .main02 h4 {
	font-size: 1em;
	font-weight: bold;
	color: #663333;
	margin-bottom: 20px;
}

#second #cont .main02 ul{/* shopページアイテムリスト*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#second #cont .main02 li{
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
	list-style-type: none;
	padding: 0px;
}



#second #cont .main02 dl{
	margin-left: 10px;

}
#second #cont .main02 dt{
	margin-bottom: 10px;
	margin-left: 15px;
	color: #663300;
	font-weight: bold;
}
#second #cont .main02 dd{
	margin-bottom: 10px;


}


#second #cont .main03{/* 小林流の型ページ*/
	width: 480px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	vertical-align: top;
}
#second #cont .box-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}
#second #cont .box-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
#second #cont .prf-right {/* 師範紹介ページ*/
	float: right;
	margin-bottom: 5px;
	width: 520px;
}

#second #cont .prf-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	width: 300px;
}
#second #cont .txt01 {
	font-size: 0.9em;
	margin-left: 30px;

}





/*
10 clear */
.clear {
	clear:both;
	margin: 0px;
	padding: 0px;
}

/*
11 clearfixハック */
.clearfix {/*for IE 5.5-7*/
    zoom:1;
}
div.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
