@charset "UTF-8";

/************************************************
*	Reset					*
************************************************/

h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

img {
border-style: none;
}
/************************************************
*	clear					*
************************************************/
div:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/************************************************
*	Layout  				*
************************************************/
body {
		font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	background-color: #cccccc;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}



div#header {
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	/* width: 740px; */
        width: 900px;
	overflow: hidden;
}


div#content {
	font-size: 100%;
	color: #333333;
	background-color:#ffffff;
        text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	/* width: 740px; */
        width: 900px;
}


div#main {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	/* width: 508px; */
        width: 588px;
	float: left;
}


div#sub {
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	margin-top: 0px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	/* width: 230px; */
        width: 310px;
	float: right;
}


div#footer {
	font-size: 100%;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	/* width: 740px; */
        width: 900px;
	clear: both;
}

/************************************************
*	header  									*
************************************************/

div#header .inner {
	padding-left: 20px;
	padding-right: 20px;
}

div#header h1 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 160%;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#header h1 a {
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
}

div#header img a {
	margin: 0px;
	border: none;
}

div#header p {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	line-height: 140%;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 0px;
}


/************************************************
*	Content 					     		    * 
************************************************/

div#main .inner {
	padding-left: 20px;
	padding-right: 20px;
}

/* 見出し */
div#main h2 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 120%;
	/* font-weight: bold; */
	/* color: #333333; */
	/* background-color: #ffffff; */

	/* margin-top: 15px;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 5px; */
	/* border-bottom-width: 1px;
	border-bottom-style: solid; */
	/* border-bottom-color: #333333; */
	background-color:#CFD4E6;
        margin-top: 15px;
        margin-bottom: 5px;
        padding: 5px;
        border:#999 1px solid;

        /* border-bottm-color: #999999; */
	clear: both;
}

div#main h3 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	clear: both;
}
/* ハイパーリンク */
div#main a {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}

div#main a:hover {
	text-decoration: underline;
	color: #006699;
}
/* 段落 */
div#main p {
	line-height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.menu {
	padding-top: 20px;
}

/* 画像 */
div#main img {
	border: none;
	margin-bottom: 10px;
}
/* リスト */
div#main ul {
    list-style: none;
}

div#main ol,div#main ul {
	margin-top: 0;
	/* margin-left: 25px; */
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
}

div#main ol li,div#main ul li {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
        line-height: 120%;
        padding: 2px 0;
}
/* 引用 */
div#main blockquote {
	color: #333333;
	background-color: #eeeeee;
	line-height: 140%;
	margin-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-top: 3px;
	margin-left: 0;
	padding-left: 10px;
	margin-right: 0;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

div#main blockquote p {
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
}

/* 引用元情報 */
div#main cite {
	font-style: italic;
}

/* 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
div#main dl {
	margin-top: 5px;
	margin-bottom: 5px;
}


div#main dt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 10px;
}

div#main dd {
	padding-left: 5px;
}

/* 画像左配置 */
.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
    border: 1px solid #ccc;
    padding: 3px;
}
/* 画像左配置 */
div#main .imageleft{
	margin-right: 10px;
	float: left;
}
/* 画像右配置 */
div#main .imageright{
	margin-left: 10px;
	float: right;
}

/* 続き */
div#main .extended {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	display: block;
}

div#main .entry-tags {
    margin: 10px 0 10px 10px; 
	clear: both;
}
div#main .entry-tags-header,
div#main .entry-tags-list,
div#main .entry-tag { display: inline; }
div#main .entry-tags-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}


/* コメンター画像 */
div#main .commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* コメントフォーム */
div#main textarea{
	width: 350px;
}
/* コメントフォーム文字サイズ */
div#main input,div#main textarea {
	font-size: 100%;
}

/************************************************
*	 Sidebar 					     	    * 
************************************************/

div#sub .inner {
	padding-left: 20px;
	padding-right: 20px;
}

/* サイドバーリスト */
div#sub dl {
	clear:both;
}

div#sub dt {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	background-color:#CFD4E6;
        margin-top: 15px;
        padding: 5px;
        border:#999 1px solid;
        color: #333333;
        margin-top: 20px;
        margin-bottom: 5px;
        /* font-weight: bold;
	
	background-color: #ffffff;
	margin-top: 20px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;*/
}
div#sub dt a {
        background-color:#CFD4E6;
        color: #333333;
}

div#sub dd {
	font-size: 100%;
        margin-left: 15px;
}
	
	
div#sub ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

div#sub ul li {
	font-size: 75%;
	padding-top: 2px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
}

div#sub ul li li {
	font-size: 100%;
	margin-left: 20px;
		
}
	
div#sub ul li a {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
	margin: 0;
}

div#sub ul li a:hover{
	text-decoration: underline;
	color: #006699;
	/* background-color: #ffffff; */
}
/* サイドバー段落 */
div#sub p{
	line-height: 20px;
	margin: 0;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/* サイドバータグクラウド */
div#sub .module-tagcloud .module-content
	{text-align: left; }

div#sub .module-tagcloud .module-content .module-list
	{ list-style: none; }

div#sub .module-tagcloud .module-content .module-list .module-list-item
	{ display: inline; }

div#sub .module-tagcloud .module-content .module-list li.taglevel1
	{ font-size: 170%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel2
 	{ font-size: 150%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel3
	{ font-size: 130%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel4
	{ font-size: 110%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel5
	{ font-size: 90%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel6
	{ font-size: 70%; }


div#sub li.item {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}

/************************************************
*	Footer  									*
************************************************/
/* 文責 */
div#footer address {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 70%;
	font-weight: bold;
}
/* 段落 */
div#footer p {
	font-size: 70%;
}

/************************************************
* web page .info *
************************************************/
.info dt {
padding-top: 0;
padding-left: 5px;
padding-right: 0;
padding-bottom: 0;
}
.info dd {
line-height: 1.6;
margin-top: -2.4em;
margin-left: 9em;
margin-right: 0;
margin-bottom: .8em;
border-bottom: 1px dotted #666666;
}

/************************************************
* image * 
************************************************/
div#image {
color: #333333;
background-color: #ffffff;
background-image: url(blogimg/header.jpg);
background-position: center center;
background-repeat: no-repeat;
text-indent: -9999px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
/* width: 740px; */
width: 900px;
height: 180px;
clear: both;
}
div#image .pad {
padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
}

/************************************************
* navi * 
************************************************/
div#navi {
color: #ffffff;
background-color: #778899;
text-align: left;
margin-top: 0px;
padding: 0px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
/* width: 740px; */
width: 900px;
overflow: hidden;
}

div#navi .pad {
padding-left: 10px;
padding-right: 10px;

}

div#navi ul {
margin-top: 0;
padding: 0;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
div#navi ul li {
font-size: 90%;
font-weight: bold;
display: inline;
}

div#navi ul li a {
text-decoration: none;
color: #ffffff;
background-color: #778899;
padding-top: .7em;
padding-left: 15px;
padding-right: 15px;
padding-bottom: .6em;
float: left;
}

div#navi ul li a:hover {
text-decoration: underline;
color: #eee;
background-color: #556677;
}

/************************************************
* Top Page Recent Entries *
************************************************/
dl.rentory dt {
padding: 0;
}
dl.rentory dd {
line-height: 1.6;
margin-top: -2.2em;
margin-left: 8em;
margin-right: 0px;
margin-bottom: .4em;
}

/************************************************
* sub dt link color *
************************************************/
div#sub dt a {
text-decoration: none;
color: #006699;
/* background-color: #ffffff; */
}
div#sub dt a:hover{
text-decoration: none;
color: #006699;
/* background-color: #ffffff; */
}

/************************************************
* mail form * 
************************************************/
dl.form dt {
padding-top: 0;
padding-left: 0.3em;
padding-right: 0 ;
padding-bottom: 0;
}
dl.form dd {
line-height: 1.6;
margin-top: -2.4em;
margin-left: 13em;
margin-right: 0;
margin-bottom: .8em;
}

dl.form textarea {
   width: 300px;
}
/************************************************
* Sitemap * 
************************************************/
ul li.home {
list-style-type: none;
}

ul.tree {
margin: 0 0 0 1em!important;
padding: 0!important;
list-style: none!important;
}
ul.tree ul {
margin: 0 0 0 1em!important;
padding: 0!important;
}
ul.tree li {
margin: 0!important;
padding: 0 0 0 16px!important;
background-image: url(blogimg/tree_lst.gif);
background-repeat: no-repeat!important;
list-style: none!important;
}
ul.tree li.tree_end {
background-image: url(blogimg/tree_end.gif);
list-style: none;
}

#calendar {
    margin: 15px 0 10px 10px;
    color: #444444;
}
.calendarhead {
    padding-bottom: 5px;
    font-size:12px;
    letter-spacing: 0.2em;
}
#calendar table {
    padding: 0;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 12px;
    width: 30px;
}
#calendar td {
    padding: 2px 0;
    text-align: center;
    font-size: 14px;
    line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}

dl.list dd{
border-bottom: 1px dashed #999999;
padding: 0 0 0.5em 0;
margin: 0 0 0.5em 0;
}

dl.list dd.separator {
margin: 0 0 3em 0;
}

ul.simple_list li {
padding: 0 0 0.3em 0;
margin: 0 0 0.3em 0;
list-style: none;
}

div.schedule {
margin: 30px 0 0 20px;
}

div.inner table.article {
    font-size: 100%;
    width: 545px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

div.inner table.article th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
div.inner table.article td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}



/* オープングループレッスンの日程表   */
div.inner table.opengroup_dates td,
div.inner table.info td {
    border: 1px solid #ccc;
    padding: 10px;
}
div.inner table.opengroup_dates th {
    padding: 0.3em 0;
    text-align: center;
    background-color: #ccc;
    font-size: 110%;
    border: 1px solid #aaa;
}

div.inner table.opengroup_dates,
div.inner table.info {
    bottom: 20px;
    width: 100%;
}

table.opengroup_dates ul{
  margin: 0;
  padding: 0;
}

table.opengroup_dates ol {
  margin-left: 25px;
}


dl.info {
    line-height: 1.3em;
    border: 1px solid #ddd;

}

dl.info dt {
    width: 8em;
    text-align: right;
}
dl.info dd {
    
	margin-left: 10em;
	margin-top: -2em;
	padding-top: 0;
	margin-bottom: 7px;

}

div.apply_btn a{
	display:block;
	width: 200px;
	height: 45px;
	text-indent:-9999px;
	background: url(http://cheminsdefrance.net/img/button/apply_btn.png) no-repeat;
	overflow: hidden; 
}

div.apply_btn a:hover {
	overflow: hidden;
	background: url(http://cheminsdefrance.net/img/button/apply_btn_h.png) no-repeat;

}
dl#member {
  border: none;
  line-height: 1.3em;

}

table#member td{
vertical-align:top;
padding: 5px;
}
table#member img {
padding: 3px;
border: 1px solid #ccc;
}
