@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6,p,ul,dl,ol,table,form,img {
    margin: 0;
    padding: 0;
}

img {
    border: none;
	vertical-align:bottom;
}

.clearfix:after {
	content: ".";
    display: block;
	height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
     zoom: 1;
}

/* GENERAL
-----------------------------------------*/

/*常にスクロールバーを出す*/
html{
	overflow-y:scroll;
	height: 100%;
}

body{
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐ ゴシック", "Osaka", "sans-serif", "Arial";
	color: #333333;
	font-size: 12px;
	margin: 0em; /*コンテンツを上に密着させる*/
	height: 100%;
}



a:link, a:visited { 
	color: #242c8c;
	text-decoration: underline;
}

a:hover { 
	color: #5674ca;
	text-decoration: underline;
}

.link2 a:link, .link2 a:visited { 
	color: #333333!important;
	text-decoration: none!important;
}

.link2 a:hover { 
	color: #242c8c!important;
	text-decoration: underline!important;
}

#wrapper{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#headerFrame{
	width: 100%;
	background-image: url(../images/topback.jpg);
	background-repeat: repeat-x;
}

#header{
	width: 950px;
	margin: 0 auto 0;
}

h1{
	text-align: center;
	padding: 30px 0 0 0;
}

/*----------------------------------------------------
	メニュー
----------------------------------------------------*/
#mainmenu {
	width: 950px;
	margin: 25px auto 15px;
}

#mainmenu ul {
	z-index: 100;
}


#mainmenu ul li {
	float: left;
	position: relative;
}

#mainmenu ul li ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 15px;
	border-bottom: 3px solid #242c8c;
}

#mainmenu ul li ul li {
	float: none;
	font-size: 11px;
	font-weight: bold;
	line-height: 0;
}

#mainmenu ul li ul li a {
	display: block;
	width: 163px;
	color: #ffffff;
	padding: 11px 5px;
	background: #242c8c;
	line-height: normal;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	text-align: center;
}

#mainmenu ul li ul li a:hover {
	color: #242c8c;
	background: #ffffff;
}

.m_last a{
	border-bottom: none!important;
}

/*------------リスト　ロールオーバー----------------*/

/*リストをfloatさせる*/
/*#mainmenu li{ 
	float: left;
	display: block;
}*/

/*インライン要素をブロック化*/
/*#mainmenu li a{
	display: block;
	overflow:hidden;
}*/

/*メニューリンクにマウスが重なった時に背景を透過*/
/*#mainmenu li a:hover{
	background-color: transparent;
}*/

/*リスト内 リンクにマウスが重なった時、ボックスの非表示*/
/*#mainmenu li a:hover img{ 
	visibility: hidden;
}*/

/*#home { background: url(../images/menu/home_on.gif) no-repeat left bottom; }
#business { background: url(../images/menu/business_on.gif) no-repeat left bottom; }
#outline { background: url(../images/menu/outline_on.gif) no-repeat left bottom; }
#relation { background: url(../images/menu/relation_on.gif) no-repeat left bottom; }
#contact { background: url(../images/menu/contact_on.gif) no-repeat left bottom; }*/


/*----------------------------------------------------
	コンテンツ
----------------------------------------------------*/
#contentsFrame{
	width: 100%;
	background: url(../images/back.jpg);
	line-height: 1.5;
}

#contents{
	width: 950px;
	margin: 0 auto 0;
	padding: 45px 0 80px;
}

#maincontents{
	
}

/*----------------------------------------------------
	パンくず
----------------------------------------------------*/
#breadcrumb{
	width: 100%;
	font-size: 11px;
	margin: 0 auto 0;
	border-bottom: 1px solid #dedddd;
}

#breadcrumb ul{
	width: 950px;
	margin: 0 auto 0;
	padding: 6px 0;
}


#breadcrumb li{
	display: block;
	float: left;
	background: url(../images/breadarrow.png) no-repeat left center;
	padding: 0 10px 0 17px;
}

.breadfirst{
	background: url(../images/home_icon.png) no-repeat left!important;
	padding: 0 10px 0 17px;
}

/*#breadcrumb{
	width: 100%;
}

#breadcrumb ul{
	width: 950px;
	margin: 0 auto 0;
	padding: 5px 0;
	border-bottom: 1px solid #e7e6e6;
}*/



/*----------------------------------------------------
	左コンテンツ
----------------------------------------------------*/
#leftbox{
	width: 675px;
	float: left;
}

/*----------------------------------------------------
	右コンテンツ
----------------------------------------------------*/
#rightbox{
	float: right;
	width: 225px;
}

#pickup_r{
	margin: 20px 0 0 0;
}

#pickup_r ul{
	margin: 10px 0 0 0;
}

#pickup_r ul li{
	margin: 7px 0 0 0;
}

.bn ul{
	margin: 20px 0 35px 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #9fa0a0;
}

.bn ul li{
	margin: 0 0 10px 0;
}

/*食育プログラム*/
#syokuikuBox{
	background-color: #d3ecfb;
	padding: 10px 10px 15px 10px;
	margin: 0 0 20px 0;
}

#syokuikuBox h3{
	margin: 0 0 7px 0;
}

#syokuikuBox ul li{
	margin: 10px 0 0 0;
}


/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footerFrame{
	width: 100%;
	line-height: 1.5;
	border-top: 1px solid #b5b5b6;
}



#foot_menu{
	width: 950px;
	margin: 0 auto 0;
}


#foot_menu ul{
	float: left;
	margin: 14px 0 0 0;
}
	
#foot_menu li{
	background: url(../images/arrow.png) left 2px no-repeat;
	padding: 0 30px 0 18px;
	float: left;
}

/*ページトップへ*/
#totop{
	width: 132px;
	height: 41px;
	float: right;
}

#footer{
	background: url(../images/footback.gif);
	margin: 0px auto 0;
	padding: 35px 0 40px;
}

#copyright{
	text-align: center;
}

/*----------------------------------------------------
	hover 共通設定
----------------------------------------------------*/
.hover2 a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}

.hover2 input:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}

/*----------------------------------------------------
	float 共通設定
----------------------------------------------------*/
.Left{
	float: left;
}

.Right{
	float: right;
}

