@charset "utf-8";


/*===============↓↓↓↓↓↓CSSで各要素の初期値をリセットここから↓↓↓↓↓↓===============*/

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
}

ol,ul {
	list-style: none;
}

fieldset,img {
	border: 0;
}

table {
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}

/*===============↑↑↑↑↑↑CSSで各要素の初期値をリセットここまで↑↑↑↑↑↑===============*/


/*===============↓↓↓↓↓↓各要素のセットアップここから↓↓↓↓↓↓===============*/

body	{/*基本となる文字サイズや、背景を指定する。*/
	font-size: 1em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background: url("") repeat-x;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

li,dl,dt,dd,p {/*文章は読みやすさを重視し、行間を空ける設定をしている。*/
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}

hr {/*要素の区切り用の罫線タグ。レイアウト上表示の必要がないので非表示設定*/
	display: none;
}

a:link {
	text-decoration: underline;
	color: #060;
	outline-style: none;
}
a:visited {
	text-decoration: underline;
	color: #090;
	outline-style: none;
}
a:hover {
	text-decoration: none;
	color: #F60;
	outline-style: none;
}

a:active {/*クリックした瞬間のリンク文字の設定*/
	text-decoration: none;
	color: #F60;
	outline-style: none;
}

/*===============↑↑↑↑↑↑各要素のセットアップここまで↑↑↑↑↑↑===============*/


/*
--------------------------------------------
共通
--------------------------------------------
*/

body {/* IE対策でセンター寄せ設定 */
	text-align: center;
}

#wrapper {/* 全体を囲む */
	width: 600px;
	margin: 0px auto;
	text-align: left;
	font-size: 1em;
}
#header {
	width: 600px;
	height: 70px;
	float: left;
}
#header strong {
	width: 260px;
	height: 70px;
	float: left;
	text-indent: -9999px;
	background: url(../images/logo.gif) no-repeat;
}
.close {
	display: block;
	width: 163px;
	height: 33px;
	float: right;
	margin-top: 20px;
	font-size: 12px;
	text-indent: -9999px;
	background: url(../images/close_btn.gif) no-repeat;
}
.close:hover {
	background: url(../images/close_btn.gif) no-repeat 0px -33px;
}

strong {
	font-weight: bold;
}
em {
	color: #f00;
}
.text {
	display: inline;
	width: 580px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}
.text p {
	width: 580px;
	float: left;
	margin-bottom: 15px;
}
.sign p {
	text-align: right;
	margin: 20px 0px;
}



/*
--------------------------------------------
個人情報の取り扱いについて
--------------------------------------------
*/
#privacy {
	width: 600px;
	float: left;
}
#privacy h1 {
	width: 600px;
	height: 50px;
	float: left;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../images/privacy_h1.gif) no-repeat;
}
#privacy h2 {
	width: 600px;
	height: 31px;
	float: left;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../images/privacy_h2.gif) no-repeat;
}
#privacy h3 {
	width: 600px;
	height: 31px;
	float: left;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../images/privacy_h3.gif) no-repeat;
}

#rinen {
	width: 580px;
	height: 135px;
	float: left;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../images/privacy_rinen.gif) no-repeat;
}

#privacy_mark {
	display: inline;
	width: 100px;
	float: left;
	margin-left: 245px;
	margin-top: 20px;
	margin-bottom: 20px;
}



/*
--------------------------------------------
特定商取引法に基づく表示
--------------------------------------------
*/
#law {
	width: 600px;
	float: left;
}
#law h1 {
	width: 600px;
	height: 50px;
	float: left;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../images/law_h1.gif) no-repeat;
}
#law h2,
#law h3,
#law h4,
#law h5,
#law h6,
#law h6.h7 {
	width: 600px;
	height: 31px;
	float: left;
	margin-bottom: 20px;
	text-indent: -9999px;
}
#law h2 {
	background: url(../images/law_h2.gif) no-repeat;
}
#law h3 {
	background: url(../images/law_h3.gif) no-repeat;
}
#law h4 {
	background: url(../images/law_h4.gif) no-repeat;
}
#law h5 {
	background: url(../images/law_h5.gif) no-repeat;
}
#law h6 {
	background: url(../images/law_h6.gif) no-repeat;
}
#law h6.h7 {
	background: url(../images/law_h7.gif) no-repeat;
}

.text dl {
	width: 580px;
	float: left;
}

.corp {
	width: 580px;
	float: left;
}
.corp dt {
	width: 150px;
	padding-left: 15px;
	clear: left;
	float: left;
	background: url(../images/law_icon.gif) no-repeat left center;
}
.corp dd {
	width: 385px;
	float: left;
	margin-left: 30px;
}
#method {
	width: 580px;
	height: 40px;
	float: left;
	background: url(../images/law_method.gif) no-repeat;
	text-indent: -9999px;
}

.contact {
	width: 580px;
	float: left;
}

.contact dt {
	width: 180px;
	clear: left;
	float: left;
	border-left: 3px solid #f60;
	padding-left: 5px;
	margin-bottom: 5px;
}

.contact dd {
	width: 360px;
	float: left;
	margin-bottom: 5px;
	margin-left: 20px;
}


/*
--------------------------------------------
当サイトに関して
--------------------------------------------
*/
#rule {
	width: 600px;
	float: left;
}
#rule h1 {
	width: 600px;
	height: 50px;
	float: left;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../images/rule_h1.gif) no-repeat;
}
#rule h2,
#rule h3,
#rule h4,
#rule h5,
#rule h6 {
	width: 600px;
	height: 31px;
	float: left;
	margin-bottom: 20px;
	text-indent: -9999px;
}
#rule h2 {
	background: url(../images/rule_h2.gif) no-repeat;
}
#rule h3 {
	background: url(../images/rule_h3.gif) no-repeat;
}
#rule h4 {
	background: url(../images/rule_h4.gif) no-repeat;
}
#rule h5 {
	background: url(../images/rule_h5.gif) no-repeat;
}
#rule h6 {
	background: url(../images/rule_h6.gif) no-repeat;
}

#adobe_reader {
	width: 160px;
	height: 41px;
	float: left;
}
#flash_player {
	width: 160px;
	height: 41px;
	float: left;
	margin-left: 20px;
}
.date {
	text-align: right;
}


/*
--------------------------------------------
会社情報
--------------------------------------------
*/
#corporation {
	width: 600px;
	float: left;
}
#corporation h1 {
	width: 600px;
	height: 50px;
	float: left;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../images/corporation_h1.gif) no-repeat;
}
#corporation h2 {
	width: 600px;
	height: 31px;
	float: left;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../images/corporation_h2.gif) no-repeat;
}
#corporation h3 {
	width: 600px;
	height: 31px;
	float: left;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../images/corporation_h3.gif) no-repeat;
}
#info {
	width: 580px;
	float: left;
}
#info dt {
	width: 130px;
	clear: left;
	float: left;
	padding-left: 5px;
	margin-bottom: 10px;
	border-left: 3px solid #f90;
}
#info dd {
	width: 420px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

#info2 {
	width: 580px;
	float: left;
}
#info2 dt {
	width: 70px;
	clear: left;
	float: left;
	padding-left: 5px;
	margin-bottom: 10px;
	border-left: 3px solid #f90;
}
#info2 dd {
	width: 480px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}


#accessmap {
	width: 580px;
	float: left;
	margin-bottom: 30px;
}


/*===============================================================================
　　　　　　　　　　　悠香ヒストリーページ
===============================================================================*/

.table_green {
	background:  repeat scroll 0 0 #A1CC30;
	margin: 5px 0px 10px;
	float: left;
	width: 580px;
	margin-left: 10px;
	display: inline;
	margin-bottom: 40px;
}
.table_green table {
	border: medium none;
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
	line-height: 1.5em;
}
.table_green table th {
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
}

.table_green table th,
.table_green table td {
	border: 1px solid #FFFFFF;
	padding: 3px 8px;
	vertical-align: top;
}
.table_green table td {
	background: none repeat scroll 0 0 #FFFFFF;
}

.table_green table .year {
	background: none repeat scroll 0 0 #E1F4CA;
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
}
.table_green table .month {
	background: none repeat scroll 0 0 #EDF9DF;
	white-space: nowrap;
	text-align: right;
	font-weight: bold;
}






/*
--------------------------------------------
お詫びページ
--------------------------------------------
*/
#apologize{
	width: 600px;
	float: left;
}
#apologize h1 {
	width: 600px;
	height: 40px;
	float: left;
	margin-bottom: 20px;
	text-indent: -9999px;
	background: url(../images/apologize_h1.gif) no-repeat;
}
#apologize #owabi {
	width: 580px;
	text-align: center;
	margin: 0px;
}
#apologize #owabi strong {
	line-height: 2em;
	font-size:	1.3em;
}
#apologize em {
	width: 580px;
	line-height: 3em;
	font-weight: bold;
	color: #000;
}

#apologize #apologize_misaki_sp_sample {
	background: url(../images/apologize_misaki_sp_sample_h1.gif) no-repeat;
	height: 44px;
}
#apologize #apologize_misaki_st_sample {
	background: url(../images/apologize_misaki_st_sample_h1.gif) no-repeat;
	height: 44px;
}


/*
--------------------------------------------
スラリエット販売停止ページ
--------------------------------------------
*/

#surariet {
	width: 590px;
	float: left;
}
#surariet h1 {
	display: block;
	width: 590px;
	height: 31px;
	background: url(../images/surariet_h.gif) no-repeat;
	text-indent: -9999px;
}
#surariet p {
	text-indent: 1em;
	padding: 5px 10px;
}

#surariet_info {
	background: url(../images/surariet_info.jpg) 0% 50% no-repeat;
	width: 590px;
	height: 137px;
	text-indent: -9999px!important;
}

#surariet_backtento {
	background: url(../images/surariet_tento.gif) no-repeat;
	padding-left: 200px;
	width: 390px;
	min-height: 210px;
	_height: 210px;
}
#surariet_backtento p {
	margin-top: 15px;
}

.surari_right {
	text-align: right;
}


/*
--------------------------------------------
年末年始の営業のお知らせページ
--------------------------------------------
*/
#ye_info {
	width: 610px;
	float: left;
}
#ye_info h1 {
	display: block;
	width: 610px;
	height: 31px;
	background: url(../images/ye_info_h.gif) no-repeat;
	text-indent: -9999px;
}
#ye_info p {
	margin-top: 1em;
	padding-left: 10px;
	text-align: justify;
}

.c_black {
	color: #000;
}
.c_red {
	color: #f00;
}

#ye_info_backtento {
	background: url(../images/ye_info_tento.gif) 100% 100% no-repeat;
	width: 610px;
	padding-bottom: 20px;
}
#ye_info_backtento p {
	width: 405px;
}
/*
--------------------------------------------
新年のあいさつページ
--------------------------------------------
*/
#new_year {
	width: 610px;
	float: left;
}
#new_year h1 {
	display: block;
	width: 610px;
	height: 31px;
	background: url(../images/new_year_h.gif) no-repeat;
	text-indent: -9999px;
}
#new_year p {
	margin-top: 1em;
	padding-left: 10px;
	text-align: justify;
}
#new_year_text {
	width: 580px;
	height: 238px;
	background: url(../images/new_year_text.gif) no-repeat;
	text-indent: -9999px;
}
#new_year_backtento {
	background: url(../images/ye_info_tento.gif) 100% 100% no-repeat;
	width: 610px;
	padding-bottom: 20px;
}
#new_year_backtento p {
	width: 405px;
	height: 200px;
}

/*
--------------------------------------------
ギフト電話対応ページ
--------------------------------------------
*/

#header_g {
	width: 590px;
	height: 70px;
	float: left;
}
#header_g strong {
	background: url(../images/logo_g.gif) no-repeat;
	width: 109px;
	height: 70px;
	float: left;
	text-indent: -9999px;
}

#gift_info {
	width: 590px;
	float: left;
}
#gift_info h1 {
	display: block;
	width: 590px;
	height: 31px;
	background: url(../images/gift_info_h.gif) no-repeat;
	text-indent: -9999px;
	margin-bottom: 1em;
}
#gift_info p {
	padding-left: 10px;
	text-align: justify;
	width: 560px;
}
#gift_info img {
	margin: 10px;
}
#gift_tel {
	width: 570px;
	height: 178px;
	background: url(../images/gift_info_tel.gif) no-repeat;
	text-indent: -9999px;
	margin-top: 20px;
	margin-left: 10px;
}


/*
--------------------------------------------
販売方針ページ
--------------------------------------------
*/

#salespolicy {
	overflow: hidden;
	clear: left;
	width: 600px;
}


#salespolicy h1 {
	overflow: hidden;
	background: url(../images/salespolicy_h1.gif) no-repeat;
	width: 600px;
	height: 50px;
	text-indent: -9999px;
	margin-bottom: 15px;
}

#salespolicy ul {
	clear: left;
	width: 580px;
	overflow: hidden;
	border-top: solid 2px #690;
	border-bottom: solid 2px #690;
	margin-bottom: 15px;
	padding-top: 15px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

#salespolicy li {
	margin-bottom: 15px;
	margin-left: 5px;
	padding-left: 20px;
	padding-right: 5px;
	background: url(../images/law_icon.gif) no-repeat left 6px;
	vertical-align: middle;
}



/*
--------------------------------------------
終売案内ページ
--------------------------------------------
*/
#tarminate {
	overflow: hidden;
	clear: left;
	width: 600px;
}


#tarminate h1 {
	overflow: hidden;
	background: url(../images/tarminate_h1.gif) no-repeat;
	width: 600px;
	height: 31px;
	text-indent: -9999px;
	margin-bottom: 15px;
}


#tarminate_box {
	display: inline;
	width: 580px;
	float: left;
	margin-left: 10px;
}

#tarminate h2 {
	overflow: hidden;
	background: url(../images/tarminate_h2.gif) no-repeat;
	width: 580px;
	height: 110px;
	text-indent: -9999px;
	margin-bottom: 25px;
}

#tarminate_voice {
	width: 580px;
	float: left;
	margin-bottom: 30px;
}
#tarminate_voice h3 {
	overflow: hidden;
	background: url(../images/tarminate_h3_voice.gif) no-repeat;
	width: 580px;
	height: 32px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#tarminate_voice p {
	display: inline;
	float: left;
	width: 400px;
	margin-bottom: 10px;
	margin-right: 20px;
}
#tarminate_voice img {
	display: inline;
	margin: 0px;
	float: right;
}


#tarminate_mission {
	width: 580px;
	float: left;
	margin-bottom: 30px;
}
#tarminate_mission h3 {
	overflow: hidden;
	background: url(../images/tarminate_h3_mission.gif) no-repeat;
	width: 580px;
	height: 32px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#tarminate_mission p {
	display: inline;
	width: 580px;
	margin-bottom: 10px;
}
#tarminate_mission img {
	display: inline;
	margin: 0px;
	float: left;
}


#tarminate_partner {
	width: 580px;
	float: left;
	margin-bottom: 30px;
}
#tarminate_partner h3 {
	overflow: hidden;
	background: url(../images/tarminate_h3_partner.gif) no-repeat;
	width: 580px;
	height: 32px;
	text-indent: -9999px;
	margin-bottom: 10px;
}
#tarminate_partner p {
	display: inline;
	width: 580px;
	margin-bottom: 10px;
}
#tarminate_partner img {
	display: inline;
	margin: 0px;
	float: right;
}


#tarminate_conclusion {
	width: 580px;
	float: left;
	margin-bottom: 30px;
}
#tarminate_conclusion p {
	display: inline;
	float: left;
	width: 400px;
	margin-bottom: 20px;
	margin-right: 20px;
}
#tarminate_conclusion img {
	display: inline;
	margin: 0px;
	float: right;
}

#tarminate_conclusion {
	width: 580px;
	float: left;
	margin-bottom: 20px;
}


#mhlw_report .text {
	padding-top: 20px;
}


#mhlw_report h1 {
	margin: 0 auto;
	width: 400px;
	text-align: center;
	padding: 10px;
	display: block;
	border: 1px solid #000;
	color: #000;
	margin-top: 20px;
	float: left;
	margin-left: 85px;
}

#mhlw_report .important_area {
	width: 560px;
	border: 1px solid #000;
	padding: 10px;
}

#mhlw_report .right_text {
	text-align: right;
	margin-bottom: 30px;
}

/*
--------------------------------------------
CSR全体
--------------------------------------------
*/
#csr {
	display: inline;
	width: 726px;
	float: left;
}

#csr_h {
	width: 726px;
	float: left;
}

#csr_h h1 {
	width: 726px;
	height: 80px;
	float: left;
	margin-bottom: 0px;
	margin-top: 10px;
	text-indent: -9999px;
	background: url(../images/csr_h.gif) no-repeat;
}

#csr strong {
	color: #f00;
	font-weight: bold;
}
#csr em {
	color: #f00;
	line-height: 2em;
}


/*
--------------------------------------------
レポートボード共通の設定
--------------------------------------------
*/

.report {
	width: 726px;
	float: left;
	margin-bottom: 30px;
}
.board_top {
	width: 726px;
	height: 86px;
	float: left;
	background: url(../images/csr_board_top.gif) no-repeat;
}
.board_middle {
	width: 680px;
	padding: 0px 23px;
	float: left;
	background: url(../images/csr_board_middle.gif) repeat-y;
	margin-top: 0px;
}
.board_bottom {
	width: 726px;
	height: 20px;
	float: left;
	background: url(../images/csr_board_bottom.gif) no-repeat;
	margin-bottom: 20px;
}
.report h2 {
	width: 650px;
	padding-left: 26px;
	float: left;
	margin-bottom: 10px;
	background: url(../images/csr_leaf.gif) left center no-repeat;
	font-weight: bold;
	color: #308701;
}

/*
--------------------------------------------
画像無し
--------------------------------------------
*/

.csr_message_noimage {
	width: 620px;
}

.csr_message_noimage {
	width: 685px;
	float: left;
}
.csr_message_top_noimage {
	width: 685px;
	height: 36px;
	float: left;
	background: url(../images/csr_message_top_noimage.gif) no-repeat;
}
.csr_message_middle_noimage {
	width: 630px;
	padding: 0px 25px;
	float: left;
	background: url(../images/csr_message_middle_noimage.gif) repeat-y;
	margin-top: 0px;
}
.csr_message_bottom_noimage {
	width: 685px;
	height: 30px;
	float: left;
	background: url(../images/csr_message_bottom_noimage.gif) no-repeat;
}

/*
--------------------------------------------
画像有り
--------------------------------------------
*/

.csr_message {
	width: 435px;
	float: left;
}
.csr_message_top {
	width: 435px;
	height: 32px;
	float: left;
	background: url(../images/csr_message_top.gif) no-repeat;
}
.csr_message_middle {
	width: 385px;
	padding: 0px 25px;
	float: left;
	background: url(../images/csr_message_middle.gif) repeat-y;
	margin-top: 0px;
}
.csr_message_bottom {
	width: 435px;
	height: 30px;
	float: left;
	background: url(../images/csr_message_bottom.gif) no-repeat;
}
.csr_image {
	width: 245px;
	float: left;
}
.return_top {
	float: right;
}
.return_top p {
	padding-left: 20px;
	background: url(../images/csr_return_icon.gif) left center no-repeat;
	font-size: 0.9em;
}
.return_top p a {
	color: #FF7B24;
	text-decoration: underline;
}
.return_top p a:hover {
	color: #FF7B24;
	text-decoration: none;
}


/*
--------------------------------------------
盲導犬基金関連
--------------------------------------------
*/
#csr_dog ul {
	float: left;
}
#csr_dog ul li {
	width: 92px;
	float: left;
}

#csr_dog_200809 {
	width: 92px;
	height: 100px;
	text-indent: -9999px;
	background: url(../images/csr_dog_200809.gif) no-repeat;
}

#csr_dog_200810 {
	width: 92px;
	height: 100px;
	text-indent: -9999px;
	background: url(../images/csr_dog_200810.gif) no-repeat;
}

#csr_dog_200811 {
	width: 92px;
	height: 100px;
	text-indent: -9999px;
	background: url(../images/csr_dog_200811.gif) no-repeat;
}

#csr_dog_200812 {
	width: 92px;
	height: 100px;
	text-indent: -9999px;
	background: url(../images/csr_dog_200812.gif) no-repeat;
}

#csr_dog_200901 {
	width: 92px;
	height: 100px;
	text-indent: -9999px;
	background: url(../images/csr_dog_200901.gif) no-repeat;
}

#csr_dog_200902 {
	width: 92px;
	height: 100px;
	text-indent: -9999px;
	background: url(../images/csr_dog_200902.gif) no-repeat;
}


/*
--------------------------------------------
切手関連
--------------------------------------------
*/
#csr_results {
	width: 385px;
	float: left;
	margin-bottom: 10px;
}
#csr_results dt {
	width: 385px;
	border-bottom: 1px solid #ccc;
	float: left;
	color: #c00;
	font-weight: bold;
	font-size: 1.1em;
}
#csr_results dd {
	width: 385px;
	float: left;
	font-weight: bold;
}

#csr_stamp {
	width: 435px;
	float: left;
	padding-top: 10px;
}
#csr_stamp ul {
	float: left;
}
#csr_stamp ul li {
	width: 92px;
	float: left;
}
#csr_stamp_200812 {
	width: 92px;
	height: 100px;
	text-indent: -9999px;
	background: url(../images/csr_stamp_200812.gif) no-repeat;
}
#csr_stamp_200901 {
	width: 92px;
	height: 100px;
	text-indent: -9999px;
	background: url(../images/csr_stamp_200901.gif) no-repeat;
}


/*
--------------------------------------------
お問い合わせ先
--------------------------------------------
*/
#csr_info {
	display: inline;
	width: 462px;
	height: 142px;
	float: left;
	margin-left: 132px;
	text-indent: -9999px;
	background: url(../images/csr_info.gif) no-repeat;
	margin-bottom: 20px;
}
#csr_info p {
	text-indent: -9999px;
}



