@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(image/bg_image.jpg); 
	background-size: cover;
	background-color: transparent;
}

* {
	margin: 0;
	padding: 0;
}

header {
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 100px;
	background-image: url(image/jomon-head-back.png);
	background-repeat: repeat-x;
	background-position: 0 25px;
}

header div#lang {
	background-color: #C03;
	overflow: hidden;
}

header div#lang ul {
	width: 960px;
	margin: 0 auto;
}

header div#lang ul li {
	display: inline;
	float: right;
	margin-left: 20px;
}

header div#lang ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

header div#header-inner {
	width: 960px;
	margin: 0 auto;
}

header div#header-inner h1 {
	background-image: url(image/head_logo.png);
	background-repeat: no-repeat;
	height: 100px;
	text-indent: -9999px;
}

/****************************/
/* グローバルナビゲーション */
/****************************/

div#navi-area {
	background-color: #000;
	height: 50px;
}

div#navi-area nav {
	margin: 0 auto;
	width: 960px;
	background-color: #000;
}

div#navi-area nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#navi-area nav ul#menu-list:after {
	content: '';
	display: block;
	clear: both;
}

div#navi-area nav ul#menu-list > li {
	position: relative;
	float: left;
	width: 118px;
	padding: 0 1px;
	z-index: 10;
}

div#navi-area nav ul#menu-list li a {
	display: block;
/*	border-bottom: 4px solid #bbb; */
	padding: 10px 14px;
/*	background: #ccc; */
	background: linear-gradient(to bottom,
		hsl(0,0%,35%)0%,
		hsl(0,0%,20%)50%,
		hsl(0,0%,10%)51%,
		hsl(0,0%,20%)100%);
	height: 30px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}

.submenu {
	position: absolute;
	top: 100%;
	left: 0;
/*	background: #E7E2D9; */
	background: #fff;
	display: none;
}

.submenu li {
	border-top: 1px solid #fff;
	padding: 4px 4px;
}

li:hover .submenu {
	display: block;
}

/**************************/
/* トップページコンテンツ */
/**************************/

div#contents {
	width: 960px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}

div#contents section#slider {
	clear: both;
	width: 940px;
	height: 300px;
	background-color: #090;
	margin: 0 auto;
}

div#contents section#left_col {
	width: 300px;
	float: left;
	margin-left: 10px;
}

div#contents section#left_col article {
	border: none;
	height: 200px;
	margin-top: 10px;
	background-color: #fff;
}

div#contents section#left_col article h1 {
	background-image: url(image/bg_top_bnr.png);
	height: 30px;
	font-size: 14px;
	color: #fff;
	text-indent: 10px;
}

div#contents section#left_col article dl,p {
	margin: 10px;
}

div#contents section#left_col article dt {
	font-size: 14px;
}

div#contents section#right_col {
	width: 620px;
	float: left;
	margin-left: 20px;
}

div#contents section#right_col article {
	border: none;
	height: 200px;
	margin-top: 10px;
	background-color: #fff;
}

div#contents section#right_col article h1 {
	background-image: url(image/bg_top_bnr.png);
	height: 30px;
	font-size: 14px;
	color: #fff;
	text-indent: 10px;
}

div#contents section#right_col article p img {
	float: left;
	margin-right: 10px;
}

div#news_wrap {
	padding: 10px;
}

ul#news_list li {
	list-style: none;
	font-size: 14px;
}

/*******/
/* SNS */
/*******/

div#contents section#sns {
	width: 400px;
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	float: right;
	display: inline-block;
}

div.g-plusone {
	margin-right: 5px;
	padding: 0;
	display: inline-block;
}

div.fb-like {
	margin-right: 5px;
	height: 20px;
	padding: 0;
	display: inline-block;
}

div.twButton {
	width: 120px;
	height: 20px;
	margin-right: 5px;
	margin-top: 10px;
	padding: 0;
	display: inline-block;
}

/**************/
/*            */
/* 下位ページ */
/*            */
/**************/

section#main_contents {
	clear: both;
	width: 630px;
	float: left;
	background-color: #fff;
}

section#main_contents h1 {
	margin: 20px;
	color: #900;
	text-indent: 20px;
	border-left: 5px solid #900;
	border-bottom: 1px solid #999;
}

section#main_contents article {
	margin: 20px;
/*	background-color: #ccc; */
}

section#main_contents article h2 {
	font-size: 14px;
	margin-top: 30px;
	color: #333;
}

section#main_contents article h3 {
	font-size: 14px;
	margin-top: 30px;
	color: #333;
}

/********************************/
/* 「縄文ストレッチとは」ページ */
/********************************/
section#main_contents article#whats-jomon p {
	line-height: 200%;
}

section#main_contents article#whats-jomon p img {
	float: right;
}

ol#whats-shindo {
	font-size: 14px;
	margin-left: 30px;
}

ol#voice-of-practitioner {
	font-size: 14px;
	margin-left: 30px;
}

/******************************/
/* 「ストレッチクラス」ページ */
/******************************/
div.other-pose {
	height: 250px;
	margin-top: 20px;
}

dl.pose-setsumei {
	width: 380px;
	margin-left: 10px;
	float: left;
}

dl.pose-setsumei dt {
	color: #000;
	font-size: 14px;
}

dl.pose-setsumei dd {
	color: #666;
	font-size: 14px;
}

dl#schedule1 dt,dd {
	margin: 0;
	padding: 3px;
}

dl#schedule1 {
	background: #e7e7e7;
	border: 1px solid #333;
	border-top: none;
	width: 100%;
}

dl#schedule1 dt {
	border-top: 1px solid #333;
	clear: left;
	float: left;
	width: 100px;
	font-size: 14px;
}

dl#schedule1 dd {
	background: #fff;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-left: 100px;
	font-size: 14px;
}

/* ポーズの説明用写真 */
img.pose {
	float: left;
}

/********************************/
/* 「イベントのお知らせ」ページ */
/********************************/
section#main_contents article.event {
	border: solid #CCC 8px; 
}

section#main_contents article.event h1 {
	color: #900;
	text-indent: 20px;
	border-bottom: 1px solid #999;
}

/************************************************/
/* 「縄文ストレッチについて（About us）」ページ */
/************************************************/
article#about-jomon-shindo ul,ol {
	margin: 20px;
}

article#about-jomon-shindo ul,ol li {
	font-size: 14px;
}

dl#profile dt,dd {
	margin: 0;
	padding: 3px;
}

dl#profile {
	background: #e7e7e7;
	border: 1px solid #333;
	border-top: none;
	width: 100%;
}

dl#profile dt {
	border-top: 1px solid #333;
	clear: left;
	float: left;
	width: 100px;
	font-size: 14px;
}

dl#profile dd {
	background: #fff;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-left: 100px;
	font-size: 14px;
}

section#main_contents article#international-staff h2 {
	font-size: 16px;
	color: #C30D23;
}
	
section#main_contents article#international-staff h3 {
	font-size: 14px;
	background-image: url(image/arrow_city.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}

div.staff {
	padding-top: 20px;
	overflow: hidden;
}

div.staff dl img {
	float: right;
	margin-left: 20px;
}

div.staff dl dt {
	font-size: 12px;
	font-weight: bold;
}

div.staff dl dd {
	font-size: 12px;
/*	border-bottom: dashed 1px #999; */
}

div.staff dl dd a {
	text-decoration: none;
	color: #333;
}

/**********************/
/*                    */
/* 下位ページ 右カラム*/
/*                    */
/**********************/

aside {
	float: left;
	width: 310px;
	margin-left: 20px;
}

aside ul li {
	list-style: none;
}

table {
	border-collapse: collapse;
}

table tr td {
	border: solid 1px #000;
	width: 25%;
	font-size: 14px;
	padding: 5px;
}

/************/
/* フッター */
/************/
footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background-color: #000;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}

footer h1, address, p {
	font-size: 12px;
}

footer p {
	margin-bottom: 0;
}

/************/
/* その他   */
/************/

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}

hr.style-two {
	border: 0;
    border-bottom: 1px dotted #999999;
}

.clear {
	clear: both;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}