@charset "utf-8";
*{
	margin:0;
	padding:0;
}
html {
	height:100%;
}

body {
	background-color:#EFEFEF;
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#666666;
	font-size:12px;
	line-height:160%;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
	/* mac 不適応 \*/
	letter-spacing:1px;
	/* ここまで */
}
a {
	color:#666666;
}
a:hover {
	color: #003366;
}
p {
	margin:0;
	padding:0;
	display:block;
}
/* for IE6 */
* html body{
	min-height:100%;
	font-size:75%;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
/* ここまで */

/* for IE7 */
*:first-child+html body {
	color:#333333;
	font-size: 75%;
	font-family: "メイリオ",Meiryo,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:160%;
}
*:first-child+html a {
	color:#333333;
}
*:first-child+html a:hover {
	color:#003399;
}
/* ここまで */





/* PAGE LAYOUT START ---------------------------------------------- */
#container {
	width:862px;
	margin:0 auto;
	background-repeat:repeat-y;
	background-color: #FFFFFF;
}
#contents {
	width:850px;
	padding:0 6px;
	background-image: url(images/bg.gif);
}
#header {
	width:850px;
	margin:0;
}
#t_menu {
	width:800px;
	margin:0 25px 0 25px;
}
#t_menu_l {
	width:670px;
	float:left;
	text-align:right;
}
#btn_cart {
	width:104px;
	float:right;
	padding-right: 10px;
}
#btn_cart a {
	background:url(images/btn_cart.gif) no-repeat;
	width:104px;
	height:22px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
#btn_cart a:hover {
	background-position:-104px 0;
}
#top {
	width:800px;
	margin:0 25px 5px 25px;
	background-image: url(images/logo_n.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#logo{
	width:340px;
	height:30px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	margin: 0;
}
#logo a{
	width:340px;
	height:30px;
	display:block;
	text-indent:-9999px;
	text-decoration: none;
}

#logo-t{
	width:340px;
	height:30px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	margin: 0;
}
#logo-t a{
	width:340px;
	height:30px;
	display:block;
	text-indent:-9999px;
	text-decoration: none;
}
#f_menu {
	width:800px;
	text-align: right;
	background-image: url(images/sm_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	overflow: hidden;
	padding: 0 25px;
}
#f_menu_inner {
	width:600px;
	padding-left: 200px;
	text-align: right;
}
#f_menu_list {
	margin-bottom:5px;
}
#f_menu ul {
	width:600px;
	margin:0 0 2px 0;
	padding:0;
}
#f_menu li {
	margin:0;
	padding:0;
	float:right;
	list-style-type: none;
}
#main_cvr {
	width:800px;
	padding:0 25px;
}
#main {
	width:800px;
	text-align: left;
	background-image: url(images/sm_bg.gif);
	background-repeat: repeat-y;
	position: relative;
	padding: 0 25px;
}
#main_r_cvr {
	width:600px;
	height:100%;
	float:right;
}
#main_r {
	width:600px;
	height:100%;
	float:right;
}
#main_l {
	width:180px;
	float:left;
	height: 100%;
	background-color: #FFFFFF;
}
#footer {
	width:850px;
	height:5px;
	margin:0;
	background-color: #87A0AA;
	overflow: hidden;
}
#cr {
	width:600px;
	border-top-style:dashed;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	margin-bottom: 2px;
	clear: both;
}
.box_w200f {
	width:200px;
	float:left;
	text-align:left;
}
#cr .ttl {
	width:300px;
	display:block;
	float:right;
	font-size: 12px;
	font-weight:bold;
	color:#4E646E;
}
#cr .ttl a {
	text-decoration:none;
	color:#4E646E;
}
#catch {
	width:400px;
	text-align:right;
	float:right;
	height: 42px;
	/*background-image: url(images/logo_n.gif);
	background-position: right;
	background-repeat: no-repeat;*/
}
#top_l {
	width:400px;
	float:left;
	text-align: left;
}
#top_l strong {
	font-weight:normal;
	font-size:14px;
	padding-bottom: 2px;
	line-height: 160%;
	padding-left: 2px;
}

/*　サイドメニュー（機能ボタン）＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

/*　プレビュー機能　*/
#btn_layout {
	width:180px;
	height:75px;
	background-image:url(../mochu/img/btn_layout.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
}
#btn_layout a {
	width:180px;
	height:75px;
	background-image:url(../mochu/img/btn_layout.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}
#btn_layout a:hover {
	background-position:0 -76px;
	overflow:hidden;
}

/*　宛名印刷　*/
#btn_atena {
	width:180px;
	height:75px;
	background-image:url(../mochu/img/btn_atena.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
}
#btn_atena a {
	width:180px;
	height:75px;
	background-image:url(../mochu/img/btn_atena.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}
#btn_atena a:hover {
	background-position:0 -76px;
	overflow:hidden;
}

/*　文字サイズ変更（バナー）*/
#btn_moji {
	width:180px;
	height:75px;
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
}
#btn_moji a {
	width:180px;
	height:75px;
	background-image:url(../mochu/img/btn_moji.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}
#btn_moji a:hover {
	width:180px;
	height:75px;
	background-position:0 -76px;
}


/*　薄墨印刷（バナー）*/
#btn_ususumi {
	width:180px;
	height:75px;
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
}
#btn_ususumi a {
	width:180px;
	height:75px;
	background-image:url(../mochu/img/btn_ususumi.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}
#btn_ususumi a:hover {
	width:180px;
	height:75px;
	background-position:0 -76px;
}


/*　ペット喪中バナー　－－－－－－－－－－　*/
#pet_bnr {
	width:180px;
	height:90px;
	background-image:url(../mochu/img/bnr_pet.gif) no-repeat 0 0;
	overflow:hidden;
	margin:10px 0;
}
#pet_bnr a {
	width:180px;
	height:90px;
	display:block;
	background:url(../mochu/img/bnr_pet.gif) no-repeat 0 0;
	text-indent:-9999px;
}
#pet_bnr a:hover {
	background:url(../mochu/img/bnr_pet.gif) no-repeat 0 -91px;
}

/*　バナーエリア2　－－－－－－－－－－　*/

#bnr-area2{
	background:#FFFFFF;
	padding:15px 0;
}

/*　バナーエリア3　－－－－－－－－－－　*/

/*　きずなのちから　*/
.box_mrbl10 {
	width:160px;
	height:80px;
	margin:0 10px 10px;
	background:url(../mochu/img/bnr_kizunapower.gif) no-repeat;
}

/*　ドットコム　*/
#bnr_com160 {
	width:160px;
	height:80px;
	margin:0 10px 10px;
	background:url(../mochu/img/bnr_com160x80.gif) no-repeat;
}

/*　デザイナーズ　*/
#bnr_jp160{
	width:160px;
	height:80px;
	margin:0 10px 10px;
	background:url(../mochu/img/bnr_jp160x80.gif) no-repeat;
}

/*　ハッピーシャワー　*/
#hs_bnr {
	width:160px;
	height:80px;
	margin:0 10px 10px;
	background:url(../mochu/img/bnr_hs.gif) no-repeat;
}

/*　にっこう社　*/
#bnr_nikko160 {
	width:160px;
	height:80px;
	margin:0 10px 10px;
	background:url(../mochu/img/bnr_nikko160x80.gif) no-repeat;
}


/*　グループサイト共通設定　*/
.box_mrbl10 a,#bnr_com160 a,#bnr_jp160 a,#hs_bnr a,#bnr_nikko160 a{
	width:160px;
	height:80px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
}











.btn_kakaku {
	width:90px;
	height:22px;
	background-image:url(images/btn_kakaku.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
.btn_kakaku a {
	width:90px;
	height:22px;
	display:block;
	background-image:url(images/btn_kakaku.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	text-decoration:none;
}
.btn_kakaku a:hover {
	background-position:0 -23px;
}
.line {
	width:100%;
	height:1px;
	overflow:hidden;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	margin:12px 0;
}

#top_navi {
	width:518px;
	border-color:#A6B7BF;
	border-style:solid;
	border-width:1px;
	padding:14px 40px;
	background-color:#EAEDF0;
	margin-bottom: 20px;
	clear:both;
}
#top_navi ul {
	padding-left:20px;
}
#top_navi li {
	list-style-image: url(../mochu/img/yajirusi.gif);
	margin-bottom: 8px;
	list-style-position: outside;
}
.box_w240 {
	width:240px;
	float:left;
	margin-right: 10px;
}
.box_w260 {
	width:260px;
	float:left;
}

	
.spl_shochu {
	margin-bottom: 20px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 20px;
}
.spl_shochu strong {
	font-size:14px;
	display:block;
	padding-bottom: 10px;
}
.spl_hagaki {
	width:140px;
	margin-right:20px;
	float:left;
	text-align:center;
	padding-left: 10px;
}
.spl_hagaki_b {
	width:300px;
	float:left;
	text-align:center;
}
.spl_bunrei {
	width:430px;
	float:left;
	margin-bottom: 10px;
}
.spl_bunrei p {
	margin-bottom:10px;
}

/* PAGE LAYOUT END ---------------------------------------------- */




/* SIDE MENU START ---------------------------------------------- */
#s_menu,#s_menu-c {
	width:180px;
	margin:0;
	background-color: #EAEDF0;
	text-align: center;
}
#s_l_menu,#s_l_menu-c {
	width:180px;
	text-align: left;
}
#s_l_menu h2,#s_l_menu-c h2,#s_l_menu h3,#s_l_menu-c h3 {
	width:170px;
	height:22px;
	background-image:url(../mochu/img/m_c_bar.gif);
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	line-height: 160%;
	color: #FFFFFF;
	background-color: #87A0AA;
}
#s_l_menu ul,#s_l_menu-c ul {
	width:160px;
	margin:0;
	padding:0;
}
#s_l_menu li,#s_l_menu-c li {
	width:154px;
	margin:0 0 6px 6px;
	padding:0 0 8px 14px;
	list-style-type:none;
	border-bottom-style:dashed;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	background-image:url(../mochu/img/yajirusi.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	text-align: left;
}
#s_l_menu li a,#s_l_menu-c li a {
	width:100%;
	height:100%;
	display:block;
}
/* SIDE MENU END ---------------------------------------------- */


#ok {
	text-align:center;
	font-family:"Lucida Grande","Lucida Sans Unicode","Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",osaka,sans-serif;
	color:#666666;
}

/* BOOKMARK START --------------------------------------------- */
#bmark{
	margin-bottom:5px;
}
#ybmark {
	margin-bottom:10px;
	font-family:"Lucida Grande","Lucida Sans Unicode","Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",osaka,sans-serif;
}
/* BOOKMARK END --------------------------------------------- */



/* OSMC MENU START ---------------------------------------------- */
#osmc_link {
	width:160px;
	margin:0 auto 10px;
	text-align: center;
	font-size: 10px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",osaka,"ＭＳ Ｐゴシック","MS PGothic","Lucida Grande","Lucida Sans Unicode","Verdana",sans-serif;
}
#osmc_cap {
	width:160px;
	color:#FFFFFF;
	background-color:#87A0AA;
	margin-bottom:10px;
	line-height: 120%;
	padding: 2px 0;
}
#osmc_link ul {
	width:160px;
	margin:0;
	padding:0;
}
#osmc_link li {
	width:160px;
	margin:0 0 4px 0;
	padding:0 0 2px 0;
	list-style-type:none;
	border-bottom-style:dashed;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	letter-spacing: 0px;
}
#osmc_link li a {
	width:100%;
	height:100%;
	display:block;
	color:#666666;
}
#osmc_link li a:hover {
	color: #003366;
}
/* for IE7 */
*:first-child+html #osmc_link li a:hover {
	color:#2B53A8;
}

/* OSMC MENU END ---------------------------------------------- */




/* CREDIT START ----------------------------------------- */

#credit {
	width:144px;
	float:right;
	padding-top: 15px;
}
/* CREDIT END ------------------------------------------- */




/* TOKUTEN START ---------------------------------------- */
#tokuten {
	line-height:160%;
	margin-bottom: 30px;
	font-size:14px;
	padding-left: 10px;
}
#tokuten ul {
	padding-left:40px;
}
#tokuten li {
	list-style-type:none;
	font-weight:bold;
	color:#3366FF;
	list-style-image: url(images/li_para.gif);
	line-height: 100%;
	padding-bottom: 10px;
}
#tokuten a {
	font-weight:bold;
	color:#3366FF;
}
#tokuten a:hover {
	font-weight:bold;
	color:#3366FF;
}
#tokuten p {
	margin-bottom:10px;
	background-image:url(images/li_para.gif);
	background-repeat:no-repeat;
	padding-left:23px;
	font-weight:bold;
	color:#3366FF;
}

/* TOKUTEN END ---------------------------------------- */


/* マイページメニュー 開始 --------------------------------*/
#mpmenu {
	width:170px;
	height:84px;
	background:url(images/img_mpmenu.gif) no-repeat;
	padding:5px 5px 15px 5px;
	background-color:#FFFFFF;
}
#mpmenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#btn_login {
	width:170px;
	height:40px;
	margin-bottom:5px;
	overflow: hidden;
}
#btn_login a {
	width:170px;
	height:84px;
	background:url(images/img_mpmenu.gif) no-repeat;
	background-position: -5px -5px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}
#btn_login a:hover {
	background-position: -185px -5px;
}
#mpm_mtoha {
	width:94px;
	height:18px;
	padding-left:1px;
	float:left;
}
#mpm_mtoha a {
	width:94px;
	height:18px;
	display:block;
	background:url(images/img_mpmenu.gif) no-repeat;
	background-position: -6px -50px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}
#mpm_mtoha a:hover {
	background-position: -186px -50px;
}
#mpm_logout {
	width:70px;
	height:18px;
	float:right;
	padding-right:1px;
}
#mpm_logout a {
	width:70px;
	height:18px;
	display:block;
	background:url(images/img_mpmenu.gif) no-repeat;
	background-position: -104px -50px;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
}
#mpm_logout a:hover {
	background-position: -284px -50px;
}
#mpm_txt {
	width:170px;
	text-indent:-9999px;
	overflow:hidden;
	height: 14px;
	margin:0;
	padding:0;
}
/* マイページメニュー 終了 --------------------------------*/

/* BOOKMARK START --------------------------------------------- */
#bmark{
	padding-bottom:5px;
	background-color:#FFFFFF;
}
#ybmark {
	padding-bottom:5px;
	background-color:#FFFFFF;
	font-family:"Lucida Grande","Lucida Sans Unicode","Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",osaka,sans-serif;
}
/* BOOKMARK END --------------------------------------------- */


/* BANNER START ---------------------------------------------- */
#top_bnr1 {
}
#top_bnr2 {
	width:300px;
	float:left;
}
#top_bnr3 {
	width:300px;
	float:left;
}
#off_bnr {
	width:600px;
	height:120px;
	margin-bottom: 10px;
}
#off_bnr_t {
	width:600px;
	height:94px;
}
#off_bnr_b {
	width:590px;
	height:24px;
	background-image:url(images/bnr_sale_02.gif);
	background-repeat:no-repeat;
	background-color:#FF6600;
	color:#FFFFFF;
	font-size:10px;
	padding: 2px 0 0 10px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;

}
#off_bnr_b a {
	color:#FFFFFF;
}
#wcam_bnr {
	margin-bottom:5px;
}
#cam_bnr {
	width:180px;
	padding-bottom:10px;
}
#it_bnr {
	width:180px;
	background-color:#FFFFFF;
	margin-bottom: 10px;
}
#it_bnr p {
	margin:0;
	padding-top:2px;
	text-align:center;
	font-size:12px;
	color:#666666;
	font-family:"ＭＳ Ｐゴシック","MS PGothic","Lucida Grande","Lucida Sans Unicode","Verdana",sans-serif;
}
#kizuna_bnr {
	width:180px;
	padding-bottom:10px;
	background-color:#FFFFFF;
}
#enquete_bnr {
	width:180px;
	padding-bottom:10px;
	background-color:#FFFFFF;
}
#compe {
	background-color: #FFFFFF;
	width: 180px;
}
#com_bnr {
	width:180px;
	height:40px;
	margin-bottom: 10px;
	overflow: hidden;
	text-indent:-9999px;
	font-size:20px;
	font-weight:bold;
	background-image:url(images/com-banner.gif);
}
#com_bnr a {
	width:180px;
	height:40px;
	display:block;
	text-decoration: none;
}
#osmc_bnr {
	margin-bottom:6px;
	border-bottom-style:dashed;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	line-height: 110%;
	padding-bottom: 2px;
}
#blog_bnr{
	width:160px;
	height:80px;
	overflow:hidden;
	margin:0 10px 10px;
	font-size:20px;
	font-weight:bold;
	background-image:url(images/bnr_sblog.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#blog_bnr a {
	width:160px;
	height:80px;
	display:block;
	text-indent:-9999px;
	text-decoration: none;
}
#blog_bnr2{
	width:160px;
	height:80px;
	overflow:hidden;
	font-size:20px;
	font-weight:bold;
	background-image:url(images/bnr_sblog.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#blog_bnr2 a {
	width:160px;
	height:80px;
	display:block;
	text-indent:-9999px;
	text-decoration: none;
}
#kanchu_bnr {
	width:180px;
	margin-bottom:10px;
}
#kanchu_bnr a {
	width:180px;
	height:180px;
	display:block;
	overflow:hidden;
	background-image:url(images/bnr_kanchu.gif);
	text-indent:-9999px;
	text-decoration:none;
}

/* BANNER END ---------------------------------------------- */




/* HEADING START ---------------------------------------------- */
#ttxt {
	font-size:12px;
	line-height:120%;
	color:#FFFFFF;
	margin:0 0 10px 0;
	background-color: #87A0AA;
	width: 850px;
	text-align: center;
	font-weight: bold;
}
#uri h2 {
	margin:0;
	padding:0;
	font-size:142%;
	font-weight:bold;
	color:#4E646E;
	line-height:140%;
	border-bottom-color: #4E646E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
}
#mame h2 {
	font-size:14px;
	font-weight:bold;
	color:#4E646E;
	margin:0 0 20px 0;
	padding:0;
}
#caption h2 {
	font-size:16px;
	font-weight:bold;
	color:#3366FF;
	margin:0;
	padding:3px 0 0 0;
}
.caption h2 {
	font-size:16px;
	font-weight:bold;
	color:#4E646E;
	margin:0;
	padding:3px 0 0 0;
}
.caption2 h2 {
	font-size:16px;
	font-weight:bold;
	color:#4E646E;
	margin:0;
	padding:3px 0 0 0;
}
/* HEADING END ---------------------------------------------- */



/* IMAGE BOX START ---------------------------------------------- */
#mp_menu {
	width:180px;
	margin-bottom:10px;
	background-image: url(images/m-my06.gif);
}
#pmark {
	background-color:#FFFFFF;
	text-align: center;
	padding: 10px 0;
}
#top_image {
	width:800px;
	margin:0 25px 18px;
	height: 200px;
}
#top_image2 {
	width:600px;
	margin:0 0 15px 0;
}
#top_image_s {
	width:800px;
	margin:0 25px 18px;
	height: 100px;
	display: block;
}
.mitsu {
	margin:0;
	padding:10px;
	text-align: center;
}
/* IMAGE BOX END ---------------------------------------------- */




/* MITSUMORI MASTER START ---------------------------------------------- */
.mitsumori {
	width:126px;
	height:63px;
	overflow:hidden;
	background-image:url(images/b_mitsumori.gif);
	background-repeat:no-repeat;
	text-align: left;
}
.mitsumori a {
	width:126px;
	height:63px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
}
.mitsumori a:hover {
	background-image:url(images/b_mitsumori.gif);
	background-position:0 -64px;
}
.mitsumori_txt {
	padding-top:3px;
	line-height:120%;
}
/* MITSUMORI MASTER END ---------------------------------------------- */



#mame {
	width:578px;
	border-color:#87A0AA;
	border-style:solid;
	border-width:1px;
	padding:10px;
	background-color:#EAEDF0;
	margin-bottom: 30px;
}
#mame p {
	margin:0 0 16px 0;
	padding:0;
}
#mame ul {
	padding-left:30px;
	margin-bottom: 20px;
}
#s_cal {
	width:160px;
	margin:0 auto 20px;
	padding:4px;
	text-align:center;
	background-color:#EEEEEE;
}
#shosai {
	width:150px;
	height:32px;
	background-image:url(images_s/b_shosai.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
#shosai a {
	width:150px;
	height:32px;
	display:block;
	background-image:url(images_s/b_shosai.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	position:relative;
}
#shosai a:hover {
	background-image:url(images_s/b_shosai.gif);
	background-position:0 -33px;
}
.caption {
	width:600px;
	height:28px;
	background-image:url(images/c_bar.gif);
	background-repeat:no-repeat;
	margin-bottom: 10px;
	letter-spacing: 1px;
	clear: both;
}
.caption2 {
	width:600px;
	height:28px;
	background-image:url(images/c_bar.gif);
	background-repeat:no-repeat;
	margin-bottom: 20px;
	letter-spacing: 1px;
	clear: both;
}
.gyoto {
	text-indent:-16px;
	padding-left:18px;
	margin-bottom: 5px;
}
.gyoto2 {
	text-indent:-16px;
	padding-left:18px;
	margin-bottom: 10px;
}
.gyoto10mb5 {
	text-indent:-15px;
	padding-left:15px;
	margin-bottom: 5px;
	line-height: 130%;
}
.gyoto12 {
	text-indent:-16px;
	padding-left:18px;
}
.gyoto12mb20 {
	text-indent:-16px;
	padding-left:18px;
	line-height:140%;
	margin-bottom: 20px;
}
.gyoto12mb20 {
	text-indent:-16px;
	padding-left:18px;
	margin-bottom: 20px;
}
.gyoto_14 {
	text-indent:-18px;
	padding-left:18px;
	margin-bottom: 5px;
	font-size:14px;
}
.gyoto_14mb10 {
	text-indent:-18px;
	padding-left:18px;
	margin-bottom: 10px;
	font-size:14px;
}
.gyoto_14mb20 {
	text-indent:-18px;
	padding-left:18px;
	margin-bottom: 20px;
	font-size:14px;
}


/* MAIN CALENDAR START ---------------------------------------------- */
#cal {
	width:560px;
	padding:20px;
	background-color:#EEEEEE;
	left: 170px;
	float: left;
	margin-bottom: 20px;
}
/* MAIN CALENDAR END ---------------------------------------------- */


.clear {
	clear:both;
	content: " ";
	height: 0;
	display: block;
	visibility: hidden;
	font-size:0;
	line-height:0;
}


/*clear設定　開始 ----------------------------------------------*/
.clr:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clr {
	display: inline-block;
	position:relative;
}
.clr {
	display: block;
}
/* MacIE用 \*//*/
.clr { overflow: hidden; }
/* */
/*clear設定　終了 ----------------------------------------------*/





/* LAYOUT BOX  START ---------------------------------------------- */
.box_mb1 {
	margin-bottom:1px;
}
.box_mb2 {
	margin-bottom:2px;
}
.box_mb3 {
	margin-bottom:3px;
}
.box_mb4 {
	margin-bottom:4px;
}
.box_mb5 {
	margin-bottom:5px;
}
.box_mb7 {
	margin-bottom:7px;
}
.box_mb8 {
	margin-bottom:8px;
}
.box_mb10 {
	margin-bottom:10px;
}
.box_mb20 {
	margin-bottom:20px;
}
.box_mb30 {
	margin-bottom:30px;
}
.box_mb40 {
	margin-bottom:40px;
}
.box_mb50 {
	margin-bottom:50px;
}
.box_pl5 {
	padding-left:5px;
}
.box_pl10 {
	padding-left:10px;
}
.box_pl15 {
	padding-left:15px;
}
.box_pl17 {
	padding-left:17px;
}
.box_pl17mb5 {
	padding-left:17px;
	margin-bottom:5px;
}
.box_pl17mb10 {
	padding-left:17px;
	margin-bottom:10px;
}
.box_pl17mb20 {
	padding-left:17px;
	margin-bottom:20px;
}
.box_pl18 {
	padding-left:18px;
}
.box_pl18mb5 {
	padding-left:18px;
	margin-bottom:5px;
}
.box_pl18mb10 {
	padding-left:18px;
	margin-bottom:10px;
}
.box_pl18mb20 {
	padding-left:18px;
	margin-bottom:20px;
}
.box_pl18mb30 {
	padding-left:18px;
	margin-bottom:30px;
}
.box_pl18mb40 {
	padding-left:18px;
	margin-bottom:40px;
}
.box_pl20 {
	padding-left:20px;
}
.box_pl20mb5 {
	padding-left:20px;
	margin-bottom:5px;
}
.box_pl20mb10 {
	padding-left:20px;
	margin-bottom:10px;
}
.box_pl20mb20 {
	padding-left:20px;
	margin-bottom:20px;
}
.box_pl20mb30 {
	padding-left:20px;
	margin-bottom:30px;
}
.box_pl20mb40 {
	padding-left:20px;
	margin-bottom:40px;
}
.box_pr5 {
	padding-right:5px;
}
.box_w160mr20 {
	width:160px;
	margin-right:20px;
	float:left;
}
.box_w170 {
	width:170px;
	float:left;
}
.box_w180 {
	width:180px;
	float:left;
}
.box_w410 {
	width:410px;
	float:left;
	margin-right: 20px;
}
.box_w420f {
	width:420px;
	float:left;
}

/* LAYOUT BOX  END ---------------------------------------------- */



/* LAYOUT BOX AND CLEAR  START ---------------------------------------------- */

.box_mb0_c:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.box_mb0_c {
	display: inline-block;
	position:relative;
}
.box_mb0_c {
	display: block;
}
/* MacIE用 \*//*/
.box_mb0_c { overflow: hidden; }
/* */

.box_mb5_c:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.box_mb5_c {
	margin-bottom:5px;
	display: inline-block;
	position:relative;
}
.box_mb5_c {
	display: block;
}
/* MacIE用 \*//*/
.box_mb5_c { overflow: hidden; }
/* */

.box_mb6_c:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.box_mb6_c {
	margin-bottom:6px;
	display: inline-block;
	position:relative;
}
.box_mb6_c {
	display: block;
}
/* MacIE用 \*//*/
.box_mb6_c { overflow: hidden; }
/* */

.box_mb7_c:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.box_mb7_c {
	margin-bottom:7px;
	display: inline-block;
	position:relative;
}
.box_mb7_c {
	display: block;
}
/* MacIE用 \*//*/
.box_mb7_c { overflow: hidden; }
/* */

.box_mb8_c:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.box_mb8_c {
	margin-bottom:8px;
	display: inline-block;
	position:relative;
}
.box_mb8_c {
	display: block;
}
/* MacIE用 \*//*/
.box_mb8_c { overflow: hidden; }
/* */

.box_mb9_c:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.box_mb9_c {
	margin-bottom:9px;
	display: inline-block;
	position:relative;
}
.box_mb9_c {
	display: block;
}
/* MacIE用 \*//*/
.box_mb9_c { overflow: hidden; }
/* */

.box_mb10_c:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.box_mb10_c {
	margin-bottom:10px;
	display: inline-block;
	position:relative;
}
.box_mb10_c {
	display: block;
}
/* MacIE用 \*//*/
.box_mb10_c { overflow: hidden; }
/* */

.box_mb15_c:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.box_mb15_c {
	margin-bottom:15px;
	display: inline-block;
	position:relative;
}
.box_mb15_c {
	display: block;
}
/* MacIE用 \*//*/
.box_mb15_c { overflow: hidden; }
/* */

.box_mb20_c:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.box_mb20_c {
	margin-bottom:20px;
	display: inline-block;
	position:relative;
}
.box_mb20_c {
	display: block;
}
/* MacIE用 \*//*/
.box_mb20_c { overflow: hidden; }
/* */

.box_mb25_c:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.box_mb25_c {
	margin-bottom:25px;
	display: inline-block;
	position:relative;
}
.box_mb25_c {
	display: block;
}
/* MacIE用 \*//*/
.box_mb25_c { overflow: hidden; }
/* */

.box_mb30_c:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.box_mb30_c {
	margin-bottom:30px;
	display: inline-block;
	position:relative;
}
.box_mb30_c {
	display: block;
}
/* MacIE用 \*//*/
.box_mb30_c { overflow: hidden; }
/* */

.box_mb35_c:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.box_mb35_c {
	margin-bottom:35px;
	display: inline-block;
	position:relative;
}
.box_mb35_c {
	display: block;
}
/* MacIE用 \*//*/
.box_mb35_c { overflow: hidden; }
/* */

.box_mb40_c:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.box_mb40_c {
	margin-bottom:40px;
	display: inline-block;
	position:relative;
}
.box_mb40_c {
	display: block;
}
/* MacIE用 \*//*/
.box_mb40_c { overflow: hidden; }
/* */

.box_mb45_c:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.box_mb45_c {
	margin-bottom:45px;
	display: inline-block;
	position:relative;
}
.box_mb45_c {
	display: block;
}
/* MacIE用 \*//*/
.box_mb45_c { overflow: hidden; }
/* */

.box_mb50_c:after {
	content: url(images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.box_mb50_c {
	margin-bottom:50px;
	display: inline-block;
	position:relative;
}
.box_mb50_c {
	display: block;
}
/* MacIE用 \*//*/
.box_mb50_c { overflow: hidden; }
/* */


/* LAYOUT BOX AND CLEAR  END ---------------------------------------------- */


/* 個人情報の取扱いについて 開始 */

#kjoho {
	margin-bottom:20px;
    border:#CCC solid 1px;
}
#kjoho h3 {
	height:26px;
	margin:0;
	padding:0;
	background:#CCC;
	border:0;
	color:#333;
	font-size:14px;
	font-weight:bold;
	line-height:26px;
	text-align:center;
}

#kjoho iframe {
	width:100%;
	height:200px;
}


#send-box{
  margin:0 0 40px 0;
  padding:10px;
  background:#F0F0F0;
  text-align:center;	
}

#send-box p{
  margin:0 0 10px 0;
  text-align:center;
}

#send-box table{
  margin:0 auto;

}


/* 個人情報の取扱いについて 終了 */


#bnr_osmc {
    padding-bottom:10px;
	text-align:center;
	background:#FFFFFF;
}


/* パンくずリスト 開始 -----------------------------------*/

#plist {
	border-bottom:#CCCCCC solid 1px;
}
#plist li {
	float:left;
	margin-right:6px;
	list-style: none;
	color: #0066CC;
}
#plist li a {
	padding-right:12px;
	background-image:url(images/img_arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration: none;
}
#plist li a:hover {
	text-decoration: underline;
}

/* パンくずリスト 終了 -----------------------------------*/














