/***********************
ページのベーススタイル
***********************/
html{
	height:100%;
}

body{
	/*font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";*/　
	font-size: 12px;
	background-color:#ffffff;
	height:100%;
	text-align:left;
	font-size: 12px;
	
	color:#3f3f3f;
	border: 0;
	width: 740px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:0px;
}

a{
	text-decoration:none;}

.adress_img{
	clear:both;
}

#container {
	width:740px;
	background-color: #FFF;
	height: auto;
	padding: 0px;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	line-height: 1.4em;
	
	

	
}

#container #header {
	background-color: #FFF;
	height: 54px;
	width: 740px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#mainContents{
	width: 740px;
	float:none;
	padding: 0px;
	background-color: #FFFFFF;
	float:right;
	height: auto;
	margin-top: 3px;
	clear: both;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



img {
	border: 0;
	padding: 0px;
	margin: 0px;
	}
	
/***********************
ヘッダー
***********************/
#logo {
	width: 156px;
	height: 26px;
	padding: 0px;
	margin-top: 14px;
}


/*ナビゲーション*/
ul.global_menu {
	display: block;
	list-style-type: none;
	margin: 0px;
	width: 740px;
	background-color: #33cc00;
	padding-left: 0px;
	height: 25px;
}
ul.global_menu :after{
	display: none;
	content: ".";
	height: 0%;
	clear: both;
}
ul.global_menu li {
	background-repeat: no-repeat;
	margin-bottom: 2px;
	display: inline;
	width: auto;
	text-indent: -9999px;
	float: left;
}
/************************
トップ
************************/
li.top a {
	background-image: url('../../images/top_menu/menu_top.gif');
	width: 72px;
	height: 23px;
	display: block;
	text-decoration: none;
	}
li.top a:hover {
	background-image: url('../../images/top_menu/menu_top2.gif');
	width: 72px;
	height: 23px;
	display: block;
}
/************************
お花を購入
************************/
li.buy a {
	background-image: url('../../images/top_menu/menu_order.gif');
	width: 92px;
	height: 23px;
	display: block;
	text-decoration: none;
	}
li.buy a:hover {
	background-image: url('../../images/top_menu/menu_order2.gif');
	width: 92px;
	height: 23px;
	display: block;
}
/************************
ビジネスモデルのご紹介
************************/
li.business a {
	background-image: url('../../images/top_menu/menu_business.gif');
	width: 162px;
	height: 23px;
	display: block;
	text-decoration: none;
	}
li.business a:hover {
	background-image: url('../../images/top_menu/menu_business2.gif');
	width: 162px;
	height: 23px;
	display: block;
}
.home_gift {
	margin-left: 15px;
}

/************************
会社概要
************************/
li.send a {
	background-image: url('../../images/top_menu/menu_send.gif');
	width: 105px;
	height: 23px;
	display: block;
	text-decoration: none;
	}
li.send a:hover {
	background-image: url('../../images/top_menu/menu_send2.gif');
	width: 105px;
	height: 23px;
	display: block;
}



/************************
会社概要
************************/
li.company a {
	background-image: url('../../images/top_menu/menu_company.gif');
	width: 85px;
	height: 23px;
	display: block;
	text-decoration: none;
	}
li.company a:hover {
	background-image: url('../../images/top_menu/menu_company2.gif');
	width: 85px;
	height: 23px;
	display: block;
}


/************************
お問い合わせ
************************/
li.ask a {
	background-image: url('../../images/top_menu/menu_ask.gif');
	width: 104px;
	height: 23px;
	display: block;
	text-decoration: none;
	}
li.ask a:hover {
	background-image: url('../../images/top_menu/menu_ask2.gif');
	width: 104px;
	height: 23px;
	display: block;
}

/************************
ビジネス情報
************************/
li.info a {
	background-image: url('../../images/top_menu/menu_link.gif');
	width: 120px;
	height: 23px;
	display: block;
	text-decoration: none;
	}
li.info a:hover {
	background-image: url('../../images/top_menu/menu_link2.gif');
	width: 120px;
	height: 23px;
	display: block;
}


/***********************
サイドメニュー
***********************/

/************************
フッター
************************/
#container #footer a:link {
	text-decoration: none;
	color: #339900;
}

#container #footer a:visited {
	color:#339900;
}
#container #footer a:hover {
	color:#ff9933;
	text-decoration: none;
}

#container #footer {
	text-align: right;
	clear: both;
	width: 740px;
	float: none;
}


/************************
パンくず
************************/
#pankuzu a:link {
	text-decoration: underline;
	color: #3f3f3f;
}

#pankuzu a:visited {
	color:#3f3f3f;
	text-decoration: underline;
	
	
}

#pankuzu a:hover {
	color: #3f3f3f;
	
	text-decoration: none;
}

#pankuzu {
	width: 740px;
	padding-top: 3px;
	padding-bottom: 0px;
}
