/***********************************************/
/*   大野城いこいの森					                         */
/*　    共通定義                               */
/*     common.css                              */
/***********************************************/
body {
	font-size: 12px;
	color : #333;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	background-color: #E8E8E8;
	background-position: 0 0;
	background-image: url(../img/haikei.gif);
}
p, ul, dl, div, table{
	font-size: 12px;
	color : #333333;

}
h1 {
	font-size: 14px;
	font-weight: normal;
	color: #336600;
	margin-top: 0px;
	margin-left: 40px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/***********************************************/
/* ブロック定義　　　　　　                   */
/***********************************************/ 

#contents {
	position: relative;
	width: 800px;
	text-align: center;
	margin: 10px auto 0;
	padding-top:20px;
	padding-bottom: 0px;
}
.mtext {
	left: 0px;
	top: 0px;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	text-align: left;
	padding: 0;
	position: relative;
	width: 100%;
}

#contents #heda {
	margin: 0px;
	width: 100%;
	background-image: url(../img/top_head.gif);
	background-repeat: no-repeat;
	background-position: 3px top;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents #mainarea {
	position: relative;
	left: 0px;
	top: 0px;
	width: 760px;
	margin-right: 0px;
	text-align: left;
}
#foota {
	position: relative;
	left: 0px;
	top: 30px;
	width: 750px;
	height:90px;
	clear: both;
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #336600;
}
/*--------------------------------------------
 ヘッダ
----------------------------------------------*/
#contents #heda p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	color: #333333;
}
/*--------------------------------------------
 メインメニュー
----------------------------------------------*/
#contents #main_menu {
	height: 32px;
	background-image: url(../img/menu_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 775px;
}
#main_menu ul {
	position: relative;
	left: 0px;
	top: 6px;
	list-style: none;
	height: 15px;
	padding: 0px;
	margin: 0px;
	text-indent: 5px;
}
#main_menu li {
	float:left;
	display: inline;
	width:100px;
	height: 15px;
	padding-top:4px;
	padding-bottom:2px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #003333;
	text-align: center;
}
#main_menu a,#main_menu a:link {
	width:100px;
	height: 15px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#main_menu a:hover {
	color:#FF9900;
}
#main_menu li {
	float:left;
	display: inline;
	height: 15px;
}

/*--------------------------------------------
 フッタ
----------------------------------------------*/
#foota #submenu {
	margin-top: 10px;
	margin-bottom: 10px;
}
#foota #submenu ul {
	list-style: none;
	height:20px;
	margin-left: 0px;
	text-align: left;
}
#foota #submenu li {
	text-indent: 18px;
	background-image: url(../img/yajirusi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#foota #submenu a, #foota #submenu a:link {
	text-decoration: none;
	color: #336600;
	font-size: 12px;
}
#foota #submenu a:hover {
	color: #666633;
	text-decoration: none;
}
#foota #copy {
	text-align: right;
	margin-right: 20px;
}

/*--------------------------------------------
 ぱんくずリスト
----------------------------------------------*/

#breadcrumb{
	text-align:right;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 5px;
}
#breadcrumb a{
	text-indent: 18px;
	padding-right: 10px;
	padding-left: 18px;
}
#breadcrumb .item {
	background: url(../images/bread_mark.gif) no-repeat left center;
	text-indent: 18px;
	padding-right: 10px;
	padding-left: 18px;
}
/*--------------------------------------------
 共通部分
----------------------------------------------*/
#mainarea .block {
	display: block;
	width: 530px;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contents .block h3 {
	font-size: 14px;
	color: #CC9900;
}
/***********************************************/
/*　　　　　　フッタ署名ブロック               */
/***********************************************/
#foota_blk_under {
	width:770px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}

#foota_blk_under #tyui{
	font-size: 10px;
	text-align:right;
	margin-top: 2px;
	color:#FFFFFF;
}
#foota_blk_under address {
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	text-align:right;
	margin-top: 5px;
	margin-bottom: 0;
}
#foota_blk_under address a{
	color: #006666;
	font-size: 10px;
	font-style: normal;
	text-align: right;
}
.tyui {
	color: #993300;
}
.block strong {
	color: #006699;
}
.product strong {
	color: #006699;
}
.business strong {
	color: #006699;
}
.float-left{
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.float-right{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

