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

/*　リンク設定*****************************************/
a:link {
	color:#0000ff;
	text-decoration: underline;
}
a:visited {
	color:#663399;
	text-decoration: underline;
}
a:active {
	color: #333399;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
}
a.ank:hover {
	text-decoration:none;
}
.img-a {
	border:0px;
}
/* 強調文字設定 *********************************************/
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-weight: bold;
	font-size:110%;
	margin-bottom: 5px;
	color: #365CA5;
	margin-top: 20px;
}
h3 {
	font-size:120%;
	margin-bottom: 5px;
	color: #365CA5;
}
h3 span.h3sub {
	margin-left: 150px;
}
h4 {
	font-size:110%;
	font-weight: bold;
	margin-bottom: 0px;
}
.kyou {
	font-size:120%;
	color: #FF9900;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 20px;
}
/* 背景と配置 **********************************/
body {
	margin: 0px;
	text-align: center;
	color:#000000;
	font-size: 13px;
	line-height: 160%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #fcfcfc;
}
.midashi_line {
	width: 470px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}


form {
	margin: 0px;
	padding: 0px;
}
/* 1.大枠　***************************************/
#container-kage {
	width:860px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(img/back.jpg);
	background-repeat: no-repeat;
}
#container {
	margin-right: 50px;
	margin-left: 50px;
	text-align: left;
	width: 760px;
	height: auto;
	padding-top: 13px;
}
/* 2.キャッチ********************************/
#catchbox {
	width: 860px;
	height:40px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/catch-bk.jpg);
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.catchtxt {
	text-align: left;
	height: 20px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 62px;
}
/* 3.バナー設定 ********************************************/
#bannerbox {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
/* 上部メニューバーテーブル ***********************************/
#menubox {
	width:860px;
	height: 47px;
	margin-right: auto;
	margin-left: auto;
}
.menu-b {
	padding:0px;
	float: left;
	margin: 0;
}
/* 5.左サイドバー ***********************************************/
#left-side {
	float: left;
	width: 200px;
	padding: 10px 10px 10px 20px;
	margin-bottom: 0px;
}
/* 6.メインBox設定************************************************/
#main {
	float: right;
	padding-bottom: 30px;
	width: 530px;
	padding-top: 0px;
}
.main-txt {
	margin:0px;
	padding-top: 0px;
	text-align: left;
	padding-left: 25px;
	padding-right: 20px;
}
/* 7.フッターメニュー　*******************************************/
#f-menubox {
	clear: both;
	width: 760px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #060041;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin: 0px;
	font-size: 12px;
	padding-bottom: 10px;
}
#footer-cr {
	width: 860px;
	height: 97px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(img/footer-bk.jpg);
	background-repeat: no-repeat;
}
/*フッター部分メニュー*/
/*  4.フッター ****************************************************/
#footer {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(img/footer-bk.jpg);
	height: 74px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #FFFFFF;
}
#footnavi, #footnavi1, #footnavi2 {
	padding: 0;
	margin: 0;
}
#f-menubox li {
	display: inline;
	border-right: 1px solid #0000ff;
	list-style-type: none;
	margin: 0;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}
#f-menubox li.bnone {
	border-right: none;
}

/* 上部ナビフォント ***********************************/
#navitxt {
	font-size:85%;
	padding-left: 0px;
	padding-bottom: 20px;
	line-height: 120%;
}
/*　その他フォント　***********************************/
.hissu {
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align: center;
}
/*　商品一覧表示用　***********************************/
/*　お客さまの声用　***********************************/
.voice-box {
	background-color: #E8EFFF;
	padding: 10px;
}
/*　よくある質問用　***********************************/
.faq-box {
	width: 485px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #1f325b;
}
.faq-q {
	background-image: url(img/faq-bk.gif);
	background-repeat: no-repeat;
	height: 21px;
	padding: 5px 0 0 15px;
	font-weight: bold;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #1f325b;
}
.faq-q a{
	text-decoration: none;
	color: #1f325b;
}
.faq-a {
	padding: 10px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #1f325b;
}

/*　問い合わせフォーム用　***********************************/
.toi {
	width: 470px;
	background-color: #E8F3FD;
	font-size: 13px;
}
.toi th {
	font-weight: bold;
	background-color:#65A5D7;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
}
.toi td {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.toi a {
	text-decoration: none;
	color: #FFFFFF;
}
/*　サポート用　***********************************/
.suport-t {
	font-size: 13px;
	width: 480px;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #000000;
}
.suport-t th {
	padding: 5px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #000000;
	text-align: left;
}
.suport-t .cl1 {
	background-color: #DBEEF3;
	width: 140px;
}
.suport-t .cl2 {
	background-color: #F2DDDC;
}
.suport-t .cl3 {
	background-color: #C5D9F1;
}
.suport-t td {
	padding: 5px 0 5px 7px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #000000;
}
/*　サポートメニュー用　***********************************/
.suport-t2 {
	font-size: 13px;
	width: 450px;
}
.suport-t2 td {
	vertical-align: top;
}
.suport-t2 .td1 {
	width: 140px;
}
.suport-t2 .td2 {
	text-align: right;
}
/*　子育てノウハウ集用　***********************************/
.kh-t {
	font-size: 13px;
}
/*　ＰＶ用　***********************************/
/*　特定商取引法表記用　***********************************/
.t-dgn1 {
	font-size: 13px;
}
.t-dgn1 th {
	font-weight: bold;
	text-align: left;
	width: 170px;
	padding: 10px 0 10px 10px;
	vertical-align: top;

}
.t-dgn1 td {
	text-align: left;
	vertical-align: top;
}
.t-dgn1 .td1 {
	padding: 10px 0 10px 10px;
}
/*　その他　***********************************/
.both {
	clear: both;
}
img {
	border: none;
}
/*画像左よせ*/
.left-img {
	float: left;
}
/*画像右よせ*/
.right-img {
	float: right;

}
.right-img2 {
	text-align: right;

}

.mail_info_bg {
	background-image: url(img/ns_stpbox.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	height: 263px;
}
.mail_info_box {
	/*	background-image: url(img/ns_stpbox.jpg);
	background-repeat: no-repeat;	*/
	height: 188px;
	width: 445px;
	/*	margin-bottom: 10px;	*/
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.topic_box {
}
.topic_text {
	float: right;
	width: 340px;
	margin-bottom: 10px;
}




/* #99 cmn
---------------------------------------------------------------------------- */
.mb5 { margin-bottom: 5px !important;}
.mb7 { margin-bottom: 7px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb1em { margin-bottom: 1.2em !important;}
.mb2em { margin-bottom: 2em !important;}
.mt15 {margin-top: 15px !important;}
.ml45 {margin-left: 45px !important;}
.ml1em {margin-left: 1em !important;}
.mr1em {	margin-right: 10px !important;}
.mr1em2 {
	margin-right: 10px !important;
	margin-top: 10px;
	width: 180px;
}

.ml2em {margin-left: 2em !important;}
.pr3 { padding-right: 3px !important;}
.pr30 { padding-right: 30px !important;}
.pl3 { padding-left: 3px !important;}
.pl10 { padding-left: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pl1em {padding-left: 1em !important;}
.m5 { margin: 5px !important;}
.arr01 a { background: url(image/arr_link01.gif) no-repeat right; padding-right: 20px;}
.arr01 a:hover { background: url(image/arr_link01_over.gif) no-repeat right; color: #DE8A00;}
.replace {text-indent: -9999px; line-height: 1; font-size: 6px; overflow: hidden; }
.replace a {text-indent: -9999px; line-height: 1; font-size: 6px; overflow: hidden; }
.tr { text-align: right;}
.tc { text-align: center;}
.ti-1em { text-indent: -1em;}
.lh1 {line-height: 1;}
.fb {font-weight: bold;}
.fr { float: right;}
.fl { float: left;}
.fs11 { font-size: .87em;}
.fs120 { font-size: 120%;}
.fcBlue01{ color: #0F158A;}
.fcRed01{ color: #8a0f1f;}
.fcWhite01 {color: #FFFFFF;}
.fbcWhite01 {
	background-color: #FFFFFF;
	line-height: 130%;
}
.nw { white-space: nowrap;}
.clear { clear: both;}
.tBorder { border:1px solid #365CA5;}
.noline { text-decoration:none;}
.cellL { padding: 1em;border-bottom: 1px solid #1D41BC; white-space:nowrap;}
.cellR { padding: 1em; border-bottom: 1px solid #1D41BC;}
table.form { border-left: 1px solid #ffffff; border-top: 1px solid #ffffff; border-right: 1px solid #ffffff;}
table.form .cellL { padding: 1em; background: #ACBAE6; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff;}
table.form .cellR { padding: 1em; background: #ACBAE6; border-bottom: 1px solid #ffffff;}
.bin-box {
	background-image: url(img/bin1.gif);
	background-repeat: no-repeat;
	width: 485px;
	padding-top: 40px;
	background-color: #FFDB8D;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.txt_red {
	color: #CC0000;
}
.menu_box {
	background-color: #FFFFCC;
	padding: 20px;
	width: 420px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #FF9900;
}
.midashi60 {
	/*	margin-top: 20px;	*/
	margin-top: 30px;
	margin-bottom: 30px;
}
.box_text {
	padding: 10px;
}
.box_text2 {
	padding: 10px 0px 10px 10px;
	width: 190px;
}

.width-90{
	width: 90%;
}
.right-padding {
	padding-right: 10px;
}
.img_float_txt {
	margin-right: 10px;
	margin-top: 10px;
	float: right;
}.pf_img_fr {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.right-img_margin0 {
	text-align: right;
	margin: 0px;
}
.fb-small {
	font-size: 12px;
	font-weight: bold;
}
