﻿@charset "utf-8";
/* CSS Document */

/*===============================
体と潜在意識をつなぐ専門家奥敬子のメールマガジン
made by YT Oct.2016
===============================*/

/*===============================
全ページ共通の設定
	background-color:#ffffff;

===============================*/

/* 全体用ここから */

*{
	margin:0;
	padding:0;
}


body{
	margin:0px;
	padding:0px;
	text-align:center; /* 互換モードIE用 */
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height:1.7;
	color:#333333;
	font-size:16px;		
}


div#wrapper{
	text-align:center;
	margin:10px auto;
	width:950px;
	background-color:#ffffff;
}

.effect1 {
    box-shadow: 1px 1px 10px #cccccc;
}

img.title{
	margin-bottom:20px;
	margin-top:25px;
}

img.profile{
	margin-bottom:0px;
	margin-top:25px;
}


img.check{
	vertical-align:middle;
	margin-left:15px
}

b.red{
color:red;
}

b.green{
font-size:20px;
color:green;
border-bottom:4px dotted green;

}

b.lined{
border-bottom:4px dotted #cccccc;
}

h2{
margin:30px 10px 20px 10px;
font-size : 22px;
padding:10px;
line-height : 1;
background-color:lightblue;
border-bottom:3px double #333333;
border-top:3px double #333333;

text-align:center;
color:#333333;

}


h3{
margin:30px 10px 20px 10px;
font-size : 18px;
border-left:8px solid #443e1c;
border-bottom:1px dotted #cccccc;
padding:10px;
line-height : 1;
}

/* 全体用ここまで */

/*ヘッダー用ここから */

div#hed_img{
	margin-top:20px;
	width:950px ;
	text-align:center;
	height:400px ;
	background-color:#FFFFFF;
}



/*ヘッダー用ここまで */


/* コンテンツ部分ここから */

div#bg{
	text-align:center;
	margin:0px auto;
	width:950px;
	background-color:#FFFFFF;
	clear:both;

}

div#contents{
	text-align:left;
	margin:0px auto;
	width:800px;
	clear:both;
}

p{
margin:0px 10px;
}

p.cen{
	margin:20px auto;
	text-align:center;
	font-weight:bold;
	font-size : 18px;
}

p.cen02{
	margin:20px auto;
	text-align:center;
	font-size : 18px;
}


img.migi {
  float: right;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 0px;

}

img.hidari {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  margin-bottom: 5px;

}


hr.example{
height: 20px;
margin:30px 30px;
background-image: url(../image/01.png); 
background-repeat: no-repeat;
border:0px/*hrの罫線を消す*/

}

div.two_box{
	margin:0px;
	width:800px;
	clear:both;
}


div.leftbox{
	text-align:left;
	width:200px;
	margin:10px;
	float:left;
}

div.rightbox{
	float:left;
	width:550px;
	text-align:left;
	margin:15px 10px;
}

div.two_box_border{
	margin:10px;
	width:800px;
	clear:both;
	border:2px solid #bbcca9;
	border-radius: 10px;
background: url(../image/bg.jpg) right bottom no-repeat; 


	
}

div.two_box_border p.title{
	text-align:center;
	border-bottom:1px dashed #bbcca9;
	font-weight:bold;
	font-size:18px;	
	padding:10px 0px;
	color:#000000;	
}

div.leftbox_b{
	text-align:left;
	width:300px;
	margin:10px;
	float:left;
	border-right:1px dashed #bbcca9;
}

div.leftbox_b b{
	font-size:16px;	
	font-weight:bold;
	line-height:1.5;
}


div.rightbox_b{
	float:left;
	width:400px;
	text-align:left;
	margin:10px;
	padding-left:10px;

}

div.rightbox_b b{
	font-size:22px;	
	font-weight:bold;
	color:red;
}

div.two_box_border_d{
	margin:15px 0px;
	padding:15px;
	width:800px;
	clear:both;
	border:4px double #cccccc;
}

div.en_box{
	width:800px;
	border-radius: 10px;
	border:2px solid #f8a6c8;
	clear:both;
	padding:10px;
}
div.en_box hr{
    border: 0;
    border-bottom: 1px dashed #f8a6c8;
    background: #ffffff;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:0px;

}


div.pro_box{
	margin:10px;
	width:800px;
	border:4px double #49781b;
	clear:both;
}

div.pro_box div{
	float:left;
	width:367px;
	text-align:left;
	margin:5px 5px 5px 5px;
	padding:10px;
	border:1px solid #bbcca9;

}

ul{
margin:10px 20px 10px 20px;
font-weight:bold;
list-style:none;

}

ul.number{
list-style-type: decimal;
margin:10px 20px 10px 40px;
font-weight:bold;
}

ul.number02{
list-style-type: decimal;
margin:10px 10px 0px 25px;
font-weight:normal;
}


ul.disc{
list-style-type: disc;
margin:10px 20px 10px 40px;
font-weight:normal;
}



img{
	border-style:none;
	margin:0px;
}

a {
	color:red;
}

a:link{
	color:red;
	text-decoration:none;
	}
	
a:visited{
	color:red;
	text-decoration:none;
	}

a:hover{
	color:red;
	text-decoration:none;
	}

.clear{
	clear:both;
	visibility:hidden;
	height:0;
	overflow : hidden;
	background-color:#FF0;
	} 

div.two_box_form{
	margin:10px;
	width:800px;
	clear:both;
	border:3px double #cccccc;
	border-radius: 10px;

}

table#form{
	width:100%;
	margin:10px auto;
	border:1px #cccccc solid;
	background-color : #ffffff;
	}

table#form tr{
	text-align:left;
	}

table#form td.title {
	width:25%;
	margin:0;
	padding:10px;
	border:1px #cccccc solid;
	border-left:5px #cccccc solid;
	background-color : #ffffff;
	}
table#form td {
	padding:10px;
	border:1px #cccccc solid;
	background-color : #ffffff;
	}

table#form input.txtbox{
width: 80%;
	}
table#form textarea{
width: 80%;
	}

.scr {
	overflow: scroll;   /* スクロール表示 */ 
	width: 80%;
	height: 200px;
	background-color: #ffffff;
	border:1px solid #cccccc;
	padding:5px;
	font-size:12px;


 }
.scr table#kiyaku{
	width:95%;
	margin:10px auto;
	border:1px #cccccc solid;
	background-color : #ffffff;
}

.scr table#kiyaku td.t_td{
	background-color : #eeeeee;
	border-left:none;
	border-bottom:none;
	border-right:none;
	border-top:1px #cccccc solid;
}

.scr table#kiyaku td{
	border-left:none;
	border-bottom:none;
	border-right:none;
	border-top:1px #cccccc solid;
}



/* コンテンツ用ここまで */

/* フッター部分ここから */


div#footer{
	margin:10px auto;
	padding:30px;
	clear:both;
	color:#333333;
	font-size:12px;	
	text-align:center;
}




