@charset "utf-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
	font-size: 90%;
	line-height: 1.8em;
	color: #333;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FBFBEE;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FDBCCD;
}

p {
	padding-bottom: 10px;
}

hr {
	display: none;
}
img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

.floatRight {
	float: right;
}
.floatleft {
	float: left;
}
.clear {
	clear: both;
	margin-bottom: 30px;
}
.clear_bottom50 {
	clear: both;
	margin-bottom: 50px;
}
.clear_bottom30 {
	clear: both;
	margin-bottom: 30px;
}
.clear_bottom20 {
	clear: both;
	margin-bottom: 20px;
}
.clear_bottom10 {
	clear: both;
	margin-bottom: 10px;
}
.clear_bottom0 {
	clear: both;
	margin-bottom: 0px;
}

/*clearfix----------------------*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix{
	display: inline-block;
}
 
/* Hides from IE-mac ¥*/  
* html .clearfix{
	    height: 1%;
}

.clearfix { 
	display: block; 
}  



/*link style----------------------*/
a img {
	border-style: none;
}
a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:focus { outline:none;}




/*ヘッダー
-------------------------*/
#header_bg {
	height: 130px;
	width: 100%;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FB7397;
	display: none;
}
#header {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	display: none;
}
h1 {
	padding: 0px;
	float: left;
	width: 320px;
	height: 54px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: none;
}
#head_menu {
	float: right;
	width: 660px;
	margin-top: 20px;
	text-align: right;
	display: none;
}
#head_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-position:inside;
	list-style-type: none;
	text-align:right;
	display: none;
}
#head_menu ul li {
	display:inline;
	display: none;
}
#head_menu ul li img {
	padding: 4px;
	margin: 0px;
	display: none;
}
#head_menu ul li.icon {
	background-image: url(../images/common/icon_li.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	line-height: 2.5em;
	padding-left: 14px;
	display: none;
}
#head_menu a:link {
	color: #666;
	text-decoration: none;
}
#head_menu a:visited {
	color: #666;
	text-decoration: none;
}
#head_menu a:hover {
	color: #06C;
	text-decoration: underline;
}
#head_menu a:focus { outline:none;}


/*グローバルメニュー
-------------------------*/
#g_menu {
	width: 980px;
	clear: both;
	background-image: url(../images/menu/g_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	margin: 0px;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: none;
}
#g_menu ul {
	margin: 0px;
	padding: 0px;
	clear: both;
	display: none;
}
#g_menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	display: none;
}



/*タイトル
-------------------------*/
#title_bg {
	background-image: url(../images/common/bg_pink.jpg);
	background-repeat: repeat;
	background-position: center top;
	height: 178px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: none;
}
#title {
	background-image: url(../images/common/h2_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 178px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	display: none;
}
#title h2 {
	margin-bottom: 18px;
	height: 34px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: none;
}
#title ul {
	padding: 0px;
	font-size: 110%;
	line-height: 1.7em;
	color: #999;
	list-style-position:inside;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	display: none;
}
#title ul li {
	display:inline;
	display: none;
}
#title ul li#parents {
	letter-spacing: -0.1em;
	display: none;
}

#title a:link {
	color: #999;
	text-decoration: none;
}
#title a:visited {
	color: #999;
	text-decoration: none;
}
#title a:hover {
	color: #F5A5B9;
	text-decoration: underline;
}
#title a:focus { outline:none;}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}



/*パンクズ
------------------------------------*/
#pankuzu {
	font-size: 80%;
	text-align: right;
	height: 34px;
	padding-top: 16px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #F9A8BD;
	letter-spacing: 0.2em;
	font-weight: bold;
	display: none;
}
#pankuzu a:link {
	color: #F9A8BD;
	text-decoration: none;
	font-weight: normal;
}
#pankuzu a:visited {
	color: #F9A8BD;
	text-decoration: none;
	font-weight: normal;
}
#pankuzu a:hover {
	color: #999;
	text-decoration: underline;
}

/*メインコンテンツ
------------------------------------*/

#wrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#content {
	width: 740px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
}

.txt_bg {
	padding: 20px;
	width: 696px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	background-color: #FB7A9C;
	border: 2px solid #FB7A9C;
	/* border-radius */
	border-radius:13px;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	color: #FFF;
}
.txt {
	padding: 20px;
	width: 696px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	background-color: #FFF;
	border: 2px solid #FB7A9C;
	/* border-radius */
	border-radius:13px;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
}
.txt1 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.txt2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.txt2 dl   {
	margin: 0px;
	padding: 0px;
}
.txt2 dl dt {
	margin: 0px;
	padding: 0px;
}
.txt2 dl dd {
	margin-bottom: 5px;
	margin-left: 15px;
}
.txt3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.txt3 table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.txt3 table td {
	padding-right: 15px;
	padding-bottom: 7px;
}
.txt3 .td1 {
	width: 150px;
	vertical-align: top;
}


/*見出し
------------------------------------*/
h3 {
	background-image: url(../images/common/h3_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	color: #FB7397;
	padding-top: 15px;
	letter-spacing: 0.3em;
}


h3.m {
	background-image: url(../images/common/h3_bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	color: #FB7397;
	padding-top: 15px;
	letter-spacing: 0.3em;
}

h3.ms {
	background-image: url(../images/common/h3_bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	color: #FB7397;
	padding-top: 15px;
	letter-spacing: 0em;
}

h3.l {
	background-image: url(../images/common/h3_bg3.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	color: #FB7397;
	padding-top: 15px;
	letter-spacing: 0.3em;
}
h3.ls {
	background-image: url(../images/common/h3_bg3.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	color: #FB7397;
	padding-top: 15px;
	letter-spacing: 0em;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	background-image: url(../images/common/icon_pink.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FAADBC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;
	line-height: 1.3em;
	display: none;
}
h5 {
	font-size: 120%;
	font-weight: bold;
	background-image: url(../images/common/h5_li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FAADBC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 28px;
	line-height: 1.3em;
	display: none;
}
h6 {
	font-weight: bold;
	background-image: url(../images/common/footer_li_dt.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.h7 {
	background-image: url(../images/common/footer_li_dd.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-left: 20px;
	font-weight: bold;
}




/*サイドメニュー
------------------------------------*/
.sidenavi {
	float: right;
	width: 190px;
	margin: 0px;
	padding: 0px;
	display: none;
}
.sidenavi #contents {
	background-color: #FFF;
	width: 190px;
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	/* border-radius */
	border-radius:13px;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;

	/* box-shadow */
	box-shadow:rgba(101, 101, 102, 0.2) 0px 1px 3px 1px;
	-webkit-box-shadow:rgba(101, 101, 102, 0.2) 0px 1px 3px 1px;
	-moz-box-shadow:rgba(101, 101, 102, 0.2) 0px 1px 3px 1px;
	display: none;

}
.sidenavi #contents img {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: none;
}
.sidenavi #contents ul {
	padding: 8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sidenavi #contents li {
	background-image: url(../images/common/footer_li_dd.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	color: #FB7397;
	line-height: 1.5em;
}

.sidenavi #contents a:link {
	color: #FB7397;
	text-decoration: none;
}
.sidenavi #contents a:visited {
	color: #FB7397;
	text-decoration: none;
}
.sidenavi #contents a:hover {
	color: #999;
	text-decoration: underline;
}
.sidenavi #contents a:focus { outline:none;}

.sidenavi #banner {
	margin: 0px;
	padding: 0px;
	display: none;
}
.sidenavi #banner ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
}
.sidenavi #banner ul li {
	margin-bottom: 7px;
}


/*ボトムメニュー
------------------------------------*/
#bottom {
	clear: both;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FDBCCD;
	display: none;
}
#bottom_menu {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: none;
}
#bottom_menu dl {
	float: left;
	width: 140px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
	color: #666;
	font-size: 85%;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#bottom_menu dl dt {
	background-image: url(../images/common/footer_li_dt.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F5A5B9;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#bottom_menu dl dd {
	background-image: url(../images/common/footer_li_dd.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
	margin-left: 10px;
	padding-top: 5px;
}

#bottom_menu a:link {
	color: #666;
	text-decoration: none;
}
#bottom_menu a:visited {
	color: #666;
	text-decoration: none;
}
#bottom_menu a:hover {
	color: #FDBBCC;
	text-decoration: underline;
}
#bottom_menu a:focus { outline:none;}




/*フッター
------------------------------------*/
#footer {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FDBCCD;
	display: none;
}

#address {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 40px;
	text-align: center;
	padding-top: 40px;
	width: 980px;
	padding-bottom: 20px;
	display: none;
}
#address #txt {
	float: left;
	margin: 0px;
	padding: 0px;
	display: none;
}
#footer img {
	padding: 0px;
	float: right;
	vertical-align: middle;
	margin-top: -12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: none;
}


/*コピーライト
------------------------------------*/
#copy_bg {
	background-image: url(../images/common/bg_pink.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	display: none;
}
#copy {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #FFF;
	padding-top: 15px;
	font-size: 85%;
	font-weight: normal;
	display: none;
}



/*よくあるご質問のウエイト
------------------------------------*/
#wait {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 300px;
}
