@charset "utf-8";



/* ----------------------------------------
 * このスタイルシートでは、ティザーサイトのヘッダー、コンテンツの入る白背景、フッターと全体の設定をいています。
基本的に修正する必要のないスタイルシートです。
各ページごとのスタイルは、それぞれcssを作成して設定。
 * ---------------------------------------- */

/* ----------------------------------------
 * SAMPLE（プロパティはこの順番で記述）
 * ---------------------------------------- */
/*
div.section_base {
	margin: 0 0 15px 0;
	padding: 8px 10px;
	border: 1px solid #f00;	    width > style > color 
	display: block;
	position: absolute;
	top :0;
	right: 0;
	bottom: 0;
	left: 0;
	float: none;
	clear: both;
	z-index: 1;
	width: 600px;
	min-width: 400px;
	max-width: 600px;
	height: 300px;
	min-height: 100px;
	max-height: 300px;
	line-height: 1.5;
	vertical-align: middle;
	overflow: auto;
	clip: auto;
	visibility: visible;
	list-style: disc outside;      type > position > image 
	color: #000;
	background: #fff url(/images/bg.png) repeat-y fixed top left;	    color > image > repeat > attachment > position 
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	line-height:1.5; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: 1em;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	text-transform: lowercase;
	cursor: pointer;
	}
*/




/* ----------------------------------------
 * RESET
 * ---------------------------------------- */
*{font-size:100%;}

div,dl,dt,dd,ul,ol,li,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td,h1,h2,h3,h4,h5{margin:0; padding:0;text-align: left;}

img {border: 0;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

p {text-align:left;}

a{
	color:#fe6a13;
	outline:none;
}
a:hover{
	color: #fd2c03;
}
a:visited{
	color: #62b62b;
}



/* ----------------------------------------
 * BODY
 * ---------------------------------------- */
body{
	margin:0 auto;
	background: url(../../images/st/common/bg.gif) repeat-x 0 0 #ffe3a6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size:75%;
	text-align: center;
	line-height:140%;
}


/* ----------------------------------------
 * WRAPPER
 * ---------------------------------------- */
div#wrapper{
	margin:0 auto;
	padding:0;
	width:960px;
}


/*３カラム構成*/
div#wrapper_columns{
	margin:15px 0 30px 0;
	width:930px;
	overflow:hidden;
}
div#wrapper_columns div#left_column{
	width:175px;
	float:left;
	z-index:1;
}
div#wrapper_columns div#center_column{
	margin-left:5px;
	width:585px;
	float:left;
}
div#wrapper_columns div#right_column{
	width:160px;
	float:right;
}

/* ----------------------------------------
 * HEADER
 * ---------------------------------------- */
div#header{
	padding:0px 0px 0px 300px;
	clear:both;
	width:660px;
	height:155px;
	overflow: hidden;
	background:url(../../images/st/common/head_bg.gif) no-repeat 0 0;
}

/* LOGO */
div#header h1{
	display: block;
	float:left;
	width: 365px;
	height: 130px;
	overflow: hidden;
	background: url(../../images/st/common/logo.gif) no-repeat;
	text-indent: -9999px;
}
div#header h1 a{
	display:block;
	width: 365px;
	height: 130px;

}

/* HEADER BTN */
div#header div#index_header_btns {
	padding:14px 5px 0px 0px;
	float:right;
	width:275px;
	/*font-weight:bold;*/


}
div#header div#index_header_btns ul li{
	margin-bottom:2px;
	clear: both;
	height: 37px;
	vertical-align: top;
	overflow: hidden;
}
div#header div#index_header_btns ul li dl{
	display: inline;
	zoom:1;
}
div#header div#index_header_btns ul li dl:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
div#header div#index_header_btns ul li dl dt{
	float:left;
	clear:both;
	width:132px;
}
div#header div#index_header_btns ul li dl dd{
	padding-top:2px;
	float:right;
	width:143px;
	text-align:left;
	color:#666;
	font-size: 10px;
	line-height:130%; 

}

/* blog btn */
div#header div#index_header_btns ul li#blog  dl dt{
	background:url(../../images/st/common/ST_head_btn.gif) no-repeat 0 -14px;
}
div#header div#index_header_btns ul li#blog  dl dt a {
	display: block;
	width: 132px;
	height: 37px;
	overflow: hidden;
	text-indent: -9999px;
}
div#header div#index_header_btns ul li#blog  dl dt a:hover {
	background:url(../../images/st/common/ST_head_btn.gif) no-repeat -136px -14px;
}

/* mailmag btn */
div#header div#index_header_btns ul li#mailmag  dl dt{
	background:url(../../images/st/common/ST_head_btn.gif) no-repeat 0 -53px;
}
div#header div#index_header_btns ul li#mailmag  dl dt a {
	display: block;
	width: 132px;
	height: 37px;
	overflow: hidden;
	text-indent: -9999px;
}
div#header div#index_header_btns ul li#mailmag  dl dt a:hover {
	background:url(../../images/st/common/ST_head_btn.gif) no-repeat -136px -53px;
}

/* link_banner btn */
div#header div#index_header_btns ul li#link_banner  dl dt{
	background:url(../../images/st/common/ST_head_btn.gif) no-repeat 0 -92px;
}
div#header div#index_header_btns ul li#link_banner  dl dt a {
	display: block;
	width: 132px;
	height: 37px;
	overflow: hidden;
	text-indent: -9999px;
}
div#header div#index_header_btns ul li#link_banner  dl dt a:hover {
	background:url(../../images/st/common/ST_head_btn.gif) no-repeat -136px -92px;
}


/* ----------------------------------------
 * フォームボタン指定
 * ---------------------------------------- */
input.btns_16{
	width:195px;
	height:22px;
	background:url(../../images/btns/btns_16.gif) no-repeat 0 0 ;
	border:none;
	cursor:pointer;
}
input.btns_16:hover{
	background:url(../../images/btns/btns_16.gif) no-repeat 0 -22px ;
}



/* ----------------------------------------
 * CONTENTS AREA BASE（影つき白背景）
 * ---------------------------------------- */
div#contin_base{
	clear:both;
	width:960px;
	background:#ffffff url(../../images/st/common/contin_base_bg.gif) repeat-y 0 0;
}

div#contin_main{
	clear:both;
	padding:10px 15px 10px 15px;
	width:930px;
	min-height: 489px;
	background: url(../../images/st/common/contin_bg.gif) no-repeat 0 0;
}

div#contin_bottom{
	clear:both;
	padding:0px 0px 0px 0px;
	width:960px;
	height: 23px;
	background: url(../../images/st/common/contin_bottom.gif) no-repeat left bottom;
}


/* ----------------------------------------
 * グローバルナビ
 * ---------------------------------------- */
div#st_gnavi{
	width:930px;
	z-index:2;
}
div#st_gnavi ul{
	width:930px;
	height:28px;
	background:url(../../images/st/common/ST_Gnavi.gif) no-repeat 0 0;
}
div#st_gnavi ul li{
	float:left;
	text-indent:-9999px;
}
div#st_gnavi ul li a{
	display:block;
	width:155px;
	height:28px;
}
div#st_gnavi ul li.list01 a:hover{
	background:url(../../images/st/common/ST_Gnavi.gif) no-repeat 0 -28px;
}
div#st_gnavi ul li.list02 a:hover{
	background:url(../../images/st/common/ST_Gnavi.gif) no-repeat -155px -28px;
}
div#st_gnavi ul li.list03 a:hover{
	background:url(../../images/st/common/ST_Gnavi.gif) no-repeat -310px -28px;
}
div#st_gnavi ul li.list04 a:hover{
	background:url(../../images/st/common/ST_Gnavi.gif) no-repeat -465px -28px;
}
div#st_gnavi ul li.list05 a:hover{
	background:url(../../images/st/common/ST_Gnavi.gif) no-repeat -620px -28px;
}
div#st_gnavi ul li.list06 a:hover{
	background:url(../../images/st/common/ST_Gnavi.gif) no-repeat -775px -28px;
}


/*ぶら下がりナビ*/

	/*alert*/
div#st_gnavi {
	position:relative;
}

div#st_gnavi div#alert01{
	position:absolute;
	top:-56px;
	left:315px;
}
div#st_gnavi div#alert02{
	position:absolute;
	top:-56px;
	left:470px;
}
div#st_gnavi ul li.list04 ul.drop01{
	position:relative;
}
div#st_gnavi ul li.list04 ul.drop01 div.alert{
	position:absolute;
	top:-95px;
	left:5px;
}
	/*AsMamaとは？*/
div#st_gnavi ul li.list02{
	position:relative;
}
div#st_gnavi ul li.list02 ul.drop01{
	width:155px;
	position:absolute;
	background:none;
	top:28px;
	left:0;
}
div#st_gnavi ul li.list02 ul.drop01 li{
	text-indent:-9999px;
}
div#st_gnavi ul li.list02 ul.drop01 li.drop01_01 a{
	background:url(../../images/st/common/st_gnavi_01.png) no-repeat 0 0;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list02 ul.drop01 li.drop01_01 a:hover{
	background:url(../../images/st/common/st_gnavi_01.png) no-repeat -155px 0;
}
div#st_gnavi ul li.list02 ul.drop01 li.drop01_01 span.gray{
	background:url(../../images/st/common/st_gnavi_01.png) no-repeat -310px 0;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list02 ul.drop01 li.drop01_02 a{
	background:url(../../images/st/common/st_gnavi_01.png) no-repeat 0 -24px;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list02 ul.drop01 li.drop01_02 a:hover{
	background:url(../../images/st/common/st_gnavi_01.png) no-repeat -155px -24px;
}
div#st_gnavi ul li.list02 ul.drop01 li.drop01_03 span.gray{
	background:url(../../images/st/common/st_gnavi_01.png) no-repeat -310px -24px;
	display:block;
	width:155px;
	height:24px;
}


div#st_gnavi ul li.list02 ul.drop01 li.drop01_03 a{
	background:url(../../images/st/common/st_gnavi_01.png) no-repeat 0 -48px;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list02 ul.drop01 li.drop01_03 a:hover{
	background:url(../../images/st/common/st_gnavi_01.png) no-repeat -155px -48px;
}
div#st_gnavi ul li.list02 ul.drop01 li.drop01_03 span.gray{
	background:url(../../images/st/common/st_gnavi_01.png) no-repeat -310px -48px;
	display:block;
	width:155px;
	height:24px;
}


	/*地域の子育て口コミ情報*/
div#st_gnavi ul li.list03{
	position:relative;
}
div#st_gnavi ul li.list03 ul.drop01{
	width:155px;
	position:absolute;
	background:none;
	top:28px;
	left:0;
}
div#st_gnavi ul li.list03 ul.drop01 li{
	text-indent:-9999px;
}
div#st_gnavi ul li.list03 ul.drop01 li.drop01_01 a{
	background:url(../../images/st/common/st_gnavi_05.png) no-repeat 0 0;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list03 ul.drop01 li.drop01_01 a:hover{
	background:url(../../images/st/common/st_gnavi_05.png) no-repeat -155px 0;
}
div#st_gnavi ul li.list03 ul.drop01 li.drop01_01 span.gray{
	background:url(../../images/st/common/st_gnavi_05.png) no-repeat -310px 0;
	display:block;
	width:155px;
	height:24px;
}

div#st_gnavi ul li.list03 ul.drop01 li.drop01_02 a{
	background:url(../../images/st/common/st_gnavi_05.png) no-repeat 0 -24px;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list03 ul.drop01 li.drop01_02 a:hover{
	background:url(../../images/st/common/st_gnavi_05.png) no-repeat -155px -24px;
}
div#st_gnavi ul li.list03 ul.drop01 li.drop01_02 span.gray{
	background:url(../../images/st/common/st_gnavi_05.png) no-repeat -310px -24px;
	display:block;
	width:155px;
	height:39px;
}

div#st_gnavi ul li.list03 ul.drop01 li.drop01_03 a{
	background:url(../../images/st/common/st_gnavi_05.png) no-repeat 0 -48px;
	display:block;
	width:155px;
	height:39px;
}
div#st_gnavi ul li.list03 ul.drop01 li.drop01_03 a:hover{
	background:url(../../images/st/common/st_gnavi_05.png) no-repeat -155px -48px;
}

div#st_gnavi ul li.list03 ul.drop01 li.drop01_03 span.gray{
	background:url(../../images/st/common/st_gnavi_05.png) no-repeat -310px -48px;
	display:block;
	width:155px;
	height:39px;
}


	/*イベント*/
div#st_gnavi ul li.list04{
	position:relative;
}
div#st_gnavi ul li.list04 ul.drop01{
	width:155px;
	position:absolute;
	background:none;
	top:28px;
	left:0;
}
div#st_gnavi ul li.list04 ul.drop01 li{
	text-indent:-9999px;
}
div#st_gnavi ul li.list04 ul.drop01 li.drop01_01 a{
	background:url(../../images/st/common/st_gnavi_02.png) no-repeat 0 0;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list04 ul.drop01 li.drop01_01 a:hover{
	background:url(../../images/st/common/st_gnavi_02.png) no-repeat -155px 0;
}
div#st_gnavi ul li.list04 ul.drop01 li.drop01_01 span.gray{
	background:url(../../images/st/common/st_gnavi_02.png) no-repeat -310px 0;
	display:block;
	width:155px;
	height:24px;
}

div#st_gnavi ul li.list04 ul.drop01 li.drop01_02 a{
	background:url(../../images/st/common/st_gnavi_02.png) no-repeat 0 -24px;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list04 ul.drop01 li.drop01_02 a:hover{
	background:url(../../images/st/common/st_gnavi_02.png) no-repeat -155px -24px;
}
div#st_gnavi ul li.list04 ul.drop01 li.drop01_02 span.gray{
	background:url(../../images/st/common/st_gnavi_02.png) no-repeat -310px -24px;
	display:block;
	width:155px;
	height:24px;
}


div#st_gnavi ul li.list04 ul.drop01 li.drop01_03 a{
	background:url(../../images/st/common/st_gnavi_02.png) no-repeat 0 -48px;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list04 ul.drop01 li.drop01_03 a:hover{
	background:url(../../images/st/common/st_gnavi_02.png) no-repeat -155px -48px;
}
div#st_gnavi ul li.list04 ul.drop01 li.drop01_03 span.gray{
	background:url(../../images/st/common/st_gnavi_02.png) no-repeat -310px -48px;
	display:block;
	width:155px;
	height:24px;
}

div#st_gnavi ul li.list04 ul.drop01 li.drop01_04 a{
	background:url(../../images/st/common/st_gnavi_02.png) no-repeat 0 -72px;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list04 ul.drop01 li.drop01_04 a:hover{
	background:url(../../images/st/common/st_gnavi_02.png) no-repeat -155px -72px;
}
div#st_gnavi ul li.list04 ul.drop01 li.drop01_04 span.gray{
	background:url(../../images/st/common/st_gnavi_02.png) no-repeat -310px -72px;
	display:block;
	width:155px;
	height:24px;
}


	/*運営会社*/
div#st_gnavi ul li.list05{
	position:relative;
}
div#st_gnavi ul li.list05 ul.drop01{
	width:155px;
	position:absolute;
	background:none;
	top:28px;
	left:0;
}
div#st_gnavi ul li.list05 ul.drop01 li{
	text-indent:-9999px;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_01 a{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat 0 0;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_01 a:hover{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -155px 0;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_01 span.gray{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -310px 0;
	display:block;
	width:155px;
	height:24px;
}

div#st_gnavi ul li.list05 ul.drop01 li.drop01_02 a{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat 0 -24px;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_02 a:hover{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -155px -24px;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_02 span.gray{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -310px -24px;
	display:block;
	width:155px;
	height:24px;
}


div#st_gnavi ul li.list05 ul.drop01 li.drop01_03 a{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat 0 -48px;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_03 a:hover{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -155px -48px;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_03 span.gray{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -310px -48px;
	display:block;
	width:155px;
	height:24px;
}


div#st_gnavi ul li.list05 ul.drop01 li.drop01_04 a{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat 0 -72px;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_04 a:hover{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -155px -72px;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_04 span.gray{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -310px -72px;
	display:block;
	width:155px;
	height:24px;
}

div#st_gnavi ul li.list05 ul.drop01 li.drop01_05 a{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat 0 -96px;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_05 a:hover{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -155px -96px;
}div#st_gnavi ul li.list05 ul.drop01 li.drop01_05 span.gray{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -310px -96px;
	display:block;
	width:155px;
	height:24px;
}

div#st_gnavi ul li.list05 ul.drop01 li.drop01_06 a{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat 0 -120px;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_06 a:hover{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -155px -120px;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_06 span.gray{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -310px -120px;
	display:block;
	width:155px;
	height:24px;
}

div#st_gnavi ul li.list05 ul.drop01 li.drop01_07 a{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat 0 -144px;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_07 a:hover{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -155px -144px;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_07 span.gray{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -310px -144px;
	display:block;
	width:155px;
	height:24px;
}


div#st_gnavi ul li.list05 ul.drop01 li.drop01_08 a{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat 0 -168px;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_08 a:hover{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -155px -168px;
}
div#st_gnavi ul li.list05 ul.drop01 li.drop01_08 span.gray{
	background:url(../../images/st/common/st_gnavi_03.png) no-repeat -310px -168px;
	display:block;
	width:155px;
	height:24px;
}


	/*法人向けサービス*/
div#st_gnavi ul li.list06{
	position:relative;
}
div#st_gnavi ul li.list06 ul.drop01{
	width:155px;
	position:absolute;
	background:none;
	top:28px;
	left:0;
}
div#st_gnavi ul li.list06 ul.drop01 li{
	text-indent:-9999px;
}
div#st_gnavi ul li.list06 ul.drop01 li.drop01_01 a{
	background:url(../../images/st/common/st_gnavi_04.png) no-repeat 0 0;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list06 ul.drop01 li.drop01_01 a:hover{
	background:url(../../images/st/common/st_gnavi_04.png) no-repeat -155px 0;
}
div#st_gnavi ul li.list06 ul.drop01 li.drop01_01 span.gray{
	display:block;
	width:155px;
	height:25px;
	background:url(../../images/st/common/st_gnavi_04.png) no-repeat -310px 0;
}


div#st_gnavi ul li.list06 ul.drop01 li.drop01_02 a{
	background:url(../../images/st/common/st_gnavi_04.png) no-repeat 0 -24px;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list06 ul.drop01 li.drop01_02 a:hover{
	background:url(../../images/st/common/st_gnavi_04.png) no-repeat -155px -24px;
}
div#st_gnavi ul li.list06 ul.drop01 li.drop01_02 span.gray{
	display:block;
	width:155px;
	height:25px;
	background:url(../../images/st/common/st_gnavi_04.png) no-repeat -310px -24px;
}


div#st_gnavi ul li.list06 ul.drop01 li.drop01_03 a{
	background:url(../../images/st/common/st_gnavi_04.png) no-repeat 0 -48px;
	display:block;
	width:155px;
	height:24px;
}
div#st_gnavi ul li.list06 ul.drop01 li.drop01_03 a:hover{
	background:url(../../images/st/common/st_gnavi_04.png) no-repeat -155px -48px;
}
div#st_gnavi ul li.list06 ul.drop01 li.drop01_03 span.gray{
	display:block;
	width:155px;
	height:25px;
	background:url(../../images/st/common/st_gnavi_04.png) no-repeat -310px -48px;
}


div#st_gnavi ul li.list06 ul.drop01 li.drop01_04 a{
	background:url(../../images/st/common/st_gnavi_04.png) no-repeat 0 -72px;
	display:block;
	width:155px;
	height:24px;
}

div#st_gnavi ul li.list06 ul.drop01 li.drop01_04 a:hover{
	background:url(../../images/st/common/st_gnavi_04.png) no-repeat -155px -72px;
}
div#st_gnavi ul li.list06 ul.drop01 li.drop01_04 span.gray{
	display:block;
	width:155px;
	height:25px;
	background:url(../../images/st/common/st_gnavi_04.png) no-repeat -310px -72px;
}

div#st_gnavi ul li.list06 ul.drop01 li.drop01_05 a{
	background:url(../../images/st/common/st_gnavi_04.png) no-repeat 0 -96px;
	display:block;
	width:155px;
	height:25px;
}
div#st_gnavi ul li.list06 ul.drop01 li.drop01_05 a:hover{
	background:url(../../images/st/common/st_gnavi_04.png) no-repeat -155px -96px;
}
div#st_gnavi ul li.list06 ul.drop01 li.drop01_05 span.gray{
	display:block;
	width:155px;
	height:25px;
	background:url(../../images/st/common/st_gnavi_04.png) no-repeat -310px -96px;
}


/* ----------------------------------------
 * FOOTER
 * ---------------------------------------- */
div#footer{
	padding:0px 0px 0px 0px;
	clear:both;
	width:960px;
	overflow: hidden;
	background: url(../../images/st/common/footer_bg.gif) no-repeat 0 0;
}


/* 会社ロゴからの会社概要へのリンク 091111 misa追加　*/
div#footer div#co_logo{
	float:right;
	text-indent:-9999px;
}
div#footer div#co_logo a{
	display:block;
	width:200px;
	height:39px;
}

/* FOOTER NAVI */
div#footer div#footer_navi{
	margin:49px 0px 0px 0px;
}
div#footer ul {
	padding:0px 5px 0px 5px;
	margin:0 0 -5px 0;
	clear:both;
	height:25px;
}

div#footer ul li{
	padding:0px 7px 0px 7px;
	float: left;
	line-height: 1.5em;
	background: url(../../images/st/common/navi_border.gif) no-repeat right top;
	color:#333333;
	font-size:11px;
}

div#footer ul li a{
	color:#333333;
	text-decoration: none;
}

div#footer ul li a:hover{
	color:#fe6a13;
	text-decoration: none;
}

div#footer ul li.list_end{
	background:none;
}

address{
	margin:0px;
	padding:0px;
	clear: both;
	width:960px;
	color:#231815;
	font-style:normal;
	font-size:11px;
	text-align: right;

}






/* ページトップ */
div.pagetop{
	margin-top:30px;
	margin-bottom:30px;
	width:930px;
	height: 27px;
	clear:both;
}
div.pagetop p{
	float:right;
	overflow: hidden;
	background: url(../../images/common/page_top.gif) no-repeat;
	text-indent: -9999px;
}
div.pagetop p a{
	display: block;
	width: 130px;
	height: 27px;
}






/* 2カラムで、確認ボタンひとつの時 */

ul.form_button01{
	float:left;
	margin:0;
	padding:20px 0 30px 143px;
	width:184px;

}
ul.form_button01 li{
	margin:0;
	padding:0;
	width:184px;
	background:none;

}


ul.form_button_business{
	float:left;
	margin:0;
	padding:20px 0 30px 183px;
	width:184px;

}
ul.form_button01 li{
	margin:0;
	padding:0;
	width:184px;
	background:none;

}



/* 2カラムで、 作成ボタンと戻るボタンの時 */
ul.form_button02{
	margin:0;
	padding:30px 0 0 106px;
	float:left;
	width:257px;
}
 ul.form_button02 li{
	margin:0;
	padding:0;

	float:left;
	background:none;
}

ul.form_button02_business{
	margin:0;
	padding:30px 0 0 146px;
	float:left;
	width:257px;
}
 ul.form_button02_business li{
	margin:0;
	padding:0;

	float:left;
	background:none;
}


/*入力内容を確認するボタン*/
input.entry_check_btn{
	margin:0;
	padding:0;
	background:url(../../images/form/entry_check_btn.gif) no-repeat 0 0;
	width:184px;
	height:36px;
	border:0;
	cursor:pointer;
	overflow: hidden;

}
input.entry_check_btn:hover{
	background:url(../../images/form/entry_check_btn_02.gif) no-repeat 0 0;
}


/*送信するボタン*/
input.submit_btn_01{
	margin-right:20px;
	background:url(../../images/form/submit_btn_01.gif) no-repeat 0 0;
	width:124px;
	height:36px;
	border:0;
	cursor:pointer;
}
input.submit_btn_01:hover{
	background:url(../../images/form/submit_btn_01_02.gif) no-repeat 0 0;
}

/*戻って修正するボタン*/
input.back_btn{
	background:url(../../images/form/back_btn.gif) no-repeat 0 0;
	width:113px;
	height:36px;
	border:0;
	cursor:pointer;
}
input.back_btn:hover{
	background:url(../../images/form/back_btn_02.gif) no-repeat 0 0;
}

/* BUTTOM */

.form_ul03 {
	margin:0;
	padding:0;
}
.form_ul03 p {
	text-align:center;
	margin:30px 0 50px 0;
	padding:0;
}







/* ぱんくず */
div#pannnavi{
	padding:10px 0px 0px 35px;
}

div#pannnavi p{

}
div#pannnavi p a#pannavi_home{
	font-size:14px;
	font-weight:bold;
	color:#2da633;
	text-decoration:underline;
}
div#pannnavi p a{
	color:#2da633;
	text-decoration:underline;
}
div#pannnavi p a:hover{
	color:#fd2c03;
	text-decoration:underline;
}




/* word-break指定 */
.break {
	word-break:break-all;
	overflow:hidden;
}


/* ----------------------------------------
 * ページ送り
 * ---------------------------------------- */


li.page_link span.onpage {
	font-size:125%;
}



/* 700px */
div#list_header ul.page_link {
	clear:both;
	margin:10px 0 10px 0;
	width:700px;
	text-align:left;
	background:url(../../images/support/page_list_line.gif) transparent repeat-x scroll left bottom;
	overflow:hidden;
	padding:7px 0 5px 0;
}

div#list_footer{
	width:700px;
	overflow:hidden;
}
div#list_footer ul.page_link {
	clear:both;
	margin:0 0 15px 0;
	width:700px;
	text-align:left;
	background:url(../../images/support/page_list_line.gif) repeat-x scroll left top;
	padding:7px 0;
	float:left;
}
ul.page_link li.kensuu{
	float:left;
	width:150px;
	margin:0;
	padding:0;
}
ul.page_link li.link {
	float:right;
	width:450px;
	margin:0;
	padding:0;
	text-align:right;
	display:inline;
}


