@charset "utf-8";
/*
Theme Name: Asobi-no-atelier Ribon-club
Description: あそびのアトリエ リボンクラブ専用テーマ
Version: 1.0
Author: Seito Taguchi
*/



/* START---文字・カラー・サイズ */
body{
	background: url(images/all_bg.png) repeat-x fixed top;
	font-size: 80%;
	color: #333;
	padding: 0;
	margin: 0;
}

h1{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
}

h2{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
}

h3{
	font-size: 1.0em;
	font-weight: normal;
}

h4,h5,h6{
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.0em;
}

p{
	line-height: 1.3em;
}

div,span,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,tr,td,th,dl,dt,dd{
	padding: 0;
	margin: 0;
}

/* 画像・リンク設定 */
img{
	border: 0;
}

a img{
	border: 0;
}

a{
	text-decoration: none;
	color: #03C;
}

a:hover{
	color: #F03;
}


/* STARTコンテナ */
div#container{
	margin: 10px auto;
	width: 800px;
}

/* STARTヘッダー */

div#header{
	margin: 0 auto;
	width: 800px;
	background: url(images/header_bg.png) no-repeat;
	height: 110px;
}

div#headerLogo{
	float: left;
	margin: 15px;
}

div#headerRight{
	float: right;
	margin: 15px 15px 0 0;
}

div#headerNav ul{
	margin-top: 15px;
	list-style: none;
}

div#headerNav ul li{
	float: left;
	margin-right: 20px;
}

/* STARTミドル */
div#middle{
	width: 800px;
	background: url(images/main_bg.png);
	clear: both;
	margin: 0 auto;
}

/* STARTサイドバー */
div#sidebar{
	margin-left: 1px;
	width: 199px;
	padding-top: 15px;
	float: left;
}

div#sidebar ul{
	list-style: none;
	margin-left: 8px;
}

div#sidebar ul li{
	margin-bottom: 10px;
}

div#powered{
	vertical-align: bottom;
}

/* STARTメイン*/
div#main{
	width: 570px;
	float: right;
	margin: 15px 15px;
	text-align: center;
}

/* STARTフッター */
div#footer{
	clear: both;
	background: url(images/footer_bg.png) repeat-y;
}

div#footerImage{
	text-align: center;
}

div#footerNav{
	width: 550px;
	margin: 10px auto 0 10px;
}

div#footerNav ul{
	list-style: none;
	line-height: 1.5em;
}

div#footerNav ul li{
	float: left;
}

div#footerNav ul li:after{
	content: "｜";
}

div#footerCopy{
	clear: both;
	margin: 0 10px 10px auto;
	padding-top: 20px;
	text-align: right;
	line-height: 1.5em;
}

div#footerCopy address{
	font-style: normal;
}

div#footer_foot{
	background: url(images/footer_foot.png) no-repeat;
	height: 4px;
}

/*↓↓↓各ページ別↓↓↓*/
/* START トップページ */
/* トピックス部分 */
div#topics{
	margin-top: 20px;
}

div#topics dl{
	text-align: left;
	width: 552px;
	margin: 10px auto;
}

div#topics dl dt{
	margin-left: 10px;
	font-weight: bold;
	line-height: 2.0em;
}

div#topics dl dd{
	margin-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(images/topics_line.png) no-repeat bottom;
}

span.topicsDate:after{
	content:"－－－";
}


/* 個人情報保護方針ページ */
div#privacyBody{
	width: 550px;
	margin: 10px auto;
	text-align: left;
}

div#privacyBody h3{
	border-bottom: 2pt double #F6F;
	color: #F06;
	font-weight: bold;
	font-size: 1.2em;
}

div#privacyBody h3:before{
	content: "●";
}

div#privacyBody dd{
	margin-top: 10px;
	margin-left: 15px;
	color: #333;
}

div#privacyBody dt{
	margin-top: 20px;
}

div#privacyBody dd ul{
	margin: 8px auto 8px 20px;
}

/* 入会FAQページ */
div#faq{
	width: 550px;
	margin: 10px auto;
	text-align: left;
}

div#faq dl dt{
	margin-top: 20px;
}

h3.faqQuestion{
	border-bottom: 2pt double #F6F;
	color: #F06;
	font-weight: bold;
	font-size: 1.2em;
}

h3.faqQuestion:before{
	content:'Q．';
}

div#faq dl dd{
	margin-top: 5px;
	color: #333;
}

div#faq dl dd p:before{
	content: 'A．';
}


/* 店舗案内ページ */
div#school{
	width: 550px;
	margin: 10px;
	text-align: left;
}

div#school h2{
	margin: 20px auto 10px auto;
}

div#school table{
	border-collapse: separate;
	color: #333;
	margin: 0 10px 10px 0;
}

div#school table th{
	padding: 5px;
	border-bottom: 3pt solid #FCF;
	border-right: 3pt solid #FCF;
	text-align: center;
}

div#school table td{
	padding: 5px;
	border-bottom: 3pt solid #FCF;
	border-right: 3pt solid #FCF;
}

/* 入会案内ページ */

div#guidance{
	text-align: left;
	width: 500px;
	margin: 0 auto;
}

div#guidance h3{
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
	margin-top: 20px;
}

div#guidance table{
	border-collapse: separate;
	color: #333;
	margin: 0 auto;
	width: 500px;
}

div#guidance table th{
	padding: 5px;
	border-bottom: 3pt solid #FCF;
	border-right: 3pt solid #FCF;
	text-align: center;
	width: 30%;
}

div#guidance table td{
	padding: 5px;
	border-bottom: 3pt solid #FCF;
	border-right: 3pt solid #FCF;
	text-align: left;
}

div#guidance ul{
	margin: 5px 0 10px 25px;
}

div#guidance ul li{
	line-height: 1.5em;
}

/*あそびのアトリエについてページ START*/
div#about{
	text-align: left;
	width: 500px;
	margin: 10px auto;
}

div#about h3{
	font-size: 1.2em;
	font-weight: bold;
	background-color: #EFDAE4;
	padding: 5px;
	margin-top: 35px;
}

div.aboutPageEntryBox{
	margin-top:5px;
	border: 1px solid #cecece;
	padding: 10px;
	box-shadow: 6px 6px 4px #cecece;
	-moz-box-shadow: 6px 6px 4px #cecece;
	-webkit-box-shadow: 6px 6px 4px #cecece;
	border-radius: 3px 10px 3px 10px;
	-moz-border-radius: 3px 10px 3px 10px;
	-webkit-border-radius: 3px 10px 3px 10px;

}

.power{
	width: 90%;
	margin: 0 auto;
}

.power dt{
	background: #F9F url(./images/power_cursol.png) no-repeat 5px center;
	padding: 5px 5px 5px 20px;
	margin: 10px 0 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.power dd{
	background-color: #FCF;
	padding: 5px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*あそびのアトリエについてページ END*/
/* 無料体験ページ START */

#experience{
	text-align: left;
	margin: 30px 10px 10px 10px;
}

#experience dl dt{
	padding: 5px;
	margin-bottom: 5px;
}

#experience dl dt span{
	padding: 5px;
	font-weight: bold;
	background-color: #FCC;
}

#experience dl dd{
	margin-bottom: 15px;
	margin-left: 5px;